hi,
we keep getting transport errors like below after we've succesfully connected to VC using vijava.
Subsequent calls using the same connection works fine. is there a timeout issue here? if yes, is there a way to set the timeout at the axis2 level?
or should i wrap every call in a loop to retry?
thanks
venkat
Exception in thread
"pool-1-thread-1" com.vmware.ws.util.AxisFaultException:
org.apache.axis2.AxisFault: Transport error: 503 Error: Service
Unavailable
at
com.vmware.core.query.PropertyCollectorImpl.retrieveContents(PropertyCollectorImpl.java:78)
at
com.vmware.contrib.vi.PropertyCollectorAdapterImpl.retrieveContents(PropertyCollectorAdapterImpl.java:297)
at
com.vmware.contrib.vi.PropertyCollectorAdapterImpl.retrieveContent(PropertyCollectorAdapterImpl.java:90)
at
com.vmware.contrib.vi.PropertyCollectorAdapterImpl.retrieveProperties(PropertyCollectorAdapterImpl.java:128)
at
com.vmware.contrib.vi.PropertyCollectorAdapterImpl.retrieveProperties(PropertyCollectorAdapterImpl.java:84)
at
com.vmware.contrib.vi.Connection$1.getProperty(Connection.java:146)
at
com.vmware.vi.ManagedEntityImpl.getName(ManagedEntityImpl.java:78)
at
com.emc.cmp.mediation.probes.vmware.VMwareDetection.getEsxServerAndVMMap(VMwareDetection.java:349)
at
com.emc.cmp.mediation.probes.vmware.VMwareDetection.access$000(VMwareDetection.java:59)
at
com.emc.cmp.mediation.probes.vmware.VMwareDetection$VMwareDetectionThread.run(VMwareDetection.java:600)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)