Help coderanch get a
new server
by contributing to the fundraiser
  • 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

Jax-ws client deploy stucked

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I've got a problem with a web application deploy under jboss-eap-4.2 (jdk 1.6).
My application is composed by 3 indipendent modules (2 webservices projects and 1 webapp). At the beginning they had to be deployed under three different application server but now there's only one application server and I've been involved in this problem.
Until now the only way to deploy the application has been proceeding in two distinguished steps (first the webservices and then, after having finished them, the webapplication), if I restart the server or I copy 3 modules (arcdps.war, arcdpsWS.war,alfrescoWS.war), server crash when it try to retrieve webservices's WSDL, without any excpeption, and all the http request remains in "pending" status.

this is the file log of webapp correct deploy (2 step deploy)


this is the log when i try to restart the server or to copy the three modules together in the folder "deploy"



I hope you help me findin a solution.

...Felix

ps: my english is a bit "strange"....cause I'm italian
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic