Skip navigation.

RMI Messages 0-99

  Previous Next

1

ERROR: Illegal access of val on val

Description

WLE RMI on IIOP was unable to access the method on the RMI server object. This should never happen in a properly configured system because WLE RMI on IIOP should attempt to call only methods that are declared in the remote interface and, therefore, have public access.

Action

Check that the client stubs are up to date for the server object and its remote interface.

2

WARN: EnableReplaceObject failed: val

Description

WLE RMI on IIOP needs to replace RMI server objects with their stubs during serialization. Substitution during serialization is protected by a security permission. When a SecurityManager is installed, the substitution permission needs to be granted to this code.

Action

Edit the security policy of the Java run-time to grant java.io.SerializablePermission "enableSubstitution".

4

Don't mangle the names of the stubs and skeletons.

Description

Message in the RMI compiler that documents the -nomanglednames option.

Action

None.

5

Skip transaction context propagation

Description

Message in the RMI compiler that documents the -notransactions option.

Action

None.

6

Instruments proxies to print debug info to std err.

Description

Message in the RMI compiler that documents the -verbosemethods option.

Action

None.

7

Associates or creates a descriptor for each remote class.

Description

Message in the RMI compiler that documents the -descriptor option.

Action

None.

8

Instruments proxies to support distributed debugging under VisualCafe.

Description

Message in the RMI compiler that documents the -visualCafeDebugging option.

Action

None.

9

Generate Java 1.2 style stubs

Description

Message in the RMI compiler that documents the unsupported -v1.2 option.

Action

None.

10

Remote interfaces implemented by class:

Description

Reports progress of RMI compilation.

Action

None.

11

... and proxy classes produced: StubClass and SkelClass

Description

Reports progress of RMI compilation.

Action

None.

12

... and signatures for the resulting remote classes:

Description

Reports progress of RMI compilation.

Action

None.

13

Creating activation description file val for bean class val

Description

Reports progress of RMI compilation.

Action

None.

14

Unexpected end of file in 'fileName'

Description

Syntax error.

Action

Check syntax.

15

Expected word or '[' words ']'. Got

Description

Syntax error.

Action

Check syntax.

16

Expected string or ']'. Got

Description

Syntax error.

Action

Check syntax.

17

Expected 'Character'. Got Token

Description

Syntax error.

Action

Check syntax.

18

Expected a word. Got

Description

Syntax error.

Action

Check Syntax.

20

number (N)

Description

String representation of a number token.

Action

None.

21

word (val)

Description

String representation of a word token.

Action

None.

22

end of line

Description

String representation of the end of line token.

Action

None.

23

character 'val'

Description

String representation of the character token.

Action

None.

24

Oneway interfaces must not contain methods that throw exceptions.

Description

RMI compiler detected incorrect usage of the undocumented and unsupported Oneway feature.

Action

Cease using Oneway until it is supported.

25

Oneway interfaces must not contain methods that return values.

Description

RMI compiler detected incorrect usage of the undocumented and unsupported Oneway feature.

Action

Cease using Oneway until it is supported.

26

Async methods must return void or a valid async type.

Description

RMI compiler detected incorrect usage of the undocumented and unsupported Async feature.

Action

Cease using Async until it is supported.

27

Error setting up persistence class 'PS' for bean 'C'

Description

This should not happen in a properly configured system.

Action

Contact BEA Customer Support.

28

(psType = 'val') :

Description

String representation of a persistent store type.

Action

None.

29

WARN: Class val extends java.rmi.server.UnicastRemoteObject, which is not compatible with the stubs generated from this compiler.

Description

Extending UnicastRemoteObject is unnecessary in BEA's implementation of RMI on IIOP. Extending from UnicastRemoteObject anyway, has the effect of exporting the implementation for access through Javasoft's reference implementation of RMI, which is usually not desired.

Action

Cease extending from UnicastRemoteObject, unless you intend to export the implementation through Javasoft's RMI reference implementation. In that case please ignore the warning but be sure to run the RMI compiler of the Javasoft reference implementation.

 

Skip footer navigation  Back to Top Previous Next