Mantis - Resin
Viewing Issue Advanced Details
318 minor always 07-18-05 00:00 07-18-05 00:00
user315  
 
high  
closed  
duplicate  
none    
none 3.0.13  
0000318: Unexpected deletion of precompiled pages
RSN-362
Greetings,

Resin 3.0.9 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. Our application is packaged to .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 settings and they are deleted only from unpacked application.


Resin 3.0.9 Solaris 9,

Notes
(0000362)
ferg   
07-18-05 00:00   
A bug in an older version (3.0.9) cannot be critical.
(0000363)
sam   
07-18-05 00:00   
This was fixed in 3.0.13