Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jonne

Pages: [1]
1
Bugs and Issues / MDG Eclipse Integration under wine fails
« on: July 20, 2010, 01:04:18 am »
I just successfully installed Enterprise Architect 8 under Ubuntu 10.04 64bit.
Now I wanted to evaluate the MDG Eclipse Integration tool but have not succeeded to get it working. I followed the instructions, copied the jar files to the plugins directory of my existing Eclipse 3.5 installation, but When I try to open the EA Project Explorer, Eclipse reports the following UnsatisfiedLinkError:  

java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product

Code: [Select]
An error occurred while automatically activating bundle org.sparx.eaintegration.eclipse (1333).
!STACK 0
org.osgi.framework.BundleException: The activator org.sparx.eaintegration.core.MDGEclipsePlugin for bundle org.sparx.eaintegration.eclipse is invalid
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:157)
      at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751)
      at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
...
...


Caused by: org.osgi.framework.BundleException: The activator org.sparx.eaintegration.core.MDGEclipsePlugin for bundle org.sparx.eaintegration.eclipse is invalid
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:157)
      at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751)
      at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
      ... 56 more
Caused by: java.lang.UnsatisfiedLinkError: no SSEclipse in java.library.path
      at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1734)
      at java.lang.Runtime.loadLibrary0(Runtime.java:823)
      at java.lang.System.loadLibrary(System.java:1028)
      at org.sparx.eaintegration.Application.<clinit>(Application.java:71)
      at org.sparx.eaintegration.core.PluginProperty.setAppPath(PluginProperty.java:44)
      at org.sparx.eaintegration.core.PluginProperty.<init>(PluginProperty.java:34)
      at org.sparx.eaintegration.core.MDGEclipsePlugin.setParamter(MDGEclipsePlugin.java:64)
      at org.sparx.eaintegration.core.MDGEclipsePlugin.<init>(MDGEclipsePlugin.java:57)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
      at java.lang.Class.newInstance0(Class.java:355)
      at java.lang.Class.newInstance(Class.java:308)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:152)
      ... 61 more

Pages: [1]