Advertisement
bidesh

Untitled

Feb 3rd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. 03-Feb-2019 16:39:39.864 INFO [Repository Manager] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
  2. java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
  3. at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1329)
  4. at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1317)
  5. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1176)
  6. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1137)
  7. at java.lang.Class.forName0(Native Method)
  8. at java.lang.Class.forName(Class.java:264)
  9. at com.mysql.jdbc.Util.getInstance(Util.java:387)
  10. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:917)
  11. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:896)
  12. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:885)
  13. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
  14. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1246)
  15. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1241)
  16. at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2436)
  17. at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2420)
  18. at repository.RepositoryManager.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement