Hi Simone,

1. This situation is often repeatable, but not always. The processing stopps
at different positions. Sometimes earlier, sometimes later, sometimes it
completes.

In a test application I have

19999 CMP entity beans LadehilfsmittelEJB,
62375 CMP entity beans LadungEJB,
4870 CMP entity beans AuftragEJB,
23637 CMP entity beans AuftragspositionEJB.

Furthermore I have stateless session bean AuftragsdispositionEJB. The method
berechnen() of this bean goes trough a subset of AuftragEJB (>250) which it
gets by a finder method. Each AuftragEJB has n related AuftragspositionEJB
(overall >1000 for touched AuftragEJBs). For each AuftragspositionEJB
LadungEJBs are searched which meat the requirements. For each fit, a BMP
entity bean DispoErgebnisEJB is created (overall >3000 per touched
AuftragEJBs).

ctrl-break and ctrl-c don't work in this state. java.exe has to be killed
hardly. Other clients hang too. It seams to be completely frozen. jBoss runs
on Windows 2000 with Suns JVM 1.3. Furthermore I use an Oracle 8i database
on another Windows 2000 server.

2. build.bat is from yesterdays snapshot. I replaced the relative paths in
build.bat by absolute ones to get it work.

Andreas

-----Original Message-----
From: Bordet, Simone [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 20. Dezember 2000 12:34
To: 'jBoss'
Subject: RE: [jBoss-User] Exceptions


Hi Andreas,

> Hi,
> 
> thanks the exceptions are gone away. But now I have another 
> serious problem.
> Processing simply stopps after a few minutes. It looks like a deadlock
> situation. This happens with only one client and with more 
> clients. Any
> idea?

Very strange. Is this situation repeatable, ie it happens always ? If so, go
in the JBoss' console and hit ctrl-break. This will dump the whole VM
threads' stack trace, and post it. Anyway can you describe when exactly do
you get this hang and what do you do to obtain it ?

> BTW:
> 
> 1. The build.bat doesn't work out of the box since Ant complains
> C:\jboss\src\build\build.xml:74: The file or path you specified
> (..\..\lib\ant.jar) is invalid releative to C:\jboss

Strange. Sure you have checked out the right version ?


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to