Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000318 [Resin] minor always 07-18-05 00:00 07-18-05 00:00
Reporter user315 View Status public  
Assigned To
Priority high Resolution duplicate  
Status closed   Product Version
Summary 0000318: Unexpected deletion of precompiled pages
Description 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.


Additional Information Resin 3.0.9 Solaris 9,
Attached Files

- Relationships

- 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
 

- Issue History
Date Modified Username Field Change
07-18-05 00:00 user315 New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.13


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