Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001258 [Resin] crash random 07-18-06 17:23 07-27-06 14:14
Reporter vc View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.0.18
Summary 0001258: Precompiled JSP are deleted
Description Resin 3.0.18 unexpectely deletes precompiled JSP pages after restarting by main tread on out of memory.

Our resin configuration is as follows:
1. $RESIN_HOME/conf/resin.conf contains
<dependency-check-interval>1800s</dependency-check-interval>
<javac compiler="internal" args="" encoding="SJIS"/>
<min-free-memory>3M</min-free-memory>
   
2. application is packaged into war file and has following lines in resin-web.xml
    <class-loader>
        <simple-loader path="WEB-INF/classes"/>
        <library-loader path="WEB-INF/lib"/>
    </class-loader>

    <jsp
        auto-compile="false"
        fast-jstl="true"
        precompile="true"
        recompile-on-error="false"
    />

    <character-encoding>UTF-8</character-encoding>

Usually compiled pages were deleted after resin restarts itself on out of memory and they are deleted only from unpacked application.

I was reporting the same issue 0000318 which was closed as duplicate without reference to actual duplicate number. Next time it willbe nice to have duplicate issue too or somehow linking them.
Additional Information java -version
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)

Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
07-18-06 17:23 vc New Issue
07-27-06 14:14 ferg Assigned To  => ferg
07-27-06 14:14 ferg Status new => closed
07-27-06 14:14 ferg Resolution open => fixed
07-27-06 14:14 ferg Fixed in Version  => 3.0.20


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker