Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] problem with latest AJDT distro?

#: Matt Chapman changed the world a bit at a time by saying on  11/14/2005 1:05 PM :#
Hi Alex,

I just tried a clean install via that zip file, and couldn't reproduce
any such problems. I created the "Introduction Example" from the
wizard, and did Run As > AspectJ/Java application on
CloneablePoint.aj, and it ran ok. What happens when you try, do you
get an error dialog?

I am getting an ugly Error dialog with no message inside. I have removed Mylar meanwhile, cause I had a few problems with it, so maybe not AJDT was the problem. However my installation is quite complex:

MyEclipse 4.0.3
Eclipse 3.1.1
AJDT 1.3.0.most_up_to_date

Do you have a previous version of AJDT you can
revert to (under Help > Software Updates > Manage configuration)?


I have quite a few previous versions :-) (almost all from the last months). I have reverted to ajdt_1.3.0.20051108143751_archive.zip.

Has anyone else seen this problem?


Pls don't spent too much time on it. I will try the new AJDT version (I guess by today we will have another one, aint it?, and I will report than).

thanks,

./alex
--
.w( the_mindstorm )p.

Regards,

Matt.

On 14/11/05, Alexandru Popescu <the.mindstorm.mailinglist@xxxxxxxxx> wrote:
Hi!

Just tried the version from ajdt_1.3.0.20051111104438_archive.zip and it fails to launch a main
class in both AspectJ and Java programs launch configurations. All I've found in the log file is:

[stack]

!ENTRY org.eclipse.ui 4 0 2005-11-14 02:44:14.297
!MESSAGE null argument;
!STACK 0
org.eclipse.ui.internal.misc.AssertionFailedException: null argument;
        at org.eclipse.ui.internal.misc.Assert.isNotNull(Assert.java:81)
        at org.eclipse.ui.internal.misc.Assert.isNotNull(Assert.java:68)
        at org.eclipse.ui.internal.EditorSite.<init>(EditorSite.java:47)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:418)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
        at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:239)
        at org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:88)
        at org.eclipse.ui.internal.presentations.PresentablePart.setFocus(PresentablePart.java:137)
        at
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:92)
        at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267)
        at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:272)
        at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder.handleMouseDown(AbstractTabFolder.java:342)
        at org.eclipse.ui.internal.presentations.util.AbstractTabFolder$3.mouseDown(AbstractTabFolder.java:79)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:133)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
        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:585)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
        at org.eclipse.core.launcher.Main.run(Main.java:973)
        at org.eclipse.core.launcher.Main.main(Main.java:948)
[/stack]

./alex
--
.w( the_mindstorm )p.
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev

_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev




Back to the top