Skip to main content



      Home
Home » Eclipse Projects » Equinox » Error when start Equinox
Error when start Equinox [message #71090] Thu, 27 July 2006 21:53 Go to next message
Eclipse UserFriend
Originally posted by: nickylavignevn.yahoo.com

Hi,
When i start Equinox by call : java -jar equinox.jar -console, everything is
alright, i can install and use bundle. But it always left a log after a
close equinox (it's in folder configurations). Why there is these log ? And
how to make equinox not generate it ?
Thanks,

The log is something like this

!SESSION 2006-07-28
08:20:04.406 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -clean -console

!ENTRY org.eclipse.osgi 4 0 2006-07-28 08:20:05.437
!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(EclipseAp
pLauncher.java:65)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.main(Eclipse Starter.java:150
)


--
Nicky
Re: Error when start Equinox [message #71430 is a reply to message #71090] Thu, 03 August 2006 14:19 Go to previous message
Eclipse UserFriend
We expect to find an eclipse application to run by default. If you do
not know what an eclipse application is then it is likely you do not
want to launch one ;-)

To disable this you need to set the following java system property:

eclipse.ignoreApp=true

from command line that would be ...
java -Declipse.ignoreApp=true -jar equinox.jar -console

You can also create a config.ini in the configuration folder to set
system properties for the framework. In that case just place
eclipse.ignoreApp=true in the config.ini file.

HTH

Tom
Previous Topic:OSGI for RIA?
Next Topic:plugin startup configuration
Goto Forum:
  


Current Time: Sat May 10 13:22:59 EDT 2025

Powered by FUDForum. Page generated in 0.02507 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top