Friday, May 8, 2009

Running Oracle WebLogic 10.3 from Eclipse

I just installed Oracle WebLogic 10.3 on my laptop. Install was fine and my Ganymede has been installed with Oracle Enterprise Pack for Eclipse plugin. However, I stumbled upon 1 slight problem. I have been having a bit of problem starting the server from Eclipse. It was always stalled at around 83% and then failed to start according to Eclipse due to time out. For some reason the server is already started. Due to the failure in Eclipse, the status of the server is shown as Stopped.

At last I noticed that there is a warning during startup.
The error code BEA-002611 and the message: Hostname "localhost", maps to multiple IP addresses: 10.326.111.185, 140.148.148.233, 127.0.0.1


After continuing with some more search, I finally understand what caused the problem to happen.I need to set the listen-address to one IP address to avoid the confusion in multiple mapping. Voila! Now I can start and stop the server from Eclipse without any problem.

You should be able to find config.xml in the config folder of the specific domain folder.

No comments: