Skip to content

Instantly share code, notes, and snippets.

@KDamir
Created March 15, 2018 08:02
Show Gist options
  • Save KDamir/4a95c4a56589db12242d333f4d584b71 to your computer and use it in GitHub Desktop.
Save KDamir/4a95c4a56589db12242d333f4d584b71 to your computer and use it in GitHub Desktop.
ies.java:54)
at com.epam.sono.desktop2.repo.ConstantEntries.access$000(ConstantEntrie
s.java:19)
at com.epam.sono.desktop2.repo.ConstantEntries$ConstantEntriesLoader.run
(ConstantEntries.java:69)
Caused by: javax.naming.CommunicationException: A communication failure occurred
while attempting to obtain an initial context with the provider URL: "corbaloc:
iiop:212.154.167.31:2818". Make sure that any bootstrap address information in
the URL is correct and that the target name server is running. A bootstrap addr
ess with no port specification defaults to port 2809. Possible causes other tha
n an incorrect bootstrap address or unavailable name server include the network
environment and workstation network configuration. [Root exception is org.omg.CO
RBA.COMM_FAILURE: WRITE_ERROR_SEND_1 vmcid: 0x49421000 minor code: 50 complet
ed: No]
at com.ibm.ws.naming.util.WsnInitCtxFactory.mapInitialReferenceFailure(W
snInitCtxFactory.java:2220)
at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInit
CtxFactory.java:1386)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(Wsn
InitCtxFactory.java:924)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCt
xFactory.java:848)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(Ws
nInitCtxFactory.java:533)
at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:117)
at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:71
2)
at com.ibm.ws.naming.util.WsnInitCtx.getEnvironment(WsnInitCtx.java:677)
at javax.naming.InitialContext.getEnvironment(Unknown Source)
at com.epam.sono.app.util.locator.AbstractEJBServiceLocator.createLocato
r(AbstractEJBServiceLocator.java:53)
... 9 more
Caused by: org.omg.CORBA.COMM_FAILURE: WRITE_ERROR_SEND_1 vmcid: 0x49421000 mi
nor code: 50 completed: No
at com.ibm.ws.orbimpl.transport.HTTPOutputStream.setUpURL(HTTPOutputStre
am.java:167)
at com.ibm.ws.orbimpl.transport.HTTPOutputStream.write(HTTPOutputStream.
java:288)
at com.ibm.rmi.util.buffer.SequentialByteBuffer.flushTo(SequentialByteBu
ffer.java:433)
at com.ibm.rmi.iiop.IIOPOutputStream.writeTo(IIOPOutputStream.java:513)
at com.ibm.rmi.iiop.Connection.write(Connection.java:2042)
at com.ibm.rmi.iiop.Connection.send(Connection.java:2084)
at com.ibm.rmi.iiop.Connection._locate(Connection.java:452)
at com.ibm.rmi.iiop.Connection.locate(Connection.java:428)
at com.ibm.rmi.iiop.GIOPImpl.locate(GIOPImpl.java:203)
at com.ibm.rmi.corba.Corbaloc.locateUsingINS(Corbaloc.java:307)
at com.ibm.rmi.corba.Corbaloc.resolve(Corbaloc.java:378)
at com.ibm.rmi.corba.ORB.objectURLToObject(ORB.java:3699)
at com.ibm.CORBA.iiop.ORB.objectURLToObject(ORB.java:3256)
at com.ibm.rmi.corba.ORB.string_to_object(ORB.java:3597)
at com.ibm.ws.naming.util.WsnInitCtxFactory.stringToObject(WsnInitCtxFac
tory.java:1511)
at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInit
CtxFactory.java:1362)
... 17 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment