Discussion:
Build step 'Deploy WAR/EAR to WildFly' marked build as failure
das gov
2016-11-02 07:49:17 UTC
Permalink
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e5b0f0b3-ddea-4c7d-b408-cd31b71f7b6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
k***@d-p-s.com
2016-11-21 10:11:02 UTC
Permalink
Hy Des Gov, did you find any solution for this issue. ?
Post by das gov
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/607c921b-a2a8-47d7-9e8a-f089bc7d2075%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Victor Martinez
2016-11-21 19:49:13 UTC
Permalink
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
Post by k***@d-p-s.com
Hy Des Gov, did you find any solution for this issue. ?
Post by das gov
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 jenkinsci-users+***@googlegroups.com.
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.
Loading...