[JBoss JIRA] (JBIDE-19508) Compile failured in org.jboss.tools.jmx.ui and org.jboss.tools.jmx.jvmmonitor.tools
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19508?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19508:
-------------------------------
Fix Version/s: 4.3.0.Alpha2
> Compile failured in org.jboss.tools.jmx.ui and org.jboss.tools.jmx.jvmmonitor.tools
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-19508
> URL: https://issues.jboss.org/browse/JBIDE-19508
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Fix For: 4.3.0.Alpha2
>
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/715/console}
> 00:02:37.945 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
> 00:02:37.946 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/ConnectDebuggerAction.java:[45]
> 00:02:37.947 [ERROR] return RemoteDebugActivator.isRemoteDebuggerConnected(wrapper.getDebugHost(), wrapper.getDebugPort());
> 00:02:37.947 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> 00:02:37.947 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
> 00:02:37.948 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/ConnectDebuggerAction.java:[62]
> 00:02:37.948 [ERROR] ILaunchConfiguration config = RemoteDebugActivator.createOrGetDefaultLaunchConfiguration(
> 00:02:37.949 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 00:02:37.949 [ERROR] The method createOrGetDefaultLaunchConfiguration(String, String, IJavaProject, IJavaProject[]) is undefined for the type RemoteDebugActivator
> 00:02:37.949 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/ActionProvider.java:[121]
> 00:02:37.950 [ERROR] if( RemoteDebugActivator.isRemoteDebuggerConnected(debuggable.getDebugHost(), debuggable.getDebugPort())) {
> 00:02:37.951 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> 00:02:37.951 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
> 00:02:37.951 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/DisconnectDebuggerAction.java:[35]
> 00:02:37.952 [ERROR] return RemoteDebugActivator.isRemoteDebuggerConnected(wrapper.getDebugHost(), wrapper.getDebugPort());
> 00:02:37.952 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> 00:02:37.953 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
> 00:02:37.953 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/DisconnectDebuggerAction.java:[39]
> 00:02:37.954 [ERROR] ILaunch l = RemoteDebugActivator.getExistingRemoteDebugLaunch(con.getDebugHost(), con.getDebugPort());
> 00:02:37.954 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 00:02:37.955 [ERROR] The method getExistingRemoteDebugLaunch(String, int) is undefined for the type RemoteDebugActivator
> 00:02:37.955 [ERROR] 5 problems (5 errors)
> 00:02:37.955 [ERROR] -> [Help 1]{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19508) Compile failured in org.jboss.tools.jmx.ui and org.jboss.tools.jmx.jvmmonitor.tools
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-19508:
----------------------------------
Summary: Compile failured in org.jboss.tools.jmx.ui and org.jboss.tools.jmx.jvmmonitor.tools
Key: JBIDE-19508
URL: https://issues.jboss.org/browse/JBIDE-19508
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.3.0.Alpha2
Reporter: Nick Boldt
{code}
00:02:37.945 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
00:02:37.946 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/ConnectDebuggerAction.java:[45]
00:02:37.947 [ERROR] return RemoteDebugActivator.isRemoteDebuggerConnected(wrapper.getDebugHost(), wrapper.getDebugPort());
00:02:37.947 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.947 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
00:02:37.948 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/ConnectDebuggerAction.java:[62]
00:02:37.948 [ERROR] ILaunchConfiguration config = RemoteDebugActivator.createOrGetDefaultLaunchConfiguration(
00:02:37.949 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.949 [ERROR] The method createOrGetDefaultLaunchConfiguration(String, String, IJavaProject, IJavaProject[]) is undefined for the type RemoteDebugActivator
00:02:37.949 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/ActionProvider.java:[121]
00:02:37.950 [ERROR] if( RemoteDebugActivator.isRemoteDebuggerConnected(debuggable.getDebugHost(), debuggable.getDebugPort())) {
00:02:37.951 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.951 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
00:02:37.951 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/DisconnectDebuggerAction.java:[35]
00:02:37.952 [ERROR] return RemoteDebugActivator.isRemoteDebuggerConnected(wrapper.getDebugHost(), wrapper.getDebugPort());
00:02:37.952 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.953 [ERROR] The method isRemoteDebuggerConnected(String, int) is undefined for the type RemoteDebugActivator
00:02:37.953 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/DisconnectDebuggerAction.java:[39]
00:02:37.954 [ERROR] ILaunch l = RemoteDebugActivator.getExistingRemoteDebugLaunch(con.getDebugHost(), con.getDebugPort());
00:02:37.954 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:02:37.955 [ERROR] The method getExistingRemoteDebugLaunch(String, int) is undefined for the type RemoteDebugActivator
00:02:37.955 [ERROR] 5 problems (5 errors)
00:02:37.955 [ERROR] -> [Help 1]{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBDS-3383) Include Feature Patch for WTP 3.6.3 into JBDS 8.1
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3383?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3383:
---------------------------------
Git Pull Request: https://github.com/jbosstools/jbosstools-target-platforms/pull/135, https://github.com/jbosstools/jbosstools-build-sites/pull/181, https://github.com/jbdevstudio/jbdevstudio-product/pull/286, https://github.com/jbosstools/jbosstools-discovery/pull/272 (was: https://github.com/jbosstools/jbosstools-target-platforms/pull/135, https://github.com/jbosstools/jbosstools-build-sites/pull/181, https://github.com/jbdevstudio/jbdevstudio-product/pull/286)
> Include Feature Patch for WTP 3.6.3 into JBDS 8.1
> -------------------------------------------------
>
> Key: JBDS-3383
> URL: https://issues.jboss.org/browse/JBDS-3383
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 8.1.0.CR1
> Reporter: Victor Rubezhny
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 8.1.0.GA
>
> Attachments: jbds3383_plugins_installed.png, jbds3383_works_but_exposes_wst.jsdt.feature.png, jbds3383_works_not_exposed_wst.jsdt.feature.png, WTP Patches 3.6.3-P.png
>
>
> When the fix for [Bug 433515 - Eclipse freezes every few minutes' into Luna SR2|https://bugs.eclipse.org/bugs/show_bug.cgi?id=433515] was made, the WTP 3.6 stream was already closed (it's ended with 3.6 SR2), so the fix was made only for WTP 3.7 stream.
> JSDT Feature Patch was made due to let the users to bring the fix back to their 3.6 SR2 environments. See: [Bug 461160 - Backport the fix for 'Bug 433515 - Eclipse freezes every few minutes' into Luna SR2|https://bugs.eclipse.org/bugs/show_bug.cgi?id=461160]
> Can we apply this fix into JBDS 8.1?
> Technically, the Feature Patch installs org.eclipse.wst.jsdt.feature.patch feature that brings fixed org.eclipse.wst.jsdt.core_1.3.301.v201503171857.jar instead of org.eclipse.wst.jsdt.core_1.3.300.v201410221502.jar harmed by the bug.
> Feature Patch is released at The Eclipse Web Tools Platform (WTP) software repository: http://download.eclipse.org/webtools/repository/luna
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years