Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Problem with JBoss 3.2.3, Web Start and RCP
Problem with JBoss 3.2.3, Web Start and RCP [message #435772] Tue, 23 August 2005 13:18 Go to next message
Eclipse UserFriend
Originally posted by: avier5.hotmail.com

Hi all,
Your help is needed...

I have wrote a plugin and tried to call it from Web Start . I use JBoss
3.2.3 as my server.
The downloads from Web Start work fine but now before the plugin show
itself I get the following exception:
*******************************************************
*************** Start Here ****************************

!SESSION 2005-08-23 16:02:38.109
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=iw_IL

!ENTRY org.eclipse.osgi 2005-08-23 16:02:38.703
!MESSAGE Error installing bundle:
reference:file:DMshared/RMorg.eclipse.osgi_3.1.0.jar/
!STACK 0
org.osgi.framework.BundleException: Bundle "system.bundle" version "3.1.0"
has already been installed from: System Bundle
at
org.eclipse.osgi.framework.internal.core.Framework.createAnd VerifyBundle(Framework.java:557)
at
org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(Framework.java:822)
at
org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:737)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.java:788)
.......


************* End Here *************************
*******************************************************
Of course that I put in the server all my plugin's required plugins.

I don't know what to do more.... Need Help
Any ideas ?

Thanks,
Avier
Re: Problem with JBoss 3.2.3, Web Start and RCP [message #435782 is a reply to message #435772] Wed, 24 August 2005 00:46 Go to previous messageGo to next message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 440
Registered: July 2009
Senior Member
The error about osgi is a known bug that has been fixed in tomorrow's
3.1.1 build.

PaScaL

Avier5 wrote:
> Hi all,
> Your help is needed...
>
> I have wrote a plugin and tried to call it from Web Start . I use JBoss
> 3.2.3 as my server.
> The downloads from Web Start work fine but now before the plugin show
> itself I get the following exception:
> *******************************************************
> *************** Start Here ****************************
>
> !SESSION 2005-08-23 16:02:38.109
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=iw_IL
>
> !ENTRY org.eclipse.osgi 2005-08-23 16:02:38.703
> !MESSAGE Error installing bundle:
> reference:file:DMshared/RMorg.eclipse.osgi_3.1.0.jar/
> !STACK 0
> org.osgi.framework.BundleException: Bundle "system.bundle" version
> "3.1.0" has already been installed from: System Bundle
> at
> org.eclipse.osgi.framework.internal.core.Framework.createAnd VerifyBundle(Framework.java:557)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(Framework.java:822)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:737)
>
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.java:788)
> ......
>
>
> ************* End Here *************************
> *******************************************************
> Of course that I put in the server all my plugin's required plugins.
>
> I don't know what to do more.... Need Help
> Any ideas ?
>
> Thanks,
> Avier
>
>
>
Re: Problem with JBoss 3.2.3, Web Start and RCP [message #435807 is a reply to message #435782] Wed, 24 August 2005 06:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: avier5.hotmail.com

First of all : THANK YOU !!! I am looking forward for this Eclipse release.

Second:
Can you explain what have caused this exception?

Thank you again....
Re: Problem with JBoss 3.2.3, Web Start and RCP [message #435850 is a reply to message #435807] Thu, 25 August 2005 02:23 Go to previous messageGo to next message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 440
Registered: July 2009
Senior Member
The exception was caused by the code that discover the bundles to
install. It was not removing osgi from the set of things to install
therefore it was causing this exception however, it was harmless since
the app could still start.

PaScaL

Avier5 wrote:
> First of all : THANK YOU !!! I am looking forward for this Eclipse release.
>
> Second:
> Can you explain what have caused this exception?
>
> Thank you again....
>
>
>
>
Re: Problem with JBoss 3.2.3, Web Start and RCP [message #435980 is a reply to message #435782] Sun, 28 August 2005 06:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: avier5.gmail.com

Hi Pascal,

I need a way to work around this bug. Can you give me any idea how to do
it OR please tell me when and where I can get build 3.1.1 of Eclipse's sdk
?


Thank you
Avier
Re: Problem with JBoss 3.2.3, Web Start and RCP [message #435982 is a reply to message #435980] Sun, 28 August 2005 12:59 Go to previous messageGo to next message
ted stockwell is currently offline ted stockwellFriend
Messages: 123
Registered: July 2009
Senior Member
avier wrote:
> Hi Pascal,
>
> I need a way to work around this bug. Can you give me any idea how to do
> it OR please tell me when and where I can get build 3.1.1 of Eclipse's
> sdk ?
>
>
> Thank you Avier
>

I was getting the same error until I added the org.eclipse.update.configurator plugin to my 'wrapping' feature. Perhaps doing
that will fix your problem also.
I am using Eclipse 3.1.0.
Re: Problem with JBoss 3.2.3, Web Start and RCP [message #435991 is a reply to message #435982] Mon, 29 August 2005 08:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: avier5.gmail.com

ted stockwell wrote:

> avier wrote:
>> Hi Pascal,
>>
>> I need a way to work around this bug. Can you give me any idea how to do
>> it OR please tell me when and where I can get build 3.1.1 of Eclipse's
>> sdk ?
>>
>>
>> Thank you Avier
>>

> I was getting the same error until I added the
org.eclipse.update.configurator plugin to my 'wrapping' feature. Perhaps
doing
> that will fix your problem also.
> I am using Eclipse 3.1.0.
============================================================ ==========
I am doing exactly as it is written in the eclipse help undar-"Deploying
eclipse based application with Java Web Start" - and I can't go over step
2 with export of the feature.
What did I foreget ?

Thanks,
Avier
Re: Problem with JBoss 3.2.3, Web Start and RCP --- ????? ANYONE?? [message #436009 is a reply to message #435991] Mon, 29 August 2005 16:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: avier5.hotmail.com

Is anyone successed in deploying Eclipse 3.1 RCP application in JBoss and
run it with WebStart ?

A detailed example will be very useful and appreciated.

Thanks,
Avier
Re: Problem with JBoss 3.2.3, Web Start and RCP --- ????? ANYONE?? [message #436235 is a reply to message #436009] Fri, 02 September 2005 11:45 Go to previous message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 440
Registered: July 2009
Senior Member
http://download.eclipse.org/eclipse/downloads/drops/M2005083 1-1200/index.php

Avier wrote:
> Is anyone successed in deploying Eclipse 3.1 RCP application in JBoss
> and run it with WebStart ?
>
> A detailed example will be very useful and appreciated.
>
> Thanks,
> Avier
>
Previous Topic:RCP WebStart problem - ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
Next Topic:Workbench saved state location
Goto Forum:
  


Current Time: Thu Dec 26 22:09:15 GMT 2024

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

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

Back to the top