IllegalStateException when starting OSGi [message #464616] |
Tue, 13 March 2007 00:42 |
Bryan Hunt 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
|
|
|
Powered by
FUDForum. Page generated in 0.02780 seconds