[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-25 Thread [EMAIL PROTECTED]
Well... Any other solution would change the result. If for example we set this 
to pessimistic locking, we would have contentions. I think it would be worse.


If you find any other solution, please let me know!

thanks,

Clebert

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863622#3863622

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863622


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-25 Thread Andrewzhu
Thank you, Clebert, for looking at this problem.

It looks like this java exception is a timing related issue. I found there is 
1/3 of chance the exception would not appear when the injection rate is low, 
e.g 1. But if I increase the injection rate to 10, I run into it everytime.

If the application can retry, hope the retry does not affect the final test 
result.

I was aware of the SPECjAppServer2002 expiration date, but I do not think I 
will submit my testing result to SPEC.

Andrew




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863621#3863621

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863621


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-24 Thread [EMAIL PROTECTED]
It's funny, because I was running in the same problem. (Coincidence, isn't?)

I talked to Alexey who was working with Specj2002 here at JBoss, and he told me 
that this is okay, because this is the sequence generation and the application 
tries to recover it based on number for tries.

I wanted to see the code myself before answering you anything, and making sure 
that this is what was happening:

At SequenceSesEJB.java (code distributed by Spec.org), you will have a loop of 
retries.

so... it's okay!


Clebert



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863445#3863445

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863445


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-24 Thread [EMAIL PROTECTED]
Have you take a look at www.spec.org lately?

09/24/2004 The SPECjAppServer2002 expiration date has been extended by three 
months from the original date of October 27; submissions will now be accepted 
for review and publication until January 26, 2005.



Clebert Suconic

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863452#3863452

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863452


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-21 Thread Andrewzhu
Clebert,

After I changed those ; to : and recompiled the package, it works. Thank you.

I think the original Benchmark developer worked on Windows system, so ';' was 
used to separate classpath. but on Unix, ':' should be used.

I run into another problem, does it ring a bell again?

My test enviorment uses mysql and Jboss 4.0, and here is what I got in 
server.log:

2005-01-21 14:15:22,597 ERROR [org.jboss.ejb.plugins.LogInterceptor] 
TransactionRolledbackLocalException in method: public abstract 
org.spec.jappserver.util.helper.SequenceBlock org.spec.jappserver.util.sequenc
eent.ejb.SequenceEntLocal.nextSequenceBlock(), causedBy:
org.jboss.tm.JBossRollbackException: Unable to commit, 
tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=hpipvcq.cup.hp.com/43, 
BranchQual=, localId=43] status=STATUS_NO_TRANSACTION; - nested throwable: 
(javax.
ejb.EJBException: Expected one updated row but got: 0)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:344)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:457)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:370)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:149)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:128)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:514)
at org.jboss.ejb.Container.invoke(Container.java:854)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:413)
at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:44)
at $Proxy115.nextSequenceBlock(Unknown Source)
at 
org.spec.jappserver.util.sequenceses.ejb.SequenceSesEJB.nextKey(SequenceSesEJB.java:165)




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863207#3863207

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863207


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-20 Thread [EMAIL PROTECTED]
I had this same problem when running the driver into linux.

It was and wasn't related to classpath.

At jboss32.env at /config directory you have the Classpath line.

The default file has ; instead of :

That makes the driver.sh read some variables wrongly at jboss32.env what make 
it fail.


Please let me know how it goes.


Clebert Suconic

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863029#3863029

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863029


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development