I made what u said!, but now the page
http://pmat01:8080/axis/servlet/AxisServlet where are the list of web
services deployed is blank, i mean is showing nothing, and in the log of
Tomcat i get:

2003-08-13 09:43:32 StandardWrapperValve[AxisServlet]: Servlet.service() for
servlet AxisServlet threw exception
javax.servlet.ServletException: Servlet execution threw an exception
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:269)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
.............

----- Root Cause -----
java.lang.NoClassDefFoundError: org/apache/axis/encoding/Deserializer
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:207)

any idea?

Thanks!

Jorge

----- Original Message -----
From: "Jim Harris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Jorge Alberto Rodriguez Suarez"
<[EMAIL PROTECTED]>
Sent: Tuesday, August 12, 2003 6:49 PM
Subject: RE: AdminClient Exception...


> You could try deploying just using the command:
> java -cp %AXIS_CLASSPATH% org.apache.axis.client.AdminClient
> emprel/sftm/webservice/cliente/deploy.wsdd
>
> I believe this should work just fine - I can't remember what the -l
> http://... does but if you look in the AdminClient help you may find it is
> redundant as in my case...
>
> Then again, you might just try editing the server-config.wsdd fule
> manually - it is a LOT less hastle than using the AdminClient. Basically,
> just go to your deploy.wsdd file and cut and paste the
> <service>......</service> element and ALL its contents into the
> server-config.wsdd file (in your axis/WEB-INF directory). Once done,
restart
> Tomcat (or whatever you are using) and your service is deployed.
>
> I have answered several questions from people having trouble with the
admin
> client - seems the whole deployment process needs some work for a later
axis
> release... Wish I had the time!
>
> HTH
> Jim Harris
>
> > -----Original Message-----
> > From: Jorge Alberto Rodriguez Suarez [mailto:[EMAIL PROTECTED]
> > Sent: 12 August 2003 21:16
> > To: [EMAIL PROTECTED]
> > Subject: AdminClient Exception...
> >
> >
> > Hi there!
> >
> > When iam making:
> >
> > java -cp %AXIS_CLASSPATH%
> > org.apache.axis.client.AdminClient
> > -lhttp://pmat01:8080/axis/services/AdminS
> > ervice emprel/sftm/webservice/cliente/deploy.wsdd
> >
> > triying to deploy my web service, iam reciving:
> >
> > Processing file emprel/sftm/webservice/cliente/deploy.wsdd
> > Exception:: java.lang.reflect.InvocationTargetException
> >
> > Some idea???
> >
> > Thanks!
> >
> > Jorge.
> >
> >
>


Reply via email to