Skip navigation.

JNDI メッセージ 0-99

  Previous Next

1

ERROR:Could not initialize the ORB

説明

An attempt to initialize the org.omg.CORBA.ORB failed due to an underlying org.omg.CORBA.SystemException.

アクション

Examine the root org.omg.CORBA.SystemException to determine the cause.

2

ERROR:Could not create the Bootstrap object - check the URL

説明

An attempt to create the com.beasys.Tobj_Bootstrap object failed due to an underlying org.omg.CORBA.SystemException.

アクション

Examine the root org.omg.CORBA.SystemException to determine the cause.

3

ERROR:Malformed code base URL

説明

The URL value for the WLEContext.CODEBASE property in the InitialContext environment is not specified correctly.

アクション

Make sure that the value for the WLEContext.CODEBASE property is an instance of java.net.URL, or is a valid String parameter for the java.net.URL constructor.

4

ERROR:Invalid value specified for Context.SECURITY_PRINCIPAL

説明

The value for the Context.SECURITY_PRINCIPAL in the InitialContext environment is not specified correctly.

アクション

Make sure that the value for the Context.SECURITY_PRINCIPAL property is a valid String.

5

ERROR:Invalid value specified for WLEContext.CLIENT_NAME

説明

The value for the WLEContext.CLIENT_NAME in the InitialContext environment is not specified correctly.

アクション

Make sure that the value for the WLEContext.CLIENT_NAME property is a valid String.

6

ERROR:Invalid value specified for WLEContext.SYSTEM_PASSWORD

説明

The value for the WLEContext.SYSTEM_PASSWORD in the InitialContext environment is not specified correctly.

アクション

Make sure that the value for the WLEContext.SYSTEM_PASSWORD property is a valid String.

7

ERROR:Invalid value specified for Context.SECURITY_CREDENTIALS

説明

The value for the Context.SECURITY_CREDENTIALS in the InitialContext environment is not specified correctly.

アクション

Make sure that the value for the Context.SECURITY_CREDENTIALS property is a valid string or byte array.

8

ERROR:Missing required value for Context.SECURITY_CREDENTIALS

説明

The security level for the domain is set to "USER_AUTH" or higher. The value for the Context.SECURITY_CREDENTIALS in the InitialContext environment must be specified correctly.

アクション

Make sure that the value for the Context.SECURITY_CREDENTIALS property is a valid string or byte array.

9

ERROR:Missing required value for WLEContext.SYSTEM_PASSWORD

説明

The security level for the domain is set to "APP_PW" or higher. The value for the WLEContext.SYSTEM_PASSWORD in the InitialContext environment must be specified correctly.

アクション

Make sure that the value for the WLEContext.SYSTEM_PASSWORD property is a valid string.

10

ERROR:Missing required value for Context.SECURITY_PRINCIPAL

説明

The security level for the domain is set to "APP_PW" or higher. The value for the Context.SECURITY_PRINCIPAL in the InitialContext environment must be specified correctly.

アクション

Make sure that the value for the Context.SECURITY_PRINCIPAL property is a valid string.

11

ERROR:Missing required value for WLEContext.CLIENT_NAME

説明

The security level for the domain is set to "APP_PW" or higher. The value for the WLEContext.CLIENT_NAME in the InitialContext environment must be specified correctly.

アクション

Make sure that the value for the Context.SECURITY_PRINCIPAL property is a valid String.

12

ERROR:Authentication failure, status code = val

説明

The logon to the domain failed. The status code val provides details of the failure.

アクション

Make sure that the property values for the InitialContext environment are set appropriately.

13

ERROR:Authentication failure, unable to encode SECURITY_CREDENTIALS

説明

SSL client-certificate based authentication was attempted and failed. The value for the Context.SECURITY_CREDENTIALS in the InitialContext environment must be specified correctly.

アクション

Make sure that the value for the Context.SECURITY_CREDENTIALS property is a valid string.

14

ERROR:Authentication failure

説明

An attempt to logon or authenticate to the domain failed due to an underlying org.omg.CORBA.SystemException.

アクション

Examine the root org.omg.CORBA.SystemException to determine the cause.

15

ERROR:Invalid value specified for Context.SECURITY_AUTHENTICATION

説明

The value for the Context.SECURITY_AUTHENTICATION in the InitialContext environment is not specified correctly.

アクション

Make sure that the value for the Context.SECURITY_AUTHENTICATION property is one of the valid values ("none", "simple", or "strong").

16

ERROR:Name not found:"val"

説明

A lookup for the name indicated by "val" was not found.

アクション

Take corrective action if the indicated name is expected to be found.

17

ERROR:Could not lookup name:"val"

説明

An unexpected exception occurred when attempting to look up the name indicated by "val". This message is accompanied by a root cause exception that gives further details.

アクション

Examine the root cause exception to determine the corrective action.

18

ERROR:Context is read-only for remote clients - bind operation not supported

説明

A bind operation was attempted by the application and is not allowed for remote clients.

アクション

Application dependent. Notify the programmer.

19

ERROR:Cannot bind an empty name

説明

A bind operation was attempted by the application with an empty name.

アクション

Application dependent. Notify the programmer.

20

ERROR:Context is read-only for remote clients - bind operation not supported

説明

A bind operation was attempted by the application and is not allowed for remote clients.

アクション

Application dependent. Notify the programmer.

21

ERROR:Context is read-only for remote clients - rebind operation not supported

説明

A rebind operation was attempted by the application and is not allowed for remote clients.

アクション

Application dependent. Notify the programmer.

22

ERROR:Cannot rebind an empty name

説明

A rebind operation with an empty name was attempted by the application.

アクション

Application dependent. Notify the programmer.

23

ERROR:Context is read-only for remote clients - rebind operation not supported

説明

A rebind operation was attempted by the application and is not allowed for remote clients.

アクション

Application dependent. Notify the programmer.

24

ERROR:Context is read-only for remote clients - unbind operation not supported

説明

An unbind operation was attempted by the application and is not allowed for remote clients.

アクション

Application dependent. Notify the programmer.

25

ERROR:Cannot unbind an empty name

説明

A rebind operation with an empty name was attempted by the application.

アクション

Application dependent. Notify the programmer.

26

ERROR:Context is read-only for remote clients - unbind operation not supported

説明

An unbind operation was attempted by the application and is not allowed for remote clients.

アクション

Application dependent. Notify the programmer.

27

ERROR:Context is read-only for remote clients - rename operation not supported

説明

A rename operation was attempted by the application and is not allowed for remote clients.

アクション

Application dependent. Notify the programmer.

28

ERROR:Cannot rename an empty name

説明

A rename operation with an empty name was attempted by the application.

アクション

Application dependent. Notify the programmer.

29

ERROR:Cannot rename "val" to already bound name "val2"

説明

A rename operation was attempted by the application for the name indicated by val. The operation failed because the new name indicated by val2 is already bound in the namespace.

アクション

Application dependent. Notify the programmer.

30

ERROR:Context is read-only for remote clients - rename operation not supported

説明

A rename operation was attempted by the application and is not allowed for remote clients.

アクション

Application dependent. Notify the programmer.

31

ERROR:Cannot list a named subcontext

説明

A list operation was attempted by the application for a subcontext. This namespace does not support subcontexts.

アクション

Application dependent. Notify the programmer.

32

ERROR:Cannot list bindings for a named subcontext

説明

A listBindings operation was attempted by the application for a subcontext. This namespace does not support subcontexts.

アクション

Application dependent. Notify the programmer.

33

ERROR:Naming service does not support subcontext operations

説明

A destroySubcontext operation was attempted by the application. This namespace does not support subcontexts.

アクション

Application dependent. Notify the programmer.

34

ERROR:Naming service does not support subcontext operations

説明

A destroySubcontext operation was attempted by the application. This namespace does not support subcontexts.

アクション

Application dependent. Notify the programmer.

35

ERROR:Naming service does not support subcontext operations

説明

A createSubcontext operation was attempted by the application. This namespace does not support subcontexts.

アクション

Application dependent. Notify the programmer.

36

ERROR:Naming service does not support subcontext operations

説明

A createSubcontext operation was attempted by the application. This namespace does not support subcontexts.

アクション

Application dependent. Notify the programmer.

37

ERROR:Could not list names in context

説明

An unexpected exception occurred when attempting to list the names in the context. This message is accompanied by a root cause exception that gives further details.

アクション

Examine the root cause exception to determine the corrective action.

38

ERROR:Could not instantiate RMI stub

説明

An exception occurred when attempting to instantiate a client RMI stub for a remote object. This message is accompanied by a root cause exception that gives further details.

アクション

Check the CLASSPATH and examine the root cause exception to determine the corrective action.

39

ERROR:Could not create object reference for object of class:"val"

説明

An exception occurred when attempting to bind a remote object into the namespace. The class name for the object is indicated by val.

アクション

Make sure that the object class is a valid remote class.

40

ERROR:Could not proceed with naming operation

説明

A naming operation failed due to an underlying exception com.beasys.Tobj.CannotProceed.

アクション

Examine the root exception com.beasys.Tobj.CannotProceed to determine the cause.

41

ERROR:Invalid name provided for naming operation:"val"

説明

A naming operation failed due to an invalid name indicated by val.

アクション

Application dependent. The name must conform to the syntax allowed by the FactoryFinder operations.

42

ERROR:Size limit exceeded on naming operation

説明

A naming operation failed due to a name that is too long.

アクション

Application dependent. The name must conform to the syntax allowed by the FactoryFinder operations.

43

ERROR:Underlying naming service is unavailable

説明

A naming operation failed due to an underlying exception com.beasys.Tobj.RegistrarNotAvailable.

アクション

Check the system ULOG for additional diagnostic information.

44

ERROR:Invalid domain provided for naming service:"val"

説明

A naming operation failed due to an underlying exception com.beasys.Tobj.InvalidDomain.

アクション

Check the Context.PROVIDER_URL property for the InitialContext environment and make sure it correctly specifies the target domain.

45

ERROR:Name not found:"val"

説明

A naming operation in the application was unable to find the name val in the namespace.

アクション

Application dependent. Make sure the name being searched for matches the name bound in the namespace.

46

ERROR:Could not complete naming operation due to underlying permission failure

説明

A naming operation failed due to an underlying exception org.omg.CORBA.NO_PERMISSION.

アクション

Application dependent. Check the security settings for your system.

47

ERROR:Could not complete naming operation due to underlying SystemException

説明

A naming operation failed due to an underlying exception org.omg.CORBA.SystemException.

アクション

Examine the root org.omg.CORBA.SystemException to determine the cause.

48

ERROR:Could not complete naming operation due to underlying Exception

説明

A naming operation failed due to an unexpected exception. This message is accompanied by a root cause exception that gives further details.

アクション

Examine the root cause exception to determine the corrective action.

49

ERROR:Cannot parse an empty name

説明

A naming operation failed due to a null or empty name string.

アクション

Application dependent. Make sure that a valid name is provided for the naming operation.

50

ERROR:Invalid characters in name:"val"

説明

A naming operation failed due to an invalid character in the name indicated by val.

アクション

Application dependent. The name must conform to the syntax allowed by the FactoryFinder operations.

51

ERROR:Name exceeded maximum length

説明

A naming operation failed due to a name that is too long.

アクション

Application dependent. The name must conform to the syntax allowed by the FactoryFinder operations.

52

ERROR:Cannot obtain bootstrap object for connection pool:"val"

説明

An attempt to retrieve a bootstrap object for the connection pool identified by the val failed.

アクション

Check the pool configuration and make sure that the connection pool name in the application, as indicated in the error message, matches the poolname in the configuration.

53

INFO:Total application factory shutdown assumed.

説明

A request to unbind an object was attempted during application shutdown. The call to the NameManager service to unregister the object is bypassed becausethe service is unavailable during shutdown.

アクション

None. This is an informational message.

 

Skip footer navigation  Back to Top Previous Next