facebook

Tomcat debugging suddenly too slow

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

    richardbondi
    Member

    I’m using eclipse 3.1.2 on a 1G Ram 3GHz machine running tomcat 5.5.9. I was able to step through java files and jsp files just fine, and then suddenly — I have no idea what I did — it became ludicrously and unusably slow: as in minutes for *any* page to simply load. When Tomcat is not in debug mode, the pages come up in a few seconds. In both cases tomcat is launched via myeclipse.

    Any ideas anyone?

    My org.eclipse.pde.* plugins are:
    build_3.1.2
    core_3.1.1
    doc.user_3.1.2
    junit.runtime_3.1.0
    runtime_3.1.1
    source_3.1.2
    ui_3.1.2

    Thanks,
    /r:b:

    *** Date: Mon Mar 20 08:49:30 EST 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.4.2_07

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.1.0 GA
    Build id: 20060122-4.1-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Platform

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Java Development Tools

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Plug-in Development Environment

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Project SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Graphical Editing Framework

    Version: 3.1
    Build id: 200509301327

    Eclipse RCP

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    908_58
    -vm
    C:\WINDOWS\system32\javaw.exe

    #249022

    Riyad Kalla
    Member

    Richard,
    During debugging the Eclipse debugger considers ANY open project and all it’s files possible targets for a break point. Because of this, if you are debugging and have a particularly large project open, this would cause this behavior. Try and close all the projects you are not using during debugging and see if the speed issue goes away.

    Alternative try and restart you computer, you never know what a hung process, dead port or any other like that could be doing with the debugger.

    #251114

    erictoom
    Member

    Richard,

    Did you ever get a resolution to the problems you were encountering? I am starting to have very similar problems to the ones that you were describing below.

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Tomcat debugging suddenly too slow

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