facebook

Can’t launchTomcat in debug mode

💡
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 Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #245301 Reply

    awamser
    Member

    From eclipse I’m able to start tomcat in run mode. When I try to launch in debug mode i get the following error… I followed the configure details for the FAQ for app servers.

    Win XP
    Eclipse 3.1.1
    MyEclipse 4.1.0

    Thread [main] (Suspended (exception FileNotFoundException))
    URLClassPath$JarLoader.getJarFile(URL) line: 576
    URLClassPath$JarLoader.<init>(URL, URLStreamHandler, HashMap) line: 545
    URLClassPath$3.run() line: 323
    AccessController.doPrivileged(PrivilegedExceptionAction) line: not available [native method]
    URLClassPath.getLoader(URL) line: 312
    URLClassPath.getLoader(int) line: 289
    URLClassPath.getResource(String, boolean) line: 159
    URLClassLoader$1.run() line: 191
    AccessController.doPrivileged(PrivilegedExceptionAction, AccessControlContext) line: not available [native method]
    StandardClassLoader(URLClassLoader).findClass(String) line: 187
    StandardClassLoader.findClass(String) line: 574
    StandardClassLoader.loadClass(String, boolean) line: 911
    StandardClassLoader.loadClass(String) line: 810
    StandardClassLoader.loadClass(String, boolean) line: 894
    StandardClassLoader.loadClass(String) line: 810
    Bootstrap.main(String[]) line: 129

    #245341

    Riyad Kalla
    Member

    If you switch to the debug perspective, is the “Continue” or “Play” button green? Can you click it to continue?

    I suggest you go to the Breakpoints view, right click and do a Remove All, then shut down MYEclipse, add -clean to yoru command line arguments and start it back up again.

    #249627

    I can start Tomcat but not stop it. The Stop button is greyed out.

    (I’ve followed Eclipse 3.0 Kickstart by Carlos Valcarcel for how to install MyEclipse and Tomcat.)
    I’m using Windows XP Media Center Edition, Eclipse 3.1.2, MyEclipse 4.1.1, Tomcat 5.5.16.
    I installed Tomcat first as a service, then uninstalled it and installed it just by expanding the zip file.
    I’ve unistalled MyEclipse and reinstalled it. I’ve configured Tomcat for use by MyEclipse as per Valcarcel p. 184.

    Sorry to trouble you
    Thanks
    Charlie Howard

    #249629

    Riyad Kalla
    Member

    Charlie,
    This is a bug when starting in “Run” mode. Please change the launch mode back to “Debug” and stop will be enabled.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Can’t launchTomcat in debug mode

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