I seem to be confused by a strange problem. When using my GWT application in a local environment, everything works as it should. The problem occurs after compiling and deploying my application. When I look at the project workflow and click on a specific link to switch to a new panel, I get the following error (from my console in Chrome):
Uncaught com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, see full set in UmbrellaException#getCauses (anonymous function)
This error is generated by one of the cache files generated by GWT at compile time. But this never happens in a locally deployed program (deployed from Eclipse, "Run as a web application"). Has anyone ever encountered this problem, or could have indicated any direction for correction?
Thanks!:)
javascript caching exception gwt
Omar estrella
source share