I don't know if this is possibly relevant,

While working on my jca/jdbc Firebird driver I experienced:

with read committed isolation, got a very similar error (couldn't transfer
-50.0), caused by deadlock exception in database.  It occured 2 times,
once/ multithreaded test.

with snapshot (more or less serializable) isolation I did not get this
exception.

This seems kind of odd to me, isn't jboss supposed to be locking all the
beans in a transaction for serializable access? If so how can a db deadlock
occur?

Unfortunately to the likelyhood of current relevance, I am still using an
old 2.3 beta.

david jencks

On 2001.07.09 09:23:17 -0400 marc fleury wrote:
> |JBoss daily test results
> |
> |SUMMARY
> |
> |Number of tests run:   112
> |
> |--------------------------------------------
> |
> |Successful tests:      111
> |
> |Errors:                1
> |
> |Failures:              0
> |
> |--------------------------------------------
> |
> |[time of test: 9 July 2001 2:47 GMT]
> |
> |See http://lubega.com for full details
> |
> |NOTE: If there are any errors shown above - this mail is only
> highlighting
> |them - it is NOT indicating that they are being looked at by anyone.
> |
> |It is assumed that whoever makes change(s) to jboss that
> |break the test will be fixing the test or jboss, as appropriate!
> |
> |--------------------------------------------
> |
> |
> |DETAILS OF ERRORS
> 
> ah the error is back... will look at it,
> 
> marcf
> 
> |
> |
> |
> |Suite:       org.jboss.test.bank.test.Main
> |Test:        testMultiThread
> |Type:        error
> |Exception:   org.jboss.test.bank.interfaces.BankException
> |Message:     Could not transfer 50.0 from
> |bank/Account:5678.Marc.994642881191 to
> |bank/Account:5678.Rickard.994642881192
> |Stack Trace:
> |org.jboss.test.bank.interfaces.BankException: Could not transfer
> |50.0 from bank/Account:5678.Marc.994642881191 to
> |bank/Account:5678.Rickard.994642881192,
> |Cause:java.lang.reflect.UndeclaredThrowableException
> |     at
> |sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Stre
> |amRemoteCall.java:245)
> |     at
> |sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
> |     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
> |     at
> |org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(
> |Unknown Source)
> |     at
> |org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(
> |GenericProxy.java:362)
> |     at
> |org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy.invoke(
> StatelessSessionProxy.java:123)
> |     at $Proxy5.transfer(Unknown Source)
> |     at org.jboss.test.bank.test.Main$1.run(Main.java:190)
> |     at java.lang.Thread.run(Thread.java:484)
> |
> |---------------------------------
> |
> |
> |
> |_______________________________________________
> |Jboss-development mailing list
> |[EMAIL PROTECTED]
> |http://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to