[wildfly-dev] Java EE 7 tests failing on WildFly trunk

David M. Lloyd david.lloyd at redhat.com
Fri Mar 21 14:45:30 EDT 2014


On 03/21/2014 01:27 PM, Arun Gupta wrote:
> Java EE 7 CI job on WildFly trunk is failing:
>
> https://arungupta.ci.cloudbees.com/job/Java%20EE%207%20Samples%20on%20WildFly-cb/155/console
>
> Here is the error message:
>
> Started 45 of 56 services (22 services are lazy, passive or on-demand)
> + wildfly-8.0.1.Final-SNAPSHOT/bin/jboss-cli.sh --connect
> '--commands=/subsystem=messaging/hornetq-server=default:write-attribute(name=journal-type,value=NIO),:reload(admin-only=false)'
> Error: Could not find or load main class EE
> Process leaked file descriptors. See
> http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build
> for more information
> Build step 'Execute shell' marked build as failure

Looks like a possible regression in standalone.sh due to there being a 
space in the startup path.

As a workaround you could change your workspace name from "Java EE 7 
Samples on WildFly-cb" to e.g. "java-ee-7-samples-on-wildfly-cb" or 
similar (with no spaces).


-- 
- DML


More information about the wildfly-dev mailing list