Exporting as aproduct [message #327884] |
Wed, 07 May 2008 11:46 |
Eclipse User |
|
|
|
Originally posted by: swetha.yahoo.co.in
Hi,
When I am exporting my application as an eclipse product.. I am getting
the following error..I included org.eclipse.core.runtime as a dependency..
!MESSAGE Authorization infrastructure
(org.eclipse.core.runtime.compatibility.auth) not installed.
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/core/internal/runtime/auth/AuthorizationHandler
at
org.eclipse.core.internal.runtime.InternalPlatform.initializ eAuthorizationHandler(InternalPlatform.java:603)
at
org.eclipse.core.internal.runtime.InternalPlatform.start(Int ernalPlatform.java:745)
at
org.eclipse.core.internal.runtime.PlatformActivator.start(Pl atformActivator.java:31)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:993)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:974)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:350)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1118)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:634)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:282)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:468)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:195)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:297)
Thanks,
Swetha
|
|
|
|
Re: Exporting as aproduct [message #327911 is a reply to message #327905] |
Thu, 08 May 2008 09:41 |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Swetha,
That stack trace isn't much to go on. I've seen the same stack in the
newsgroup quite a few times, all related to some or other issue with a
bad installation. Does the same installation run fine without your
exported product? There are no preceding stack traces in the log that
might give a clue?
Swetha wrote:
> Hi,
>
> Can anyone help me
>
|
|
|
Re: Exporting as aproduct [message #327912 is a reply to message #327911] |
Thu, 08 May 2008 10:31 |
Eclipse User |
|
|
|
Originally posted by: swetha.yahoo.co.in
Hi,
Thanks for the reply.. The same application is running fine without
exporting it..
After It has been exported as a product, if I run the eclipse.exe file
, only that stack trace is coming in the log file generated in
configuration folder of exported one..
Thanks,
Swetha
|
|
|
Re: Exporting as aproduct [message #327914 is a reply to message #327912] |
Thu, 08 May 2008 11:12 |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Swetha,
I'm not sure how this product export thing works since I never used it
and I'll bet that's the case for most readers of this newsgroup. Do you
need an eclipse installation into which you install the exported result
or to which you target the exported result? Does that installation run
before you exported your result to it?
Swetha wrote:
> Hi,
> Thanks for the reply.. The same application is running fine without
> exporting it..
>
> After It has been exported as a product, if I run the eclipse.exe
> file , only that stack trace is coming in the log file generated in
> configuration folder of exported one..
>
> Thanks,
> Swetha
>
|
|
|
Re: Exporting as aproduct [message #327916 is a reply to message #327884] |
Thu, 08 May 2008 11:26 |
Eclipse User |
|
|
|
Originally posted by: phillipus.nowhere.net
Swetha wrote:
> Hi,
>
> When I am exporting my application as an eclipse product.. I am getting
> the following error..I included org.eclipse.core.runtime as a dependency..
>
>
> !MESSAGE Authorization infrastructure
> (org.eclipse.core.runtime.compatibility.auth) not installed.
> !STACK 0
> java.lang.NoClassDefFoundError:
> org/eclipse/core/internal/runtime/auth/AuthorizationHandler
> at
> org.eclipse.core.internal.runtime.InternalPlatform.initializ eAuthorizationHandler(InternalPlatform.java:603)
>
> at
> org.eclipse.core.internal.runtime.InternalPlatform.start(Int ernalPlatform.java:745)
>
> at
> org.eclipse.core.internal.runtime.PlatformActivator.start(Pl atformActivator.java:31)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:999)
>
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:993)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:974)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:350)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1118)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:634)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:282)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:468)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:195)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:297)
>
>
>
> Thanks,
> Swetha
>
I can reproduce this error if I remove some plugins from my product's
configuration. Ensure that you include the following in your product
configuration list of plugins:
org.eclipse.core.runtime.compatibility
org.eclipse.core.runtime.compatibility.auth
org.eclipse.core.runtime.compatibility.registry
P.
|
|
|
Re: Exporting as aproduct [message #327979 is a reply to message #327916] |
Sun, 11 May 2008 22:43 |
Eclipse User |
|
|
|
Originally posted by: phillipus.nowhere.net
Phillipus wrote:
> Swetha wrote:
>> Hi,
>>
>> When I am exporting my application as an eclipse product.. I am
>> getting the following error..I included org.eclipse.core.runtime as a
>> dependency..
>>
>>
>> !MESSAGE Authorization infrastructure
>> (org.eclipse.core.runtime.compatibility.auth) not installed.
>> !STACK 0
>> java.lang.NoClassDefFoundError:
>> org/eclipse/core/internal/runtime/auth/AuthorizationHandler
>> at
>> org.eclipse.core.internal.runtime.InternalPlatform.initializ eAuthorizationHandler(InternalPlatform.java:603)
>>
>> at
>> org.eclipse.core.internal.runtime.InternalPlatform.start(Int ernalPlatform.java:745)
>>
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator.start(Pl atformActivator.java:31)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:999)
>>
>> at java.security.AccessController.doPrivileged(Native Method)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:993)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:974)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:350)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1118)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:634)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:282)
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:468)
>>
>> at
>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:195)
>>
>> at
>> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:297)
>>
>>
>>
>> Thanks,
>> Swetha
>>
>
>
> I can reproduce this error if I remove some plugins from my product's
> configuration. Ensure that you include the following in your product
> configuration list of plugins:
>
> org.eclipse.core.runtime.compatibility
> org.eclipse.core.runtime.compatibility.auth
> org.eclipse.core.runtime.compatibility.registry
>
>
> P.
You're welcome.
Why, thanks!
;-)
|
|
|
Powered by
FUDForum. Page generated in 0.03809 seconds