• 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

I am getting error while creating web service

 
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I am creating a basic webservice , I am getting following error

IWAB0489E Error when deploying Web service to Axis runtime
axis-admin failed with {http://xml.apache.org/axis/}HTTP (404)Not Found


I installed Tomcat 7 and started server from within eclipse. Server was running. but after I started webservice, I got above mentioned error. After that server is not starting from within eclipse. Start button is servers console is greyed out. From menubar, when I am starting server, I am getting following error

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).


There is no other service is running on port 8080. I have stopped Tomcat service from services console. After installing Tomcat, I ran http://localhost:8080 and it did give Apache home page. So it was installed properly.

When I am starting server from eclipse (Tomcat service is shown as stopped from eclipse), if Tomcat service is already started, will that be ok ? OR do I need to stop Tomcat service first ? I have tried to start Tomcat service from eclipse both ways , when service is running and when service is stopped.

Please guide me, whats wrong here ?

Thanks

reply
    Bookmark Topic Watch Topic
  • New Topic