See
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
------------------------------------------
[...truncated 4889 lines...]
[ERROR] ILaunch l = RemoteDebugActivator.getExistingRemoteDebugLaunch(con.getDebugHost(),
con.getDebugPort());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getExistingRemoteDebugLaunch(String, int) is undefined for the type
RemoteDebugActivator
[ERROR] 5 problems (5 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: 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
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: copied.org.apache.maven.plugin.CompilationFailureException: Compilation
failure
at
copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:418)
at
org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:254)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile
(default-compile) on project org.jboss.tools.jmx.jvmmonitor.tools: Compilation failure:
Compilation failure:
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] import org.jboss.tools.common.jdt.debug.tools.ToolsCore;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.common.jdt.debug.tools cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] import org.jboss.tools.common.jdt.debug.tools.ToolsCoreException;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.common.jdt.debug.tools cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] ToolsCore.AttachedVM virtualMachine = null;
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] virtualMachine = ToolsCore.attach(pid);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch(ToolsCoreException e) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] ToolsCore.detach(virtualMachine);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch (ToolsCoreException e) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] private static String getHeapHistogram(ToolsCore.AttachedVM virtualMachine,
boolean isLive)
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] in = ToolsCore.getHeapHistogram(virtualMachine, isLive);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch(ToolsCoreException tce ) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] import org.jboss.tools.common.jdt.debug.tools.ToolsCore;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.common.jdt.debug.tools cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] import org.jboss.tools.common.jdt.debug.tools.ToolsCoreException;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.common.jdt.debug.tools cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] ToolsCore.AttachedVM virtualMachine = null;
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] virtualMachine = ToolsCore.attach(jvm.getPid());
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] ToolsCore.loadAgent(virtualMachine, agentJarPath, agentJarPath);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch (ToolsCoreException e) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] ToolsCore.detach(virtualMachine);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch (ToolsCoreException e) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] import org.jboss.tools.common.jdt.debug.tools.ToolsCore;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.common.jdt.debug.tools cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] import org.jboss.tools.common.jdt.debug.tools.ToolsCore.AttachedVM;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.common.jdt.debug.tools cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] import org.jboss.tools.common.jdt.debug.tools.ToolsCoreException;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.common.jdt.debug.tools cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] return ToolsCore.isToolsReady();
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] Set<Integer> activeJvms = ToolsCore.getActiveProcessIds(IHost.LOCALHOST);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] boolean terminated = RemoteDebugActivator.getDefault().getVmModel(IHost.LOCALHOST,
pid, true, new NullProgressMonitor()) == null;
[ERROR] ^^^^^^^^^^
[ERROR] The method getVmModel(String, int, boolean, NullProgressMonitor) is undefined for
the type RemoteDebugActivator
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch(ToolsCoreException tce) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] ToolsCore.MonitoredVM vm = null;
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] vm = ToolsCore.getMonitoredVm(host, pid);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch (ToolsCoreException e) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] mainClass = getMainClass(host, pid);
[ERROR] ^^^^^^^^^^^^
[ERROR] The method getMainClass(String, int) from the type JvmAttachHandler refers to the
missing type ToolsCoreException
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] launchCommand = getJavaCommand(host, pid);
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getJavaCommand(String, int) from the type JvmAttachHandler refers to
the missing type ToolsCoreException
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch(ToolsCoreException tce) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] private static String getMainClass(String host, int pid) throws ToolsCoreException
{
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] return ToolsCore.getMainClass(host, pid);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] private static String getJavaCommand(String host, int pid) throws
ToolsCoreException {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] return ToolsCore.getJavaCommand(host, pid);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] AttachedVM virtualMachine = null;
[ERROR] ^^^^^^^^^^
[ERROR] AttachedVM cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] virtualMachine = ToolsCore.attach(pid);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] String javaHome = ToolsCore.getSystemProperties(virtualMachine)
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] ToolsCore.loadAgent(virtualMachine, file.getAbsolutePath(),
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] Properties props = ToolsCore.getAgentProperties(virtualMachine);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch(ToolsCoreException tce) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] ToolsCore.detach(virtualMachine);
[ERROR] ^^^^^^^^^
[ERROR] ToolsCore cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_mas...
[ERROR] } catch (ToolsCoreException e) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] ToolsCoreException cannot be resolved to a type
[ERROR] 43 problems (43 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project
org.jboss.tools.jmx.jvmmonitor.tools: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: copied.org.apache.maven.plugin.CompilationFailureException: Compilation
failure
at
copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:418)
at
org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:254)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.tools.jmx.ui
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :63
Killing Xvnc process ID 7299
Archiving artifacts
Recording test results
Description set: