• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Axis error

 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am working on Installing and deploying web applications using xml-axis document. I was able to install Axis on Jboss server and following things worked fine

1.Look for the start page
2.Validate Axis with happyaxis
3.Look for some services
4.Test a SOAP Endpoint

When I tried the Test a JWS Endpoint step with the URL http://localhost:8080/axis/EchoHeaders.jws?method=list , I am getting the fault







I am also not able run the Admin client for the samples/stock example

java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

Please help.
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried axis with the Tomcat and the fault is now not coming up but when I run the AdminClient I am getting




[ October 05, 2004: Message edited by: Pradeep Bhat ]
 
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
make sure you set all the jars under axis lib folder into your classpath..... my guess
 
Rajan Chinna
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
also make sure you have a valid wsdl url.....
check whether u can view the wsdl file on the browser by using

http://localhost:8080/axis/EchoHeaders.jws?wsdl
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this line might give you an idea what is null

at org.apache.axis.client.AdminClient.process(AdminClient.java:357)
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The AdminClient had failed beacause Java 5 was in the path.
Yet to sort out the jboss problem.

Thanks everyone!
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay , the Jboss is also sorted out. Here is the solution

http://forge.objectweb.org/forum/forum.php?thread_id=1087&forum_id=360
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic