[jbosstools-issues] [JBoss JIRA] (JBIDE-12664) Process timeout in org.jboss.ide.eclipse.archives.test after 2400s

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Oct 31 11:07:19 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730473#comment-12730473 ] 

Nick Boldt commented on JBIDE-12664:
------------------------------------

[~rob.stryker]: What do you use to run tests locally? Do you run in a XVnc or XVfb container?

For example, if you do this:

{code}
alias   mvn3='kill -9 `cat /tmp/.X4-lock`; rm -fr /tmp/.X4-lock; Xvfb :4 -ac 2>&1 1>/dev/null & DISPLAY=:4 /opt/maven3/bin/mvn -fae'
{code}

Then - assuming you have mvn in /opt/maven3/bin/mvn - you can run:

{code}
mvn3 clean install
{code}

and your tests will execute within Xvfb on display port :4. You can do similar w/ Xvnc, which is what the job currently uses in Jenkins.

[~mickael_istria] -- maybe this is an X problem? Should we look at running jobs in Xvfb again?


                
> Process timeout in org.jboss.ide.eclipse.archives.test after 2400s
> ------------------------------------------------------------------
>
>                 Key: JBIDE-12664
>                 URL: https://issues.jboss.org/browse/JBIDE-12664
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Archives
>    Affects Versions: 4.0.0.Alpha2
>            Reporter: Nick Boldt
>            Assignee: Rob Stryker
>
> {code}
> [INFO] org.jboss.ide.eclipse.archives.test ............... FAILURE [40:03.848s]
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test (default-test) on project org.jboss.ide.eclipse.archives.test: Error while executing platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. Process timeout out after 2400 seconds -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test (default-test) on project org.jboss.ide.eclipse.archives.test: Error while executing platform
> {code}
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_6.0.juno/job/jbosstools-4.0_stable_branch.component--archives/34/console

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list