Renjan Thomas

Ranch Hand
+ Follow
since Jan 09, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Renjan Thomas

Hi All,

I have SSL certificates configured in my weblogic environment and certificates are expiring very soon. Now we want to renew the certificates.

I am planning to generate a CSR again and send it for signing by an authority and and renew to extend the date.

So once i receive the new cert, can i import it back to the old existing keystore which is present in my environment.

Is this the correct approach, please guide in renewing the certs and updating in keystores.

Thanks,
Thomas
12 years ago
Simple....just check for the latest logging at the end of the file....with the timestamp when you are actually trying this and paste the error here.

14 years ago

Got to services-->Messaging--> JMS Modules.Create a Jms module.

Once you create a JMS module ,go inside it and create resources using New tab.Foreign server is one of the resources you can see there...
14 years ago


You can set your context-root of your application in weblogic.xml file under context-root element.

And the other way is if you dont have your context-root set in application ie in weblogic.xml , the name of the war file you deploy from console will become the context root of your application.

Hope this helps !!!
14 years ago

Also you can use a grep command to check that the process is running as it is a java process

something like -> ps -ef | grep java or ps -ef | grep startweblogic
14 years ago


Please post the full error log ...
14 years ago
We can verify whether the jndi name in bound to that particular server by checking the WLS jndi tree.

If it is WLS 8.1 .. right click on that particular managed server where your DS is targetted from console , you can see a view jndi tree option ..select that and verify how the jndi name is reflected on server.
14 years ago

There is no constraint in weblogic like that............

anyways which version of weblogic are you using??
14 years ago
You said nodemanager is configured...... did you start the nodemanager.....did it start successfully???
14 years ago

Then if you are so sure that your server is not running...try this :-

Delete the file AdminServer.lok

Go to
"your domain"\servers\AdminServer\tmp\

Delete the file AdminServer.lok.Then try starting the server.
14 years ago
I am using ssh to connect.

Connection seems to be ok.....
15 years ago
Hi All,

I am connecting to a LINUX box using putty from a windows box.

I have Xming installed in my machine..my aim is to have GUI for linux.

then i have exported the display like below.

export DISPLAY=my windows machineip:0.0

Next step is in the linux box i ll execute a script which will pop up a configuration window.

Here i am getting the config window or wizard but the problem is ..... its too slow and finally it is getting stuck.

Can anyone tel me why this is happening and how i can tackle this situation.??
15 years ago
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 ???
15 years ago

http://www.oracle.com/technology/products/weblogic/index.html ---> try this link......for latest weblogic server download..
15 years ago
check the target of your datasource...whether it is properly targetted to the cluster or server whichever you have configured.

I guess..it will be your datasource jndi name....
15 years ago