Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AJDT Plugin Loading / Build Errors 2
AJDT Plugin Loading / Build Errors 2 [message #9675] Fri, 08 November 2002 09:30 Go to next message
No real name is currently offline No real nameFriend
Messages: 12
Registered: July 2009
Junior Member
Hi, got the same problem that was posted severall times:
Attempt to load class "org.eclipse.ajdt.internal.builder.Builder" from
deactivated plug-in
"org.eclipse.ajdt.ui".
However, this plug-in does not seem to be deactivated, as I still can
compile and run my aspectj project.

It happens, when I use a WizardNewFileCreationPage (subclassed in my plugin)
that creates a text file.

I attached the stacktrace. Maybe someone could give me a hint, what the
problem is.

!ENTRY org.eclipse.core.resources 4 2 Nov 08, 2002 10:23:41.462
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.resources".
!STACK 0
org.eclipse.core.internal.boot.DelegatingURLClassLoader$Dele gatingLoaderExce
ption: Attempt to load class "org.eclipse.ajdt.internal.builder.Builder"
from deactivated plug-in "org.eclipse.ajdt.ui".
at
org.eclipse.core.internal.plugins.PluginClassLoader.shouldLo okForClass(Plugi
nClassLoader.java:206)
at
org.eclipse.core.internal.plugins.PluginClassLoader.findClas sParentsSelf(Plu
ginClassLoader.java:125)
at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.load Class(Delegating
URLClassLoader.java:750)
at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.load Class(Delegating
URLClassLoader.java:730)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExe cutableExtension
(PluginDescriptor.java:127)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExe cutableExtension
(PluginDescriptor.java:164)
at
org.eclipse.core.internal.plugins.ConfigurationElement.creat eExecutableExten
sion(ConfigurationElement.java:102)
at
org.eclipse.core.internal.events.BuildManager.instantiateBui lder(BuildManage
r.java:486)
at
org.eclipse.core.internal.events.BuildManager.initializeBuil der(BuildManager
..java:441)
at
org.eclipse.core.internal.events.BuildManager.getBuilder(Bui ldManager.java:3
27)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
65)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
86)
at
org.eclipse.core.internal.events.BuildManager$1.run(BuildMan ager.java:146)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
:839)
at org.eclipse.core.runtime.Platform.run(Platform.java:416)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
60)
at
org.eclipse.core.internal.events.BuildManager.build(BuildMan ager.java:211)
at
org.eclipse.core.internal.resources.Workspace.endOperation(W orkspace.java:74
5)
at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1383)
at
org.eclipse.ui.actions.WorkspaceModifyOperation.run(Workspac eModifyOperation
..java:78)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
..java:98)
!ENTRY org.eclipse.core.resources 4 2 Nov 08, 2002 10:23:41.472
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.resources".
!STACK 0
org.eclipse.core.internal.boot.DelegatingURLClassLoader$Dele gatingLoaderExce
ption: Attempt to load class "org.eclipse.ajdt.internal.builder.Builder"
from deactivated plug-in "org.eclipse.ajdt.ui".
at
org.eclipse.core.internal.plugins.PluginClassLoader.shouldLo okForClass(Plugi
nClassLoader.java:206)
at
org.eclipse.core.internal.plugins.PluginClassLoader.findClas sParentsSelf(Plu
ginClassLoader.java:125)
at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.load Class(Delegating
URLClassLoader.java:750)
at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.load Class(Delegating
URLClassLoader.java:730)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExe cutableExtension
(PluginDescriptor.java:127)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExe cutableExtension
(PluginDescriptor.java:164)
at
org.eclipse.core.internal.plugins.ConfigurationElement.creat eExecutableExten
sion(ConfigurationElement.java:102)
at
org.eclipse.core.internal.events.BuildManager.instantiateBui lder(BuildManage
r.java:486)
at
org.eclipse.core.internal.events.BuildManager.initializeBuil der(BuildManager
..java:441)
at
org.eclipse.core.internal.events.BuildManager.getBuilder(Bui ldManager.java:3
27)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
65)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
86)
at
org.eclipse.core.internal.events.BuildManager$1.run(BuildMan ager.java:146)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
:839)
at org.eclipse.core.runtime.Platform.run(Platform.java:416)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
60)
at
org.eclipse.core.internal.events.BuildManager.build(BuildMan ager.java:211)
at
org.eclipse.core.internal.resources.Workspace.endOperation(W orkspace.java:74
5)
at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1383)
at
org.eclipse.ui.actions.WorkspaceModifyOperation.run(Workspac eModifyOperation
..java:78)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
..java:98)
Re: AJDT Plugin Loading / Build Errors 2 [message #11476 is a reply to message #9675] Tue, 26 November 2002 22:36 Go to previous message
Eclipse UserFriend
Originally posted by: Mik.Kersten.parc.com

Hi Alexander,

Could you please describe the details of how you got into this state and
submit a bug report at:
http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT ?

The previous post that you refer to has a work-around for getting out of the
deactivated plug-in state, but I've never encountered a deactivated ajdt
plug-in that could still compile. Also let us know whether or not this
state persisted across Eclipse invocations.

Mik

"Alexander Ny
Re: AJDT Plugin Loading / Build Errors 2 [message #563014 is a reply to message #9675] Tue, 26 November 2002 22:36 Go to previous message
Mik Kersten is currently offline Mik KerstenFriend
Messages: 287
Registered: July 2009
Senior Member
Hi Alexander,

Could you please describe the details of how you got into this state and
submit a bug report at:
http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT ?

The previous post that you refer to has a work-around for getting out of the
deactivated plug-in state, but I've never encountered a deactivated ajdt
plug-in that could still compile. Also let us know whether or not this
state persisted across Eclipse invocations.

Mik

"Alexander Ny
Previous Topic:Project References
Next Topic:Problem with dependant projects
Goto Forum:
  


Current Time: Thu Mar 28 17:25:51 GMT 2024

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

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

Back to the top