Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » 3.5 RCP Export Do We have a Bug?
3.5 RCP Export Do We have a Bug? [message #483774] Wed, 02 September 2009 22:08 Go to next message
Geoffry Roberts is currently offline Geoffry RobertsFriend
Messages: 71
Registered: July 2009
Member
All,

eclipse 3.5

Is there a bug in the export wizard?

I posted the following yesterday and received a kind suggestion, which I
tried but it didn't work.

I'm re-posting under a different subject in hopes of attracting different
attention.

I'm in a bit bind here and need the help.

Re-post from yesterday:

I am attempting to build a stand alone RCP app from a working plug in. I
go through the export using the wizard steps, as prescribed, and the
export succeeds with out incident.

When I run the app I get and error dialog referring me to the log file.
(See below)

It seems that org.eclipse.core.runtime bundle is not starting. The bundle
is being deployed but there is no entry for it following
"osgi.bundles=..." in the generated config.ini file. I have tried adding
it in as follows;

osgi.bundles=reference\:file\:org.eclipse.core.runtime_3.5.0.v20090525.jar@start,
... more bundles ...

But I get the same error.

What's going on?

Log file:

!SESSION 2009-09-01 14:27:52.917
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_15
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-09-01 14:27:54.073
!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:368)
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: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: 3.5 RCP Export Do We have a Bug? [message #483811 is a reply to message #483774] Thu, 03 September 2009 07:30 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Hi,

works for me. Can you try the following description and see if this
works for you:
http://www.vogella.de/articles/RichClientPlatform/article.ht ml#product

Best regards, lars

--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
http://www.twitter.com/vogella - vogella on Twitter




Geoffry Roberts wrote:
> All,
>
> eclipse 3.5
>
> Is there a bug in the export wizard?
>
> I posted the following yesterday and received a kind suggestion, which I
> tried but it didn't work.
> I'm re-posting under a different subject in hopes of attracting
> different attention.
>
> I'm in a bit bind here and need the help.
>
> Re-post from yesterday:
>
> I am attempting to build a stand alone RCP app from a working plug in.
> I go through the export using the wizard steps, as prescribed, and the
> export succeeds with out incident.
>
> When I run the app I get and error dialog referring me to the log file.
> (See below)
>
> It seems that org.eclipse.core.runtime bundle is not starting. The
> bundle is being deployed but there is no entry for it following
> "osgi.bundles=..." in the generated config.ini file. I have tried
> adding it in as follows;
>
> osgi.bundles=reference\:file\:org.eclipse.core.runtime_3.5.0.v20090525.jar@start,
> ... more bundles ...
>
> But I get the same error.
>
> What's going on?
>
> Log file:
>
> !SESSION 2009-09-01 14:27:52.917
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_15
> 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-09-01 14:27:54.073
> !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:368)
>
> 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: 559)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
>
Re: 3.5 RCP Export Do We have a Bug? [message #483940 is a reply to message #483774] Thu, 03 September 2009 16:53 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
Hi Geoffry,

There are probably a lot of bugs but no major ones that prevent you from
building a standalone RCP in 3.5. There is probably a little problem in your
"Application" plugin or product configuration. If you click on the "launch an
eclipse application" in the xxx.product file, does your RCP run?

Best regards,

Wim


> All,
>
> eclipse 3.5
>
> Is there a bug in the export wizard?
>
> I posted the following yesterday and received a kind suggestion, which I
> tried but it didn't work.
>
> I'm re-posting under a different subject in hopes of attracting different
> attention.
>
> I'm in a bit bind here and need the help.
>
> Re-post from yesterday:
>
> I am attempting to build a stand alone RCP app from a working plug in. I
> go through the export using the wizard steps, as prescribed, and the
> export succeeds with out incident.
>
> When I run the app I get and error dialog referring me to the log file.
> (See below)
>
> It seems that org.eclipse.core.runtime bundle is not starting. The bundle
> is being deployed but there is no entry for it following
> "osgi.bundles=..." in the generated config.ini file. I have tried adding
> it in as follows;
>
>
osgi.bundles=reference\:file\:org.eclipse.core.runtime_3.5.0.v20090525.jar@start,
> ... more bundles ...
>
> But I get the same error.
>
> What's going on?
>
> Log file:
>
> !SESSION 2009-09-01 14:27:52.917
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_15
> 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-09-01 14:27:54.073
> !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:368)
> 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: 559)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: 3.5 RCP Export Do We have a Bug? [message #484146 is a reply to message #483774] Fri, 04 September 2009 12:41 Go to previous message
Christian is currently offline ChristianFriend
Messages: 72
Registered: July 2009
Member
If the application is not found this is a typical sign for unsolved
dependencies.. probebaly you are missing some plugins in your
products/features on export..
Previous Topic:Re: Edit, Cut, Copy
Next Topic:Console view hang up
Goto Forum:
  


Current Time: Fri Mar 29 13:52:25 GMT 2024

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

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

Back to the top