You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/02/13 23:04:09 UTC

DO NOT REPLY [Bug 26932] New: - DefaultPersistentStore disposed before DefaultStore on shutdown

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26932>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26932

DefaultPersistentStore disposed before DefaultStore on shutdown

           Summary: DefaultPersistentStore disposed before DefaultStore on
                    shutdown
           Product: Cocoon 2
           Version: 2.1.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: ceyates@stanford.edu


This results in contents of DefaultStore being lost and an Exception being
thrown for each one because cocoon.dat is closed:

ERROR   (2004-02-13) 13:51.17:659   [core.store.persistent] (Unknown-URI)
Unknown-thread/AbstractJispFilesystemStore: store(..): Exception
java.io.IOException: Bad file descriptor

In other words it appears that DefaultStore is trying to use a 'disposed'
DefaultPersistentStore