[
https://issues.jboss.org/browse/JBIDE-20249?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-20249:
------------------------------------
Commit reverted -
https://github.com/jbosstools/jbosstools-server/commit/5727ca226f320133a6...
- but org.jboss.tools.as.itests is now failing.
{code:title=http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/809/console}
13:28:47
org.jboss.tools.as.itests.server.publishing.DeploymentAssemblyWorkspaceArchiveVarNestedWarTest:
org.jboss.ide.eclipse.as.71, unzipped, metadata, permod_default, otherOut.jar,
13:28:54
/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/itests/org.jboss.tools.as.itests/target/work/data/q40Ear2
13:28:55
/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/itests/org.jboss.tools.as.itests/target/work/data/q40Ear3
13:28:56
/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/itests/org.jboss.tools.as.itests/target/work/data/q40Ear4
13:28:57
/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/itests/org.jboss.tools.as.itests/target/work/data/q40Ear5
13:28:57
/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/itests/org.jboss.tools.as.itests/target/work/data/q40Ear6
13:28:58
/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/itests/org.jboss.tools.as.itests/target/work/data/q40Ear7
13:28:59 org.jboss.tools.as.itests.server.publishing.SingleDeployableFileTest:
org.jboss.ide.eclipse.as.systemCopyServer, zipped, metadata, permod_default
13:29:03 org.jboss.tools.as.itests.server.publishing.SingleDeployableFileTest:
org.jboss.ide.eclipse.as.systemCopyServer, unzipped, metadata, permod_default
13:29:08 org.jboss.tools.as.itests.server.publishing.SingleDeployableFileTest:
org.jboss.ide.eclipse.as.60, zipped, metadata, permod_default
13:29:13 org.jboss.tools.as.itests.server.publishing.SingleDeployableFileTest:
org.jboss.ide.eclipse.as.60, unzipped, metadata, permod_default
13:29:17 org.jboss.tools.as.itests.server.publishing.SingleDeployableFileTest:
org.jboss.ide.eclipse.as.71, zipped, metadata, permod_default
13:29:21 org.jboss.tools.as.itests.server.publishing.SingleDeployableFileTest:
org.jboss.ide.eclipse.as.71, unzipped, metadata, permod_default
13:29:26 org.jboss.tools.as.itests.server.publishing.SingleDeployableFolderTest:
org.jboss.ide.eclipse.as.systemCopyServer, zipped, metadata, permod_default
13:29:36 org.jboss.tools.as.itests.server.publishing.SingleDeployableFolderTest:
org.jboss.ide.eclipse.as.systemCopyServer, unzipped, metadata, permod_default
13:29:47 org.jboss.tools.as.itests.server.publishing.SingleDeployableFolderTest:
org.jboss.ide.eclipse.as.60, zipped, metadata, permod_default
13:29:53 [ERROR] Timeout 2400 s exceeded. Process was killed.
13:36:58 [INFO] org.jboss.tools.as.itests .......................... FAILURE [43:07 min]
13:37:00 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.22.0:test (default-test) on project
org.jboss.tools.as.itests: An unexpected error occured while launching the test runtime
(return code 143). See log for details.
{code}
compile failed in server (jmx)
------------------------------
Key: JBIDE-20249
URL:
https://issues.jboss.org/browse/JBIDE-20249
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx, server
Affects Versions: 4.3.0.Beta2
Reporter: Nick Boldt
Assignee: Rob Stryker
Priority: Blocker
Fix For: 4.3.0.Beta2
After this:
https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
You get this:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
09:59:09 [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:
09:59:09 [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/MBeanExplorerContentProvider.java:[49]
09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState
cannot be resolved
09:59:09 [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/MBeanExplorerContentProvider.java:[206]
09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [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/MBeanExplorerContentProvider.java:[207]
09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR]
/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR]
/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] 5 problems (5 errors)
{code}
Related:
http://memegenerator.net/instance2/662763
Please fix this and kick a new build to get the job back to blue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)