【Tomcat】【3】报错 Illegal access: this web application instance has been stopped already. Could not load [org.apache.commons.pool.impl.CursorableLinkedList$Cursor]

Tomcat run the project with error:

Illegal access: this web application instance has been stopped already. Could not load [org.apache.commons.pool.impl.CursorableLinkedList$Cursor].
The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.

Solution:

The commons-pool-dependent version changed to 1.4

Reference blog:

Tomcat web development projects reported Illegal access: this web application instance has been stopped already Could not load [org.apache.commons.pool.impl.CursorableLinkedList $ Cursor] Error - March On - blog Park..
HTTPS: //www.cnblogs .com / z-sm / p / 5703345.html

Guess you like

Origin www.cnblogs.com/huashengweilong/p/10991167.html