The environment at that time:
When testing the UAT project, I suddenly found that the project could not be accessed normally. In fact, there are many times when the project is still in good condition in the last second and explodes in the next second. It’s very uncomfortable, especially when testing the joint debugging
So he opened the log with curiosity and found that the original report was wrong
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already.
Could not load [java.beans.PropertyChangeEvent]. The following stack trace is thrown for debugging
purposes as well as to attempt to terminate the thread which caused the illegal access.
His general meaning is that the web application has stopped and can’t load something called XXXXXXXX.
Then kill the Tomcat process, and then get up
to solve the problem….
be careful:
if you restart tomcat, you cannot solve the problem.
to modify the server.xml , add a child element to the tag, find the tag, and set the attribute value of reloadable to reloadable = false.
It means hot deployment, which is convenient for developers
Read More:
- [Solved] Android Studio Compile error: Cannot use connection to Gradle distribution . as it has been stopped.
- [Solved] Springboot WARNING: All illegal access operations will be denied in a future release
- TensorRT model quantization error: Error Code 1: Cuda Runtime (an illegal memory access was encountered)
- Spark-shell startup error: Yarn application has already ended! It might have been killed or unable to launch application master
- Start error in maven web project java.lang.ClassNotFoundException: org.springframework.web.util.Log4jConfigListener
- Attributeerror encountered when using ceilometer and gnocchi to execute commands related to gnocchi metric list: _Environ instance has no attribute ‘
- [Solved] This application has no explicit mapping for /error, so you are seeing this as a fallback
- This application has no explicit mapping for /error, so you are seeing this as a fallback.
- [Solved] Whitelabel Error PageThis application has no explicit mapping for /error, so you are seeing this
- JSP web.xml file header web app error [How to Solve]
- [Solved] Access to XMLHttpRequest at ‘http://127.0.0.1:5000/markdownlang/‘ from origin ‘null‘ has been bl
- [Solved] SpringBoot Error: This application has no explicit mapping for /error, so you are seeing this
- [Solved] ArcGIS Error: Failed to create the site. One or more server machines could not be stopped
- android mediaplayer went away with unhandled event after the recording stopped
- [Solved] jetson nano Error: Illegal instruction(core dumped)
- [Solved] Vscode1.71.0 terminal error: `sed: illegal option — r`
- How to Solve ES error: “illegal_argument_exception”
- Error: (1, 1) java: Illegal character:’\ufeff’ [How to Solve]
- [Solved] error converting to execution character set illegal byte sequence
- Implement base64_decode in GO language to solve the problem of illegal characters