[JBoss-user] [Messaging, JMS JBossMQ] - XAConnectionFactory not bound on Startup

2005-02-25 Thread sunshineDev
Hi. I know that this question has been posted a great number of times. But for 
the life of me I haven't been able to see what could be wrong in my case.

I've gone to the READ THIS FIRST section and I've set the TRACE logging for 
org.jboss.mq, org.jboss.logging.XLevel and org.jboss.logging.XLevel. I looked 
for any SQL related exception, and this is what I found:

2005-02-24 17:13:58,578 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Resolving uncommited TXS
2005-02-24 17:13:59,343 ERROR [STDERR] java.io.EOFException
2005-02-24 17:13:59,343 ERROR [STDERR]  at 
org.hsqldb.DatabaseFile.readInteger(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Cache.makeRow(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Cache.getRow(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at 
org.hsqldb.Table.setIndexRoots(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at 
org.hsqldb.Table.setIndexRoots(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at 
org.hsqldb.Database.processSet(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Database.execute(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Log.runScript(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Log.open(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at 
org.hsqldb.Database$Logger.openLog(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Database.open(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Database.(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Server.openDB(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Server.run(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Server.main(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at 
org.jboss.jdbc.HypersonicDatabase$2.run(HypersonicDatabase.java:250)
2005-02-24 17:13:59,343 INFO  [STDOUT] Server.run/init: java.sql.SQLException: 
File input/output error: File input/output error: reading: java.io.EOFException 
in statement [SET TABLE JMS_MESSAGES INDEX '19640 8']
2005-02-24 17:13:59,343 ERROR [STDERR] java.sql.SQLException: File input/output 
error: File input/output error: reading: java.io.EOFException in statement [SET 
TABLE JMS_MESSAGES INDEX '19640 8']
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Trace.getError(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Log.runScript(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Log.open(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at 
org.hsqldb.Database$Logger.openLog(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Database.open(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Database.(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Server.openDB(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Server.run(Unknown Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at org.hsqldb.Server.main(Unknown 
Source)
2005-02-24 17:13:59,343 ERROR [STDERR]  at 
org.jboss.jdbc.HypersonicDatabase$2.run(HypersonicDatabase.java:250)
2005-02-24 17:13:59,546 WARN  
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable 
while attempting to get a new connection: 
org.jboss.resource.JBossResourceException: Could not create connection; - 
nested throwable: (java.sql.SQLException: Connection is broken: Connection 
refused: connect)
.
.
.

I'm working exclusively with Queues and I'm persisting them in Hypersonic. I've 
read that the problem could be with durable subscriptions, is the procedure the 
same for Queues as it is for Topics?

I truly appreciate any help I can get. I know that you might need more 
information regarding my configuration but I truly don't know what would be 
relevant and what wouldn't. Please let me know.

Thank you.

P.S. By the way, if I erase any reference to the JMS tables from the hypersonic 
scripts, I get a clean startup. 


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

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


---
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=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - XAConnectionFactory not bound

2005-02-03 Thread burakbayramli
From a -service.xml we are calling an MBean which is responsible for getting a 
connectionfactory in the beginning of the application. The factory we were 
getting was XAConnectionFactory. 

This approach worked in JBoss 4.0.0RC1. We are having problems on JBoss 4.0.1. 
Error says XAConnectionFactory not bound. 

Any ideas? 

Thanks, 

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

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


---
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-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - XAConnectionFactory not bound

2004-08-18 Thread optimusprime
Hi there! I'm trying to deploy a simple MDB, but I'm getting this error. 
Here's my deployment descriptors:

ejb-jar
  display-nameMailCreatorEJB/display-name
  enterprise-beans
message-driven
  display-nameMailCreator/display-name
  ejb-nameMailCreator/ejb-name
  ejb-classmailcreator.MailCreatorBean/ejb-class
  transaction-typeContainer/transaction-type
  message-driven-destination
destination-typejavax.jms.Queue/destination-type
  /message-driven-destination
  resource-ref
res-ref-nameQCF/res-ref-name
res-typejavax.jms.QueueConnectionFactory/res-type
res-authContainer/res-auth
  /resource-ref
  resource-env-ref
resource-env-ref-namejms/MailQueue/resource-env-ref-name
resource-env-ref-typeorg.jboss.mq.server.jmx.Queue/resource-env-ref-type
  /resource-env-ref
/message-driven
  /enterprise-beans
  assembly-descriptor
container-transaction
  
ejb-nameMailCreator/ejb-name
method-name*/method-name
  
  trans-attributeRequired/trans-attribute
/container-transaction
  /assembly-descriptor
/ejb-jar



  enterprise-beans
message-driven
  ejb-nameMailCreator/ejb-name
  destination-jndi-namejms/MailQueue/destination-jndi-name
   resource-ref
res-ref-nameQCF/res-ref-name
jndi-nameQueueConnectionFactory/jndi-name
/resource-ref 
/message-driven
  /enterprise-beans


also added this to the jbossmq-destinations-service.xml


depends 
optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager
  

I still have the hsqld-ds configured and the drivers.

Any ideas?

Thanks

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user