BEA WebLogic Enterprise 4.2    Developer Center     

        HOME   |   SITE MAP   |   SEARCH   |   CONTACT   |   GLOSSARY  |   PDF FILES |   WHAT'S NEW 
 
        OTHER REFERENCE    |   TABLE OF CONTENTS   |   PREVIOUS TOPIC   |   NEXT TOPIC  

Java ORB Messages


Java ORB Messages 1-44

Note: When Java ORB messages are listed in the user log (ULOG), the messages have the prefix IJORB_CAT. For example, message 1 is listed as IJORB_CAT:1.

1

"ERROR: Unexpected message type {0}"

Description

The type of the incoming message is not GIOP. The type of the incoming message is indicated by {0}. The request is not processed.

Action

Take corrective action so that the type of the incoming message is GIOP.

2

"ERROR: Could not resolve object key"

Description

The ORB was unable to resolve the object key in the incoming request. The request is not processed and an appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

3

"ERROR: Unexpected reply status: LOCATION_FORWARD"

Description

The ORB received an unexpected reply status of LOCATION_FORWARD in response to an earlier request. The request is not processed and an appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

4

"ERROR: Invalid reply status"

Description

The ORB received an invalid reply status in response to an earlier request. The request is not processed and an appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

5

"ERROR: Unable to unmarshal user exception"

Description

An attempt by the ORB to unmarshal a user exception received in response to an earlier request failed. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

6

"ERROR: Invalid profile in object reference"

Description

The ORB detected an invalid profile in the object reference of the distributed object. If this occurred while processing an incoming message, the request is not processed and an appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

7

"ERROR: Attempt to write to output stream failed"

Description

An IOException() was raised while the ORB was attempting to write to an internal output stream. The request is not processed and an appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

8

"ERROR: Invalid completion status"

Description

The ORB received an invalid completion status while processing the reply message in response to an earlier request. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

9

"ERROR: Only M3 keys may be processed"

Description

The ORB detected an object key whose type does not match with those supported by WLE. The request is not processed and an appropriate exception is returned to the user.

Action

Make sure that only object keys supported and returned by the WLE system are used in the WLE Java environment.

10

"ERROR: Only keys with major version number 1 and minor version number 1 may be processed"

Description

The ORB detected an object key whose major version number and minor version number are not both 1. The request is not processed and an appropriate exception is returned to the user.

Action

Make sure that only object keys supported and returned by the WLE system are used in the WLE Java environment.

11

"ERROR: Unable to encode object key"

Description

The ORB received an exception while attempting to encode the object key. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

13

"ERROR: Attempt to create POA with an invalid policy"

Description

An invalid or inconsistent policy was specified while attempting to create the Portable Object Adapter (POA).

Action

If this error message was received while the application attempted to create the POA, make sure that the correct policy was used. If the error message occurred while the system internally created a POA, contact BEA Customer Support.

15

"ERROR: POA contains invalid IdAssignmentPolicyValue Value"

Description

An invalid or inconsistent value for IdAssignmentPolicy of the POA was specified while attempting to create an object reference.

Action

Contact BEA Customer Support.

16

"ERROR: No information about interface {0}"

Description

The ORB does not contain any information about the interface specified in {0}. Any attempt to create an object reference for that interface will fail.

Action

Make sure the interface is specified in the corresponding XML file for that server.

17

"ERROR: No stub information about interface {0}"

Description

The ORB does not contain any stub information about the interface specified in {0}. Any attempt to create an object reference for that interface will fail.

Action

Make sure the stub of the interface is specified in the corresponding XML file for that server.

18

"ERROR: Stub creation failed with exception {0}"

Description

The ORB received an exception while attempting to create the stub for an interface. The {0} value contains details of the exception received by the ORB.

Action

Contact BEA Customer Support.

19

"ERROR: No delegate implementation exists for {0}"

Description

The ORB could not find a delegate implementation for the interface specified in {0}. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

20

"ERROR: Class {0} has no base class"

Description

The ORB could not find the base class for the interface specified in {0}. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

21

"ERROR: Class {0} is not a stub class"

Description

The ORB expected the class name specified in {0} to be a stub class. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

22

"ERROR: Class {0} has no Delegate constructor"

Description

The ORB could not find a Delegate constructor for the class name specified in {0}. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

23

"ERROR: Cannot create instance of class {0}, exception: {1}"

Description

The ORB could not create an instance of the class name specified in {0}. An appropriate exception is returned to the user. The {1} value provides exception details.

Action

Contact BEA Customer Support.

24

"ERROR: Class {0} contains no ids"

Description

The ORB could not find any IDs for the class name specified in {0}. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

25

"ERROR: Class {0} is not a skeleton class"

Description

The ORB expected the class specified in {0} to be a skeleton class. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

29

"ERROR: Class {0} has no _type_ids field, exception returned {1}"

Description

The class name specified in {0} has no _type_ids field. The {1} value provides details of the exception returned to the ORB. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

30

"ERROR: Class {0} cannot access _type_ids field, exception returned {1}"

Description

The class name specified in {0} cannot access its _type_ids field. The {1} value provides details of the exception returned to the ORB. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

32

"ERROR: Class {0} has no default constructor, exception returned {1}"

Description

The class name specified in {0} has no default constructor. The {1} value provides details of the exception returned to the ORB. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

33

"ERROR: Failed to advertise interface {0}"

Description

The ORB was unable to advertise the interface specified in {0}. An appropriate exception is returned to the user.

Action

Contact BEA Customer Support.

34

"ERROR: No information about interface {0}"

Description

The ORB does not contain any information about the interface specified in {0}. Any attempt to create an object reference for that interface will fail.

Action

Make sure the interface is specified in the corresponding XML file for that server. If the error persists, contact BEA Customer Support.

35

"ERROR: No stub information about interface {0}"

Description

The ORB does not contain any stub information about the interface specified in {0}. Any attempt to create an object reference for that interface will fail.

Action

Make sure the stub of the interface is specified in the corresponding XML file for that server.

36

"ERROR: Unable to create stub, exception returned {0}"

Description

The ORB was unable to create a stub for the interface. The {0} value provides details of the exception returned to the ORB.

Action

Contact BEA Customer Support.

37

"ERROR: Unable to find POA"

Description

The ORB was unable to find its local Portable Object Adapter (POA) while processing the request. The request is not processed.

Action

Contact BEA Customer Support.

38

"ERROR: Missing string"

Description

The ORB could not convert the stringified IOR to an object because the stringified IOR was empty.

Action

Provide a nonempty stringified IOR to be converted into an object.

39

"ERROR: Stringified IOR does not start with IOR:"

Description

The ORB could not convert the stringified IOR to an object because the stringified IOR does not start with IOR:.

Action

Provide a proper stringified IOR to be converted into an object.

40

"ERROR: Stringified IOR is not of even length"

Description

The ORB could not convert the stringified IOR to an object because the stringified IOR was not of even length.

Action

Provide a proper stringified IOR to be converted into an object.

41

"ERROR: Stringified IOR contains non hexadecimal characters"

Description

The ORB could not convert the stringified IOR to an object because the stringified IOR contained non-hexadecimal characters.

Action

Provide a proper stringified IOR to be converted into an object.

42

"ERROR: Object is not a ServantInfo"

Description

The ORB expects the object to be an instance of the ServantInfo class.

Action

Contact BEA Customer Support.

43

"ERROR: Cannot get skeleton information {0}"

Description

The ORB is unable to get the skeleton information of the interface specified in {0}.

Action

Contact BEA Customer Support.

44

"ERROR: Failed to advertise interfaces"

Description

The ORB is unable to advertise the interfaces.

Action

Contact BEA Customer Support.


Copyright © 1999 BEA Systems, Inc. All Rights Reserved.
Required browser version: Netscape Communicator version 4.0 or higher, or Microsoft Internet Explorer version 4.0 or higher.
Last update: July 06, 1999.