Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] org.eclipse.tycho.surefire linux : org.eclipse.swt.SWTError: Not implemented [multiple displays]

Jeff

Here the command

 

echo $DISPLAY

:0.0

 

It seems that I have a display ?

Do I need to put something different in it?

 

Thanks

 

De : tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] De la part de Jeff MAURY
Envoyé : jeudi 15 octobre 2015 16:07
À : Tycho user list
Objet : Re: [tycho-user] org.eclipse.tycho.surefire linux : org.eclipse.swt.SWTError: Not implemented [multiple displays]

 

Do you have the DISPLAY variable set ?

 

Jeff

 

On Thu, Oct 15, 2015 at 3:38 PM, LE FEVRE FRANCOIS <francois.le-fevre@xxxxxx> wrote:

Dear all,

I am facing a difficulty with Tycho surefire plugin.

When running test under CentOS 6.6, the launching of eclipse is stopped due to org.eclipse.swt.SWTError: Not implemented [multiple displays]

I am using Tycho 0.23.0

Do you have any advice?

 

Thanks

 

Francois

 

 

!SESSION 2015-10-15 15:33:18.037 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.8.0_60

java.vendor=Oracle Corporation

BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=fr_FR

Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /export/home/flefevre/git/org.eclipse.papyrus-sysml/diagram/org.eclipse.papyrus.sysml14.diagram.common.tests/target/surefire.properties

Command-line arguments:  -data /export/home/flefevre/git/org.eclipse.papyrus-sysml/diagram/org.eclipse.papyrus.sysml14.diagram.common.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /expor

t/home/flefevre/git/org.eclipse.papyrus-sysml/diagram/org.eclipse.papyrus.sysml14.diagram.common.tests/target/surefire.properties

 

!ENTRY org.eclipse.osgi 4 0 2015-10-15 15:33:25.830

!MESSAGE Application error

!STACK 1

org.eclipse.swt.SWTError: Not implemented [multiple displays]

                at org.eclipse.swt.SWT.error(SWT.java:4517)

                at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:773)

                at org.eclipse.swt.widgets.Display.create(Display.java:891)

                at org.eclipse.swt.graphics.Device.<init>(Device.java:156)

                at org.eclipse.swt.widgets.Display.<init>(Display.java:512)

                at org.eclipse.swt.widgets.Display.<init>(Display.java:503)

                at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:750)

                at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)

                at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:169)

                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:380)

                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)

                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:497)

                at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)

                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)

                at org.eclipse.equinox.launcher.Main.run(Main.java:1515)

                at org.eclipse.equinox.launcher.Main.main(Main.java:1488)

[flefevre@is227415 org.eclipse.papyrus-sysml]$

 


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



 

--

Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top