5 Replies Latest reply on Jul 30, 2004 4:26 AM by borg

    Source not found for exception stack trace

    jscalio

      Hi,

      I am currently running JBoss IDE release 1.2.430 with Eclipse 3.0RC1.

      When I click on an exception stace trace I am receiving a "Source not found" error dialog.

      This was working before I recently upgraded from 3.0M8 to 3.0RC1.

      Has anyone else experienced this problem?

      Does anyone know of an acceptable solution or work-around?

      I would upgrade to Eclipse 3.0RC2, but I had to completely reinstall and reconfigure Eclipse when upgrading from 3.0M8 to 3.0RC1 because the Window > Preferences > Java > Code Style > Code Formatter page could not be loaded properly.

      Thanks,
      Jim

        • 1. Re: Source not found for exception stack trace
          jscalio

          I forgot to include some of the required information:

          - Operating system - Windows XP Professional
          - Java version - JDK 1.4.2_03-b02
          - Eclipse version - 3.0RC1
          - JBoss-IDE version - 1.2.430
          - JBoss version - 3.2.0

          I am running JBoss via the launcher provided with the JBoss/IDE plugin. When I click on an exception stack trace in the console view I am receiving a "Source not found" information dialog.

          I retraced my steps of installing the plugin, creating my project, configuring the launcher, but I am still not able to figure out why this is not working. This was working before I recently upgraded the JBoss/IDE to 1.2.430 and Eclipse from 3.0M8 to 3.0RC1.

          In addition, I have searched the JBoss/IDE forum as well as read all of the associated JBoss/IDE documentation and FAQs.

          Has anyone else experienced this problem?

          Does anyone know of an acceptable solution or work-around?

          Any/all feedback is greatly appreciated.

          Thanks!

          • 2. Re: Source not found for exception stack trace
            chuuch

            I've experienced the exact same behavior since Eclipse 3.0 M8 (though I don't use JBoss).

            Have you found a solution?

            Do you use Ant to run your application? My only theory is that somehow that confuses Eclipse in its attempt to find the source.

            • 3. Re: Source not found for exception stack trace
              wdrai

              I don't think it is a problem with the Eclipse version.
              JBoss-IDE 1.2.330 in Eclipse 3.0RC3 does not have this behaviour and works perfectly.
              It is certainly a bug in JBoss-IDE 1.2.430.

              • 4. Re: Source not found for exception stack trace
                sschmidt

                Jim -
                Based on the other posts I got this working by extracting the xerces plugin from the M8 version and hacking jboss-ide 1.2.330 into the updater. Don't know yet whether this caused anything to stop working, but it does know where to to find the project's source code now.

                • 5. Re: Source not found for exception stack trace
                  borg

                  i'm having a similar problem:

                  i'd like to debug a session bean deployed on jboss. therefore i wrote a simple main()-testmethods which just gets an interface of the bean and calls the method i want to debug, but the source of the bean cannot be found :(

                  in the source tab the whole project (containing the bean's source and the test class) is included (by default!).

                  i'm using the following software:
                  windows 2000 sp4.....
                  eclipse 3.0RC3
                  jboss ide 1.3
                  jboss 3.2.2
                  (jdk 1.4.2 and j2ee sdk 1.3.1)