[geotk] [JIRA] Created: (GEOTK-35) JavaDB connection error when stopping Tomcat

Cédric Briançon (JIRA) jira at geomatys.com
Mon Aug 17 08:39:13 EDT 2009


JavaDB connection error when stopping Tomcat
--------------------------------------------

                 Key: GEOTK-35
                 URL: http://jira.geotoolkit.org/browse/GEOTK-35
             Project: Geotoolkit
          Issue Type: Bug
          Components: Referencing
    Affects Versions: 3.03, 3.04
            Reporter: Cédric Briançon
            Assignee: Martin Desruisseaux
            Priority: Minor


When stopping a Tomcat application server, this error comes:

12 juin 2009 15:00:53 org.apache.catalina.loader.WebappClassLoader findResourceInternal
INFO: Illegal access: this web application instance has been stopped already. Could not load org/apache/derby/info/DBMS.properties. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
12 juin 2009 15:00:53 org.apache.catalina.loader.WebappClassLoader findResourceInternal
INFO: Illegal access: this web application instance has been stopped already. Could not load org/apache/derby/info/DBMS.properties. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
Exception in thread "Factories shutdown" java.lang.NullPointerException
    at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:207)
    at org.geotoolkit.referencing.factory.epsg.ThreadedEpsgFactory.shutdown(ThreadedEpsgFactory.java:336)
    at org.geotoolkit.referencing.factory.epsg.ThreadedEpsgFactory.dispose(ThreadedEpsgFactory.java:676)
    at org.geotoolkit.factory.ShutdownHook.run(ShutdownHook.java:82)
12 juin 2009 15:00:53 org.constellation.catalog.Database close
INFO: Database connection closed.

It seems the JavaDB connection to the EPSG database fails at closing-time.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       


More information about the Geotoolkit mailing list