Acceder Registrarme

Netbeans Tomcat


Por: Eduardo Soltero Publicado el: 2019-02-26 16:23:31 Pregunta cerrada

alguien sabe porque me marca estos errores el tomcat?

[Abandoned connection cleanup thread] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
 java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
    at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1355)
    at org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1029)
    at com.mysql.jdbc.AbandonedConnectionCleanupThread.checkContextClassLoaders(AbandonedConnectionCleanupThread.java:90)
    at com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:63)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)



Java JSP

Usuario de (Venezuela)

Para resolver su problema, simplemente reinicie el servidor Tomcat para deshacerse de la memoria caché anterior e intente nuevamente.

Si todavía no funciona:

* Reiniciar Netbeans
* Limpie el directorio de trabajo de Netbeans.
* Ejecutar Netbeans en modo limpio.

Nota: Verifca tu Mysql que este encendido cuando estes ejecutando

  • 2019-03-23 16:18:37
  • Me gusta(1)

  • Debes estar logueado para realizar comentarios