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 10:29 AM]
Hi,

I'm not getting that problem here but if you can give me some more info on the OS you're running under I can investigate this one further (I'm guessing OS X but it would be great if you could let me know which version of Java you are running and also it might be useful to know which version of OS X as well)


Sorry about missing these infos :-(.

SUN JDK 1.4.2_06
Windows XP Pro

:pope

Cheers,

Russ

On 21 Dec 2004, at 07:24, pope wrote:

[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(Ecli pseClassLoader.java:102) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(Bu ndleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleL oader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(A bstractClassLoader.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(AllTypesCac he.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(PlatformActiv ator.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.ja va:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImpl.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
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users

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




Back to the top