Have this same error, adding the additional jars to the classpath did not resolve it for our system. I have opened a ticket at https://issues.jenkins-ci.org/browse/JENKINS-27600
Any other suggestions on how to correct this would be very welcomed. Thanks. On Thursday, January 16, 2014 at 7:17:38 AM UTC-7, Alexander Kashtalyan wrote: > > Hello Nateshkumar NS , > > I've got in the same trap. > I've found a solution with adding more JARs to classpath (along with > "weblogic.jar") > More information is here - > http://docs.oracle.com/cd/E23943_01/web.1111/e13717/jarbuilder.htm > > Now my "Additional classpath" line look > like > C:\Projects\stuff\lib\weblogic.jar;C:\Projects\stuff\lib\wlfullclient.jar;C:\Projects\stuff\lib\cryptoj.jar; > > And now deployment works like a charm. > Good luck in setting it up! > > Best regards, > Alex > > On Monday, August 19, 2013 6:27:25 PM UTC+3, Nateshkumar NS wrote: >> >> Configured weblogic in Jenkins. >> >> java.lang.RuntimeException *deploy *command completed abnormally (exit >> code = 1) >> at >> org.jenkinsci.plugins.deploy.weblogic.task.DeploymentTaskServiceImpl.perform(DeploymentTaskServiceImpl.java:198) >> >> >> 1 out of 20 deployments are successful and not others. >> >> Is there a sample configuration.xml to use ? I changed the config.xml >> under weblogic domain folder and used it to configure jenkins weblogic >> plugin. >> >> Please advice. >> >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e0d9ade8-178f-4f23-a759-103fef93b4ac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
