Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » RCP Export Problems -- "Unable to acquire application service"
RCP Export Problems -- "Unable to acquire application service" [message #51363] Sat, 21 March 2009 18:37 Go to next message
Jesse Riggins is currently offline Jesse RigginsFriend
Messages: 24
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.
--------------070809080608020406070802
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

(Apologies for the cross post...please let me know if this was better
suited in one newsgroup over another)

I was seeing this problem in a separate application that I was trying to
export, but I also see it when creating a brand new headless RCP app
using the "Hello World" template.

First off, I created the new app and a launch config using only those
plugins deemed required by the system. When I attempt to run, I get the
trace listed as "Trace 1" below. After manually adding the
org.eclipse.update.configurator plugin, the launch runs successfully.

Next I created a product (HelloWorld.product) based off of the launch
config and tried to export it. Everything seems to export fine, but
when I run the eclipse.exe file, I get the "Trace 2" trace.

Would anyone have an idea as to whether or not there is something that
I'm doing wrong? I've got the sample app that I can send if need be.

Thanks in advance,
Jesse

*Trace 1:*

!SESSION 2009-03-21 12:14:23.437
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product HelloWorld.product
Command-line arguments: -product HelloWorld.product -data
C:\dev\ChiroPOS2/../runtime-HelloWorld.product -dev
file:C:/dev/ChiroPOS2/.metadata/.plugins/org.eclipse.pde.cor e/HelloWorld.product/dev.properties
-os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2009-03-21 12:14:24.109
!MESSAGE An unexpected runtime error has occurred.
!STACK 0
java.lang.IllegalArgumentException: The System Bundle's start level can
not be modified.
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.s etBundleStartLevel(StartLevelManager.java:415)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarter.java:1122)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:646)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.access$1(Ecl ipseStarter.java:623)
at
org.eclipse.core.runtime.adaptor.EclipseStarter$1.bundleChan ged(EclipseStarter.java:308)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.d ispatchEvent(BundleContextImpl.java:1234)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEv entSynchronous(ListenerQueue.java:141)
at
org.eclipse.osgi.framework.internal.core.Framework.publishBu ndleEventPrivileged(Framework.java:1518)
at
org.eclipse.osgi.framework.internal.core.Framework.publishBu ndleEvent(Framework.java:1469)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:281)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(StartLevelManager.java:247)
at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume (SystemBundle.java:201)
at
org.eclipse.osgi.framework.internal.core.Framework.launch(Fr amework.java:644)
at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:313)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:175)
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: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

!ENTRY org.eclipse.osgi 4 0 2009-03-21 12:14:24.109
!MESSAGE
!STACK 0
java.lang.IllegalArgumentException: The System Bundle's start level can
not be modified.
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.s etBundleStartLevel(StartLevelManager.java:415)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarter.java:1122)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:646)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.access$1(Ecl ipseStarter.java:623)
at
org.eclipse.core.runtime.adaptor.EclipseStarter$1.bundleChan ged(EclipseStarter.java:308)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.d ispatchEvent(BundleContextImpl.java:1234)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEv entSynchronous(ListenerQueue.java:141)
at
org.eclipse.osgi.framework.internal.core.Framework.publishBu ndleEventPrivileged(Framework.java:1518)
at
org.eclipse.osgi.framework.internal.core.Framework.publishBu ndleEvent(Framework.java:1469)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:281)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(StartLevelManager.java:247)
at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume (SystemBundle.java:201)
at
org.eclipse.osgi.framework.internal.core.Framework.launch(Fr amework.java:644)
at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:313)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:175)
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: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

!ENTRY org.eclipse.osgi 4 0 2009-03-21 12:14:24.125
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Platform not running
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)



*
Trace 2:

*!SESSION 2009-03-21 12:05:43.000
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2009-03-21 12:05:43.781
!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(EclipseS tarter.java:386)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)


--------------070809080608020406070802
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
(Apologies for the cross post...please let me know if this was better
suited in one newsgroup over another)<br>
<br>
I was seeing this problem in a separate application that I was trying
to export, but I also see it when creating a brand new headless RCP app
using the "Hello World" template.<br>
<br>
First off, I created the new app and a launch config using only those
plugins deemed required by the system.&nbsp; When I attempt to run, I get
the trace listed as "Trace 1" below.&nbsp; After manually adding the
org.eclipse.update.configurator plugin, the launch runs successfully.<br>
<br>
Next I created a product (HelloWorld.product) based off of the launch
config and tried to export it.&nbsp; Everything seems to export fine, but
when I run the eclipse.exe file, I get the "Trace 2" trace.<br>
<br>
Would anyone have an idea as to whether or not there is something that
I'm doing wrong?&nbsp; I've got the sample app that I can send if need be.<br>
<br>
Thanks in advance,<br>
&nbsp;Jesse<br>
<br>
<b>Trace 1:</b><br>
<br>
!SESSION 2009-03-21 12:14:23.437
-----------------------------------------------<br>
eclipse.buildId=unknown<br>
java.version=1.6.0_05<br>
java.vendor=Sun Microsystems Inc.<br>
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US<br>
Framework arguments:&nbsp; -product HelloWorld.product<br>
Command-line arguments:&nbsp; -product HelloWorld.product -data
C:\dev\ChiroPOS2/../runtime-HelloWorld.product -dev
<a class="moz-txt-link-freetext" href=" file:C:/dev/ChiroPOS2/.metadata/.plugins/org.eclipse.pde.cor e/HelloWorld.product/dev.properties "> file:C:/dev/ChiroPOS2/.metadata/.plugins/org.eclipse.pde.cor e/HelloWorld.product/dev.properties </a>
-os win32 -ws win32 -arch x86<br>
<br>
!ENTRY org.eclipse.osgi 4 0 2009-03-21 12:14:24.109<br>
!MESSAGE An unexpected runtime error has occurred.<br>
!STACK 0<br>
java.lang.IllegalArgumentException: The System Bundle's start level can
not be modified.<br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.StartLevelManager.s etBundleStartLevel(StartLevelManager.java:415) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarter.java:1122) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:646) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.access$1(Ecl ipseStarter.java:623) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter$1.bundleChan ged(EclipseStarter.java:308) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.d ispatchEvent(BundleContextImpl.java:1234) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEv entSynchronous(ListenerQueue.java:141) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.Framework.publishBu ndleEventPrivileged(Framework.java:1518) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.Framework.publishBu ndleEvent(Framework.java:1469) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:281) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(StartLevelManager.java:247) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume (SystemBundle.java:201) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.Framework.launch(Fr amework.java:644) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:313) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:175) <br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549) <br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)<br >
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1236)<br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.main(Main.java:1212)<br>
<br>
!ENTRY org.eclipse.osgi 4 0 2009-03-21 12:14:24.109<br>
!MESSAGE <br>
!STACK 0<br>
java.lang.IllegalArgumentException: The System Bundle's start level can
not be modified.<br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.StartLevelManager.s etBundleStartLevel(StartLevelManager.java:415) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarter.java:1122) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:646) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.access$1(Ecl ipseStarter.java:623) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter$1.bundleChan ged(EclipseStarter.java:308) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.d ispatchEvent(BundleContextImpl.java:1234) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEv entSynchronous(ListenerQueue.java:141) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.Framework.publishBu ndleEventPrivileged(Framework.java:1518) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.Framework.publishBu ndleEvent(Framework.java:1469) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:281) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(StartLevelManager.java:247) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume (SystemBundle.java:201) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.Framework.launch(Fr amework.java:644) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:313) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:175) <br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549) <br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)<br >
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1236)<br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.main(Main.java:1212)<br>
<br>
!ENTRY org.eclipse.osgi 4 0 2009-03-21 12:14:24.125<br>
!MESSAGE Application error<br>
!STACK 1<br>
java.lang.IllegalStateException: Platform not running<br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179) <br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549) <br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)<br >
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1236)<br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.main(Main.java:1212)<br>
<br>
<br>
<br>
<b><br>
Trace 2:<br>
<br>
</b>!SESSION 2009-03-21 12:05:43.000
-----------------------------------------------<br>
eclipse.buildId=unknown<br>
java.version=1.6.0_05<br>
java.vendor=Sun Microsystems Inc.<br>
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US<br>
Command-line arguments:&nbsp; -os win32 -ws win32 -arch x86<br>
<br>
!ENTRY org.eclipse.osgi 4 0 2009-03-21 12:05:43.781<br>
!MESSAGE Application error<br>
!STACK 1<br>
java.lang.IllegalStateException: Unable to acquire application service.
Ensure that the org.eclipse.core.runtime bundle is resolved and started
(see config.ini).<br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:74) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386) <br>
&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179) <br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549) <br>
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)<br >
&nbsp;&nbsp;&nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1236)<br>
<br>
</body>
</html>

--------------070809080608020406070802--
Re: RCP Export Problems -- "Unable to acquire application service" [message #51391 is a reply to message #51363] Sat, 21 March 2009 20:26 Go to previous messageGo to next message
Ankur Sharma is currently offline Ankur SharmaFriend
Messages: 84
Registered: July 2009
Member
Jesse Riggins wrote:
> (Apologies for the cross post...please let me know if this was better
> suited in one newsgroup over another)
>
> I was seeing this problem in a separate application that I was trying to
> export, but I also see it when creating a brand new headless RCP app
> using the "Hello World" template.
>
> First off, I created the new app and a launch config using only those
> plugins deemed required by the system. When I attempt to run, I get the
> trace listed as "Trace 1" below. After manually adding the
> org.eclipse.update.configurator plugin, the launch runs successfully.
>
> Next I created a product (HelloWorld.product) based off of the launch
> config and tried to export it. Everything seems to export fine, but
> when I run the eclipse.exe file, I get the "Trace 2" trace.
>
> Would anyone have an idea as to whether or not there is something that
> I'm doing wrong? I've got the sample app that I can send if need be.
>
> Thanks in advance,
> Jesse


1. Whats your eclipse version?
2. Did you try using RCP cheatsheet instead?

Ankur..
Re: RCP Export Problems -- "Unable to acquire application service" [message #51419 is a reply to message #51391] Sat, 21 March 2009 22:40 Go to previous messageGo to next message
Jesse Riggins is currently offline Jesse RigginsFriend
Messages: 24
Registered: July 2009
Junior Member
Ankur Sharma wrote:
> Jesse Riggins wrote:
>> (Apologies for the cross post...please let me know if this was better
>> suited in one newsgroup over another)
>>
>> I was seeing this problem in a separate application that I was trying
>> to export, but I also see it when creating a brand new headless RCP
>> app using the "Hello World" template.
>>
>> First off, I created the new app and a launch config using only those
>> plugins deemed required by the system. When I attempt to run, I get
>> the trace listed as "Trace 1" below. After manually adding the
>> org.eclipse.update.configurator plugin, the launch runs successfully.
>>
>> Next I created a product (HelloWorld.product) based off of the launch
>> config and tried to export it. Everything seems to export fine, but
>> when I run the eclipse.exe file, I get the "Trace 2" trace.
>>
>> Would anyone have an idea as to whether or not there is something
>> that I'm doing wrong? I've got the sample app that I can send if
>> need be.
>>
>> Thanks in advance,
>> Jesse
>
>
> 1. Whats your eclipse version?
3.4.2
> 2. Did you try using RCP cheatsheet instead?
>
No. Are you talking in terms of using the org.eclipse.ui.cheatsheets
plugin somehow?

Thanks for your help,
Jesse
Re: RCP Export Problems -- "Unable to acquire application service" [message #51447 is a reply to message #51363] Sun, 22 March 2009 00:06 Go to previous messageGo to next message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Jesse Riggins wrote:
> (Apologies for the cross post...please let me know if this was better
> suited in one newsgroup over another)
>
> I was seeing this problem in a separate application that I was trying to
> export, but I also see it when creating a brand new headless RCP app
> using the "Hello World" template.
>
> First off, I created the new app and a launch config using only those
> plugins deemed required by the system. When I attempt to run, I get the
> trace listed as "Trace 1" below. After manually adding the
> org.eclipse.update.configurator plugin, the launch runs successfully.
>
> Next I created a product (HelloWorld.product) based off of the launch
> config and tried to export it. Everything seems to export fine, but
> when I run the eclipse.exe file, I get the "Trace 2" trace.
>
> Would anyone have an idea as to whether or not there is something that
> I'm doing wrong? I've got the sample app that I can send if need be.

What version of Eclipse are you using? What version of Eclipse are you
targetting in your target platform?

Cheers,

~ Chris
Re: RCP Export Problems -- "Unable to acquire application service" [message #51475 is a reply to message #51447] Sun, 22 March 2009 00:14 Go to previous messageGo to next message
Jesse Riggins is currently offline Jesse RigginsFriend
Messages: 24
Registered: July 2009
Junior Member
Chris Aniszczyk wrote:
> Jesse Riggins wrote:
>> (Apologies for the cross post...please let me know if this was better
>> suited in one newsgroup over another)
>>
>> I was seeing this problem in a separate application that I was trying
>> to export, but I also see it when creating a brand new headless RCP
>> app using the "Hello World" template.
>>
>> First off, I created the new app and a launch config using only those
>> plugins deemed required by the system. When I attempt to run, I get
>> the trace listed as "Trace 1" below. After manually adding the
>> org.eclipse.update.configurator plugin, the launch runs successfully.
>>
>> Next I created a product (HelloWorld.product) based off of the launch
>> config and tried to export it. Everything seems to export fine, but
>> when I run the eclipse.exe file, I get the "Trace 2" trace.
>>
>> Would anyone have an idea as to whether or not there is something
>> that I'm doing wrong? I've got the sample app that I can send if
>> need be.
>
> What version of Eclipse are you using? What version of Eclipse are you
> targetting in your target platform?
3.4.2 for both.

Thanks,
Jesse
Re: RCP Export Problems -- "Unable to acquire application service" [message #51502 is a reply to message #51475] Sun, 22 March 2009 11:26 Go to previous messageGo to next message
Jesse Riggins is currently offline Jesse RigginsFriend
Messages: 24
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.
--------------070503060200030905080303
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

After a week of researching, I think I found my needle in the haystack.
:-)

After trying the same thing out with an SR1 build, I noticed that in my
config.ini file, the start level for SR1 was:

*org.eclipse.core.runtime@start*

where my 3.4.2 export was:

*org.eclipse.core.runtime@2:start*

After making the change in my 3.4.2 exported application to match that
of the SR1 one, things seemed to work fine.

I'm curious, though, if anyone else is seeing this problem in 3.4.2 or
if it's just me.

Thanks for reading,
Jesse

Jesse Riggins wrote:
> Chris Aniszczyk wrote:
>> Jesse Riggins wrote:
>>> (Apologies for the cross post...please let me know if this was
>>> better suited in one newsgroup over another)
>>>
>>> I was seeing this problem in a separate application that I was
>>> trying to export, but I also see it when creating a brand new
>>> headless RCP app using the "Hello World" template.
>>>
>>> First off, I created the new app and a launch config using only
>>> those plugins deemed required by the system. When I attempt to run,
>>> I get the trace listed as "Trace 1" below. After manually adding
>>> the org.eclipse.update.configurator plugin, the launch runs
>>> successfully.
>>>
>>> Next I created a product (HelloWorld.product) based off of the
>>> launch config and tried to export it. Everything seems to export
>>> fine, but when I run the eclipse.exe file, I get the "Trace 2" trace.
>>>
>>> Would anyone have an idea as to whether or not there is something
>>> that I'm doing wrong? I've got the sample app that I can send if
>>> need be.
>>
>> What version of Eclipse are you using? What version of Eclipse are
>> you targetting in your target platform?
> 3.4.2 for both.
> Thanks,
> Jesse


--------------070503060200030905080303
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
After a week of researching, I think I found my needle in the
haystack.&nbsp; :-)&nbsp; <br>
<br>
After trying the same thing out with an SR1 build, I noticed that in my
config.ini file, the start level for SR1 was:<br>
<br>
<b>org.eclipse.core.runtime@start</b><br>
<br>
where my 3.4.2 export was:<br>
<br>
<b>org.eclipse.core.runtime@2:start</b><br>
<br>
After making the change in my 3.4.2 exported application to match that
of the SR1 one, things seemed to work fine.<br>
<br>
I'm curious, though, if anyone else is seeing this problem in 3.4.2 or
if it's just me.<br>
<br>
Thanks for reading,<br>
&nbsp;Jesse<br>
<br>
Jesse Riggins wrote:
<blockquote cite="mid:gq3vsu$80k$1@build.eclipse.org" type="cite">Chris
Aniszczyk wrote:
<br>
<blockquote type="cite">Jesse Riggins wrote:
<br>
<blockquote type="cite">(Apologies for the cross post...please let
me know if this was better suited in one newsgroup over another)
<br>
<br>
I was seeing this problem in a separate application that I was trying
to export, but I also see it when creating a brand new headless RCP app
using the "Hello World" template.
<br>
<br>
First off, I created the new app and a launch config using only those
plugins deemed required by the system.&nbsp; When I attempt to run, I get
the trace listed as "Trace 1" below.&nbsp; After manually adding the
org.eclipse.update.configurator plugin, the launch runs successfully.
<br>
<br>
Next I created a product (HelloWorld.product) based off of the launch
config and tried to export it.&nbsp; Everything seems to export fine, but
when I run the eclipse.exe file, I get the "Trace 2" trace.
<br>
<br>
Would anyone have an idea as to whether or not there is something that
I'm doing wrong?&nbsp; I've got the sample app that I can send if need be.
<br>
</blockquote>
<br>
What version of Eclipse are you using? What version of Eclipse are you
targetting in your target platform?
<br>
</blockquote>
3.4.2 for both. <br>
Thanks,
<br>
Jesse
<br>
</blockquote>
<br>
</body>
</html>

--------------070503060200030905080303--
Re: RCP Export Problems -- "Unable to acquire application service" [message #51528 is a reply to message #51419] Sun, 22 March 2009 18:09 Go to previous message
Ankur Sharma is currently offline Ankur SharmaFriend
Messages: 84
Registered: July 2009
Member
>> 2. Did you try using RCP cheatsheet instead?
>>
> No. Are you talking in terms of using the org.eclipse.ui.cheatsheets
> plugin somehow?
>

No. I am referring to Help -> CheatSheats -> Plugin Development -> Creating an RCP App.

Ankur..
Re: RCP Export Problems -- "Unable to acquire application service" [message #593700 is a reply to message #51363] Sat, 21 March 2009 20:26 Go to previous message
Ankur Sharma is currently offline Ankur SharmaFriend
Messages: 84
Registered: July 2009
Member
Jesse Riggins wrote:
> (Apologies for the cross post...please let me know if this was better
> suited in one newsgroup over another)
>
> I was seeing this problem in a separate application that I was trying to
> export, but I also see it when creating a brand new headless RCP app
> using the "Hello World" template.
>
> First off, I created the new app and a launch config using only those
> plugins deemed required by the system. When I attempt to run, I get the
> trace listed as "Trace 1" below. After manually adding the
> org.eclipse.update.configurator plugin, the launch runs successfully.
>
> Next I created a product (HelloWorld.product) based off of the launch
> config and tried to export it. Everything seems to export fine, but
> when I run the eclipse.exe file, I get the "Trace 2" trace.
>
> Would anyone have an idea as to whether or not there is something that
> I'm doing wrong? I've got the sample app that I can send if need be.
>
> Thanks in advance,
> Jesse


1. Whats your eclipse version?
2. Did you try using RCP cheatsheet instead?

Ankur..
Re: RCP Export Problems -- "Unable to acquire application service" [message #593707 is a reply to message #51391] Sat, 21 March 2009 22:40 Go to previous message
Jesse Riggins is currently offline Jesse RigginsFriend
Messages: 24
Registered: July 2009
Junior Member
Ankur Sharma wrote:
> Jesse Riggins wrote:
>> (Apologies for the cross post...please let me know if this was better
>> suited in one newsgroup over another)
>>
>> I was seeing this problem in a separate application that I was trying
>> to export, but I also see it when creating a brand new headless RCP
>> app using the "Hello World" template.
>>
>> First off, I created the new app and a launch config using only those
>> plugins deemed required by the system. When I attempt to run, I get
>> the trace listed as "Trace 1" below. After manually adding the
>> org.eclipse.update.configurator plugin, the launch runs successfully.
>>
>> Next I created a product (HelloWorld.product) based off of the launch
>> config and tried to export it. Everything seems to export fine, but
>> when I run the eclipse.exe file, I get the "Trace 2" trace.
>>
>> Would anyone have an idea as to whether or not there is something
>> that I'm doing wrong? I've got the sample app that I can send if
>> need be.
>>
>> Thanks in advance,
>> Jesse
>
>
> 1. Whats your eclipse version?
3.4.2
> 2. Did you try using RCP cheatsheet instead?
>
No. Are you talking in terms of using the org.eclipse.ui.cheatsheets
plugin somehow?

Thanks for your help,
Jesse
Re: RCP Export Problems -- "Unable to acquire application service" [message #593720 is a reply to message #51363] Sun, 22 March 2009 00:06 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Jesse Riggins wrote:
> (Apologies for the cross post...please let me know if this was better
> suited in one newsgroup over another)
>
> I was seeing this problem in a separate application that I was trying to
> export, but I also see it when creating a brand new headless RCP app
> using the "Hello World" template.
>
> First off, I created the new app and a launch config using only those
> plugins deemed required by the system. When I attempt to run, I get the
> trace listed as "Trace 1" below. After manually adding the
> org.eclipse.update.configurator plugin, the launch runs successfully.
>
> Next I created a product (HelloWorld.product) based off of the launch
> config and tried to export it. Everything seems to export fine, but
> when I run the eclipse.exe file, I get the "Trace 2" trace.
>
> Would anyone have an idea as to whether or not there is something that
> I'm doing wrong? I've got the sample app that I can send if need be.

What version of Eclipse are you using? What version of Eclipse are you
targetting in your target platform?

Cheers,

~ Chris
Re: RCP Export Problems -- "Unable to acquire application service" [message #593729 is a reply to message #51447] Sun, 22 March 2009 00:14 Go to previous message
Jesse Riggins is currently offline Jesse RigginsFriend
Messages: 24
Registered: July 2009
Junior Member
Chris Aniszczyk wrote:
> Jesse Riggins wrote:
>> (Apologies for the cross post...please let me know if this was better
>> suited in one newsgroup over another)
>>
>> I was seeing this problem in a separate application that I was trying
>> to export, but I also see it when creating a brand new headless RCP
>> app using the "Hello World" template.
>>
>> First off, I created the new app and a launch config using only those
>> plugins deemed required by the system. When I attempt to run, I get
>> the trace listed as "Trace 1" below. After manually adding the
>> org.eclipse.update.configurator plugin, the launch runs successfully.
>>
>> Next I created a product (HelloWorld.product) based off of the launch
>> config and tried to export it. Everything seems to export fine, but
>> when I run the eclipse.exe file, I get the "Trace 2" trace.
>>
>> Would anyone have an idea as to whether or not there is something
>> that I'm doing wrong? I've got the sample app that I can send if
>> need be.
>
> What version of Eclipse are you using? What version of Eclipse are you
> targetting in your target platform?
3.4.2 for both.

Thanks,
Jesse
Re: RCP Export Problems -- "Unable to acquire application service" [message #593736 is a reply to message #51475] Sun, 22 March 2009 11:26 Go to previous message
Jesse Riggins is currently offline Jesse RigginsFriend
Messages: 24
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.
--------------070503060200030905080303
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

After a week of researching, I think I found my needle in the haystack.
:-)

After trying the same thing out with an SR1 build, I noticed that in my
config.ini file, the start level for SR1 was:

*org.eclipse.core.runtime@start*

where my 3.4.2 export was:

*org.eclipse.core.runtime@2:start*

After making the change in my 3.4.2 exported application to match that
of the SR1 one, things seemed to work fine.

I'm curious, though, if anyone else is seeing this problem in 3.4.2 or
if it's just me.

Thanks for reading,
Jesse

Jesse Riggins wrote:
> Chris Aniszczyk wrote:
>> Jesse Riggins wrote:
>>> (Apologies for the cross post...please let me know if this was
>>> better suited in one newsgroup over another)
>>>
>>> I was seeing this problem in a separate application that I was
>>> trying to export, but I also see it when creating a brand new
>>> headless RCP app using the "Hello World" template.
>>>
>>> First off, I created the new app and a launch config using only
>>> those plugins deemed required by the system. When I attempt to run,
>>> I get the trace listed as "Trace 1" below. After manually adding
>>> the org.eclipse.update.configurator plugin, the launch runs
>>> successfully.
>>>
>>> Next I created a product (HelloWorld.product) based off of the
>>> launch config and tried to export it. Everything seems to export
>>> fine, but when I run the eclipse.exe file, I get the "Trace 2" trace.
>>>
>>> Would anyone have an idea as to whether or not there is something
>>> that I'm doing wrong? I've got the sample app that I can send if
>>> need be.
>>
>> What version of Eclipse are you using? What version of Eclipse are
>> you targetting in your target platform?
> 3.4.2 for both.
> Thanks,
> Jesse


--------------070503060200030905080303
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
After a week of researching, I think I found my needle in the
haystack.&nbsp; :-)&nbsp; <br>
<br>
After trying the same thing out with an SR1 build, I noticed that in my
config.ini file, the start level for SR1 was:<br>
<br>
<b>org.eclipse.core.runtime@start</b><br>
<br>
where my 3.4.2 export was:<br>
<br>
<b>org.eclipse.core.runtime@2:start</b><br>
<br>
After making the change in my 3.4.2 exported application to match that
of the SR1 one, things seemed to work fine.<br>
<br>
I'm curious, though, if anyone else is seeing this problem in 3.4.2 or
if it's just me.<br>
<br>
Thanks for reading,<br>
&nbsp;Jesse<br>
<br>
Jesse Riggins wrote:
<blockquote cite="mid:gq3vsu$80k$1@build.eclipse.org" type="cite">Chris
Aniszczyk wrote:
<br>
<blockquote type="cite">Jesse Riggins wrote:
<br>
<blockquote type="cite">(Apologies for the cross post...please let
me know if this was better suited in one newsgroup over another)
<br>
<br>
I was seeing this problem in a separate application that I was trying
to export, but I also see it when creating a brand new headless RCP app
using the "Hello World" template.
<br>
<br>
First off, I created the new app and a launch config using only those
plugins deemed required by the system.&nbsp; When I attempt to run, I get
the trace listed as "Trace 1" below.&nbsp; After manually adding the
org.eclipse.update.configurator plugin, the launch runs successfully.
<br>
<br>
Next I created a product (HelloWorld.product) based off of the launch
config and tried to export it.&nbsp; Everything seems to export fine, but
when I run the eclipse.exe file, I get the "Trace 2" trace.
<br>
<br>
Would anyone have an idea as to whether or not there is something that
I'm doing wrong?&nbsp; I've got the sample app that I can send if need be.
<br>
</blockquote>
<br>
What version of Eclipse are you using? What version of Eclipse are you
targetting in your target platform?
<br>
</blockquote>
3.4.2 for both. <br>
Thanks,
<br>
Jesse
<br>
</blockquote>
<br>
</body>
</html>

--------------070503060200030905080303--
Re: RCP Export Problems -- "Unable to acquire application service" [message #593750 is a reply to message #51419] Sun, 22 March 2009 18:09 Go to previous message
Ankur Sharma is currently offline Ankur SharmaFriend
Messages: 84
Registered: July 2009
Member
>> 2. Did you try using RCP cheatsheet instead?
>>
> No. Are you talking in terms of using the org.eclipse.ui.cheatsheets
> plugin somehow?
>

No. I am referring to Help -> CheatSheats -> Plugin Development -> Creating an RCP App.

Ankur..
Previous Topic:RCP Export Problems -- "Unable to acquire application service"
Next Topic:getPackageFragmentRoots does not return dependent workspace plugins
Goto Forum:
  


Current Time: Fri Mar 29 04:50:11 GMT 2024

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

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

Back to the top