[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error creating the dlq connection: XAConnectionFactory n

2004-06-03 Thread bblackmoor
"bblackmoor" wrote : The XAConnectionFactory FAQ item does not say anything about the 
server.log or an INCOMPLETE DEPLOYMENT LISTING error message. Perhaps I am asking the 
wrong question?

Ah, a solution at last. Somehow, during the installation of JBoss, the files:

server/dev/data/hypersonic/localDB.properties
server/dev/data/hypersonic/localDB.script

were chown'd to root:web rather than jboss:web (I am not sure how that happened). As 
Adrian hinted in his coy way, the server.log showed that during the persistence 
manager initialization that permission was being denied to access theses files. The 
exception I was seeing was the end result of this. Now that the file permissions are 
correctly set, the exception is eliminated.

What I still do not understand is why JBoss is still using Hypersonic rather than 
Postgres, but one step at a time...

So check that log file, jinu, and maybe your problem will have a similar solution.

Perhaps the folks responsible for maintaining the FAQ wiki could add a note or a 
hyperlink from the XAConnectionFactory FAQ item to whatever item it was that Adrian 
was referring to? It might reduce the number of times he is obligated to insult people 
who ask for help.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837464#3837464

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837464


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error creating the dlq connection: XAConnectionFactory n

2004-06-03 Thread bblackmoor
"[EMAIL PROTECTED]" wrote : where is your server.log output from when it deploys the 
persistence manager? ... Or your INCOMPLETE DEPLOYMENT LISTING error message?

The XAConnectionFactory FAQ item does not say anything about the server.log or an 
INCOMPLETE DEPLOYMENT LISTING error message. Perhaps I am asking the wrong question? I 
will take a look at the logs you mention, and if the answer does not pop out at me, I 
will post them as you request.

"[EMAIL PROTECTED]" wrote : Also why are posting on somebody else's thread when you 
are not helping them?

I posted what I had done when attempting to solve this problem, so that they might try 
those possible solutions; alternately, perhaps it would prompt them to think of 
something I have not. Perhaps together we could find a solution. Feel free to help.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837460#3837460

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837460


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error creating the dlq connection: XAConnectionFactory n

2004-06-03 Thread bblackmoor
"bblackmoor" wrote : I read the bloody FAQ. I did what's in the bloody FAQ.

(Which you would have seen, by the way, if you had read my bloody post.)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837452#3837452

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837452


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error creating the dlq connection: XAConnectionFactory n

2004-06-03 Thread bblackmoor
"[EMAIL PROTECTED]" wrote : Snotty, because it is in the bloody FAQ

I read the bloody FAQ. I did what's in the bloody FAQ. I still have the problem.

Do you have anything constructive to add?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837451#3837451

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837451


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error creating the dlq connection: XAConnectionFactory n

2004-06-03 Thread bblackmoor
viceMBeanSupport.java:158)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:458)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:674)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1173)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:686)
2004-06-03 15:33:22,137 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker]
Reconnected to JMS provider
2004-06-03 15:33:22,137 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker]
JMS provider failure detected:
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory
not bound
at
org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:169)
at
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:458)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:674)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1173)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:686)
2004-06-03 15:33:22,137 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker]
Trying to reconnect to JMS provider

And that's where I am now.

bblackmoor
2004-06-03


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837448#3837448

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837448


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user