aspose file tools
The moose likes Spring and the fly likes  Could not load java.net.BindException. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark " Could not load java.net.BindException. " Watch " Could not load java.net.BindException. " New topic
Author

Could not load java.net.BindException.

Madhu Sagar
Greenhorn

Joined: Sep 29, 2007
Posts: 8
Hi,

As I am using DWR in spring framework, As I am successfully called the Java methods from javascript, My application is working fine and executing all the statements, but I observed following exception in the tomcat log. Could you please tell me how can I fix this problem.

INFO: Illegal access: this web application instance has been stopped already. Could not load java.net.BindException. 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.
java.lang.IllegalStateException
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at com.mysql.jdbc.CommunicationsException.<init>(CommunicationsException.java:161)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2716)
at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:1395)
at com.mysql.jdbc.Connection.realClose(Connection.java:4897)
at com.mysql.jdbc.Connection.cleanup(Connection.java:2062)
at com.mysql.jdbc.Connection.finalize(Connection.java:3375)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
21 Apr, 2010 9:31:07 AM org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already. Could not load com.mysql.jdbc.Messages. 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.
java.lang.IllegalStateException
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at com.mysql.jdbc.CommunicationsException.<init>(CommunicationsException.java:187)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2716)
at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:1395)
at com.mysql.jdbc.Connection.realClose(Connection.java:4897)
at com.mysql.jdbc.Connection.cleanup(Connection.java:2062)
at com.mysql.jdbc.Connection.finalize(Connection.java:3375)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)

Kind Regards,
Madhu
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Could not load java.net.BindException.
 
Similar Threads
Netbeans & Tomcat Problem : Error messages included!
Illegal access: this web application instance has been stopped already.
Connection leak exception.
Connection leak
Error while starting JSF based web application