Yes, I did. I still ended up with the same problems. > From: David Jencks <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Thu, 20 Feb 2003 12:41:58 -0500 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2 > > Did you try removing anything jms related from the data dir or from > wherever jms storing messages? > > david jencks > > On 2003.02.20 11:36 Hunter Hillegas wrote: >> 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
------------------------------------------------------- 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
