For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 18 years, 7 months ago by
Loyal Water.
-
AuthorPosts
-
Mike SmithsonMemberHi:
When I try to autocomplete an XDoclet attribute value in the MyEclipse perspective, I get a java.lang.OutOfMemory error. It looks like ME goes into some kind of infinite loop, and then craps out. When I look in Windows task manager, the amount of memory given to the javaw.exe process running Eclipse spikes dramatically (close to 1GB) and then an eclipse dialogue window pops up saying that I have run out of memory. Here is my eclipse.ini file:
-showsplash
com.genuitec.myeclipse.product
–launcher.XXMaxPermSize=128M
-vmargs
-Xms256m
-Xmx1024m
-Dosgi.bundlefile.limit=100
-Dosgi.splashLocation=C:\Program Files\MyEclipse_6.0.0_M1\eclipse\MyEclipseSplash.bmp
-Duser.language=en
-XX:PermSize=256M
-XX:MaxPermSize=512M!ENTRY org.eclipse.ui 4 0 2007-08-15 14:19:07.238
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2882)
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
at java.lang.StringBuffer.append(StringBuffer.java:224)
at com.beust.doclipse.TagFragmentAntlr.nextToken(TagFragmentAntlr.java:43)
at com.beust.doclipse.TagFragmentAntlr.parseFragment(TagFragmentAntlr.java:81)
at com.beust.doclipse.TagFragmentAntlr.<init>(TagFragmentAntlr.java:33)
at com.beust.doclipse.TagFragmentFactory.newTagFragment(TagFragmentFactory.java:17)
at com.beust.doclipse.DoclipseJavaDocProcessor.computeCompletionProposals(DoclipseJavaDocProcessor.java:87)
at org.eclipse.jdt.internal.ui.text.javadoc.LegacyJavadocCompletionProposalComputer.computeCompletionProposals(LegacyJavadocCompletionProposalComputer.java:129)
at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor.java:303)
at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:264)
at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.collectProposals(ContentAssistProcessor.java:251)
at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.computeCompletionProposals(ContentAssistProcessor.java:220)
at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1759)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:478)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposalPopup.java:475)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:410)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:404)
at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1588)
at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:176)
at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185)
at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:429)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470)Not sure if this an eclipse bug or a MyEclipse bug. Any thoughts???
August 17, 2007 at 9:03 am #274054
Loyal WaterMemberCould you please post all the information requested in Posting Guidelines at the top of the forum?
August 18, 2007 at 11:22 am #274076
Mike SmithsonMember*** Date:
Saturday, August 18, 2007 12:20:19 PM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.6.0_02*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.0 M1
Build id: 20070629-6.0.0-M1*** Eclipse details:
Eclipse PlatformVersion: 3.3.0
Build id: I20070621-1340Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070621-1340Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070621-1340Eclipse Graphical Editing Framework
Version: 3.3.0.v20070620
Build id: 20070620-1021Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070621-1340Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070621-1340Eclipse Graphical Editing Framework
Version: 3.3.0.v20070620
Build id: 20070620-1021Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\eclipse33\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\eclipse33\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\eclipse33\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-vm
C:\Program Files\Java\jre1.6.0_02\bin\client\jvm.dllAugust 21, 2007 at 11:39 am #274167
Loyal WaterMemberHave you manually installed doclipse:
http://beust.com/doclipse/Cause I’m not recognizing the plugin in the stack trace.
-
AuthorPosts
