We're using GWT 2.6.1 and SmartClient Version: v9.1p_2014-06-04/PowerEdition Deployment (built 2014-06-04) and Eclipse Luna (4.4.0).
After deploying our War to Tomcat and re-starting Tomcat, we get a bunch of exceptions in the catalina.out log, but the app fires up and runs. It gives seemingly-random (but persistent) failures of various web service and DataSource calls -- that is, several of them don't work, but there's no apparent pattern to which ones, and it's a small percentage.
The other weird thing is that we (consistently) get a top-level exception in the MessagingServlet when the SmartGWT app first fires up, but the Tomcat access log shows lots of requests to OurApp/sc/messaging/... with a 200 (normal) status.
I'm not sure exactly when this started, but I'm pretty sure it was NOT at the same time as a change to the WAR.
I'm attaching the catalina log from starting up Tomcat, and web.xml. The web.xml has not been touched for a month.
After deploying our War to Tomcat and re-starting Tomcat, we get a bunch of exceptions in the catalina.out log, but the app fires up and runs. It gives seemingly-random (but persistent) failures of various web service and DataSource calls -- that is, several of them don't work, but there's no apparent pattern to which ones, and it's a small percentage.
The other weird thing is that we (consistently) get a top-level exception in the MessagingServlet when the SmartGWT app first fires up, but the Tomcat access log shows lots of requests to OurApp/sc/messaging/... with a 200 (normal) status.
I'm not sure exactly when this started, but I'm pretty sure it was NOT at the same time as a change to the WAR.
I'm attaching the catalina log from starting up Tomcat, and web.xml. The web.xml has not been touched for a month.
Comment