Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » IllegalStateException when starting OSGi
IllegalStateException when starting OSGi [message #464616] Tue, 13 March 2007 00:42
Bryan Hunt is currently offline Bryan HuntFriend
Messages: 366
Registered: July 2009
Senior Member
I'm trying to work through the OSGi tutorials posted on EclipseZone.
The first tutorial has you simply start OSGi on the command line ...

java -jar org.eclipse.osgi_3.2.2.R32x_v20070118.jar -console

The OSGi prompt appears and it seems to run fine, but I get the
following in the log file:

!SESSION 2007-03-12 19:29:34.610
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
Command-line arguments: -console

!ENTRY org.eclipse.osgi 4 0 2007-03-12 19:29:35.453
!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: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)


Is

this a problem, or considered normal?

Bryan
Previous Topic:Plugin Installation on RCP
Next Topic:Fixed view size
Goto Forum:
  


Current Time: Mon Sep 16 20:52:46 GMT 2024

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

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

Back to the top