Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Server failed to start: The domain path does not match the running server

754930Feb 19 2010 — edited Feb 24 2010
Hi,

I've configured Eclipse to run my local weblogic - which actually is working fine.
The server starts as intended and reaches state RUNNING.

As soon as this happens, OEPE tries to validate the server and compares the identified server's configuration to the expected configuration.
This finally results into the error message shown in the subject -- though server is still running.

!MESSAGE Server watcher[Oracle WebLogic Server 11gR1 PatchSet 1 at localhost]:The domain path does not match the running server.
Domain RootDirectory retrieved from the MBean of running server is: N:\Oracle\MIDDLE~1\USER_P~1\domains\MYWEBL~1\
Domain RootDirectory of this server: N:\Oracle\Middleware\user_projects\domains\myWeblogicServer


Obviously this seems to be an issue with the length of the directory and file names. The domain's configuration and all its start scripts do not have any 8+3 pathes, like USER_P~1 for user_projects. Nevertheless the MBean of the server returns such a "truncated" path which in turn is invalid for OEPE.

Fix: When setting up the domain in Eclipse, try using that 8+3 representation of the domain's location. Then the comparison will succeed...

My Question: Where do we need to ask for a fix in OEPE? The 8+3 path is still a valid one ...

Best Regards
Philipp
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2010
Added on Feb 19 2010
5 comments
5,368 views