Ramon,
If you point your browser to http://hostname:8080/axis/ , select View (list of deployed services) and you get a blank screen, from my experience it's symptomatic of  pertinent .class files not been copied to webapps\axis\WEB-INF\classes directory in the servlet. After doing what Russell suggests to recover, check to see if your service .class files are all copied there preserving their path. Then try your deploy again.
 
-akin
-----Original Message-----
From: Ramon Arias [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 14, 2002 6:30 AM
To: [EMAIL PROTECTED]
Subject: RE: Reset Axis.

Thanks russell that was very usefull.
-----Original Message-----
From: Russell Brown [mailto:[EMAIL PROTECTED]]
Sent: Jueves, 14 de Noviembre de 2002 09:35 a.m.
To: [EMAIL PROTECTED]
Subject: RE: Reset Axis.

Ramon,
the only experience I have had with this is when the list disappears from the Web View ( when you hit the servlet at http://yourhost:8080/axis/ ) but the AdminClient still works, try java org.apache.axis.client.AdminClient list. If that displays some output then you can still undeploy the offending service and it all starts working again ( did for me ). Failing that edit the file server-config.wsdd in webapps\axis\WEB-INF . remove all services except Version and AdminService
 
Hope that helps
 
Russell
-----Original Message-----
From: Ramon Arias [mailto:[EMAIL PROTECTED]]
Sent: 14 November 2002 14:22
To: [EMAIL PROTECTED]
Subject: RE: Reset Axis.

Russell
 
when axis stops working properly the list of deployeed services desapears, and I get problems deeploying new services.... how do I bring the server back normal.
Best Regards
Ramon
 
 -----Original Message-----
From: Russell Brown [mailto:[EMAIL PROTECTED]]
Sent: Jueves, 14 de Noviembre de 2002 09:10 a.m.
To: [EMAIL PROTECTED]
Subject: RE: Reset Axis.

Save below as undeploy.wsdd
 
<undeployment xmlns="http://xml.apache.org/axis/wsdd/">
 <service name="TheServiceYouDeployedThatScrewedItAllUp"/>
</undeployment>
run java org.apache.axis.client.AdminClient undeploy.wsdd
 
if by "axis server stops working properly" you mean that the list of deployed services disappears
 
Russell
-----Original Message-----
From: Ramon Arias [mailto:[EMAIL PROTECTED]]
Sent: 14 November 2002 13:59
To: [EMAIL PROTECTED]
Subject: Reset Axis.

I notice that after an unsuccessfull undeployment, my axis server stops working properly. Is there a quick and dirty way to reset axis to the original config.

Reply via email to