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]. For more options, visit https://groups.google.com/groups/opt_out.
