Bugs item #698962, was opened at 2003-03-06 12:23
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=698962&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Reich (sreich)
Assigned to: Nobody/Anonymous (nobody)
Summary: BMP deployment of ECperf fails

Initial Comment:
ECPerf doesn't successfully run in the BMP deployment mode, on either JDK 1.3.1 or JDK 
1.4.1 on MacOSX. I also couldn't make it work on Jboss 3.0.
What's happening is that 
com.sun.ecperf.mfg.workorderent.ejb.WorkOrderBmpEJB.ejbStore() can't find the primary 
key it was created with.

To reproduce, recompile and deploy ecperf with the BMP descriptors, and point your web 
browser to localhost:8080/ECperf/. Follow the customer link, and create an order. The 
order will fail with the same problem as indicated in the stack trace.

17:03:32,849 ERROR [GlobalTxEntityMap] Entity synchronization failed
javax.ejb.EJBException: Exception in store of entity:10101; CausedByException is:
        Optimistic concurrency control failed
        at org.jboss.ejb.GlobalTxEntityMap.syncEntities(GlobalTxEntityMap.java:172)
        at 
org.jboss.ejb.GlobalTxEntityMap$GlobalTxEntityMapCleanup.beforeCompletion(GlobalTxEntityMap.java:211)
        at org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:1182)
        at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:331)
        at 
org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:361)
        at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:247)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:101)
        at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:130)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:204)
        at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:154)
        at 
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:303)
        at org.jboss.ejb.Container.invoke(Container.java:681)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
        at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:341)
        at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java: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(TCPTransport.java:460)
        at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
        at java.lang.Thread.run(Thread.java:554)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=698962&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to