Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Core DUmp

Status
Not open for further replies.

mmoossen

Programmer
May 29, 2002
3
CL
Hi, Guys!
I have 2 applications declared in the server.xml file. App1 and App2. And App1 ist parent of App2.
So wenn I try to instantiate a Bean of App1 in a JSP-page of App2. with the following code:
(new InitialContext()).lookup("java:comp/env/ejb/Bean1");
The AppServer crush with a coredump :(. And this is the message that I become:

exception system: exiting due to multiple internal errors:
exception dispatch or unwind stuck in infinite loop
exception dispatch or unwind stuck in infinite loop
exception system: exiting due to multiple internal errors:
exception dispatch or unwind stuck in infinite loop
exception dispatch or unwind stuck in infinite loop

Somebody can help me?

Thanx in advance
Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top