在使用Java Spring和Struts 2.5开发Web应用程序时,发生了奇怪的错误。部署和启动应用程序时,我在下面获得了附加的异常堆栈。奇怪的是,所有其他开发人员都可以毫无问题地进行部署和启动。因此,问题必须特定于我的系统。
到目前为止我所做的:
我们非常感谢您的帮助!
缩短的异常堆栈:
2018-10-22T12:08:21,174 org.apache.struts2.views.tiles.TilesResult WARN "got TilesException while checking if definiton exists, ignoring it" thread="http-nio-8080-exec-2"
org.apache.tiles.definition.DefinitionsFactoryException: I/O Error reading definitions.
at...
Caused by: java.net.SocketException: Connection reset
at...
org.apache.tiles.definition.DefinitionsFactoryException: I/O Error reading definitions.
at...
2018-10-22T12:08:21,221 org.apache.struts2.views.tiles.TilesResult WARN "could not find @TilesDefinition for action: index" thread="http-nio-8080-exec-2"
at...
2018-10-22T12:08:21,252 org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler ERROR "Exception occurred during processing request: I/O Error reading definitions." thread="http-nio-8080-exec-2"
...