facebook

JSP editor going nuts

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #242105 Reply

    hgilde
    Member

    I’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 Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Platform

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse RCP

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Java Development Tools

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Plug-in Development Environment

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Project SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse 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.exe

    #242158

    I 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 Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Graphical Editing Framework

    Version: 3.1
    Build id: 200509301327

    Eclipse RCP

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse 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.exe

    #242172

    Riyad Kalla
    Member

    This 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.

    #242178

    hgilde
    Member

    I’ll be happy to send you a page, but it happens with most (maybe all) of my pages.

    #242291

    hgu001
    Member

    I 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”%&gt;
    <%@ taglib prefix=”x” uri=”http://java.sun.com/jstl/xml”%&gt;
    <%@ taglib prefix=”fmt” uri=”http://java.sun.com/jstl/fmt”%&gt;
    <%@ taglib prefix=”sql” uri=”http://java.sun.com/jstl/sql”%&gt;

    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 Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse RCP

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse 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.exe

    #242479

    invantix
    Member

    I 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

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: JSP editor going nuts

You must be logged in to post in the forum log in