Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-19251

After upgrade from 1.519 to 1.526 -> NumberFormatException occurs during maven 3 build

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • maven-plugin

      Builds of type Maven2/3 Build.

      Started by timer
      [EnvInject] - Loading node environment variables.
      Building remotely on KO.LINUX.05 in workspace XXXx
      
      Cleaning up /var/lib/jenkins/workspace/fb_g3his.tea.wma-root_deploy/.
      
      Updating XXXXXX/wma.3.1.x-fb/wma-root at revision '2013-08-18T22:00:13.715 +0200'
      At revision 134474
      
      no change for http://XXXXXX/wma.3.1.x-fb/wma-root since the previous build
      
      Parsing POMs
      
      Downloaded artifacts..... 
      
      [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar /var/lib/jenkins/maven3-interceptor-commons.jar 48798
      Exception in thread "main" java.lang.NumberFormatException: For input string: "/var/lib/jenkins/maven3-interceptor-commons.jar"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
      	at java.lang.Integer.parseInt(Integer.java:449)
      	at java.lang.Integer.parseInt(Integer.java:499)
      	at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)
      
      ERROR: Failed to launch Maven. Exit code = 1
      An attempt to send an e-mail to empty list of recipients, ignored.
      Notifying upstream projects of job completion
      Finished: FAILURE
      
      

      Other info:

      • What is funny that upgrade was done on Friday -> builds were working throught weekend without any biggers problems, on Monday this bug appears.
      • it affects about 50% of builds of most projects - undeterministic ...
        When builds passed corresponding maven line has the different numbers or arguments - without "/var/lib/jenkins/maven3-interceptor-commons.jar"
      [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar 46450
      
      • when I rollback to 1.519 its gone
      • after week once again upgraded but to 1.527 and the same bug shown
      • rollback to 1.519 helped..

      I can deliver more info just need to know what...

          [JENKINS-19251] After upgrade from 1.519 to 1.526 -> NumberFormatException occurs during maven 3 build

          Marek Marzec created issue -
          Marek Marzec made changes -
          Description Original: Started by timer
          [EnvInject] - Loading node environment variables.
          Building remotely on KO.LINUX.05 in workspace XXXx

          Cleaning up /var/lib/jenkins/workspace/fb_g3his.tea.wma-root_deploy/.

          Updating XXXXXX/wma.3.1.x-fb/wma-root at revision '2013-08-18T22:00:13.715 +0200'
          At revision 134474

          no change for http://XXXXXX/wma.3.1.x-fb/wma-root since the previous build

          Parsing POMs

          Downloaded artifacts.....

          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar /var/lib/jenkins/maven3-interceptor-commons.jar 48798
          Exception in thread "main" java.lang.NumberFormatException: For input string: "/var/lib/jenkins/maven3-interceptor-commons.jar"
          at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
          at java.lang.Integer.parseInt(Integer.java:449)
          at java.lang.Integer.parseInt(Integer.java:499)
          at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)

          ERROR: Failed to launch Maven. Exit code = 1
          An attempt to send an e-mail to empty list of recipients, ignored.
          Notifying upstream projects of job completion
          Finished: FAILURE


          h2. Other info:

          * What is funny that upgrade was done on Friday -> builds were working throught weekend without any biggers problems, on Monday this bug appears.

          * it affects about 50% of builds of most projects - undeterministic ...


          * when I rollback to 1.519 its gone


          * after week once again upgraded but to 1.527 and the same bug shown

          * rollback to 1.519 helped..



          I can deliver more info just need to know what...


          New: {code}
          Started by timer
          [EnvInject] - Loading node environment variables.
          Building remotely on KO.LINUX.05 in workspace XXXx

          Cleaning up /var/lib/jenkins/workspace/fb_g3his.tea.wma-root_deploy/.

          Updating XXXXXX/wma.3.1.x-fb/wma-root at revision '2013-08-18T22:00:13.715 +0200'
          At revision 134474

          no change for http://XXXXXX/wma.3.1.x-fb/wma-root since the previous build

          Parsing POMs

          Downloaded artifacts.....

          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar /var/lib/jenkins/maven3-interceptor-commons.jar 48798
          Exception in thread "main" java.lang.NumberFormatException: For input string: "/var/lib/jenkins/maven3-interceptor-commons.jar"
          at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
          at java.lang.Integer.parseInt(Integer.java:449)
          at java.lang.Integer.parseInt(Integer.java:499)
          at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)

          ERROR: Failed to launch Maven. Exit code = 1
          An attempt to send an e-mail to empty list of recipients, ignored.
          Notifying upstream projects of job completion
          Finished: FAILURE

          {code}
          h2. Other info:

          * What is funny that upgrade was done on Friday -> builds were working throught weekend without any biggers problems, on Monday this bug appears.

          * it affects about 50% of builds of most projects - undeterministic ...


          * when I rollback to 1.519 its gone


          * after week once again upgraded but to 1.527 and the same bug shown

          * rollback to 1.519 helped..



          I can deliver more info just need to know what...


          Marek Marzec made changes -
          Description Original: {code}
          Started by timer
          [EnvInject] - Loading node environment variables.
          Building remotely on KO.LINUX.05 in workspace XXXx

          Cleaning up /var/lib/jenkins/workspace/fb_g3his.tea.wma-root_deploy/.

          Updating XXXXXX/wma.3.1.x-fb/wma-root at revision '2013-08-18T22:00:13.715 +0200'
          At revision 134474

          no change for http://XXXXXX/wma.3.1.x-fb/wma-root since the previous build

          Parsing POMs

          Downloaded artifacts.....

          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar /var/lib/jenkins/maven3-interceptor-commons.jar 48798
          Exception in thread "main" java.lang.NumberFormatException: For input string: "/var/lib/jenkins/maven3-interceptor-commons.jar"
          at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
          at java.lang.Integer.parseInt(Integer.java:449)
          at java.lang.Integer.parseInt(Integer.java:499)
          at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)

          ERROR: Failed to launch Maven. Exit code = 1
          An attempt to send an e-mail to empty list of recipients, ignored.
          Notifying upstream projects of job completion
          Finished: FAILURE

          {code}
          h2. Other info:

          * What is funny that upgrade was done on Friday -> builds were working throught weekend without any biggers problems, on Monday this bug appears.

          * it affects about 50% of builds of most projects - undeterministic ...


          * when I rollback to 1.519 its gone


          * after week once again upgraded but to 1.527 and the same bug shown

          * rollback to 1.519 helped..



          I can deliver more info just need to know what...


          New: {code}
          Started by timer
          [EnvInject] - Loading node environment variables.
          Building remotely on KO.LINUX.05 in workspace XXXx

          Cleaning up /var/lib/jenkins/workspace/fb_g3his.tea.wma-root_deploy/.

          Updating XXXXXX/wma.3.1.x-fb/wma-root at revision '2013-08-18T22:00:13.715 +0200'
          At revision 134474

          no change for http://XXXXXX/wma.3.1.x-fb/wma-root since the previous build

          Parsing POMs

          Downloaded artifacts.....

          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar /var/lib/jenkins/maven3-interceptor-commons.jar 48798
          Exception in thread "main" java.lang.NumberFormatException: For input string: "/var/lib/jenkins/maven3-interceptor-commons.jar"
          at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
          at java.lang.Integer.parseInt(Integer.java:449)
          at java.lang.Integer.parseInt(Integer.java:499)
          at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)

          ERROR: Failed to launch Maven. Exit code = 1
          An attempt to send an e-mail to empty list of recipients, ignored.
          Notifying upstream projects of job completion
          Finished: FAILURE

          {code}
          h2. Other info:

          * What is funny that upgrade was done on Friday -> builds were working throught weekend without any biggers problems, on Monday this bug appears.

          * it affects about 50% of builds of most projects - undeterministic ...
          When builds passed corresponding maven line has the same content just different number:

          {code}
          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar 46450
          {code}

          * when I rollback to 1.519 its gone


          * after week once again upgraded but to 1.527 and the same bug shown

          * rollback to 1.519 helped..



          I can deliver more info just need to know what...


          Summary Original: After upgrade from 1.59 to 1.526 -> NumberFormatException occurs during maven 3 build New: After upgrade from 1.519 to 1.526 -> NumberFormatException occurs during maven 3 build
          Marek Marzec made changes -
          Description Original: {code}
          Started by timer
          [EnvInject] - Loading node environment variables.
          Building remotely on KO.LINUX.05 in workspace XXXx

          Cleaning up /var/lib/jenkins/workspace/fb_g3his.tea.wma-root_deploy/.

          Updating XXXXXX/wma.3.1.x-fb/wma-root at revision '2013-08-18T22:00:13.715 +0200'
          At revision 134474

          no change for http://XXXXXX/wma.3.1.x-fb/wma-root since the previous build

          Parsing POMs

          Downloaded artifacts.....

          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar /var/lib/jenkins/maven3-interceptor-commons.jar 48798
          Exception in thread "main" java.lang.NumberFormatException: For input string: "/var/lib/jenkins/maven3-interceptor-commons.jar"
          at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
          at java.lang.Integer.parseInt(Integer.java:449)
          at java.lang.Integer.parseInt(Integer.java:499)
          at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)

          ERROR: Failed to launch Maven. Exit code = 1
          An attempt to send an e-mail to empty list of recipients, ignored.
          Notifying upstream projects of job completion
          Finished: FAILURE

          {code}
          h2. Other info:

          * What is funny that upgrade was done on Friday -> builds were working throught weekend without any biggers problems, on Monday this bug appears.

          * it affects about 50% of builds of most projects - undeterministic ...
          When builds passed corresponding maven line has the same content just different number:

          {code}
          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar 46450
          {code}

          * when I rollback to 1.519 its gone


          * after week once again upgraded but to 1.527 and the same bug shown

          * rollback to 1.519 helped..



          I can deliver more info just need to know what...


          New: Builds of type Maven2/3 Build.

          {code}
          Started by timer
          [EnvInject] - Loading node environment variables.
          Building remotely on KO.LINUX.05 in workspace XXXx

          Cleaning up /var/lib/jenkins/workspace/fb_g3his.tea.wma-root_deploy/.

          Updating XXXXXX/wma.3.1.x-fb/wma-root at revision '2013-08-18T22:00:13.715 +0200'
          At revision 134474

          no change for http://XXXXXX/wma.3.1.x-fb/wma-root since the previous build

          Parsing POMs

          Downloaded artifacts.....

          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar /var/lib/jenkins/maven3-interceptor-commons.jar 48798
          Exception in thread "main" java.lang.NumberFormatException: For input string: "/var/lib/jenkins/maven3-interceptor-commons.jar"
          at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
          at java.lang.Integer.parseInt(Integer.java:449)
          at java.lang.Integer.parseInt(Integer.java:499)
          at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)

          ERROR: Failed to launch Maven. Exit code = 1
          An attempt to send an e-mail to empty list of recipients, ignored.
          Notifying upstream projects of job completion
          Finished: FAILURE

          {code}
          h2. Other info:

          * What is funny that upgrade was done on Friday -> builds were working throught weekend without any biggers problems, on Monday this bug appears.

          * it affects about 50% of builds of most projects - undeterministic ...
          When builds passed corresponding maven line has the different numbers or arguments - without "/var/lib/jenkins/maven3-interceptor-commons.jar"

          {code}
          [wma-root_deploy] $ /var/lib/jenkins/tools/jdk/jdk1.6.0_45/bin/java -Xmx580M -cp /var/lib/jenkins/maven3-agent.jar:/var/lib/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/maven/apache-maven-3.0.4 /var/lib/jenkins/slave.jar /var/lib/jenkins/maven3-interceptor.jar 46450
          {code}

          * when I rollback to 1.519 its gone


          * after week once again upgraded but to 1.527 and the same bug shown

          * rollback to 1.519 helped..



          I can deliver more info just need to know what...


          jlin added a comment - - edited

          We are getting the same intermittent problem as well after we upgraded to Jenkins 1.526 from 1.496.

          Seems like maven3-interceptor-commons was introduced by https://github.com/jenkinsci/jenkins/commit/c50a7cc6893e7107a460f1de31da5154840df3dc, which means it started appearing in 1.526.

          In our case even when the build passes, maven3-interceptor-commons is still used:

          Pass

          Parsing POMs
          Downloaded artifact <SOME_DEPENDENCY>.pom
          [Main-Build] $ java -XX:MaxPermSize=256m -Xmx1536m -cp /home/<SOME_USER>/jenkins_home/maven3-agent.jar:/home/<SOME_USER>/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/<SOME_USER>/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4 /home/<SOME_USER>/jenkins_home/slave.jar /home/<SOME_USER>/jenkins_home/maven3-interceptor.jar /home/<SOME_USER>/jenkins_home/maven3-interceptor-commons.jar 46350
          <===[JENKINS REMOTING CAPACITY]===>channel started
          log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
          log4j:WARN Please initialize the log4j system properly.
          Executing Maven:  ...
          

          Fail

          Parsing POMs
          Downloaded artifact <SOME_DEPENDENCY>.pom
          [Main-Build] $ java -XX:MaxPermSize=256m -Xmx1536m -cp /home/<SOME_USER>/jenkins_home/maven3-agent.jar:/home/<SOME_USER>/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/<SOME_USER>/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4 /home/<SOME_USER>/jenkins_home/slave.jar /home/<SOME_USER>/jenkins_home/maven3-interceptor.jar /home/<SOME_USER>/jenkins_home/maven3-interceptor-commons.jar 35515
          Exception in thread "main" java.lang.NumberFormatException: For input string: "/home/<SOME_USER>/jenkins_home/maven3-interceptor-commons.jar"
          	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
          	at java.lang.Integer.parseInt(Integer.java:449)
          	at java.lang.Integer.parseInt(Integer.java:499)
          	at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)
          

          jlin added a comment - - edited We are getting the same intermittent problem as well after we upgraded to Jenkins 1.526 from 1.496. Seems like maven3-interceptor-commons was introduced by https://github.com/jenkinsci/jenkins/commit/c50a7cc6893e7107a460f1de31da5154840df3dc , which means it started appearing in 1.526. In our case even when the build passes, maven3-interceptor-commons is still used: Pass Parsing POMs Downloaded artifact <SOME_DEPENDENCY>.pom [Main-Build] $ java -XX:MaxPermSize=256m -Xmx1536m -cp /home/<SOME_USER>/jenkins_home/maven3-agent.jar:/home/<SOME_USER>/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/<SOME_USER>/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4 /home/<SOME_USER>/jenkins_home/slave.jar /home/<SOME_USER>/jenkins_home/maven3-interceptor.jar /home/<SOME_USER>/jenkins_home/maven3-interceptor-commons.jar 46350 <===[JENKINS REMOTING CAPACITY]===>channel started log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. Executing Maven: ... Fail Parsing POMs Downloaded artifact <SOME_DEPENDENCY>.pom [Main-Build] $ java -XX:MaxPermSize=256m -Xmx1536m -cp /home/<SOME_USER>/jenkins_home/maven3-agent.jar:/home/<SOME_USER>/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/<SOME_USER>/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4 /home/<SOME_USER>/jenkins_home/slave.jar /home/<SOME_USER>/jenkins_home/maven3-interceptor.jar /home/<SOME_USER>/jenkins_home/maven3-interceptor-commons.jar 35515 Exception in thread "main" java.lang.NumberFormatException: For input string: "/home/<SOME_USER>/jenkins_home/maven3-interceptor-commons.jar" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang. Integer .parseInt( Integer .java:449) at java.lang. Integer .parseInt( Integer .java:499) at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:65)

          Got the same problem with 1.530. Resolved by downgrading to 1.525.

          Jonas Bergvall added a comment - Got the same problem with 1.530. Resolved by downgrading to 1.525.

          Piotr Kania added a comment -

          I have found workaround - https://groups.google.com/forum/#!msg/jenkinsci-users/WZMl_zLBH5Y/YphIW_Eu9uYJ
          Just disconnected slave node from Jenkins master, removed all maven*.jar files and slave.jar in jenkins home directory on slave machine. Then connected slave node.
          The root cause of the problem is too many arguments passed to instance of org.jvnet.hudson.maven3.agent.Maven3Main. It expects a number as fourth argument:

          public static void main(String[] args) throws Exception {
          		main(new File(args[0]), new File(args[1]),new File(args[2]),
          				Integer.parseInt(args[3]));		
          }
          

          It seems the command line to execute on slave is constructed incorrectly.

          Piotr Kania added a comment - I have found workaround - https://groups.google.com/forum/#!msg/jenkinsci-users/WZMl_zLBH5Y/YphIW_Eu9uYJ Just disconnected slave node from Jenkins master, removed all maven*.jar files and slave.jar in jenkins home directory on slave machine. Then connected slave node. The root cause of the problem is too many arguments passed to instance of org.jvnet.hudson.maven3.agent.Maven3Main. It expects a number as fourth argument: public static void main( String [] args) throws Exception { main( new File(args[0]), new File(args[1]), new File(args[2]), Integer .parseInt(args[3])); } It seems the command line to execute on slave is constructed incorrectly.

          Jesse Glick added a comment -

          I presume this is a regression from JENKINS-16261 though I am not yet sure how to reproduce or what the real issue is.

          Jesse Glick added a comment - I presume this is a regression from JENKINS-16261 though I am not yet sure how to reproduce or what the real issue is.
          Jesse Glick made changes -
          Link New: This issue is blocking JENKINS-16261 [ JENKINS-16261 ]
          Jesse Glick made changes -
          Link Original: This issue is blocking JENKINS-16261 [ JENKINS-16261 ]

            jglick Jesse Glick
            marecki Marek Marzec
            Votes:
            4 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              Resolved: