For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 5 voices, and was last updated 20 years, 8 months ago by
invantix.
-
AuthorPosts
-
hgildeMemberI’m using the Classic JSP editor and it’s misbehaving rather badly. It gets into some kind of state where, for a period of time, it repeatedly validates the JSP. The yellow and red markers flicker as they are removed and recreated over and over again. The CPU goes to 100% and it’s impossible to edit the page because (a) Eclipse is slow because the validation is running over and over again in a tight loop and (b) any errors or warnings flicker very quickly, which is very distracting.
I’ve searched the forum, but haven’t seen anything like this. Has anyone else seen similar?
MyEclipse Info:
*** Date: Sun Nov 27 01:00:31 EST 2005
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_04*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.0
Build id: I20050627-1435Eclipse Platform
Version: 3.1.0
Build id: I20050627-1435Eclipse RCP
Version: 3.1.0
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.0
Build id: I20050627-1435Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
H:\Personal\dev\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
bdc_44
-vm
C:\WINNT\system32\javaw.exeNovember 28, 2005 at 11:05 am #242158
Rob StoeckleinMemberI have experienced the same symptoms.
MyEclipse Info:
*** Date: Mon Nov 28 11:04:18 CST 2005
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_05*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Graphical Editing Framework
Version: 3.1
Build id: 200509301327Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse-3.1.1\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
3b4_60
-vm
C:\WINDOWS\system32\javaw.exeNovember 28, 2005 at 11:39 am #242172
Riyad KallaMemberThis has been reported before as the “christmas tree effect” and we have always had trouble creating an easily reproducable test case to test again. If you are able to send us this page we woul dappreciate it for testing: support@genuitec.com ATTN Riyad, also post a link to this thread so I know why I”m getting the file.
November 28, 2005 at 11:59 am #242178
hgildeMemberI’ll be happy to send you a page, but it happens with most (maybe all) of my pages.
November 29, 2005 at 10:39 pm #242291
hgu001MemberI also experience this problem.
First, I created a new web project, as the same time add jstl support. Then I create a new jsp file under this newly created project. When I type the following taglib import, the ide becomes extremely slow, as it seems trying to validate the taglib through internet.
The taglib I was to import is quite common, as shown below:
<%@ taglib prefix=”c” uri=”http://java.sun.com/jstl/core”%>
<%@ taglib prefix=”x” uri=”http://java.sun.com/jstl/xml”%>
<%@ taglib prefix=”fmt” uri=”http://java.sun.com/jstl/fmt”%>
<%@ taglib prefix=”sql” uri=”http://java.sun.com/jstl/sql”%>My computer is P4 3.2G with 1G memory.
My startup file: D:\eclipse\eclipse3.1.1\eclipse.exe -vm D:\Java_SDK\j2sdk1.4.2\bin\javaw.exe -vmargs -Xmx256M
My sys props are:
*** Date: Wed Nov 30 12:28:26 CST 2005
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_08*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\eclipse\eclipse3.1.1\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
eb0_6c
-vm
D:\Java_SDK\j2sdk1.4.2\bin\javaw.exeDecember 1, 2005 at 3:58 pm #242479
invantixMemberI seems these feature are trying to fiunction as I am typing. I also get the slowness and pauses, sometimes for up to a minute. I would like to just validate on save of file.
THanks
-
AuthorPosts
