-
Bug
-
Resolution: Incomplete
-
Critical
-
None
-
WebLogic server 10.3, jdk160_05, jenkins-2.32.2, weblogic-deployer-plugin-3.6 , windows 7 64-bit.
compile:
[javac] C:\Program Files (x86)\Jenkins\workspace\sample\build.xml:16: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
war:
BUILD SUCCESSFUL
Total time: 0 seconds
[WeblogicDeploymentPlugin] - Pay attention to JDK version
compatibility with WebLogic Deployer API (see Oracle documentation).
[WeblogicDeploymentPlugin] - The JDK C:\bea\jdk160_05 will be used.
[WeblogicDeploymentPlugin] - Retrieving artifacts recorded [filtered resources on SSSPNBFWOrderData.war]...
[WeblogicDeploymentPlugin] - 1 files found under target
[WeblogicDeploymentPlugin] - the following resource recorded C:\Program Files (x86)\Jenkins\workspace\sample\target\SSSPNBFWOrderData.war is eligible.
[WeblogicDeploymentPlugin] - Deploying the artifact on the following target : (name=localhost) (host=localhost) (port=7001)
[WeblogicDeploymentPlugin] - UNDEPLOYING ARTIFACT...
$ C:\bea\jdk160_05\bin/java -Xms256M -Xmx256M -cp C:\wls-deploy-plugin\wlfullclient.jar weblogic.Deployer -debug -remote -verbose -noexit -name SSSPNBFWOrderData -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password weblogic -undeploy
[WeblogicDeploymentPlugin] - ARTIFACT UNDEPLOYED SUCCESSFULLY.
[WeblogicDeploymentPlugin] - DEPLOYING ARTIFACT...
$ C:\bea\jdk160_05\bin/java -Xms256M -Xmx256M -cp C:\wls-deploy-plugin\wlfullclient.jar weblogic.Deployer -debug -stage -remote -verbose -upload -name SSSPNBFWOrderData -source "C:\Program Files (x86)\Jenkins\workspace\sample\target\SSSPNBFWOrderData.war" -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password weblogic -deploy
java.lang.RuntimeException: task completed abnormally (exit code = 1)
at org.jenkinsci.plugins.deploy.weblogic.task.DeploymentTaskServiceImpl.deploy(DeploymentTaskServiceImpl.java:240)
at org.jenkinsci.plugins.deploy.weblogic.task.DeploymentTaskServiceImpl.perform(DeploymentTaskServiceImpl.java:169)
at org.jenkinsci.plugins.deploy.weblogic.WeblogicDeploymentPlugin.perform(WeblogicDeploymentPlugin.java:304)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
at hudson.model.Build$BuildExecution.post2(Build.java:185)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
at hudson.model.Run.execute(Run.java:1753)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:404)
ERROR: [WeblogicDeploymentPlugin] - Failed to deploy.
[INFO] ------------------------------------------------------------------------
[INFO] DEPLOYMENT FAILURE
[INFO] ------------------------------------------------------------------------
Build step 'Deploy the artifact to any WebLogic environments' changed build result to FAILURE
Finished: FAILURE