2015-02-10 20:36 GMT+03:00 Wirth, Kevin <kwi...@astoriabank.com>:
> Hello.  I have been chasing this error for the last day and I am at a loss of 
> what the problem is.  The application was working fine until Friday night 
> when san maintenance was done and the sql database was shut down.  The 
> application server was still up though.  Now the application will not start 
> and its throwing these messages.  Its tomcat 7.0.57 running on windows 2012 
> with a sql 2012 database.  The application is sailpoint identityiq.  Any help 
> would be great.
>
> Feb 10, 2015 12:29:39 PM org.apache.catalina.core.StandardContext 
> startInternal
> SEVERE: Error listenerStart
> Feb 10, 2015 12:29:39 PM org.apache.catalina.core.StandardContext 
> startInternal
> SEVERE: Context [/identityiq] startup failed due to previous errors

Some fatal error prevented your web application from starting. You
need to look for those _previous_ errors.  They are likely in a
different file (localhost.<date>.log).


> Feb 10, 2015 12:29:39 PM org.apache.catalina.loader.WebappClassLoader 
> clearReferencesJdbc
> SEVERE: The web application [/identityiq] registered the JDBC driver 
> [com.microsoft.sqlserver.jdbc.SQLServerDriver] but failed to unregister it 
> when the web application was stopped. To prevent a memory leak, the JDBC 
> Driver has been forcibly unregistered.

Memory leak = your server is likely to run out of memory if you reload
this application often. It is either an error in your web application
or a misconfiguration.

http://wiki.apache.org/tomcat/MemoryLeakProtection


If java process has run out of memory (an OutOfMemoryError happened),
you have to kill and restart it.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to