Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Bundles are really there but!!!!
Bundles are really there but!!!! [message #156201] Sat, 10 June 2006 04:02 Go to next message
RADIX is currently offline RADIXFriend
Messages: 3
Registered: July 2009
Junior Member
Greetings,

The Bundles are really there but I get these messages....................

!MESSAGE Bundle update@plugins/org.eclipse.ui.win32_3.1.0.jar [52] was
not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.805
!MESSAGE Missing host org.eclipse.ui.ide_[3.0.0,4.0.0).



!SESSION 2006-06-09 15:51:05.930
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_04
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 -data .

!ENTRY org.eclipse.core.runtime 2006-06-09 15:51:09.602
!MESSAGE Product org.jlibrary.client.product could not be found.

!ENTRY org.eclipse.osgi 2006-06-09 15:51:09.680
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:204)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
at org.eclipse.core.launcher.Main.run(Main.java:942)
at org.eclipse.core.launcher.Main.main(Main.java:926)

!ENTRY org.eclipse.osgi 2006-06-09 15:51:09.805
!MESSAGE Bundle update@plugins/org.eclipse.ui.win32_3.1.0.jar [52] was
not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.805
!MESSAGE Missing host org.eclipse.ui.ide_[3.0.0,4.0.0).

!ENTRY org.eclipse.osgi 2006-06-09 15:51:09.852
!MESSAGE Bundle update@plugins/org.jlibrary.client.nl1_3.0.0/ [72] was
not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.852
!MESSAGE Missing host org.jlibrary.client_[3.0.0,4.0.0).

!ENTRY org.eclipse.osgi 2006-06-09 15:51:09.914
!MESSAGE Bundle update@plugins/org.jlibrary.client_3.0.0/ [73] was not
resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.930
!MESSAGE Missing required bundle org.eclipse.osgi.util_0.0.0.

!ENTRY org.eclipse.osgi 2006-06-09 15:51:09.961
!MESSAGE Bundle
update@plugins/org.visualcontent.authentication.jlibrarylistener_0.0.3/
[77] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.961
!MESSAGE Missing required bundle org.jlibrary.client_0.0.0.



How do you go about resolving this ????

Any directions appreciated........

Cheers
RMR
Re: Bundles are really there but!!!! [message #156238 is a reply to message #156201] Sat, 10 June 2006 17:44 Go to previous message
Antonel Ernest Pazargic is currently offline Antonel Ernest PazargicFriend
Messages: 69
Registered: July 2009
Member
When I get this error I verify the run configuration for application =

or/and product.

1. In main tab I
1.1 check if program to run is correct (in an unexplained way many time=
s =

I found there a helpApplication ... weird :( );
1.2 Check "Clear workspace data before lunching";
2. In plug-ins tabs:
2.1 Select "Choose plug-ins and fragments to lunch from the list";
2.2 Select "Deselect all";
2.3 Select your plugin(s) from workspace;
2.4 Select "Add Required Plug-ins";
2.5 Select "Validate Plug-in Set" to see if all is oki;

For me these actions solve this ugly error "No application id has been =

found".

If application throws this error again check "the target" =

(Window>Preferences>Plugin Development>Target Platform);

I hope these help.

Respect, JTONIC.


On Sat, 10 Jun 2006 07:02:54 +0300, Radix <roche161@charter.net> wrote:

> Greetings,
>
> The Bundles are really there but I get these messages.................=
....
>
> !MESSAGE Bundle update@plugins/org.eclipse.ui.win32_3.1.0.jar [52] was=
=

> not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.805
> !MESSAGE Missing host org.eclipse.ui.ide_[3.0.0,4.0.0).
>
>
>
> !SESSION 2006-06-09 15:51:05.930 =

> -----------------------------------------------
> eclipse.buildId=3Dunknown
> java.version=3D1.5.0_04
> java.vendor=3DSun Microsystems Inc.
> BootLoader constants: OS=3Dwin32, ARCH=3Dx86, WS=3Dwin32, NL=3Den_US
> Command-line arguments: -os win32 -ws win32 -arch x86 -data .
>
> !ENTRY org.eclipse.core.runtime 2006-06-09 15:51:09.602
> !MESSAGE Product org.jlibrary.client.product could not be found.
>
> !ENTRY org.eclipse.osgi 2006-06-09 15:51:09.680
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: No application id has been found.
> at =

> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActi=
vator.java:204)
> at =

> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.jav=
a:376)
> at =

> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.jav=
a:163)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at =

> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.j=
ava:39)
> at =

> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccess=
orImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
> at org.eclipse.core.launcher.Main.run(Main.java:942)
> at org.eclipse.core.launcher.Main.main(Main.java:926)
>
> !ENTRY org.eclipse.osgi 2006-06-09 15:51:09.805
> !MESSAGE Bundle update@plugins/org.eclipse.ui.win32_3.1.0.jar [52] was=
=

> not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.805
> !MESSAGE Missing host org.eclipse.ui.ide_[3.0.0,4.0.0).
>
> !ENTRY org.eclipse.osgi 2006-06-09 15:51:09.852
> !MESSAGE Bundle update@plugins/org.jlibrary.client.nl1_3.0.0/ [72] was=
=

> not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.852
> !MESSAGE Missing host org.jlibrary.client_[3.0.0,4.0.0).
>
> !ENTRY org.eclipse.osgi 2006-06-09 15:51:09.914
> !MESSAGE Bundle update@plugins/org.jlibrary.client_3.0.0/ [73] was not=
=

> resolved.
> !SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.930
> !MESSAGE Missing required bundle org.eclipse.osgi.util_0.0.0.
>
> !ENTRY org.eclipse.osgi 2006-06-09 15:51:09.961
> !MESSAGE Bundle =

> update@plugins/org.visualcontent.authentication.jlibrarylistener_0.0.3=
/ =

> [77] was not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2006-06-09 15:51:09.961
> !MESSAGE Missing required bundle org.jlibrary.client_0.0.0.
>
>
>
> How do you go about resolving this ????
>
> Any directions appreciated........
>
> Cheers
> RMR



-- =

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Previous Topic:Plugin - compiles but failes on library call
Next Topic:Two swing questions
Goto Forum:
  


Current Time: Sun Jul 07 08:53:34 GMT 2024

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

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

Back to the top