I'm able to start WebLogic Server 11gR1 PatchSet 2 on my local machine and my web application is accessible after starting up WLS, yet I'm getting errors in my Eclipse Galileo Error Log on startup. Here's the messages I'm getting in ascending order:
- Started WebLogic Server Monitor [mydomain@localhost:7001, Version:10.3.3.0]
- Unable to find tools.jar within Java VM associated with target WebLogic runtime; features dependent on tools.jar may not function
- The server cannot be launched within timeout.
- Server Oracle WebLogic Server 11gR1 PatchSet 2 at localhost was unable to start within 480 seconds. If the server requires more time, try increasing the timeout in the server editor.
I've increased the timeout setting to 480 seconds (8 minutes) and one would think that's sufficient enough time for the startup.
I am able to run my web application successfully and output is generated on the Console as well so the last three error messages in the bullets above aren't show stoppers.
Wondering if any of you have run across these errors and how you went about to resolve them.
C:\Program Files\Java\jdk1.6.0_27
, restart WebLogic and see what happens. – Viccari