We've seen deadlocks in Jackrabbit in combination with Oracle. When the oracle connection gets broken, there is no timeout on the socket.read() inside the Oracle driver. This in combination with Jackrabbit, which also has a locking system causes us deadlocks. Maybe your problem is related?

Hth,

Nick Stolwijk

Thomas Mueller wrote:
Hi,

Sometimes stack traces of all threads help solving such problems. In
Windows, you can force this using Ctrl+Break when started from command
line (not sure how to do that in other systems).

Thomas


On 7/11/07, Michal Hybler <[EMAIL PROTECTED]> wrote:

Hi,
I have problem with accessing repository with more than one client. If one client try to insert node into repository and other one already inserting anotherone, both looks like freezed (something as deadlock). No exceptions and errors has been thrown. Each client has his own session so that is no
multithreading.
Someone could help? Thanks for your ideas
Michal
--
View this message in context: http://www.nabble.com/multi-access-problem-tf4060505.html#a11536096
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.




Reply via email to