[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Consumers stop listening after a period of time.

2004-11-16 Thread pjdodds
I've recenting moved a UAT environment up to JBoss 3.2.5 using JDBC3 PM and 
have the same problem,  was solution did you employ?

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

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


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss 4.0.0 STATUS_NO_TRANSACTION on commit

2004-11-01 Thread pjdodds
I have the same problem with a BMT that works under 3.2.3 and is failing with 
NO_TRANSACTION on 3.2.6.

No code changes between the versions and yet it would appear that 3.2.6 is not 
handling the transaction the same?  does anyone have any experience with this problem?

Cheers

P

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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss 4.0.0 STATUS_NO_TRANSACTION on commit

2004-11-01 Thread pjdodds
OK... forget my problem ,just being stupid.  Forgot to set the Pad attribute.

Sorry

P

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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: XA Exception during high volume with JDBC2 persistnce on

2004-10-08 Thread pjdodds
Thanks for the advice, we changed the datasource connection to a local connection and 
the problem has no longer reoccurred.

Thanks again for the help

P

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - JBossMQ/Oracle Persistence Startup time

2004-09-22 Thread pjdodds
I have a JBoss 3.2.3 server running on an Oracle 9.2.0.5 database using JDBC2 
persistence.

It appears that that when large nunmbers of messages are on the queues (~70,000) the 
startup time for JBoss goes through the roof.

2004-09-22 11:34:18,351 INFO  [org.jboss.deployment.MainDeployer] Starting deployment 
of package: file:/.../my-destinations-service.xml
2004-09-22 12:31:07,821 INFO  [org.jboss.mq.server.jmx.Queue.MessageQueue] Bound to 
JNDI name: queue/MessageQueue

The startup time here was nearly 1 hour,  is this normal behaviour, is there anything 
I can do to improve the performance of the startup.

Thanks in advance

Philip

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - XA Exception during high volume with JDBC2 persistnce on Ora

2004-09-13 Thread pjdodds
When running high volumes of messages using JBossMQ and JDBC2 persistence we appear to 
get Oracle XA exceptions from the JMS provider.

15:35:46,501 WARN  [TransactionImpl] XAException: tx=TransactionImpl:XidImpl 
[FormatId=257, GlobalId=scsatlspap2//14743185, BranchQual=] errorCode=XAER_NOTA
oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.client.OracleXAResource.prepare(OracleXAResource.java:736)
at 
org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.prepare(XAManagedConnection.java:174)
at org.jboss.tm.TransactionImpl.prepareResources(TransactionImpl.java:1496)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:384)
at org.jboss.tm.TxManager.commit(TxManager.java:141)
at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:341)
at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
at org.jboss.mq.SpySession.run(SpySession.java:298)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
at java.lang.Thread.run(Thread.java:536)
15:35:46,503 WARN  [TransactionImpl] xa error: -4 (The XID is not valid.); oracle 
error: 24756; oracle sql error: 0;
oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.client.OracleXAResource.prepare(OracleXAResource.java:736)
at 
org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.prepare(XAManagedConnection.java:174)
at org.jboss.tm.TransactionImpl.prepareResources(TransactionImpl.java:1496)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:384)
at org.jboss.tm.TxManager.commit(TxManager.java:141)
at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:341)
at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
at org.jboss.mq.SpySession.run(SpySession.java:298)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
at java.lang.Thread.run(Thread.java:536)
17:00:45,101 ERROR [StdServerSession] failed to commit/rollback
org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl 
[FormatId=257, GlobalId=scsatlspap2//14743185, BranchQual=] 
status=STATUS_NO_TRANSACTION; - nested throwable: (oracle.jdbc.xa.OracleXAException)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:413)
at org.jboss.tm.TxManager.commit(TxManager.java:141)
at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:341)
at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
at org.jboss.mq.SpySession.run(SpySession.java:298)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
at java.lang.Thread.run(Thread.java:536)
Caused by: oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.client.OracleXAResource.prepare(OracleXAResource.java:736)
at 
org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.prepare(XAManagedConnection.java:174)
at org.jboss.tm.TransactionImpl.prepareResources(TransactionImpl.java:1496)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:384)
... 8 more

The configuration is that we have an Oracle XA datasource defined and this XA 
datasource is referenced as the persistence manager for the JMS queue provider.  The 
queues are using by an MDB which is therefore using container managed transactions,  
they are also used by an SLSB which is using bean managed transactions and we have 
confirmed that the commit/rollback is always issued in this code.

The problem does not occur until the product has been running for an extended period 
of time, then we start to get XA exceptions for JMS activity.  We are using on Oracle 
9.2.0.5 with JBoss 3.2.3,  any help would be greatly appreciated.

Thanks

Philip

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php