|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-9679) NoClassD... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)
- [JIRA] (JENKINS-9679) NoC... [email protected] (JIRA)

Hi!
I've updated to 1.499 but error is still there:
-Xrs -jar "%BASE%\slave.jar" -jnlpUrl http://aaa.bbb.ccc:8080/computer/slave01/slave-agent.jnlp -classpath "%BASE%\commons-codec-1.7.jar" -jnlpCredentials xxx:yyy -noCertificateCheck
Error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64
at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:229)
at hudson.remoting.Launcher.run(Launcher.java:200)
at hudson.remoting.Launcher.main(Launcher.java:173)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.codec.binary.Base64
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 3 more