Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to fix BundleException errors?
How to fix BundleException errors? [message #436763] Sat, 17 September 2005 18:45 Go to next message
Eclipse UserFriend
Originally posted by: bdberry.us.ibm.com

Hi,

I have no idea how to fix this - please help! My product exports
successfully but when I start it the views are not visible. I recently
started getting this error when I launch the product (in a production
environmnt - not within the IDE - in the IDE it runs fine)...

!ENTRY org.eclipse.osgi 2005-09-17 14:31:01.345
!MESSAGE An error occurred while automatically activating bundle
com.ibm.enav.client (6).
!STACK 0
org.osgi.framework.BundleException: The activator
com.ibm.enav.client.ClientPlugin for bundle com.ibm.enav.client is invalid
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load BundleActivator(AbstractBundle.java:151)

....
Re: How to fix BundleException errors? [message #436866 is a reply to message #436763] Mon, 19 September 2005 12:19 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Brian Berry wrote:
> Hi,
>
> I have no idea how to fix this - please help! My product exports
> successfully but when I start it the views are not visible. I recently
> started getting this error when I launch the product (in a production
> environmnt - not within the IDE - in the IDE it runs fine)...
>
> !ENTRY org.eclipse.osgi 2005-09-17 14:31:01.345
> !MESSAGE An error occurred while automatically activating bundle
> com.ibm.enav.client (6).
> !STACK 0
> org.osgi.framework.BundleException: The activator
> com.ibm.enav.client.ClientPlugin for bundle com.ibm.enav.client is invalid
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.load BundleActivator(AbstractBundle.java:151)

There's a real error later on in this error log ... probably a class not
found exception.

Search google with site:dev.eclipse.org news.eclipse ... there have been
some threads recently on stale jars being used during product export.

Later,
PW


Previous Topic:How to add external jars to RCP app?
Next Topic:ProgressView in the StatusLine
Goto Forum:
  


Current Time: Fri Dec 06 05:01:18 GMT 2024

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

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

Back to the top