Skip navigation.

RMI メッセージ 0-99

  Previous Next

1

ERROR:Illegal access of val on val

説明

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

アクション

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

2

WARN:EnableReplaceObject failed:val

説明

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

アクション

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.

説明

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

アクション

None.

5

Skip transaction context propagation

説明

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

アクション

None.

6

Instruments proxies to print debug info to std err.

説明

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

アクション

None.

7

Associates or creates a descriptor for each remote class.

説明

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

アクション

None.

8

Instruments proxies to support distributed debugging under VisualCafe.

説明

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

アクション

None.

9

Generate Java 1.2 style stubs

説明

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

アクション

None.

10

Remote interfaces implemented by class:

説明

Reports progress of RMI compilation.

アクション

None.

11

... and proxy classes produced:StubClass and SkelClass

説明

Reports progress of RMI compilation.

アクション

None.

12

... and signatures for the resulting remote classes:

説明

Reports progress of RMI compilation.

アクション

None.

13

Creating activation description file val for bean class val

説明

Reports progress of RMI compilation.

アクション

None.

14

Unexpected end of file in 'fileName'

説明

Syntax error.

アクション

Check syntax.

15

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

説明

Syntax error.

アクション

Check syntax.

16

Expected string or ']'. Got

説明

Syntax error.

アクション

Check syntax.

17

Expected 'Character'. Got Token

説明

Syntax error.

アクション

Check syntax.

18

Expected a word. Got

説明

Syntax error.

アクション

Check Syntax.

20

number (N)

説明

String representation of a number token.

アクション

None.

21

word (val)

説明

String representation of a word token.

アクション

None.

22

end of line

説明

String representation of the end of line token.

アクション

None.

23

character 'val'

説明

String representation of the character token.

アクション

None.

24

Oneway interfaces must not contain methods that throw exceptions.

説明

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

アクション

Cease using Oneway until it is supported.

25

Oneway interfaces must not contain methods that return values.

説明

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

アクション

Cease using Oneway until it is supported.

26

Async methods must return void or a valid async type.

説明

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

アクション

Cease using Async until it is supported.

27

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

説明

This should not happen in a properly configured system.

アクション

Contact BEA Customer Support.

28

(psType = 'val') :

説明

String representation of a persistent store type.

アクション

None.

29

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

説明

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

アクション

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

 

Skip footer navigation  Back to Top Previous Next