facebook

[Closed] Debugging problem, weird breakpoints

💡
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. Installation, Configuration & Updates
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #244002 Reply

    ksin_ocp
    Member

    In the last couple of days I’ve been experiencing problems with launching JBoss from MyEclipse. Not sure what is happening since this configuration used to work. I am using Jboss 4.02 with the embedded tomcat server, MyEclipse 4.02, eclipse 3.1.1. I’m trying to launch JBoss in debug mode.

    Error stack trace:

    Thread [main] (Suspended (exception ClassNotFoundException))
    ClassLoader.findBootstrapClass(String) line: not available [native method]
    Launcher$ExtClassLoader(ClassLoader).findBootstrapClass0(String) line: 723
    Launcher$ExtClassLoader(ClassLoader).loadClass(String, boolean) line: 294
    Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean) line: 292
    Launcher$AppClassLoader.loadClass(String, boolean) line: 272
    Launcher$AppClassLoader(ClassLoader).loadClass(String) line: 255
    Launcher$AppClassLoader(ClassLoader).loadClassInternal(String) line: 315

    #244012

    Riyad Kalla
    Member

    Does JBoss launch correctly outside of MyEclipse? Maybe a library got moved/copied/etc and is causing it to fail.

    Did you drop any JARs in to your JRE/ext directory that could be conflicting?

    #244017

    ksin_ocp
    Member

    JBoss launches with no problems outside of MyEclipse and deploys my app without any hitches. I haven’t added any new jars for a long while.

    I’ve reinstalled eclipse and myeclipse. Used a fresh copy of jboss as well. I keep getting this error. Tracing the error, I find the error occurrs in the java.net.URLClassLoader class. It seems like it can’t find the org.jboss.Main.class and raises the error. I’m not sure what I could of done for this to happen. Any suggestions?

    #244021

    Riyad Kalla
    Member

    If you switch to the Debug perspective and click on your Breakpoints tab, right click and do a “Remove All” then restart JBoss does it work? Try restarting using the -clean argument to Eclipse, this sounds like the “phantom breakpoints” issue that pops up for some folks.

    #244023

    ksin_ocp
    Member

    That did it, thank you very much.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: [Closed] Debugging problem, weird breakpoints

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