The LocalJBossServerDomain is the JSR77 integration service which should not
be generating errors under any circumstances so show the full stack traces.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

----- Original Message ----- 
From: "Hunter Hillegas" <[EMAIL PROTECTED]>
To: "JBoss User" <[EMAIL PROTECTED]>
Sent: Thursday, February 20, 2003 8:36 AM
Subject: [JBoss-user] Strange JMS Problems on 3.2.0RC2


> I have been running RC2 on one OS X machine for a week without trouble. I
> just installed it on a test server yesterday and I have all kinds of JMS
> troubles.
> 
> Both machines are running the same EAR file.
> 
> Both machines are OS X 10.2.x, running Apple JVM 1.4.1 DP10. I have tested
> with Apple's 1.3.1 JVM as well with the same problem.
> 
> Since it runs fine on one machine and not another, something must be
> different.
> 
> If anyone can help me figure out where to look, that would be a big help.
> 
> Here are some of the log entries that exhibit my problems:
> 
> In boot.log:
> 
> 17:34:38,689 DEBUG [LocalJBossServerDomain] postCreation(), create
> J2EEServer instance
> java.lang.Exception: StackTrace
>         at 
> org.jboss.management.j2ee.LocalJBossServerDomain.postCreation(LocalJBossServ
> erDomain.java:397)
>         at 
> org.jboss.management.j2ee.J2EEManagedObject.postRegister(J2EEManagedObject.j
> ava:249)
> ...
> 
> At deploy time:
> 
> When JMS is starting up:
> 
> 2003-02-19 17:34:48,933 INFO  [org.jboss.mq.pm.jdbc2.PersistenceManager]
> Starting
> 2003-02-19 17:34:49,014 ERROR [org.jboss.mq.pm.jdbc2.PersistenceManager]
> Starting failed
> org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.
> Message recovery may not be accurate; - nested throwable:
> (org.jboss.util.NestedSQLException: Could not create connection; - nested th
> rowable: (java.sql.SQLException: Connection is broken: Connection refused);
> - nested throwable: (org.jboss.resource.JBossResourceException: Could not
> create connection; - nested throwable: (java.sql.SQLExcept
> ion: Connection is broken: Connection refused)))
>         at 
> org.jboss.mq.pm.jdbc2.PersistenceManager.resolveAllUncommitedTXs(Persistence
> Manager.java:274)
> ...
> 
> When my EAR is deployed:
> 
> 2003-02-19 17:34:59,290 INFO  [org.jboss.ejb.plugins.jms.DLQHandler]
> Creating
> 2003-02-19 17:34:59,291 ERROR [org.jboss.ejb.plugins.jms.DLQHandler]
> Initialization failed
> javax.naming.NameNotFoundException: XAConnectionFactory not bound
>         at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
>         at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
> ... (this creates a cascade of other errors which result in the bean not
> being deployed)
> 
> Incomplete deployment listing:
> 
> MBeans waiting for other MBeans:
> [ObjectName: jboss.mq.destination:service=Topic,name=testTopic
>  state: CREATED
>  I Depend On:   jboss.mq:service=DestinationManager
>   jboss.mq:service=SecurityManager
> ... (lots more of these, all JMS related and similar).
> 
> At runtime:
> 
> 2003-02-20 07:56:30,537 ERROR [STDERR] JNDI lookup failed:
> javax.naming.NameNotFoundException: ConnectionFactory not bound
> 2003-02-20 07:56:30,539 ERROR [STDERR] java.lang.NullPointerException
> 2003-02-20 07:56:30,540 ERROR [STDERR]  at
> com.jacobstern.ejb.session.MailingListBean.sendEmail(Unknown Source)
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
> The most comprehensive and flexible code editor you can use.
> Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
> www.slickedit.com/sourceforge
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to