• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

problem - axis servererror

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello everyone!

everything worked fine ... i could deploy web services and run them via clients etc. ... but today, i got the following problem:

i run the jboss-server as usually successfully, then i can open the axis-page http://localhost:8080/axis/index.html ... but when i click on "view the list of deployed Web Services" ... i get the 500 internal servererror!

but everything worked for so long!

does anyone of you have an idea what the problem is now?

thank you!!!
 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
use divide n conquer rule :-)

try commenting each one of service in ur wsdd file and find the actual service that is giving problem. i think one or more of the services registered via wsdd is giving problem.
 
Doris Wagner
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you for your post, but i think that's not the problem ... i deleted every web service that i had deployed ... and only the standard pre-installed web-services should be available.

but there's always the http 500 error

no idea (
reply
    Bookmark Topic Watch Topic
  • New Topic