You can debug what's going on using some loggers: - https://wiki.jenkins-ci.org/display/JENKINS/Logging
Although that plugin doesn't have much details as you can see in the source code: - https://github.com/jenkinsci/wildfly-deployer-plugin/blob/master/src/main/java/org/jenkinsci/plugins/wildfly/WildflyBuilder.java Besides of that, you can look for the source code of https://github.com/jenkinsci/wildfly-deployer-plugin/blob/master/src/main/java/org/jenkinsci/plugins/wildfly/WildflyBuilder.java#L53-L54 and see whether they have some loggers. Cheers On Monday, 21 November 2016 10:11:02 UTC, [email protected] wrote: > > Hy Des Gov, did you find any solution for this issue. ? > > On Wednesday, November 2, 2016 at 12:49:18 PM UTC+5, das gov wrote: >> >> Hi >> >> When I used WildFly Deployer Plugin 1.0.2 on Jenkins ver. 2.19.1 >> <http://jenkins-ci.org/> I get error >> >> >> [JENKINS] Archiving >> /Users/Shared/Jenkins/Home/jobs/checkout_and_build_wf_nov_1_deploy_local_3/workspace/fnds-enterprise-project/fnds-cardholder-web/target/fnds-cardholder-web-1.0.0.war >> to >> za.co.fnds/fnds-cardholder-web/1.0.0/fnds-cardholder-web-1.0.0.war*FATAL: >> Unable to initialize command context. >> channel stopped >> Build step 'Deploy WAR/EAR to WildFly' marked build as failure* >> Finished: FAILURE >> >> >> >> >> How do I find more details of why there is an error? >> >> >> Thanks, >> >> Daslan >> >> >> >> -- 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/70395ece-33d0-4e21-a339-0cd9fe7d5305%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
