Pessoal, estou tendo o problema quando crio uma aplicação cliente EJB que acessa a aplicacao EJB. Antes tudo funcionava, porem, agora foi mudado a subnet da rede e foi adicionado uma VPN (deve ter firewall no meio) porque mudamos de predio, antes acessavamos da rede interna da empresa, por isso funcionava.
O erro coloquei abaixo, alguem já passou por isso e tem uma solução? Consigo dar telnet no IP e porta que tento acessar, porem via iiop nao esta rolando. Estou usando Websphere e EJB 2.0.
[12/11/08 10:53:30:352 BRST] 313e313e SystemErr R javax.naming.ServiceUnavailableException: A communication failure occurred while attempting to obtain an initial context with the provider URL: "iiop://Zi38:9815". Make sure that any bootstrap address information in the URL is correct and that the target name server is running. A bootstrap address with no port specification defaults to port 2809. Possible causes other than an incorrect bootstrap address or unavailable name server include the network environment and workstation network configuration. Root exception is org.omg.CORBA.TRANSIENT: Operation timed out: connect:host=li09,port=54954 minor code: 4942F301 completed: No
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at java.lang.Throwable.<init>(Throwable.java)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at java.lang.Throwable.<init>(Throwable.java)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at org.omg.CORBA.SystemException.<init>(SystemException.java:59)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:450)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.ws.orbimpl.transport.WSTransport.getConnection(Unknown Source)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.CORBA.transport.TransportBase.getConnection(TransportBase.java:158)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.rmi.iiop.TransportManager.get(TransportManager.java:83)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.rmi.iiop.GIOPImpl.locate(GIOPImpl.java:174)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.rmi.corba.ClientDelegate._createRequest(ClientDelegate.java:1927)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1235)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1168)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.rmi.corba.ClientDelegate.request(ClientDelegate.java:1830)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:245)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.WsnBootstrap._WsnNameServiceStub.getProperties(Unknown Source)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInitCtxFactory.java:1112)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(WsnInitCtxFactory.java:677)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:605)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:480)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:102)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:408)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:131)
[12/11/08 10:53:30:367 BRST] 313e313e SystemErr R at javax.naming.InitialContext.lookup(InitialContext.java:359)