• 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

Application running in my jboss but when i put it in the client JBoss it showing error

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends i have developed an application connecting with web services, the app which we have developed is working properly but when i put war file and when i deploy in client Jboss it shows ERROR ('');

ERROR [STDERR] AxisFault

faultCode : http://schemas.xmlsoap.org/soap/envelope/Server.userException
faultSubCode :
faultString : java.net.ConnectException : Connectin refuced : connect
faultActor :
faultNode :
faultDetail :
http://xml.apache.org/axis/stackTrace:java.net.ConnectException: Connection refused : connect
 
Sheriff
Posts: 3063
12
Mac IntelliJ IDE Python VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's not a lot to go on, since there are many thing that could cause a ConnectException: bad network, no network, firewall, bad address, routing issue, etc. However, it does seem that the client connects to the server, but then is rejected. Could it be you're not providing the credentials (probably a user name and password) necessary to access the service?
reply
    Bookmark Topic Watch Topic
  • New Topic