Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] helios product export

Hi
  I am not able to make my export product works.When I export, it doesnt contain eclipse.exe.After copying it from helios and running it,it gives me shared library missing error.

Then from my helios plugin folder i copied the below plugins to my exported product's plugin folder

org.eclipse.equinox.launcher_1.1.0.v20100419
org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100322-1720

After this the osgi console is coming throwing some exceptions.Below is the log

!SESSION 2010-06-18 08:25:13.331 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IN
Framework arguments:  -containerType ecf.generic.server -containerId ecftcp://localhost:5782/server
Command-line arguments:  -os win32 -ws win32 -arch x86 -console -consoleLog -containerType ecf.generic.server -containerId ecftcp://localhost:5782/server

!ENTRY org.eclipse.osgi 4 0 2010-06-18 08:25:14.812
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)


Is this a bug?

Thanks and Regards

Abhisek

Back to the top