[jbosstools-issues] [JBoss JIRA] (JBDS-4116) error running org.jboss.tools.archives.ui.bot.test - org.eclipse.swt.SWTError: No more handles

Lukáš Valach (JIRA) issues at jboss.org
Fri Nov 25 05:43:00 EST 2016


     [ https://issues.jboss.org/browse/JBDS-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Valach closed JBDS-4116.
------------------------------


Verified in 10.2.0.GA

> error running org.jboss.tools.archives.ui.bot.test - org.eclipse.swt.SWTError: No more handles
> ----------------------------------------------------------------------------------------------
>
>                 Key: JBDS-4116
>                 URL: https://issues.jboss.org/browse/JBDS-4116
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 10.2.0.AM2
>            Reporter: Nick Boldt
>            Assignee: Pavol Srna
>             Fix For: 10.2.0.AM3
>
>
> {code}12:09:41 [INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.jboss.tools.archives.ui.bot.test ---
> 12:09:41 [INFO] Expected eclipse log file: /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.archives.ui.bot.test/target/work/data/.metadata/.log
> 12:09:41 [INFO] Command line:
> 12:09:41 	[/qa/tools/opt/x86_64/jdk1.8.0_102/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/.repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/target/jacoco.exec,append=true,includes=org.jboss.ide.eclipse.archives.ui*, -Xms512m, -Xmx1024m, -XX:PermSize=256m, -XX:MaxPermSize=384m, -Djbosstools.test.jboss-as-7.1.home=/mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.archives.ui.bot.test/target/requirements/jboss-as-7.1.1.Final, -Drd.config=target/classes/servers, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=false, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -Dorg.eclipse.update.reconcile=false, -jar, /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.200.v20160318-1642/org.eclipse.equinox.launcher-1.3.200.v20160318-1642.jar, -data, /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.archives.ui.bot.test/target/work/data, -install, /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/devstudio-10.2.0.AM2-v20161014-1217-B6204-installer-standalone, -configuration, /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/devstudio-10.2.0.AM2-v20161014-1217-B6204-installer-standalone/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.archives.ui.bot.test/target/surefire.properties, -product, com.jboss.devstudio.core.product, -nouithread, -pluginCustomization, /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.archives.ui.bot.test/../pluginCustomization.ini]
> 12:09:42 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
> 12:09:42 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
> 12:09:46 An error has occurred. See the log file
> 12:09:46 /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.archives.ui.bot.test/target/work/data/.metadata/.log.{code}
> --> 
> {code}org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
> 	at org.eclipse.swt.SWT.error(SWT.java:4559)
> 	at org.eclipse.swt.widgets.Display.createDisplay(Display.java:958)
> 	at org.eclipse.swt.widgets.Display.create(Display.java:942)
> 	at org.eclipse.swt.graphics.Device.<init>(Device.java:174)
> 	at org.eclipse.swt.widgets.Display.<init>(Display.java:562)
> 	at org.eclipse.swt.widgets.Display.<init>(Display.java:553)
> 	at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:789)
> 	at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:160)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:168)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:111)
> 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1492){code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jbosstools-issues mailing list