開發Java web項目,在tomcat運行后報如下錯誤:
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.
解決:將commons-pool依賴的版本改為1.4就不報了