1 sucess and 1 failure with "identical" attempts to deploy

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

1 sucess and 1 failure with "identical" attempts to deploy

Postby toontalk@gmail.com » Fri Mar 28, 2008 1:45 am

Greetings,

I have been able to sucessfully deploy my GWT app using my desktop Windows PC but when do the same thing with the same source code (using subversion) on my Windows PC laptop I get Tomcat errors. The war files seem very similar.

My MoPiX2.desktop.war works fine while the MoPiX2.laptop.war has the following errors:

Thanks in advance.

Best,

-ken

25-Mar-08 7:43:45 PM org.apache.jk.common.MsgAjp processHeader
SEVERE: BAD packet signature 20821
25-Mar-08 7:43:45 PM org.apache.jk.common.ChannelSocket processConnection
SEVERE: Error, processing connection
java.lang.IndexOutOfBoundsException
at java.io.BufferedInputStream.read(libgcj.so.7rh)
at org.apache.jk.common.ChannelSocket.read(tomcat-ajp-5.5.23.jar.so)
at org.apache.jk.common.ChannelSocket.receive(tomcat-ajp-5.5.23.jar.so)
at org.apache.jk.common.ChannelSocket.processConnection(tomcat-ajp-5.5.23.jar.so)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(tomcat-ajp-5.5.23.jar.so)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(tomcat-util-5.5.23.jar.so)
at java.lang.Thread.run(libgcj.so.7rh)
25-Mar-08 9:45:21 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.war
25-Mar-08 9:45:22 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/usr/share/tomcat5/webapps/MoPiX2/WEB-INF/lib/gwt-dev-windows.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
28-Mar-08 12:32:43 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop.war
28-Mar-08 12:56:06 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.desktop.war
28-Mar-08 12:56:07 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/usr/share/tomcat5/webapps/MoPiX2.desktop/WEB-INF/lib/gwt-dev-windows.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
toontalk@gmail.com
 
Posts: 3
Joined: Fri Mar 28, 2008 1:38 am

Re: 1 sucess and 1 failure with "identical" attempts to deploy

Postby Eric Clayberg » Fri Mar 28, 2008 2:27 pm

It looks like you are trying to include gwt-dev-windows.jar which is a compile/hosted mode only file.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: 1 sucess and 1 failure with "identical" attempts to deploy

Postby toontalk@gmail.com » Sun Mar 30, 2008 7:03 am

Thanks. Having the gwt-dev-windows.jar file included was very wasteful (more than half the war file was devoted to it). But it didn't solve my problem. Now the log file shows

30-Mar-08 6:05:54 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:06:05 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:06:06 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:06:17 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:06:17 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:06:28 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:06:28 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:06:39 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:06:39 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:06:50 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:06:51 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:07:01 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:07:02 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:07:12 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:07:13 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:07:23 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:07:24 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:07:35 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:07:35 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:07:46 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:07:46 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:07:57 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:07:57 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:08:08 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:08:09 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:08:19 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:08:20 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:08:30 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:08:31 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:08:42 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:08:42 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
30-Mar-08 6:08:53 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/MoPiX2.laptop2]
30-Mar-08 6:08:53 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive MoPiX2.laptop2.war
toontalk@gmail.com
 
Posts: 3
Joined: Fri Mar 28, 2008 1:38 am

Re: 1 sucess and 1 failure with "identical" attempts to deploy

Postby Eric Clayberg » Sun Mar 30, 2008 10:52 am

What appears to be the problem? Your log looks fine.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: 1 sucess and 1 failure with "identical" attempts to deploy

Postby toontalk@gmail.com » Wed Apr 02, 2008 11:55 pm

Hi. Sorry, turns the remaining problems were with tomcat not gwt designer. All is working now. Thanks.

Best,

-ken
toontalk@gmail.com
 
Posts: 3
Joined: Fri Mar 28, 2008 1:38 am

Re: 1 sucess and 1 failure with "identical" attempts to deploy

Postby Eric Clayberg » Thu Apr 03, 2008 3:39 am

Thanks for the update.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 3 guests