Problem moving Roo project from 2.8.0 to 2.8.1
I have a Roo project that I was working on that was doing fine on 2.8.0 having started on 2.7.2.
When the automatic updates showed a 2.8.1 upgrade available I installed it and that project immediately stopped working and would hang whenever I tried to run as on server.
I have reverted to the standard install of 2.8.0 and 2.8.1 for reference with same result, works on 2.8.0 and not on 2.8.1.
Without any changes to the project code or configuration after importing the same project from a working instance of 2.8.0 to a new workspace with 2.8.1 I get a hang when I try to run it. Trace logs show...
Code:
14:56:18,963 DEBUG ResourceHttpRequestHandler:155 - Trying relative path [dojo-1.6/dijit/_base/sniff.js] against base location: class path resource [META-INF/web-resources/]
14:56:18,964 DEBUG ResourceHttpRequestHandler:160 - Found matching resource: class path resource [META-INF/web-resources/dojo-1.6/dijit/_base/sniff.js]
14:56:18,964 DEBUG ResourceHttpRequestHandler:112 - Determined media type [text/javascript] for class path resource [META-INF/web-resources/dojo-1.6/dijit/_base/sniff.js]
14:56:18,965 DEBUG SimpleMappingExceptionResolver:132 - Resolving exception from handler [org.springframework.web.servlet.resource.ResourceHttpRequestHandler@48ec77cb]: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error
14:56:18,965 DEBUG SimpleMappingExceptionResolver:173 - Resolving to default view 'uncaughtException' for exception of type [org.apache.catalina.connector.ClientAbortException]
14:56:18,965 DEBUG SimpleMappingExceptionResolver:294 - Exposing Exception as model attribute 'exception'
14:56:18,966 DEBUG DispatcherServlet:1001 - Handler execution resulted in exception - forwarding to resolved error view: ModelAndView: reference to view with name 'uncaughtException'; model is {exception=ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error}
ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:319)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:288)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:98)
at org.springframework.util.FileCopyUtils.copy(FileCopyUtils.java:116)
at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.writeContent(ResourceHttpRequestHandler.java:210)
at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:135)
at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:49)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
and 37 more...
comparing project trees the two projects are identical.
I have cleaned the working directory and run it on both tomcat 6 and the vfabric tc with no difference.
Any clues how to fix it so it will run on 2.8.1?