Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005156 [Resin] minor always 07-26-12 07:23 07-27-12 13:19
Reporter cowan View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.29
Summary 0005156: ResinEmbed restarts due to modified
Description ResinEmbed frequently restarts due to a modified file. The file reported to be modified is "classpath:/com/caucho/resin/resin-embed.xml". The length of is modified from 12250 to 0.

This appears to be a similar to bug 0004707:

Resin queries the length of the file during startup using Caucho's classloader. Later a thread is started by our thread pool calls Depend.isModified. The thread does not use Caucho's classloader, since ResinEmbed was not started with -Djava.system.loader. Without our classloader, the length can not be obtained and returns 0.

Set our classloader on new threads (DeployControllerAlarm), and don't assume that the system classloader was set on startup? Or ignore 0 length modifications?
Additional Information Rep by M. Barker
Attached Files

- Relationships
related to 0004707closed ferg Resin restarts from MODIFIED while running in IntelliJ IDEA 

- Notes
(0005983)
ferg
07-27-12 13:19

server/1e87
 

- Issue History
Date Modified Username Field Change
07-26-12 07:23 cowan New Issue
07-26-12 07:23 cowan Relationship added related to 0004707
07-26-12 07:27 cowan Note Added: 0005982
07-26-12 07:27 cowan Note Deleted: 0005982
07-26-12 07:28 cowan Description Updated
07-27-12 13:19 ferg Note Added: 0005983
07-27-12 13:19 ferg Assigned To  => ferg
07-27-12 13:19 ferg Status new => closed
07-27-12 13:19 ferg Resolution open => fixed
07-27-12 13:19 ferg Fixed in Version  => 4.0.30


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