[ http://jira.jboss.com/jira/browse/JBAS-716?page=history ]
     
Scott M Stark closed JBAS-716:
------------------------------

    Resolution: Out of Date

> BankStressTestCase fails under high load
> ----------------------------------------
>
>          Key: JBAS-716
>          URL: http://jira.jboss.com/jira/browse/JBAS-716
>      Project: JBoss Application Server
>         Type: Bug
>   Components: CMP service
>     Versions: JBossAS-3.2.6 Final
>     Reporter: SourceForge User
>     Assignee: Scott M Stark

>
>
> SourceForge Submitter: sreich .
> MacOSX 10.2, JDK 1.4.1, JBoss 3.2 latest from today.
> When you run "tests-stress" in the testsuite directory with 
> the original settings, the test works fine.
> It fails when the test is configured to run longer, and with 
> more threads, using the attached file that needs to be saved 
> in the testuites directory as ".ant.properties" to reproduce 
> the problem.
> Six out of ten test cases fail with the following exception:
> RemoteException occurred in server thread; nested 
> exception is: java.rmi.ServerException: EJBException:; 
> nested exception is: javax.ejb.EJBException: Load failed; 
> CausedByException is: Wrong data type: type: VARCHAR 
> (12) expected: BINARY value: Marc 
> java.rmi.ServerException: RemoteException occurred in 
> server thread; nested exception is: 
> java.rmi.ServerException: EJBException:; nested exception 
> is: 
> javax.ejb.EJBException: Load failed; CausedByException is:
> Wrong data type: type: VARCHAR (12) expected: BINARY 
> value: Marc
> at 
> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.j
> ava:292)
> at sun.rmi.transport.Transport$1.run(Transport.java:148)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.rmi.transport.Transport.serviceCall(Transport.java:
> 144)
> at 
> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTran
> sport.java:460)
> at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(T
> CPTransport.java:701)
> at java.lang.Thread.run(Thread.java:554)
> at 
> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFrom
> Server(StreamRemoteCall.java:247)
> at 
> sun.rmi.transport.StreamRemoteCall.executeCall(StreamRem
> oteCall.java:223)
> at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
> at 
> org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(U
> nknown Source)
> at 
> org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invok
> e(JRMPInvokerProxy.java:135)
> at 
> org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterc
> eptor.java:96)
> at 
> org.jboss.proxy.TransactionInterceptor.invoke(TransactionInte
> rceptor.java:46)
> at 
> org.jboss.proxy.SecurityInterceptor.invoke(SecurityIntercepto
> r.java:45)
> at 
> org.jboss.proxy.ejb.EntityInterceptor.invoke(EntityInterceptor.
> java:97)
> at 
> org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:
> 85)
> at $Proxy7.remove(Unknown Source)
> at 
> org.jboss.test.bank.test.BankStressTestCase.setUp(BankStre
> ssTestCase.java:463)
> 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: java.rmi.ServerException: EJBException:; nested 
> exception is: 
> javax.ejb.EJBException: Load failed; CausedByException is:
> Wrong data type: type: VARCHAR (12) expected: BINARY 
> value: Marc
> at 
> org.jboss.ejb.plugins.LogInterceptor.handleException(LogInter
> ceptor.java:347)
> at 
> org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.jav
> a:195)
> at 
> org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(Pr
> oxyFactoryFinderInterceptor.java:122)
> at 
> org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.j
> ava:490)
> at org.jboss.ejb.Container.invoke(Container.java:700)
> at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown 
> Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegating
> MethodAccessorImpl.java:25)
> at 
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Ref
> lectedMBeanDispatcher.java:284)
> at 
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerI
> mpl.java:546)
> at 
> org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInv
> oker.java:362)
> at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown 
> Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegating
> MethodAccessorImpl.java:25)
> at 
> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.j
> ava:261)
> at sun.rmi.transport.Transport$1.run(Transport.java:148)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.rmi.transport.Transport.serviceCall(Transport.java:
> 144)
> at 
> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTran
> sport.java:460)
> at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(T
> CPTransport.java:701)
> at java.lang.Thread.run(Thread.java:554)
> Caused by: javax.ejb.EJBException: Load failed; 
> CausedByException is:
> Wrong data type: type: VARCHAR (12) expected: BINARY 
> value: Marc
> at 
> org.jboss.ejb.plugins.jaws.jdbc.JDBCLoadEntityCommand.exe
> cute(JDBCLoadEntityCommand.java:165)
> at 
> org.jboss.ejb.plugins.jaws.JAWSPersistenceManager.loadEntit
> y(JAWSPersistenceManager.java:304)
> at 
> org.jboss.ejb.plugins.CMPPersistenceManager.loadEntity(CMP
> PersistenceManager.java:381)
> at 
> org.jboss.resource.connectionmanager.CachedConnectionInte
> rceptor.loadEntity(CachedConnectionInterceptor.java:352)
> at 
> org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke
> (EntitySynchronizationInterceptor.java:229)
> at 
> org.jboss.resource.connectionmanager.CachedConnectionInte
> rceptor.invoke(CachedConnectionInterceptor.java:185)
> at 
> org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke(Entit
> yReentranceInterceptor.java:71)
> at 
> org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityI
> nstanceInterceptor.java:174)
> at 
> org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockI
> nterceptor.java:89)
> at 
> org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityC
> reationInterceptor.java:53)
> at 
> org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(Abstr
> actTxInterceptor.java:84)
> at 
> org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(T
> xInterceptorCMT.java:267)
> at 
> org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorC
> MT.java:128)
> at 
> org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInter
> ceptor.java:118)
> at 
> org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.jav
> a:191)
> ... 19 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to