Advertisement
arjvik

Catalina.out

Oct 7th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. Oct 7, 2016 12:53:37 PM org.apache.catalina.core.StandardContext startInternal
  2. SEVERE: Error listenerStart
  3. Oct 7, 2016 12:53:37 PM org.apache.catalina.core.StandardContext startInternal
  4. SEVERE: Context [/arjmart##1.0.3.4] startup failed due to previous errors
  5. Oct 7, 2016 12:53:37 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
  6. SEVERE: The web application [/arjmart##1.0.3.4] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  7. Oct 7, 2016 12:53:37 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  8. SEVERE: The web application [/arjmart##1.0.3.4] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
  9. Oct 7, 2016 12:53:37 PM org.apache.catalina.loader.WebappClassLoader loadClass
  10. INFO: Illegal access: this web application instance has been stopped already. Could not load java.util.Hashtable. 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.
  11. java.lang.IllegalStateException
  12. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1587)
  13. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1546)
  14. at com.mysql.jdbc.SQLError.(SQLError.java:249)
  15. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3134)
  16. at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:1616)
  17. at com.mysql.jdbc.ConnectionImpl.realClose(ConnectionImpl.java:4223)
  18. at com.mysql.jdbc.ConnectionImpl.cleanup(ConnectionImpl.java:1257)
  19. at com.mysql.jdbc.ConnectionImpl.finalize(ConnectionImpl.java:2663)
  20. at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
  21. at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:101)
  22. at java.lang.ref.Finalizer.access$100(Finalizer.java:32)
  23. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:190)
  24. Oct 7, 2016 12:53:37 PM org.apache.catalina.loader.WebappClassLoader loadClass
  25. 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.
  26. java.lang.IllegalStateException
  27. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1587)
  28. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1546)
  29. at com.mysql.jdbc.SQLError.createLinkFailureMessageBasedOnHeuristics(SQLError.java:1211)
  30. at com.mysql.jdbc.exceptions.jdbc4.CommunicationsException.(CommunicationsException.java:56)
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  32. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  33. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  34. at java.lang.reflect.Constructor.newInstance(Constructor.java:534)
  35. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  36. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074)
  37. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3134)
  38. at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:1616)
  39. at com.mysql.jdbc.ConnectionImpl.realClose(ConnectionImpl.java:4223)
  40. at com.mysql.jdbc.ConnectionImpl.cleanup(ConnectionImpl.java:1257)
  41. at com.mysql.jdbc.ConnectionImpl.finalize(ConnectionImpl.java:2663)
  42. at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
  43. at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:101)
  44. at java.lang.ref.Finalizer.access$100(Finalizer.java:32)
  45. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:190)
  46. Oct 7, 2016 12:53:37 PM org.apache.catalina.loader.WebappClassLoader loadClass
  47. INFO: Illegal access: this web application instance has been stopped already. Could not load com.mysql.jdbc.profiler.ProfileEventSink. 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.
  48. java.lang.IllegalStateException
  49. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1587)
  50. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1546)
  51. at com.mysql.jdbc.ConnectionImpl.realClose(ConnectionImpl.java:4235)
  52. at com.mysql.jdbc.ConnectionImpl.cleanup(ConnectionImpl.java:1257)
  53. at com.mysql.jdbc.ConnectionImpl.finalize(ConnectionImpl.java:2663)
  54. at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
  55. at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:101)
  56. at java.lang.ref.Finalizer.access$100(Finalizer.java:32)
  57. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:190)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement