• 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

AxisFault: Transport out has not been set

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting this issue while calling a service. server is JBoss 6.1 eap, Please let me know whats wrong. There are no white spaces in the URL. did I miss any configuration on server?

17:30:34,229 INFO [stdout] (http-/127.0.0.1:8080-1) Setting timeout for queryEmployee to 90 seconds...
17:30:34,229 ERROR [stderr] (http-/127.0.0.1:8080-1) org.apache.axis2.AxisFault: Transport out has not been set
17:30:34,230 ERROR [stderr] (http-/127.0.0.1:8080-1) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:383)
17:30:34,230 ERROR [stderr] (http-/127.0.0.1:8080-1) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:374)
17:30:34,231 ERROR [stderr] (http-/127.0.0.1:8080-1) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
17:30:34,231 ERROR [stderr] (http-/127.0.0.1:8080-1) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
17:30:34,232 ERROR [stderr] (http-/127.0.0.1:8080-1) at com.av.mobile.ws.axis2.adb.esb.employee.v1_0.AvQuestInterfaces_DataNotification_PublicServiceStub.queryEmployee(AvQuestInterfaces_DataNotification_PublicServiceStub.java:263)
17:30:34,232 ERROR [stderr] (http-/127.0.0.1:8080-1) at com.av.mobile.ws.axis2.adb.esb.employee.v1_0.AvQuestInterfaces_DataNotification_PublicServiceStub.getEmployeeXML(AvQuestInterfaces_DataNotification_PublicServiceStub.java:168)
17:30:34,233 ERROR [stderr] (http-/127.0.0.1:8080-1) at com.av.connector.security.ManagedConnectionFactoryImpl.getCredentials(ManagedConnectionFactoryImpl.java:191)
17:30:34,234 ERROR [stderr] (http-/127.0.0.1:8080-1) at com.av.connector.security.ManagedConnectionFactoryImpl.execute(ManagedConnectionFactoryImpl.java:123)

Thanks,
HM
 
I found a beautiful pie. And a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic