aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes iplanet connectivity with weblogic server 4.5.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "iplanet connectivity with weblogic server 4.5.1" Watch "iplanet connectivity with weblogic server 4.5.1" New topic
Author

iplanet connectivity with weblogic server 4.5.1

vintu79
Greenhorn

Joined: Oct 30, 2001
Posts: 5
hi ,
I am using 3 tier architecture where my servlets and htmls are placed in the iplanet webserver4.1 and my EJB in
are in weblogic server 4.5.1 and the Weblogic server uses oci driver to connect to oracle 8.1.6 .
when I am trying to access the EJB which is deployed in weblogic4.5.1 from servlets which are on iplanet webserver 4.1
.I am facing a problem where the servlet in iplanet is not able able to lookup the bean which are deployed on weblogic server using their JNDI lookup name .I am using t3 connectivity to comunicate with the EJB from the servlets.My request hangs for a long time and then displays a insecure item dialog box in the browser.when i checked up the weblogic logs i found no exception or errors while the iplanet log showed me this error [Root exception is java.net.ConnectException: Connection refused]javax.naming.CommunicationException
.The servlet is unable to lookup the bean and I found the connectivity between the iplanet webserver machine and the weblogic server machine is lost and i was not able to invoke a telnet session from iplanet webserver machine to weblogic server machine it is giving connection refused.however if i shut and start iplanet webserver the connectivity is restablished and i am able to invoked the bean from the servlets.This problem is happening once in a while but still i am not able to find a permanent solution for it can anybody give the reason why this is happening the only solution that i have now is to restart iplanet webserver.
I suspect it is due to ports getting locked any one help me
please
thanks for your ideas in advance
vinodh
ersin eser
Ranch Hand

Joined: Feb 22, 2001
Posts: 1072
vintu79
I am moving this to forum called Web Logic servers You have a better chance of getting an answerfrom that forum
Also would you kindly read our naming policy and re-register with a proper name ? www.javaranch.com/name.jsp
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: iplanet connectivity with weblogic server 4.5.1
 
Similar Threads
iplanet unable to establish t3 connection with weblogic4.5.1
iplanet unable to establish t3 connection with weblogic4.5.1
iPlanet 4.1 Enterprise Edition SP9 unable to lookup EJB on Weblogic 5.1
iplanet unable to lookup EJB in weblogic4.5.1
iplanet weblogic connectivity