Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-19508

Compile failed in org.jboss.tools.jmx.ui and org.jboss.tools.jmx.jvmmonitor.tools

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.3.0.Alpha2
    • 4.3.0.Alpha2
    • server
    • None

      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]

            rob.stryker Rob Stryker (Inactive)
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: