JBoss Community

Re: JBoss AS7 did not start within 5 minutes

created by le_roy in jBPM - View the full discussion

I'm dragging this thread up again because I'm also getting the same error and despite thorough searching I haven't found a valid answer for this problem.

 

$ netstat -an | grep LISTEN | grep -v LISTENINGtcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      -

tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      -

tcp        0      0 127.0.0.1:6010              0.0.0.0:*                   LISTEN      -

 

$ java -versionjava version "1.6.0_30"

Java(TM) SE Runtime Environment (build 1.6.0_30-b12)

Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)

 

$ echo $JAVA_HOME

/u01/app/jdk1.6.0_30/

 

 

 

Starting AS7 on it's own does not throw any errors.  I'm trying to start the demo using:

ant -f build.xml start.demo.noeclipse

 

Which throws the following error when trying to login to the console as admin:

 

URL:'http://myserver::8989/gwt-console-server/rs/tasks/admin'Action: 'org.jboss.bpm.console.client.task.LoadTasksAction'

Exception: 'class com.google.gwt.http.client.RequestException'

 

HTTP 500:

org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalArgumentException: Could not connect task client

org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345)

org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321)

org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214)

org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190)

org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534)

org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)

org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)

 

 

 

I'm assuming the task client is failing because that follows AS7 in the demo startup script.

 

 

Buildfile: /u01/app/jbpm/build.xml

 

download.h2.check:

     Re: JBoss AS7 did not start within 5 minutes Checking h2 download ...

 

download.h2:

 

start.h2:

 

start.jboss:

 

check.jboss.version:

 

start.jboss5:

 

check.jboss.version:

 

start.jboss7:

 

BUILD FAILED

/u01/app/jbpm/build.xml:531: The following error occurred while executing this line:

/u01/app/jbpm/build.xml:555: JBoss AS7 did not start within 5 minutes

 

Total time: 5 minutes 0 seconds

 

 

 

Any help is appreciated.

le_roy

Reply to this message by going to Community

Start a new discussion in jBPM at Community