Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT Exception

Hi there
I got it more stable by running eclipse this way

eclipse -vm /usr/java/j2sdk1.4.2_05/bin/java -vmargs -Xms128m -Xmx128m


Alfonso Olias Sanz wrote:

Hi there,

I have a big project with more than a hundred classes and it is getting difficulto to work with eclipse and ajdt dute every 2 compilations of the source code I get an out of memory exception. I tried as well to compile the project under windows and at least in Linux the tool it crashes later (windows second build crashes, linux at the third)

Any idea?

eclipse.buildId=M200409161125
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_GB
Command-line arguments: -xm 512

!ENTRY org.eclipse.ajdt.ui 4 0 Dec 27, 2004 15:50:44.777
!MESSAGE java.lang.reflect.InvocationTargetException
!STACK 0
java.lang.reflect.InvocationTargetException
   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:284)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397) at org.eclipse.ajdt.internal.ui.PulldownBuildselectorMenu.build(PulldownBuildselectorMenu.java:315) at org.eclipse.ajdt.internal.ui.PulldownBuildselectorMenu.run(PulldownBuildselectorMenu.java:138) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:206) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$8.handleEvent(ActionContributionItem.java:824)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
   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)
Caused by: java.lang.OutOfMemoryError
Root exception:
java.lang.OutOfMemoryError
!SUBENTRY 1 org.eclipse.ajdt.ui 4 0 Dec 27, 2004 15:50:44.778
!MESSAGE org.eclipse.ajdt.internal.ui.PulldownBuildselectorMenu.build(PulldownBuildselectorMenu.java:317)
!SUBENTRY 1 org.eclipse.ajdt.ui 1 1 Dec 27, 2004 15:50:44.778
!MESSAGE org.eclipse.ajdt.internal.ui.PulldownBuildselectorMenu@a768a
!SUBENTRY 2 org.eclipse.ajdt.ui 1 0 Dec 27, 2004 15:50:44.779
!MESSAGE buildAction=class org.eclipse.ui.internal.WWinPluginPulldown@15496611
!SUBENTRY 2 org.eclipse.ajdt.ui 1 0 Dec 27, 2004 15:50:44.779
!MESSAGE currentPbc=class org.eclipse.ajdt.buildconfigurator.ProjectBuildConfigurator@2046316

!ENTRY org.eclipse.ui 4 4 Dec 27, 2004 15:50:47.462
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 Dec 27, 2004 15:50:47.464
!MESSAGE java.lang.OutOfMemoryError
!STACK 0
java.lang.OutOfMemoryError

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




Back to the top