Работа с двумя контроллерами (Spring MVC + Security)
#39821682
Ссылка:
Ссылка на сообщение:
Ссылка с названием темы:
|
|
|
SQL2008,
Обновил ошибок стало меньше
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53. 54. 55. 56. 57. 58. 59. 60. 61. 62. 63. 64. 65. 66. 67. 68. 69. 70. 71. 72. 73. 74. 75. 76. 77. 78. 79. 80. 81.
03-Jun-2019 17:10:36.442 WARNING [http-nio-8080-exec-279] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:36.446 WARNING [http-nio-8080-exec-283] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:36.450 WARNING [http-nio-8080-exec-287] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:36.456 WARNING [http-nio-8080-exec-281] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:36.487 INFO [http-nio-8080-exec-288] org.apache.catalina.util.LifecycleBase.stop The stop() method was called on component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/SchoolMaven]] after stop() had already been called. The second call will be ignored.
03-Jun-2019 17:10:36.656 WARNING [http-nio-8080-exec-279] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:36.663 WARNING [http-nio-8080-exec-283] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:36.668 WARNING [http-nio-8080-exec-287] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:36.673 WARNING [http-nio-8080-exec-281] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:36.989 INFO [http-nio-8080-exec-288] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/SchoolMaven]
03-Jun-2019 17:10:37.012 INFO [http-nio-8080-exec-282] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying deployment descriptor [C:\AppServers\apache-tomcat-9.0.16\conf\Catalina\localhost\SchoolMaven.xml]
03-Jun-2019 17:10:37.012 WARNING [http-nio-8080-exec-282] org.apache.catalina.startup.HostConfig.deployDescriptor The path attribute with value [/SchoolMaven] in deployment descriptor [C:\AppServers\apache-tomcat-9.0.16\conf\Catalina\localhost\SchoolMaven.xml] has been ignored
03-Jun-2019 17:10:38.794 INFO [http-nio-8080-exec-282] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
03-Jun-2019 17:10:38.806 INFO [http-nio-8080-exec-282] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization started
03-Jun-2019 17:10:38.830 INFO [http-nio-8080-exec-282] org.springframework.context.support.AbstractApplicationContext.prepareRefresh Refreshing Root WebApplicationContext: startup date [Mon Jun 03 17:10:38 BDT 2019]; root of context hierarchy
03-Jun-2019 17:10:38.882 INFO [http-nio-8080-exec-282] org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions Loading XML bean definitions from ServletContext resource [/WEB-INF/security.xml]
03-Jun-2019 17:10:38.907 INFO [http-nio-8080-exec-282] org.springframework.security.config.SecurityNamespaceHandler.<init> Spring Security 'config' module version is 5.0.3.RELEASE
03-Jun-2019 17:10:38.959 INFO [http-nio-8080-exec-282] org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser.parseInterceptUrlsForFilterInvocationRequestMap Creating access control expression attribute 'hasRole('ROLE_ADMIN')' for /admin**
03-Jun-2019 17:10:38.990 INFO [http-nio-8080-exec-282] org.springframework.security.config.http.HttpSecurityBeanDefinitionParser.checkFilterChainOrder Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 200, Root bean: class [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 400, Root bean: class [org.springframework.security.web.header.HeaderWriterFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 500, Root bean: class [org.springframework.security.web.authentication.logout.LogoutFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 800, <org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0>, order = 1200, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1600, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.security.config.http.HttpConfigurationBuilder$SecurityContextHolderAwareRequestFilterBeanFactory#0; factoryMethodName=getBean; initMethodName=null; destroyMethodName=null, order = 1800, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2100, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2200, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2300, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0>, order = 2400]
03-Jun-2019 17:10:39.334 INFO [http-nio-8080-exec-282] org.springframework.security.web.DefaultSecurityFilterChain.<init> Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.SecurityContextPersistenceFilter@12d5c686, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@edcf65a, org.springframework.security.web.header.HeaderWriterFilter@4c31cf19, org.springframework.security.web.authentication.logout.LogoutFilter@1754f1bc, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2b89e426, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@428ea92b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@85ef64, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@30ec27d9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@54204d36, org.springframework.security.web.session.SessionManagementFilter@63d06168, org.springframework.security.web.access.ExceptionTranslationFilter@4c014cb9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1d02680f]
03-Jun-2019 17:10:39.351 INFO [http-nio-8080-exec-282] org.springframework.security.config.http.DefaultFilterChainValidator.checkLoginPageIsntProtected Checking whether login URL '/login' is accessible with your configuration
03-Jun-2019 17:10:39.364 INFO [http-nio-8080-exec-282] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization completed in 558 ms
03-Jun-2019 17:10:39.364 SEVERE [http-nio-8080-exec-282] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
03-Jun-2019 17:10:39.365 SEVERE [http-nio-8080-exec-282] org.apache.catalina.core.StandardContext.startInternal Context [/SchoolMaven] startup failed due to previous errors
03-Jun-2019 17:10:39.376 INFO [http-nio-8080-exec-282] org.springframework.context.support.AbstractApplicationContext.doClose Closing Root WebApplicationContext: startup date [Mon Jun 03 17:10:38 BDT 2019]; root of context hierarchy
03-Jun-2019 17:10:39.382 WARNING [http-nio-8080-exec-282] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [SchoolMaven] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
03-Jun-2019 17:10:39.385 INFO [http-nio-8080-exec-282] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of deployment descriptor [C:\AppServers\apache-tomcat-9.0.16\conf\Catalina\localhost\SchoolMaven.xml] has finished in [2В 373] ms
03-Jun-2019 17:10:43.472 WARNING [http-nio-8080-exec-281] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:43.476 WARNING [http-nio-8080-exec-287] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:43.479 WARNING [http-nio-8080-exec-280] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:43.482 WARNING [http-nio-8080-exec-285] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/netbeans-tomcat-status-test] in DispatcherServlet with name 'springmvcsecurity'
03-Jun-2019 17:10:43.503 INFO [http-nio-8080-exec-280] org.apache.catalina.util.LifecycleBase.stop The stop() method was called on component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/SchoolMaven]] after stop() had already been called. The second call will be ignored.
03-Jun-2019 17:10:44.003 INFO [http-nio-8080-exec-280] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/SchoolMaven]
03-Jun-2019 17:10:44.022 INFO [http-nio-8080-exec-281] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying deployment descriptor [C:\AppServers\apache-tomcat-9.0.16\conf\Catalina\localhost\SchoolMaven.xml]
03-Jun-2019 17:10:44.022 WARNING [http-nio-8080-exec-281] org.apache.catalina.startup.HostConfig.deployDescriptor The path attribute with value [/SchoolMaven] in deployment descriptor [C:\AppServers\apache-tomcat-9.0.16\conf\Catalina\localhost\SchoolMaven.xml] has been ignored
03-Jun-2019 17:10:44.384 INFO [mysql-cj-abandoned-connection-cleanup] 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:1383)
at org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1036)
at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
03-Jun-2019 17:10:45.739 INFO [http-nio-8080-exec-281] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
03-Jun-2019 17:10:45.752 INFO [http-nio-8080-exec-281] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization started
03-Jun-2019 17:10:45.776 INFO [http-nio-8080-exec-281] org.springframework.context.support.AbstractApplicationContext.prepareRefresh Refreshing Root WebApplicationContext: startup date [Mon Jun 03 17:10:45 BDT 2019]; root of context hierarchy
03-Jun-2019 17:10:45.828 INFO [http-nio-8080-exec-281] org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions Loading XML bean definitions from ServletContext resource [/WEB-INF/security.xml]
03-Jun-2019 17:10:45.853 INFO [http-nio-8080-exec-281] org.springframework.security.config.SecurityNamespaceHandler.<init> Spring Security 'config' module version is 5.0.3.RELEASE
03-Jun-2019 17:10:45.903 INFO [http-nio-8080-exec-281] org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser.parseInterceptUrlsForFilterInvocationRequestMap Creating access control expression attribute 'hasRole('ROLE_ADMIN')' for /admin**
03-Jun-2019 17:10:45.935 INFO [http-nio-8080-exec-281] org.springframework.security.config.http.HttpSecurityBeanDefinitionParser.checkFilterChainOrder Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 200, Root bean: class [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 400, Root bean: class [org.springframework.security.web.header.HeaderWriterFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 500, Root bean: class [org.springframework.security.web.authentication.logout.LogoutFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 800, <org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0>, order = 1200, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1600, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.security.config.http.HttpConfigurationBuilder$SecurityContextHolderAwareRequestFilterBeanFactory#0; factoryMethodName=getBean; initMethodName=null; destroyMethodName=null, order = 1800, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2100, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2200, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2300, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0>, order = 2400]
03-Jun-2019 17:10:46.281 INFO [http-nio-8080-exec-281] org.springframework.security.web.DefaultSecurityFilterChain.<init> Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.SecurityContextPersistenceFilter@7c983a8f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5239216c, org.springframework.security.web.header.HeaderWriterFilter@5c8d911a, org.springframework.security.web.authentication.logout.LogoutFilter@2468ede1, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1919f7a1, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@23097af, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3285c3b2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@516127e6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7936694, org.springframework.security.web.session.SessionManagementFilter@1181426, org.springframework.security.web.access.ExceptionTranslationFilter@1d9ccfe4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@451a95a6]
03-Jun-2019 17:10:46.299 INFO [http-nio-8080-exec-281] org.springframework.security.config.http.DefaultFilterChainValidator.checkLoginPageIsntProtected Checking whether login URL '/login' is accessible with your configuration
03-Jun-2019 17:10:46.313 INFO [http-nio-8080-exec-281] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization completed in 561 ms
03-Jun-2019 17:10:46.313 SEVERE [http-nio-8080-exec-281] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
03-Jun-2019 17:10:46.313 SEVERE [http-nio-8080-exec-281] org.apache.catalina.core.StandardContext.startInternal Context [/SchoolMaven] startup failed due to previous errors
03-Jun-2019 17:10:46.324 INFO [http-nio-8080-exec-281] org.springframework.context.support.AbstractApplicationContext.doClose Closing Root WebApplicationContext: startup date [Mon Jun 03 17:10:45 BDT 2019]; root of context hierarchy
03-Jun-2019 17:10:46.330 WARNING [http-nio-8080-exec-281] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [SchoolMaven] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:508)
com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
03-Jun-2019 17:10:46.332 INFO [http-nio-8080-exec-281] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of deployment descriptor [C:\AppServers\apache-tomcat-9.0.16\conf\Catalina\localhost\SchoolMaven.xml] has finished in [2В 310] ms
03-Jun-2019 17:10:51.331 INFO [mysql-cj-abandoned-connection-cleanup] 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:1383)
at org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1036)
at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
|
|