For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 10 replies, 3 voices, and was last updated 21 years ago by
Riyad Kalla.
-
AuthorPosts
-
amonteaMemberI have seen multiple posts on this in the J2EE forum, but no clear answer.
When I update a jsp page, the cpu starts cranking at about 99%. It usually takes between 30sec to a minute to complete whatever the heck it is doing in the background. I have turned off JSP validation, so I don’t know why it is doing this.
Here is my setup:
XP Professional SP2.
1 Gig of RAM.
Pentium Centrino 1.6 MHz processor.
Eclipse 3.06
MyEclipse 3.84
I have no other plugins installed, and I installed MyEclipse with a clean version of Eclipse.
JDK version C:\j2sdk1.4.2_04I am starting Eclipse in the following way: eclipse.exe -vmargs -Xmx256M
This doesn’t happen everytime, but I would say that it happens close to 50% of the time.
I have turned off real time virus scanning.
This problem also occurs when I change to the default html editor.
Any idea what may be causing this?
Here is the log file for the las time that it happened. (Mind you, I am not using the JSP editor but instead have switched to the plain old html editor).
!SESSION May 31, 2005 16:04:49.230 ———————————————
eclipse.buildId=I200405290105
java.version=1.4.2_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US!ENTRY com.ibm.sse.editor.xml 4 4 May 31, 2005 16:04:49.230
!MESSAGE null
!STACK 0
org.eclipse.jface.text.BadLocationException
at org.eclipse.jface.text.DocumentCommand.addCommand(DocumentCommand.java:333)
at com.ibm.sse.editor.xml.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertForComment(Unknown Source)
at com.ibm.sse.editor.xml.internal.autoedit.StructuredAutoEditStrategyXML.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.jsp.internal.autoedit.StructuredAutoEditStrategyJSP.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextViewer.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextEditor$StatusLineSourceViewer.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextViewer.handleVerifyEvent(Unknown Source)
at org.eclipse.jface.text.TextViewer$TextVerifyListener.verifyText(TextViewer.java:347)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:193)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:613)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5571)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6441)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2536)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:4979)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5002)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4747)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1734)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1730)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3067)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2970)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1473)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2430)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:638)
at org.eclipse.core.launcher.Main.main(Main.java:622)!ENTRY com.ibm.sse.editor.xml 4 4 May 31, 2005 16:06:51.25
!MESSAGE null
!STACK 0
org.eclipse.jface.text.BadLocationException
at org.eclipse.jface.text.DocumentCommand.addCommand(DocumentCommand.java:333)
at com.ibm.sse.editor.xml.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertForComment(Unknown Source)
at com.ibm.sse.editor.xml.internal.autoedit.StructuredAutoEditStrategyXML.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.jsp.internal.autoedit.StructuredAutoEditStrategyJSP.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextViewer.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextEditor$StatusLineSourceViewer.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextViewer.handleVerifyEvent(Unknown Source)
at org.eclipse.jface.text.TextViewer$TextVerifyListener.verifyText(TextViewer.java:347)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:193)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:613)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5571)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6441)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2536)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:4979)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5002)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4747)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1734)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1730)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3067)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2970)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1473)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2430)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:638)
at org.eclipse.core.launcher.Main.main(Main.java:622)June 1, 2005 at 6:09 pm #230491
Riyad KallaMemberWhat is the Build ID and version information from the Window > Preferences > MyEclipse menu? THis sounds exactly like a bug in older version of MyEclipse that we had… and a few of your versions given above are incorrect so I’m hoping you aren’t actually running MyEclipse 3.8.4 and instead are running an older release (so we can upgrade it and fix the problem).
June 2, 2005 at 4:24 pm #230564
amonteaMemberversion: 3.8.4+QF2
Build Id: 200502031200-3.8.4+QF2June 3, 2005 at 10:56 am #230592
Riyad KallaMemberThis all looks kosher, can you post an example page that is causing this issue so I can try it here locally?
June 8, 2005 at 12:53 pm #230762I’m having a similar problem. All I have to do is start typing something in a JSP file and my CPU usage goes way up. The app gets so slow that it’s about 20 or 30 characters behind my typing. This is not fun for development. We are actually trying to switch to eclipse from JBuilder. Last year when I used MyEclipseIDE for JSP Development I didn’t have this slowness problem. I’m really hoping there is some answer to this problem or we may have to go back to JBuilder or find another eclipse product.
Please help if you can.thanks
June 8, 2005 at 1:01 pm #230763
Riyad KallaMemberrpray,
I’d like you to answer the same questions I asked amontea.June 8, 2005 at 1:04 pm #230764Sorry, I forgot to give you my info on the previous reply:
Eclipse platform
Version: 3.0.2
Build id: 200503110845MyEclipse Platform
Version: 3.8.4
Build id: 200501171200-3.8.4Operating System
Microsoft Windows XP Professional
Version 2002 (5.1.2600)
Service Pack 2Java version: 1.5.0_02
Hope this is helpful.
June 8, 2005 at 1:12 pm #230766
Riyad KallaMemberrpray,
I would encourage you to upgrade to QF2 and see if the problem fixes itself:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-5881.htmlJune 8, 2005 at 1:20 pm #230772I read my version from the wrong place. In the MyEclipse preferences it says:
Version: 3.8.4+QF2
Build Id: 200502031200-3.8.4+QF2June 8, 2005 at 1:22 pm #230773I tried to send you the text of one of my files, but it keeps giving me an error that says I don’t have permission to access Index.php. One thing about my files that might be of interest is that they all include java server page fragments for header and footer.
thanks.
June 8, 2005 at 1:25 pm #230777
Riyad KallaMemberrpray,
Ok you are fine then. If you can create a small sample VALID project that is compilable and then export it (File > Export > to ZIP) you can email it to support@genuitec.com ATTN Riyad and I’ll take a look at it. Don’t forget to include a link to this forum post. -
AuthorPosts

