The localhost.date log is empty.  Would it be in a different file?

-----Original Message-----
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] 
Sent: Tuesday, February 10, 2015 2:29 PM
To: Tomcat Users List
Subject: Re: tomcat errors

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

Astoria Federal Savings is now Astoria Bank.  We can now be contacted at our 
new email addresses @astoriabank.com.


This e-mail and any attachments that accompany it are confidential and may be 
legally privileged. It is intended solely for the use of the individual(s) to 
whom it was intended to be addressed. Access to this e-mail by anyone else is 
unauthorized. If you are not the intended recipient, please immediately return 
the e-mail to the sender and delete the original and any copy from your 
computer. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to its intended 
recipient, you are herewith notified that any dissemination, distribution, 
copying or retention of this communication or the information contained herein 
is strictly prohibited.

Reply via email to