Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] New Versions (1.3) of the Easy Install AspectJ Development Environment available

[quote Russell Miles::on 12/21/2004 12:06 AM]
Hi everyone,

Sorry for the delay, I've finally got round to updating the AspectJ Development Environment easy installers available from www.aspectjcookbook.com. Version 1.3 of the installers contains:

Eclipse 3.0.1
AspectJ 1.2.1
AJDT 1.2.0M2

Let me know if you have any problems with the installers and I hope they prove helpful in getting people going as fast as possible with AspectJ.

Cheers,

Russ Miles

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


Thanks Russell!

I have changed myself the AspectJ Dev Env to suport the latest releases, but this one is better. However right now, everytime I fire it up I am getting the following exception in console:

!ENTRY org.eclipse.osgi Dec 21, 2004 09:22:02.57
!MESSAGE While loading class "org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher", thread "main" timed out waiting (5000ms) for thread "Thread-0" to finish starting bundle "org.eclipse.jdt.ui". To avoid deadlock, thread "main" is proceeding but "org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher" may not be fully initialized.
!STACK 0
java.lang.Exception: Generated exception.
	at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:102)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
	at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
	at org.eclipse.jdt.internal.corext.util.AllTypesCache.startBackgroundMode(AllTypesCache.java:601)
	at org.eclipse.jdt.internal.corext.util.AllTypesCache.access$3(AllTypesCache.java:569)
	at org.eclipse.jdt.internal.corext.util.AllTypesCache$4.run(AllTypesCache.java:563)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2749)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2434)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:704)
	at org.eclipse.core.launcher.Main.main(Main.java:688)

Do you know how I can fix it?

:pope


Back to the top