Thursday, May 26, 2011

Re: Error while deploying my gwt application on a websphere server 6.1 !!!!

hey,

for those who might face the same problem, the solution is that when
you want to recreat your .war you should clean up your project and
compile it (clean up is not always neseccary).


On 24 mai, 16:47, Carlos <hbazz...@gmail.com> wrote:
> hi,
> This is the message i found in the log of the my websphere of version
> 6.1
> i want to kno if the problem is a gwt issue or websphere issue
> so do you have any idea about it?
> am using
> gwt
> SDK 1.5
> websphere 6.1
> i deployed the .war on the server but i am recieving always this
> error:
>
> ------Start of DE processing------ = [24/05/11 16:07:56:178 CEST] ,
> key = javax.servlet.UnavailableException
> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest() 302
> Exception = javax.servlet.UnavailableException
> Source =
> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest()
> probeid = 302
> Stack Dump = javax.servlet.UnavailableException: SRVE0200E: Servlet
> [cap.affinium.testInteract.server.metier.ServicesImpl] : Impossible de
> trouver la classe requise -
> cap.affinium.testInteract.server.metier.ServicesImpl
>         at com.ibm.ws.webcontainer.servlet.ServletWrapper
> $1.run(ServletWrapper.java:1203)
>         at
> com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.jav­a:
> 118)
>         at
> com.ibm.ws.webcontainer.servlet.ServletWrapper.loadServlet(ServletWrapper.j­ava:
> 1190)
>         at
> com.ibm.ws.wswebcontainer.servlet.ServletWrapper.loadServlet(ServletWrapper­.java:
> 385)
>         at
> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper­.java:
> 339)
>         at
> com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapp­er.java:
> 463)
>         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:
> 3107)
>         at
> com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:
> 238)
>         at
> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:
> 811)
>         at
> com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:
> 1425)
>         at
> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:
> 92)
>         at
> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(H­ttpInboundLink.java:
> 465)
>         at
> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(H­ttpInboundLink.java:
> 394)
>         at
> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLRe­adCallback.java:
> 102)
>         at
> com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioRe­adCompletionListener.java:
> 152)
>         at
> com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.jav­a:
> 213)
>         at
> com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFut­ure.java:
> 195)
>         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
>         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
>         at
> com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:
> 725)
>         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
>         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
>
> Dump of callerThis =
> null
>
> Exception = javax.servlet.UnavailableException
> Source =
> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest()
> probeid = 302
> Dump of callerThis =
> null
>
> my web.xml is the following:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE web-app
>     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
>     "http://java.sun.com/dtd/web-app_2_3.dtd">
>
> <web-app>
>
>         <!-- Servlets -->
>         <servlet>
>                 <servlet-name>ServiceServlet</servlet-name>
>                 <servlet-class>cap.affinium.testInteract.server.metier.ServicesImpl</
> servlet-class>
>         </servlet>
>         <servlet>
>                 <servlet-name>WebServicesServlet</servlet-name>
>                 <servlet-
> class>cap.affinium.testInteract.server.metier.WebServicesImpl</servlet-
> class>
>         </servlet>
>         <servlet>
>                 <servlet-name>APIInteractServlet</servlet-name>
>                 <servlet-
> class>cap.affinium.testInteract.server.metier.APIInteractServicesImpl</
> servlet-class>
>         </servlet>
>         <servlet-mapping>
>                 <servlet-name>ServiceServlet</servlet-name>
>                 <url-pattern>/testtool/service</url-pattern>
>         </servlet-mapping>
>         <servlet-mapping>
>                 <servlet-name>WebServicesServlet</servlet-name>
>                 <url-pattern>/testtool/webService</url-pattern>
>         </servlet-mapping>
>         <servlet-mapping>
>                 <servlet-name>APIInteractServlet</servlet-name>
>                 <url-pattern>/testtool/apiInteract</url-pattern>
>         </servlet-mapping>
>         <!-- Default page to serve -->
>         <welcome-file-list>
>                 <welcome-file>TestTool.html</welcome-file>
>         </welcome-file-list>
>
> </web-app>

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment