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 Server Threading Messages


Java Server Threading Messages 1-10

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

1

"INFO: Thread {0} started"

Description

A new thread with a thread ID specified by {0} is started.

Action

None.

2

"ERROR: Illegal recursive call"

Description

A recursive call was made. This error occurs if, for example, a server thread that is currently executing a method of object A invokes object B, which in turns invokes object A again. The second invocation to object A causes this error message to be printed to the user log.

Action

Notify the programmer.

3

"INFO: Thread {0} is being terminated"

Description

A new thread with thread ID specified by {0} is being terminated.

Action

None.

4

"ERROR: Cannot invoke ORB functions from non-Server threads"

Description

Invocations to the ORB functions are allowed only from WLE Java server threads.

Action

Notify the programmer. Make sure that no attempt to invoke ORB functions is made from application-created threads.

5

"ERROR: Cannot invoke ORB functions from non-Server threads"

Description

Invocations to the ORB functions are allowed only from WLE Java server threads.

Action

Notify the programmer. Make sure that no attempt to invoke ORB functions is made from application-created threads.

6

"ERROR: Cannot invoke ORB functions from non-Server threads"

Description

Invocations to the ORB functions are allowed only from WLE Java server threads.

Action

Notify the programmer. Make sure that no attempt to invoke ORB functions is made from application-created threads.

7

"ERROR: Cannot invoke ORB functions from non-Server threads"

Description

Invocations to the ORB functions are allowed only from WLE Java server threads.

Action

Notify the programmer. Make sure that no attempt to invoke ORB functions is made from application-created threads.

8

"ERROR: Cannot invoke ORB functions from non-Server threads"

Description

Invocations to the ORB functions are allowed only from WLE Java server threads.

Action

Notify the programmer. Make sure that no attempt to invoke ORB functions is made from application-created threads.

9

"ERROR: Cannot invoke infrastructure from non-Server threads"

Description

Invocations to the infrastructure are only allowed from WLE Java server threads.

Action

Notify the programmer. Made sure that no attempt to invoke infrastructure functions is made from application-created threads.

10

"ERROR: Request Table out of bounds"

Description

An attempt is made to access an invalid entry in the WLE Java threading infrastructure's request table.

Action

Notify BEA Technical 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.