Problem Accessing EJB's in one weblogic server to another

manoranjan_Bv <[email protected]> Tue, 21 Mar 2006 20:28:29 +0530
Newsgroups gmane.comp.java.sun.ejb.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.

------_=_NextPart_001_01C64CF7.F3F51238
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All,
=20
I have a Enterprise application installed on a Weblogic 7.0 Server. =
There are a couple of EJB's running in this application. I have a =
webapplication which accesses the EJB's of the enterprise application. =
The initial setup is having both the applications installed on the same =
Weblogic instance on a single machine. However when I install the web =
application on a Weblogic 8.1 with SP5, I am getting the following =
Exception -=20
=20
javax.naming.CommunicationException [Root exception is =
java.net.ConnectException: t3://sienna.dev.com:1599: Destination =
unreachable; nested exception is:=20
 java.net.ConnectException: Connection refused: connect; No available =
router to destination]
 at =
weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTra=
nslator.java:47)
 at =
weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitial=
ContextFactoryDelegate.java:636)
 at =
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitial=
ContextFactoryDelegate.java:306)
 at =
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitial=
ContextFactoryDelegate.java:239)
 at =
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextF=
actory.java:135)
 at =
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
 at =
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
 at javax.naming.InitialContext.init(InitialContext.java:219)
 at javax.naming.InitialContext.<init>(InitialContext.java:195)
 at =
com.workflow.services.dao.BizLogicInteraction.setBLServer(BizLogicInterac=
tion.java:1122)
 at =
com.workflow.services.dao.BizLogicInteraction.connect(BizLogicInteraction=
.java:1076)
 at =
com.workflow.services.dao.BizLogicInteraction.getInstance(BizLogicInterac=
tion.java:146)
 at =
com.workflow.web.controller.action.LoginAction.initBLInteraction(LoginAct=
ion.java:89)
 at =
com.workflow.web.controller.action.LoginAction.initSession(LoginAction.ja=
va:64)
 at =
com.workflow.web.controller.action.LoginAction.doExecute(LoginAction.java=
:37)
 at =
com.workflow.web.controller.action.BaseAction.execute(BaseAction.java:78)=

 at =
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPro=
cessor.java:484)
 at =
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:2=
74)
 at =
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
 at =
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at =
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Ser=
vletStubImpl.java:1072)
 at =
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.j=
ava:465)
 at =
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.j=
ava:348)
 at =
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.ru=
n(WebAppServletContext.java:6981)
 at =
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSub=
ject.java:321)
 at =
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)=

 at =
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServle=
tContext.java:3892)
 at =
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.j=
ava:2766)
 at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
 at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
Caused by: java.net.ConnectException: t3://sienna.cisco.com:1599: =
Destination unreachable; nested exception is:=20
 java.net.ConnectException: Connection refused: connect; No available =
router to destination
 at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:200)
 at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:125)
 at =
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitial=
ContextFactoryDelegate.java:296)
=20
What might be the problem.
=20
Thanks in advance,
=20
Regards,
Leela Manoranjan BV
Consulting and Enterprise Solutions
Process Consulting Practice
Satyam Computer Services Ltd.
Mob: (+91) 98660-75374



DISCLAIMER:
This email (including any attachments) is intended for the sole use of =
the intended recipient/s and may contain material that is CONFIDENTIAL =
AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or =
copying or distribution or forwarding of any or all of the contents in =
this message is STRICTLY PROHIBITED. If you are not the intended =
recipient, please contact the sender by email and delete all copies; =
your cooperation in this regard is appreciated.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".


------_=_NextPart_001_01C64CF7.F3F51238
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML =
DIR=3Dltr><HEAD><META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"></HEAD><BODY><DIV><FONT face=3D'Arial' =
color=3D#000000 size=3D2>Hi All,</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2>I have a Enterprise application =
installed on a =0A=
Weblogic 7.0 Server. There are a couple of EJB's running in this =
application. I =0A=
have a webapplication which accesses the EJB's of the enterprise =
application. =0A=
The initial setup is having both the applications installed on the same =
Weblogic =0A=
instance on a single machine. However when I install the web application =
on a =0A=
Weblogic 8.1 with SP5, I am getting the following Exception - =
</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV>javax.naming.CommunicationException [Root exception is =0A=
java.net.ConnectException: t3://sienna.dev.com:1599: Destination =
unreachable; =0A=
nested exception is: <BR>&nbsp;java.net.ConnectException: Connection =
refused: =0A=
connect; No available router to destination]<BR>&nbsp;at =0A=
weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTra=
nslator.java:47)<BR>&nbsp;at =0A=
weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitial=
ContextFactoryDelegate.java:636)<BR>&nbsp;at =0A=
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitial=
ContextFactoryDelegate.java:306)<BR>&nbsp;at =0A=
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitial=
ContextFactoryDelegate.java:239)<BR>&nbsp;at =0A=
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextF=
actory.java:135)<BR>&nbsp;at =0A=
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)<=
BR>&nbsp;at =0A=
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)<BR=
>&nbsp;at =0A=
javax.naming.InitialContext.init(InitialContext.java:219)<BR>&nbsp;at =0A=
javax.naming.InitialContext.&lt;init&gt;(InitialContext.java:195)<BR>&nbs=
p;at =0A=
com.workflow.services.dao.BizLogicInteraction.setBLServer(BizLogicInterac=
tion.java:1122)<BR>&nbsp;at =0A=
com.workflow.services.dao.BizLogicInteraction.connect(BizLogicInteraction=
.java:1076)<BR>&nbsp;at =0A=
com.workflow.services.dao.BizLogicInteraction.getInstance(BizLogicInterac=
tion.java:146)<BR>&nbsp;at =0A=
com.workflow.web.controller.action.LoginAction.initBLInteraction(LoginAct=
ion.java:89)<BR>&nbsp;at =0A=
com.workflow.web.controller.action.LoginAction.initSession(LoginAction.ja=
va:64)<BR>&nbsp;at =0A=
com.workflow.web.controller.action.LoginAction.doExecute(LoginAction.java=
:37)<BR>&nbsp;at =0A=
com.workflow.web.controller.action.BaseAction.execute(BaseAction.java:78)=
<BR>&nbsp;at =0A=
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPro=
cessor.java:484)<BR>&nbsp;at =0A=
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:2=
74)<BR>&nbsp;at =0A=
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)<B=
R>&nbsp;at =0A=
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)<BR>=
&nbsp;at =0A=
javax.servlet.http.HttpServlet.service(HttpServlet.java:760)<BR>&nbsp;at =0A=
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<BR>&nbsp;at =0A=
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Ser=
vletStubImpl.java:1072)<BR>&nbsp;at =0A=
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.j=
ava:465)<BR>&nbsp;at =0A=
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.j=
ava:348)<BR>&nbsp;at =0A=
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.ru=
n(WebAppServletContext.java:6981)<BR>&nbsp;at =0A=
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSub=
ject.java:321)<BR>&nbsp;at =0A=
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)=
<BR>&nbsp;at =0A=
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServle=
tContext.java:3892)<BR>&nbsp;at =0A=
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.j=
ava:2766)<BR>&nbsp;at =0A=
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)<BR>&nbsp;at=
 =0A=
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)<BR>Caused by: =0A=
java.net.ConnectException: t3://sienna.cisco.com:1599: Destination =
unreachable; =0A=
nested exception is: <BR>&nbsp;java.net.ConnectException: Connection =
refused: =0A=
connect; No available router to destination<BR>&nbsp;at =0A=
weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:200)<BR>&nbsp;at =0A=
weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:125)<BR>&nbsp;at =0A=
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitial=
ContextFactoryDelegate.java:296)</DIV>=0A=
<DIV>&nbsp;</DIV>=0A=
<DIV>What might be the problem.</DIV>=0A=
<DIV>&nbsp;</DIV>=0A=
<DIV>Thanks in advance,</DIV>=0A=
<DIV>&nbsp;</DIV>=0A=
<DIV>Regards,</DIV>=0A=
<DIV>=0A=
<DIV align=3Dleft><FONT face=3DArial size=3D2>=0A=
<DIV align=3Dleft><FONT face=3DArial size=3D1><SPAN =0A=
class=3D231374413-06022006><STRONG>Leela Manoranjan =0A=
BV</STRONG></SPAN></FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D1><SPAN =
class=3D231374413-06022006>Consulting and =0A=
Enterprise Solutions</SPAN></FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D1><SPAN =
class=3D231374413-06022006>Process Consulting =0A=
Practice</SPAN></FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D1><SPAN class=3D231374413-06022006>Satyam =
Computer =0A=
Services Ltd.</SPAN></FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D1><SPAN class=3D231374413-06022006>Mob: =
(+91) =0A=
98660-75374</SPAN></FONT></DIV></FONT></DIV><BR></DIV><p></p><p>DISCLAIME=
R:<br>This email (including any attachments) is intended for the sole =
use of the intended recipient/s and may contain material that is =
CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by =
others or copying or distribution or forwarding of any or all of the =
contents in this message is STRICTLY PROHIBITED. If you are not the =
intended recipient, please contact the sender by email and delete all =
copies; your cooperation in this regard is appreciated..</BODY></HTML>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".
<p>
------_=_NextPart_001_01C64CF7.F3F51238--