Oracle MVA

Tales from a Jack of all trades

BEA-000362, incomplete error

with 2 comments

While setting up Service Migration in a small test setup on my laptop, I ran into this error:

<BEA-000362> <Server failed. Reason: There is either a problem contacting the database or there is another instance of ManagedServer_2 running>

It took me some time to figure out what the exact problem was. If the message was complete like this, problem solving would have been easier:

<BEA-000362> <Server failed. Reason: There is either a problem contacting the database or there is another instance of ManagedServer_2 running or the leasing table is missing from the database>

You can find the DDL for the default leasing table, called active, in a file called leasing.ddl which is located at $MW_HOME/wlserver_10.3/db/oracle/920 . If you happened to have changed the name for the leasing table, you obviously have to modify the leasing.ddl script accordingly.

Hope this helps.

About these ads

Written by Jacco H. Landlust

January 9, 2013 at 1:20 am

2 Responses

Subscribe to comments with RSS.

  1. Ah, yes that is a bit of lazy coding by BEA, i.e. two or more quite different code paths – one being a genuine runtime error, the others (database down or all the other reasons the table might not be visible) are more of a configuration issue – raising the same error.

    Simon Haslam

    January 9, 2013 at 10:55 am

    • The big caveat is that for tlogs the table is created automatically, so I was off guard (it took me some time to fall back into my usual debug mode, which is my bad obviously).

      Jacco H. Landlust

      January 9, 2013 at 11:08 am


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 219 other followers

%d bloggers like this: