This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes java.rmi.ConnectException when updating the application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "java.rmi.ConnectException when updating the application" Watch "java.rmi.ConnectException when updating the application" New topic
Author

java.rmi.ConnectException when updating the application

Renjan Thomas
Ranch Hand

Joined: Jan 09, 2009
Posts: 49
Hi,

I have an application deployed on weblogic 9.2 server.But when i update the application from the console it is throwing the below error:-

java.rmi.ConnectException: Bootstrap to kbcs.rem.com:3550 failed. It is likely that the remote side declared peer gone on this JVM
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:339)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:259)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:202)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:226)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:189)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:154)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:349)
at weblogic.jndi.Environment.getContext(Environment.java:307)
at weblogic.jndi.Environment.getContext(Environment.java:277)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:175)
at weblogic.deployment.BaseEnvironmentBuilder.findObject(BaseEnvironmentBuilder.java:201)
at weblogic.deployment.BaseEnvironmentBuilder.findObjectOrCreateLinkRef(BaseEnvironmentBuilder.java:231)
at weblogic.deployment.BaseEnvironmentBuilder.addUserTransaction(BaseEnvironmentBuilder.java:290)
at weblogic.deployment.BaseEnvironmentBuilder.<init>(BaseEnvironmentBuilder.java:134)
at weblogic.deployment.BaseEnvironmentBuilder.<init>(BaseEnvironmentBuilder.java:154)
at weblogic.deployment.EnvironmentBuilder.<init>(EnvironmentBuilder.java:49)
at weblogic.servlet.internal.CompEnv.<init>(CompEnv.java:82)


Then after this i have to restart the server to successfully update the application from the console.In the above exception the machine name which is in BOLD part is where my database is hosted..i mean the one which i have mentioned in the datasource.

Any idea why this is happening ???
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6590
    
    1

It might be referring to a pooled connection that went bad after you did the restart. Do you see anything that hampers functionality ?


SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java.rmi.ConnectException when updating the application
 
Similar Threads
Trouble connecting to DB server on our network from my local machine
Any help on weblogic.socket.UnrecoverableConnectException?
EJB 3.0 - NoInitialContextException
EJB creation failed
t3s://localhost:7411: Destination unreachable