dev@glassfish.java.net

server won't start - javax/jms/JMSException

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Tue, 12 Sep 2006 15:17:40 -0700

A week ago I had everything working, I was able to run the quicklook
tests (with some known failures) and I was ready to commit some
changes. Then I got called away for a week and I'm back to pick
up where I left off. But I decided I better update everything and
run the tests again.

I did a "maven bootstrap-all" and a bunch of "cvs update"s to
make sure I was in sync. It builds fine but when I do "maven runtest"
I get

     [java] startDomainUnix:
     [java] [exec] javax/jms/JMSException
     [java]
     [java] BUILD FAILED
     [java] /cache/tmp/glassfish/glassfish/appserv-tests/build.xml:36: The
following error occurred while executing this line:
     [java] / s/config/run.xml:38: exec
returned: 1

When I try to start the app server I get:

datsun$ bin/asadmin start-domain domain1
javax/jms/JMSException

There's nothing in the server log file.

Did I do something wrong or is this a new bug in the build?