9 Replies Latest reply on Dec 2, 2013 3:39 PM by csa

    JBPM Console Hangs Every time in Multiple Linux Versions

    tmcclure0501

      When I compile the JBPM Console showcase hangs every time when I trying to compile it on a Linux VM inside VirtualBox (the fact I am using a VM should not matter).  I noticed that others experienced this issue periodically however it hangs for me in both Ubuntu and Fedora.  I am setting Maven to use 2G of memory.  After a clean install of Linux I do the following:

      1. Download JVM 1.7 (tried both with OpenJDK and Oracle)

      2. Download ant - not really needed 3. Download Maven

      4. Set MAVEN_OPTS='-Xmx2G -XX:MaxPermSize=512m'

      5. Download JBPM Console zip file and extract it

      6. Perform mvn clean install -DskipTests=true

       

      and it hangs here:

      [INFO] --- gwt-maven-plugin:2.5.0:compile (gwt-compile) @ jbpm-console-ng-showcase ---

      [INFO] Compiling module org.jbpm.console.ng.FastCompiledjBPMShowcase

      [INFO]    Validating units:

      [INFO]       Ignored 2 units with compilation errors in first pass.

      [INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.

      [ERROR] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

      [ERROR] SLF4J: Defaulting to no-operation (NOP) logger implementation

      [ERROR] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

      [INFO]    Computing all possible rebind results for 'org.jboss.errai.marshalling.client.api.MarshallerFactory'

      [INFO]       Rebinding org.jboss.errai.marshalling.client.api.MarshallerFactory

      [INFO]          Invoking generator org.jboss.errai.marshalling.rebind.MarshallersGenerator

      [INFO]             Generating Marshallers Bootstrapper...

      [INFO]             Checking ErraiApp.properties for configured types ...

       

      I do not understand how I get this issue while all the JBPM developers obviously do not - I must be missing something - I also can't build on Windows for another reason (command line limit - I am working on a workaround for that).  What OS/configuration do JBPM core developers use?