Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » WARN: Authorization infrastructure (org.eclipse.core.runtime.compatibility.auth
WARN: Authorization infrastructure (org.eclipse.core.runtime.compatibility.auth [message #387931] Thu, 16 July 2009 16:51 Go to next message
Peter M. Murray is currently offline Peter M. MurrayFriend
Messages: 24
Registered: July 2009
Junior Member
I've begun exploring Buckminster headless for builds, and have gotten to
the point of materializing a workspace headlessly - but I do get the below
stack which doesn't seem to stop the resolution, but is annoying.

Is there an easy way to fix it?

-pete

WARN: Authorization infrastructure
(org.eclipse.core.runtime.compatibility.auth) not installed.
java.lang.NoClassDefFoundError:
org/eclipse/core/internal/runtime/auth/AuthorizationHandler
at
org.eclipse.core.runtime.Platform.flushAuthorizationInfo(Pla tform.java:597)
at
org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.save AuthInfo(AbstractSVNStorage.java:436)
at
org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.save Locations(AbstractSVNStorage.java:422)
at
org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.save Configuration(AbstractSVNStorage.java:283)
at
org.eclipse.buckminster.subversive.internal.SubversiveSessio n.createRoots(SubversiveSession.java:283)
at
org.eclipse.buckminster.subversion.GenericSession.createComm onRoots(GenericSession.java:452)
at
org.eclipse.buckminster.subversion.GenericReaderType.sharePr oject(GenericReaderType.java:78)
at
org.eclipse.buckminster.core.materializer.WorkspaceMateriali zer.createProjectBinding(WorkspaceMaterializer.java:491)
at
org.eclipse.buckminster.core.materializer.WorkspaceMateriali zer.installLocal(WorkspaceMaterializer.java:192)
at
org.eclipse.buckminster.core.materializer.WorkspaceMateriali zer.performInstallAction(WorkspaceMaterializer.java:221)
at
org.eclipse.buckminster.core.materializer.AbstractMaterializ er.installRecursive(AbstractMaterializer.java:178)
at
org.eclipse.buckminster.core.materializer.AbstractMaterializ er.delegateAndInstallRecursive(AbstractMaterializer.java:2\
08)
at
org.eclipse.buckminster.core.materializer.AbstractMaterializ er.installRecursive(AbstractMaterializer.java:170)
at
org.eclipse.buckminster.core.materializer.AbstractMaterializ er.delegateAndInstallRecursive(AbstractMaterializer.java:2\
08)
at
org.eclipse.buckminster.core.materializer.AbstractMaterializ er.installRecursive(AbstractMaterializer.java:170)
at
org.eclipse.buckminster.core.materializer.AbstractMaterializ er.performInstallActions(AbstractMaterializer.java:73)
at
org.eclipse.buckminster.core.materializer.InstallerJob.runIn Workspace(InstallerJob.java:56)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run (InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.ClassNotFoundException:
org.eclipse.core.internal.runtime.auth.AuthorizationHandler
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInter nal(BundleLoader.java:489)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Bund leLoader.java:405)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Bund leLoader.java:393)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320 )
... 19 more
Re: WARN: Authorization infrastructure (org.eclipse.core.runtime.compatibility.auth [message #387934 is a reply to message #387931] Thu, 16 July 2009 17:25 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
I suppose we should add the needed compatibility bundle to our headless subversive feature. Can you please enter a
bugzilla on this?

Thanks,
Thomas Hallgren

Peter M. Murray wrote:
> I've begun exploring Buckminster headless for builds, and have gotten to
> the point of materializing a workspace headlessly - but I do get the
> below stack which doesn't seem to stop the resolution, but is annoying.
> Is there an easy way to fix it?
> -pete
>
> WARN: Authorization infrastructure
> (org.eclipse.core.runtime.compatibility.auth) not installed.
> java.lang.NoClassDefFoundError:
> org/eclipse/core/internal/runtime/auth/AuthorizationHandler
> at
> org.eclipse.core.runtime.Platform.flushAuthorizationInfo(Pla tform.java:597)
> at
> org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.save AuthInfo(AbstractSVNStorage.java:436)
>
> at
> org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.save Locations(AbstractSVNStorage.java:422)
>
> at
> org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.save Configuration(AbstractSVNStorage.java:283)
>
> at
> org.eclipse.buckminster.subversive.internal.SubversiveSessio n.createRoots(SubversiveSession.java:283)
>
> at
> org.eclipse.buckminster.subversion.GenericSession.createComm onRoots(GenericSession.java:452)
>
> at
> org.eclipse.buckminster.subversion.GenericReaderType.sharePr oject(GenericReaderType.java:78)
>
> at
> org.eclipse.buckminster.core.materializer.WorkspaceMateriali zer.createProjectBinding(WorkspaceMaterializer.java:491)
>
> at
> org.eclipse.buckminster.core.materializer.WorkspaceMateriali zer.installLocal(WorkspaceMaterializer.java:192)
>
> at
> org.eclipse.buckminster.core.materializer.WorkspaceMateriali zer.performInstallAction(WorkspaceMaterializer.java:221)
>
> at
> org.eclipse.buckminster.core.materializer.AbstractMaterializ er.installRecursive(AbstractMaterializer.java:178)
>
> at
> org.eclipse.buckminster.core.materializer.AbstractMaterializ er.delegateAndInstallRecursive(AbstractMaterializer.java:2\
>
> 08)
> at
> org.eclipse.buckminster.core.materializer.AbstractMaterializ er.installRecursive(AbstractMaterializer.java:170)
>
> at
> org.eclipse.buckminster.core.materializer.AbstractMaterializ er.delegateAndInstallRecursive(AbstractMaterializer.java:2\
>
> 08)
> at
> org.eclipse.buckminster.core.materializer.AbstractMaterializ er.installRecursive(AbstractMaterializer.java:170)
>
> at
> org.eclipse.buckminster.core.materializer.AbstractMaterializ er.performInstallActions(AbstractMaterializer.java:73)
>
> at
> org.eclipse.buckminster.core.materializer.InstallerJob.runIn Workspace(InstallerJob.java:56)
>
> at
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run (InternalWorkspaceJob.java:38)
>
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.lang.ClassNotFoundException:
> org.eclipse.core.internal.runtime.auth.AuthorizationHandler
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClassInter nal(BundleLoader.java:489)
>
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(Bund leLoader.java:405)
>
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(Bund leLoader.java:393)
>
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:105)
>
> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320 )
> ... 19 more
>
>
Re: WARN: Authorization infrastructure (org.eclipse.core.runtime.compatibility. [message #387936 is a reply to message #387934] Thu, 16 July 2009 18:46 Go to previous message
Peter M. Murray is currently offline Peter M. MurrayFriend
Messages: 24
Registered: July 2009
Junior Member
Done: https://bugs.eclipse.org/bugs/show_bug.cgi?id=283746

Can I just drop the org.eclipse.core.runtime.compatibility.auth bundle
into the plugins directory or will p2 or something get confused if I do
that?
Previous Topic:Another product building problem (Java returned: 13)
Next Topic:product building and p2 materializer strangeness again
Goto Forum:
  


Current Time: Mon Jan 20 06:04:23 GMT 2025

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

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

Back to the top