[JBoss JIRA] (WFLY-9635) jdr throws IllegalArgumentException if server is not started
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-9635?page=com.atlassian.jira.plugin.... ]
Kabir Khan resolved WFLY-9635.
------------------------------
Fix Version/s: 12.0.0.CR1
Resolution: Done
I am resolving as this looks fixed in a core version consumed by WildFly
> jdr throws IllegalArgumentException if server is not started
> ------------------------------------------------------------
>
> Key: WFLY-9635
> URL: https://issues.jboss.org/browse/WFLY-9635
> Project: WildFly
> Issue Type: Bug
> Components: JDR
> Reporter: Marek Kopecký
> Assignee: Jean-Francois Denise
> Priority: Blocker
> Fix For: 12.0.0.CR1
>
> Attachments: jboss-eap-7.1.0.log, wildfly-11.0.0.Final.log
>
>
> *Description of the issue:*
> jdr throws IllegalArgumentException if server is not started
> *Steps to reproduce:*
> # do *not* start the server
> # ./jdr.sh
> *Actual results:*
> {noformat}
> [mkopecky@dhcp-10-40-4-226 bin]$ ./jdr.sh
> Initializing JBoss Diagnostic Reporter...
> Trying to connect to http-remoting localhost:9990
> Starting embedded server
> Exception for embed-server --std-out=echo : Task java.util.concurrent.FutureTask@6631f5ca rejected from java.util.concurrent.ThreadPoolExecutor@5ace1ed4[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
> Exception for stop-embedded-server: Task java.util.concurrent.FutureTask@31e5415e rejected from java.util.concurrent.ThreadPoolExecutor@5ace1ed4[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
> Exception in thread "main" java.lang.IllegalArgumentException: Error handling command: /subsystem=jdr:generate-jdr-report()
> at org.jboss.as.cli.scriptsupport.CLI.cmd(CLI.java:248)
> at org.jboss.as.jdr.CommandLineMain.main(CommandLineMain.java:120)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> Caused by: org.jboss.as.cli.CommandLineException: The connection to the controller has not been established.
> at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:804)
> at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:823)
> at org.jboss.as.cli.scriptsupport.CLI.cmd(CLI.java:241)
> ... 3 more
> [mkopecky@dhcp-10-40-4-226 bin]$
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (SWSQE-28) Setup Jenkins Jobs Pipeline for CI
by Hayk Hovsepyan (JIRA)
Hayk Hovsepyan created SWSQE-28:
-----------------------------------
Summary: Setup Jenkins Jobs Pipeline for CI
Key: SWSQE-28
URL: https://issues.jboss.org/browse/SWSQE-28
Project: Swift Sunshine QE
Issue Type: Sub-task
Reporter: Hayk Hovsepyan
Assignee: Sunil kondkar
New Jenkins jobs pipeline is needed on Jenkins 2 to do the following actions:
# Trigger per PR
# Trigger Nightly
# Call "hawkular-qe-utils.git/tree/sws/scripts/prepare_env.sh" to install Istio on OC
# Call "hawkular-qe-utils.git/tree/sws/scripts/prepare_env.sh" to install SWS on OC
# Run SWSQE automation over SWS.
# Report the Run results.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFCORE-3617) Unable to enable disabled deployment through the CLI in domain mode
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3617?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise commented on WFCORE-3617:
----------------------------------------------
[~mstefank], seems that this issue and WFCORE-3563 are duplicate. This is not exactly the same scenario (1 server-group vs 2 server-group) but this look like the same root cause.
> Unable to enable disabled deployment through the CLI in domain mode
> -------------------------------------------------------------------
>
> Key: WFCORE-3617
> URL: https://issues.jboss.org/browse/WFCORE-3617
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 4.0.0.Beta1
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
>
> The CLI detects duplicate resource when trying to enable disabled deployment for a server-group in domain mode:
> {code}
> {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0212: Duplicate resource [
> (\"server-group\" => \"main-server-group\"),
> (\"deployment\" => \"app.war\")
> ]"}}
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months