Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » 3.2M6 custom target problem
3.2M6 custom target problem [message #447344] Tue, 04 April 2006 08:00 Go to next message
Volker is currently offline VolkerFriend
Messages: 8
Registered: July 2009
Junior Member
Hi,

I'm trying to run our RCP App against a
custom target platform consisting of a bunch of
3.2M5 plugins.
In M5 it works perfectly, but in M6 I get the
following exception on startup:

java.lang.IllegalStateException: Bundle
initial@reference :file:plugins/org.eclipse.update.configurator_3.1.100.v20051 214.jar/
was not resolved.
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startBundles (EclipseStarter.java:1064)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:627)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:296)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:165)
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.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)

Seems that the bundle is started twice!?

Any suggestions?

Thanx, Volker
Re: 3.2M6 custom target problem [message #447353 is a reply to message #447344] Tue, 04 April 2006 12:10 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Which plugins are listed in your launch configuration? Are there any
references to the configurator from M6?
org.eclipse.update.configurator_3.1.100.v20060329.jar

Is the M5 configurator
org.eclipse.update.configurator_3.1.100.v20051214.jar still available in
the target directory? Is it listed specifically in the launch config?

You didn't update to M6 by expanding it over your M5 install?

Later,
PW


Re: 3.2M6 custom target problem [message #447355 is a reply to message #447353] Tue, 04 April 2006 13:04 Go to previous messageGo to next message
Volker is currently offline VolkerFriend
Messages: 8
Registered: July 2009
Junior Member
Hi Paul,

thank you for your prompt reply.

> Which plugins are listed in your launch configuration? Are there any
> references to the configurator from M6?
> org.eclipse.update.configurator_3.1.100.v20060329.jar

No references to M6 plugins. I don't see any of M6 actually, since my
(custom) target is based on M5 plugins.
I created a .target file in M5 using the new target-Editor and load it
via Preferences->Target Platform 'Load Target'.
I did not change the target, just use M6 instead of M5.

>
> Is the M5 configurator
> org.eclipse.update.configurator_3.1.100.v20051214.jar still available in
> the target directory? Is it listed specifically in the launch config?
>

Yes, the M5 configurator plugin is listed (and checked) under 'Target
Platform'. 'Validate Plug-in Set' does not show any unresolved
dependencies.

> You didn't update to M6 by expanding it over your M5 install?

No, fresh installation into new directory. I do use my old (M5-created)
workspace though.

Thanks so far, I really hope you can help me out on this one.

Volker
Re: 3.2M6 custom target problem [message #448679 is a reply to message #447355] Fri, 28 April 2006 08:10 Go to previous message
Volker is currently offline VolkerFriend
Messages: 8
Registered: July 2009
Junior Member
Found it myself finally:

com.ibu.icu was missing in my custom target.
Would have been great if eclipse had indicated that properly.

Volker



Volker wrote:
> Hi Paul,
>
> thank you for your prompt reply.
>
>> Which plugins are listed in your launch configuration? Are there any
>> references to the configurator from M6?
>> org.eclipse.update.configurator_3.1.100.v20060329.jar
>
>
> No references to M6 plugins. I don't see any of M6 actually, since my
> (custom) target is based on M5 plugins.
> I created a .target file in M5 using the new target-Editor and load it
> via Preferences->Target Platform 'Load Target'.
> I did not change the target, just use M6 instead of M5.
>
>>
>> Is the M5 configurator
>> org.eclipse.update.configurator_3.1.100.v20051214.jar still available
>> in the target directory? Is it listed specifically in the launch config?
>>
>
> Yes, the M5 configurator plugin is listed (and checked) under 'Target
> Platform'. 'Validate Plug-in Set' does not show any unresolved
> dependencies.
>
>> You didn't update to M6 by expanding it over your M5 install?
>
>
> No, fresh installation into new directory. I do use my old (M5-created)
> workspace though.
>
> Thanks so far, I really hope you can help me out on this one.
>
> Volker
Previous Topic:Apply your SWT / Swing / Eclipse experience in Investment Banking project - Raj Kapoor
Next Topic:Plugin question
Goto Forum:
  


Current Time: Mon Nov 04 21:25:32 GMT 2024

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

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

Back to the top