[JBoss JIRA] (JBIDE-23784) WF 11 / EAP 7.1 Incremental MGMT publishing
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23784?page=com.atlassian.jira.plugi... ]
Radim Hopp commented on JBIDE-23784:
------------------------------------
Today I've tried it directly from master branch and I didn't experience the NoClassDefFoundError.
Deploying using Management Operations works, undeploying single project/module works too, but when I try to undeploy more modules at once, they are immediately redeployed.
Steps to reproduce:
1) Have WildFly server adapter configured to use Management Operations
2) Create two dynamic web projects
3) Deploy both projects
4) In servers view, expand WildFly server adapter,select both projects and press Delete.
ASSERT: Projects should be undeployed
FAIL: Projects are undeployed, but immediately redeployed.
{noformat:title=Server log}
12:07:50,643 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 125) WFLYUT0022: Unregistered web context: '/SecondDynamicProject' from server 'default-server'
12:07:50,649 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment SecondDynamicProject.war (runtime-name: SecondDynamicProject.war) in 7ms
12:07:50,663 INFO [org.jboss.as.repository] (management-handler-thread - 7) WFLYDR0002: Content removed from location /home/rhopp/runtimes/wildfly-11.0.0.Beta1-SNAPSHOT/standalone/data/content/42/d8e6231da2c0c0b855b863e6a2dd02ffabb1ba/content
12:07:50,663 INFO [org.jboss.as.server] (management-handler-thread - 7) WFLYSRV0009: Undeployed "SecondDynamicProject.war" (runtime-name: "SecondDynamicProject.war")
12:07:50,762 INFO [org.jboss.as.repository] (management-handler-thread - 8) WFLYDR0001: Content added at location /home/rhopp/runtimes/wildfly-11.0.0.Beta1-SNAPSHOT/standalone/data/content/34/af0304d5e201534065c6a37d0e7cb7fd67bb2e/content
12:07:50,764 INFO [org.jboss.as.repository] (management-handler-thread - 8) WFLYDR0017: Content exploded at location /home/rhopp/runtimes/wildfly-11.0.0.Beta1-SNAPSHOT/standalone/data/content/42/d8e6231da2c0c0b855b863e6a2dd02ffabb1ba/content
12:07:50,767 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "SecondDynamicProject.war" (runtime-name: "SecondDynamicProject.war")
12:07:50,842 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 121) WFLYUT0021: Registered web context: '/SecondDynamicProject' for server 'default-server'
12:07:50,856 INFO [org.jboss.as.server] (management-handler-thread - 8) WFLYSRV0010: Deployed "SecondDynamicProject.war" (runtime-name : "SecondDynamicProject.war")
12:07:50,858 INFO [org.jboss.as.repository] (management-handler-thread - 8) WFLYDR0002: Content removed from location /home/rhopp/runtimes/wildfly-11.0.0.Beta1-SNAPSHOT/standalone/data/content/34/af0304d5e201534065c6a37d0e7cb7fd67bb2e/content
12:07:51,043 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 123) WFLYUT0022: Unregistered web context: '/MyDynamicWebProject' from server 'default-server'
12:07:51,062 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment MyDynamicWebProject.war (runtime-name: MyDynamicWebProject.war) in 19ms
12:07:51,077 INFO [org.jboss.as.repository] (management-handler-thread - 8) WFLYDR0002: Content removed from location /home/rhopp/runtimes/wildfly-11.0.0.Beta1-SNAPSHOT/standalone/data/content/b0/2ce0753ce052f418e402ed6c1ae83f8d93fe00/content
12:07:51,077 INFO [org.jboss.as.server] (management-handler-thread - 8) WFLYSRV0009: Undeployed "MyDynamicWebProject.war" (runtime-name: "MyDynamicWebProject.war")
12:07:51,158 INFO [org.jboss.as.repository] (management-handler-thread - 5) WFLYDR0001: Content added at location /home/rhopp/runtimes/wildfly-11.0.0.Beta1-SNAPSHOT/standalone/data/content/e9/01d0b949643b49faa74475800cb3b9f498808d/content
12:07:51,160 INFO [org.jboss.as.repository] (management-handler-thread - 5) WFLYDR0017: Content exploded at location /home/rhopp/runtimes/wildfly-11.0.0.Beta1-SNAPSHOT/standalone/data/content/b0/2ce0753ce052f418e402ed6c1ae83f8d93fe00/content
12:07:51,162 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "MyDynamicWebProject.war" (runtime-name: "MyDynamicWebProject.war")
12:07:51,236 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 123) WFLYUT0021: Registered web context: '/MyDynamicWebProject' for server 'default-server'
12:07:51,244 INFO [org.jboss.as.server] (management-handler-thread - 5) WFLYSRV0010: Deployed "MyDynamicWebProject.war" (runtime-name : "MyDynamicWebProject.war")
12:07:51,245 INFO [org.jboss.as.repository] (management-handler-thread - 5) WFLYDR0002: Content removed from location /home/rhopp/runtimes/wildfly-11.0.0.Beta1-SNAPSHOT/standalone/data/content/e9/01d0b949643b49faa74475800cb3b9f498808d/content
{noformat}
When the server adapter is configured to use Filesystem and shell operations, this works. Also deleting project one by one works too.
> WF 11 / EAP 7.1 Incremental MGMT publishing
> -------------------------------------------
>
> Key: JBIDE-23784
> URL: https://issues.jboss.org/browse/JBIDE-23784
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.4.4.Final, 4.5.0.AM2
>
>
> WF 11 and EAP 7.1 will have support for management deployment in an incremental fashion.
> WF 11 nightly builds for the pre-alpha are here: https://developer.jboss.org/thread/224262
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by jyoti tumsare (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
jyoti tumsare commented on JBIDE-24301:
---------------------------------------
it is compusary to build jbosstools-target while running the jbosstools-openshift4.4.3
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.4.4.Final
>
> Attachments: issues.PNG, issues.txt
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by jyoti tumsare (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
jyoti tumsare commented on JBIDE-24301:
---------------------------------------
I am not building jbosstools-target-platforms source code.I am using Eclipse Neon 4.6.2 IDE .
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.4.4.Final
>
> Attachments: issues.PNG, issues.txt
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24386) Improve Error Reporting - org.jboss.tools.jmx.jolokia
by Tomáš Sedmík (JIRA)
Tomáš Sedmík created JBIDE-24386:
------------------------------------
Summary: Improve Error Reporting - org.jboss.tools.jmx.jolokia
Key: JBIDE-24386
URL: https://issues.jboss.org/browse/JBIDE-24386
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jmx
Affects Versions: 4.4.4.AM3
Environment: DevStudio 10.4.0.AM3
jolokia-jvm-1.3.6-agent.jar
Reporter: Tomáš Sedmík
Attachments: jolokia.webm
I was unable to connect to a Camel Route via Jolokia. I got the following error in Error Log (see attached video). I have to enable _Do NOT verify SSL Certificates_ in connection details to solve this problem.
The error log could be more descriptive and could notify users where might be a problem.
{code}
eclipse.buildId=10.4.0.GA-v20170427-0526-B16
java.version=1.8.0_111
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product -pluginCustomization /home/tsedmik/devel/git/jbds-installer/devstudio-is-10.3.0.CR1/resources/pluginCustomization.ini
Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product -pluginCustomization /home/tsedmik/devel/git/jbds-installer/devstudio-is-10.3.0.CR1/resources/pluginCustomization.ini -data /home/tsedmik/devel/git/jbds-installer/devstudio-is-10.3.0.CR1/target/tmp -clean
org.jboss.tools.jmx.core
Error
Tue May 02 19:14:31 CEST 2017
Error executing JMX request.
java.io.IOException: org.jolokia.client.exception.J4pRemoteException: Not Found
at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.queryNames(JolokiaMBeanServerConnection.java:140)
at org.jboss.tools.jmx.core.tree.NodeUtils$1.run(NodeUtils.java:58)
at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:335)
at org.jboss.tools.jmx.core.tree.NodeUtils.createObjectNameTree(NodeUtils.java:54)
at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.loadRoot(JolokiaConnectionWrapper.java:141)
at org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorerContentProvider$1.run(MBeanExplorerContentProvider.java:192)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.jolokia.client.exception.J4pRemoteException: Not Found
at org.jolokia.client.J4pClient.extractJsonResponse(J4pClient.java:278)
at org.jolokia.client.J4pClient.execute(J4pClient.java:191)
at org.jolokia.client.J4pClient.execute(J4pClient.java:168)
at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.queryNames(JolokiaMBeanServerConnection.java:135)
... 6 more
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months