Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 367001

Summary: linux support (no AccessibiltyWin32Library in java.library.path)
Product: z_Archived Reporter: PDent <bookvii>
Component: ACTFAssignee: Kentarou Fukuda <kentarou>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: kentarou, remy.suen, tonysalinasis
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Bug report in text format - tonysalinasis@gmail.com
none
Eclipse Version Info - tonysalinasis@gmail.com
none
Bug report screenshot - tonysalinasis@gmail.com
none
Sysinfo - tonysalinasis@gmail.com none

Description PDent CLA 2011-12-17 06:19:19 EST
Build Identifier: I20110613-1736

Hi,
I get the following error dialog on start-up:

3004: Unexpected error occurred.
  org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.UnsatisfiedLinkError: no AccessibiltyWin32Library in java.library.path)
  	at org.eclipse.swt.SWT.error(SWT.java:4282)
  	at org.eclipse.swt.SWT.error(SWT.java:4197)
  	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
  	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)
  	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)
  	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
  	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
  	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
  	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
  	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
  	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
  	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
  	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
  	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  	at java.lang.reflect.Method.invoke(Method.java:597)                                                                                         
  	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
  	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
  	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
  Caused by: java.lang.UnsatisfiedLinkError: no AccessibiltyWin32Library in java.library.path
  	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758)
  	at java.lang.Runtime.loadLibrary0(Runtime.java:823)
  	at java.lang.System.loadLibrary(System.java:1045)
  	at org.eclipse.actf.util.win32.WindowUtil.<clinit>(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.GuiTargetWindowDataProvider.getModelService(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.TargetWindowDataCollector.getElements(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.TargetWindowDataCollector.getDefaultElement(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.TargetWindow.update(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.TargetWindow.getRootWindow(Unknown Source)
  	at org.eclipse.actf.visualization.gui.ui.views.MSAAViewRegistory.getRootObject(Unknown Source)
  	at org.eclipse.actf.visualization.gui.ui.views.MSAAViewRegistory.adjustSelection(Unknown Source)
  	at org.eclipse.actf.visualization.gui.ui.views.MSAAViewRegistory.outlineSelected(Unknown Source)
  	at org.eclipse.actf.visualization.gui.ui.views.MSAAViewRegistory.refreshRootObject(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.Startup$1.run(Unknown Source)
  	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  	... 22 more


Reproducible: Always

Steps to Reproduce:
1. Open Eclipse
Comment 1 Kentarou Fukuda CLA 2011-12-19 11:33:48 EST
Hi,

Would you please let us know your environment (especially your OS)?

Unfortunately, ACTF currently supports only Win32 (and possiblly Win64) environment.

Thanks.
Comment 2 Tony Salinas CLA 2012-01-04 20:53:03 EST
Created attachment 209044 [details]
Bug report in text format - tonysalinasis@gmail.com
Comment 3 Tony Salinas CLA 2012-01-04 20:53:41 EST
Created attachment 209045 [details]
Eclipse Version Info - tonysalinasis@gmail.com
Comment 4 Tony Salinas CLA 2012-01-04 20:54:26 EST
Created attachment 209046 [details]
Bug report screenshot - tonysalinasis@gmail.com
Comment 5 Tony Salinas CLA 2012-01-04 20:54:57 EST
Created attachment 209047 [details]
Sysinfo - tonysalinasis@gmail.com
Comment 6 Tony Salinas CLA 2012-01-04 20:55:47 EST
I also get it for Version: 3.7.0
Build id: I20110613-1736  Please consider attachments.

Regards
Comment 7 Kentarou Fukuda CLA 2012-01-17 11:00:54 EST
Hi,

It seems that your environment is Linux.

ACTF currently supports only Win32 (and possiblly Win64)
environment.

If we get more community members (especially developers who can work for Linux support), we will start Linux support and fix this issue.

Thanks.