[JBoss JIRA] Created: (JBAS-3989) failing org.jboss.test.txiiop.test.IIOPUserTransactionStressTestCase
by Dimitris Andreadis (JIRA)
failing org.jboss.test.txiiop.test.IIOPUserTransactionStressTestCase
--------------------------------------------------------------------
Key: JBAS-3989
URL: http://jira.jboss.com/jira/browse/JBAS-3989
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: IIOP service, Test Suite
Environment: Java Version 1.5.0_05
Java Vendor Sun Microsystems Inc.
Java VM Name Java HotSpot(TM) Server VM
Java VM Version 1.5.0_05-b05
Java VM Info mixed mode
OS Name Linux
OS Version 2.6.9-42.0.2.ELsmp
OS Arch i386
Reporter: Dimitris Andreadis
Assigned To: Francisco Reverbel
Fix For: JBossAS-4.2.0.CR1
testUserTx Error N/A
java.lang.IllegalStateException
at org.jboss.tm.iiop.client.IIOPClientUserTransaction.commit(IIOPClientUserTransaction.java:315)
at org.jboss.test.txiiop.test.IIOPUserTransactionStressTestCase.testUserTx(IIOPUserTransactionStressTestCase.java:72)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: org.omg.CosTransactions.NoTransaction: IDL:omg.org/CosTransactions/NoTransaction:1.0
at org.jboss.tm.iiop.client.IIOPClientUserTransaction.getThreadLocalTerminator(IIOPClientUserTransaction.java:164)
at org.jboss.tm.iiop.client.IIOPClientUserTransaction.commit(IIOPClientUserTransaction.java:310)
... 22 more
testTxMandatory Error CORBA TRANSACTION_REQUIRED 0 No; nested exception is: org.omg.CORBA.TRANSACTION_REQUIRED: Server-side Exception: javax.transaction.TransactionRequiredException: Transaction Required vmcid: 0x0 minor code: 0 completed: No
javax.transaction.TransactionRequiredException: CORBA TRANSACTION_REQUIRED 0 No; nested exception is:
org.omg.CORBA.TRANSACTION_REQUIRED: Server-side Exception: javax.transaction.TransactionRequiredException: Transaction Required vmcid: 0x0 minor code: 0 completed: No
at com.sun.corba.se.impl.javax.rmi.CORBA.Util.mapSystemException(Util.java:203)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:67)
at org.jboss.proxy.ejb.DynamicIIOPStub.invoke(DynamicIIOPStub.java:150)
at org.jboss.test.txiiop.interfaces._StatefulSession_Stub.txMandatoryMethod(Unknown Source)
at org.jboss.test.txiiop.test.IIOPUserTransactionStressTestCase.testTxMandatory(IIOPUserTransactionStressTestCase.java:114)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: org.omg.CORBA.TRANSACTION_REQUIRED: Server-side Exception: javax.transaction.TransactionRequiredException: Transaction Required vmcid: 0x0 minor code: 0 completed: No
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.jacorb.orb.SystemExceptionHelper.read(SystemExceptionHelper.java:173)
at org.jacorb.orb.ReplyReceiver.getReply(ReplyReceiver.java:325)
at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:967)
at org.jacorb.orb.Delegate.invoke(Delegate.java:868)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
at org.jboss.proxy.ejb.DynamicIIOPStub.invoke(DynamicIIOPStub.java:125)
... 23 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months
[JBoss JIRA] Commented: (JBAS-3978) One off patch for ASPATCH-137: JConsole throws exception on connect post
by Pavel Tsekov (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-3978?page=comments#action_12350802 ]
Pavel Tsekov commented on JBAS-3978:
------------------------------------
The first time I ran the whole testsuite against the patched
version a lot of errors happened. Next, I ran the whole testsuite
again to verify whether the errors/failures will occur again but
it passed ok, producing only the errors listed below (under
second run results). I guess something messed the serve
the first time. I am attaching the results of the first run too
just if someone wants to look at them. Most of them are the
same:
Exception: javax.naming.NameNotFoundException
Message: bank not bound
Where "bank" in the message above differs from test to test.
===== Second Run Results =====
There is one expected failure in the following testsuite:
org.jboss.test.security.test.SRPLoginModuleUnitTestCase
There are two transient failures in the following testsuites:
org.jboss.test.jbossmq.test.UnackedUnitTestCase
org.jboss.test.pooled.test.SSLSocketsUnitTestCase
The failed tests are reproducible with the 4.0.5.GA release too
so this patch seems OK.
MD5 sums of the patched .jar files:
d7e9751e5ce202772d9c148ad245dde5 jboss-system.jar
1631a46d95205c2008eda6cd86684185 run.jar
> One off patch for ASPATCH-137: JConsole throws exception on connect post
> -------------------------------------------------------------------------
>
> Key: JBAS-3978
> URL: http://jira.jboss.com/jira/browse/JBAS-3978
> Project: JBoss Application Server
> Issue Type: Support Patch
> Security Level: Public(Everyone can see)
> Affects Versions: JBossAS-4.0.5.GA
> Reporter: Scott M Stark
> Assigned To: Pavel Tsekov
> Attachments: jboss-system.jar, run.jar
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Need a one off patch for the ASPATCH-137(jconsole issue) since 4.0.5CP1 did not go out.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months