You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hola Miguel he intentado levantas el proyecto en glassfish 5 y tomcat 8.5 pero estoy teniendo este error:
The web application [unknown] registered the JDBC driver [com.mysql.cj.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.]]
Estoy usando el IDE intellij idea y java 1.8
Solo clono el repo y apunto a la conexión local de mysql.
The text was updated successfully, but these errors were encountered:
Hola! Primero que todo gracias por mostrar interés por el proyecto. He ejecutado la aplicación en el servidor de WildFly y todo parece ir bien, investigando un poco he encontrado que el problema de fuga de memoria es tomcat-specific. Puedes encontrar información al respecto aquí.
Hola Miguel he intentado levantas el proyecto en glassfish 5 y tomcat 8.5 pero estoy teniendo este error:
The web application [unknown] registered the JDBC driver [com.mysql.cj.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.]]
Estoy usando el IDE intellij idea y java 1.8
Solo clono el repo y apunto a la conexión local de mysql.
The text was updated successfully, but these errors were encountered: