• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Newbie Question: Axis installation problem

 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Newbie Question: Axis installation problem

I installed Axis following the official instructions on http://ws.apache.org/axis/java/install.html. I have installed JDK 1.5, Tomcat 5.5 and Axis 1.1. I can see the page http://localhost:8080/ which means Tomcat is running well. And I can see the page http://localhost:8080/axis/. I also pass the test on http://localhost:8080/axis/happyaxis.jsp. All needed components are checked ok. Only two optional axis libraries are missing: xmlsec.jar and mail.jar. I even can see the result of http://localhost:8080/axis/services/Version?wsdl and http://localhost:8080/axis/services/AdminService?wsdl. But when I try to test a SOAP endpoint by open the page http://localhost:8080/axis/services/Version?method=getVersion, the return is "The page cannot be displayed, HTTP 500 - Internal server error". Does anyone experience the same error? Any suggestions will help!!! Thnx a lot!!

OS: Win XP;
classpath: .
[ May 28, 2005: Message edited by: Jon Lee ]
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what does the log files for tomcat says?
Where u able to deploy and consume some service?
for example try installing some .jws files and how its goes ?
 
Jon Lee
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Problem solved, mate.

Just remove Axis 1.1 and try axis-1_2RC2. Axis 1.1 may not be compatible with TomCat 5.5!!!
 
if you think brussel sprouts are yummy, you should try any other food. And this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic