- This topic has 6 replies, 5 voices, and was last updated 14 years, 6 months ago by Jeff Kish.
-
AuthorPosts
-
Jeff KishMemberHi.
I’m not new to eclipse but am new to myeclipse.
I have a web app setup and debuggable with a local instance of bea weblogic 9
When I hit a break point in my code I get a window with a ‘Source Not Found’ message, and a button to let me edit the source lookup path.I have to edit the path (by adding a new directory) everytime I start a new debug session and hit the break point.
The directory I add is already visible if I right click in package explorer on the top of my project and look at the Java Build Path | Source tab under Source folders on build path.
Normally I would add something to the runtime/debug configuration but I don’t have an explicit one, I have just been right clicking on the server in the Servers tab and selecting ‘Debug Server’ to run it.
Where can I edit the source path so I don’t have to use the button ‘Edit Source Path’ each time I debug? Thanks
Jeff
support-shaliniMemberJeff,
Can you give some more information?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installatiom Details?
2. Are there any errors logged in the log file located at workspace dir > .metadata > .log? Please clear your log file and save it before you start your debug session.
Also, Can you clarify if the project is created with MyEclipse or if the project is imported from a different IDE?
support-joyMemberJeff,
Can you answer few queries for me to get to the root cause?
1. Can you copy and paste your installation detail? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details.
2. You mention a web application. Is this created in MyEclipse or have you imported to ME?
3. Can you attach a screenshot of your weblogic 9 configuration?
4. Can you check your .log file located at [your workspace dir]/.metadata/.log and check if there are any relevant issues logged?
5. Can you attach screenshot of your project in the package explorer in the expanded mode and also source not found issue? This will help me get a visual.
Sorry for the inconvenience.
md10024MemberHi,
I’m having the same problem, I need to re-select the source lookup path every time I start the debugger, this happens with every project.
some projects were imported, some created by mvn eclipse:eclipse,
here’s my installation summary
*** Date: Friday, May 21, 2010 12:35:04 PM PDT ** System properties: OS=MacOSX OS version=10.6.3 Java version=1.5.0_19 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.5 Build id: 8.5-20100319 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.5 Build id: 8.5-20100319 Eclipse startup command=-os macosx -ws carbon -arch x86 -showsplash -launcher /Library/Genuitec/Profiles/MyEclipse 8.5/myeclipse.app/Contents/MacOS/myeclipse -name Myeclipse --launcher.library /Library/Genuitec/Profiles/MyEclipse 8.5/myeclipse.app/Contents/MacOS//../../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.200.v20090520-1835/eclipse_1206.so -startup /Library/Genuitec/Profiles/MyEclipse 8.5/myeclipse.app/Contents/MacOS/../../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install /Library/Genuitec/Profiles/MyEclipse 8.5 -configuration ../../../configuration -launcher /Library/Genuitec/Profiles/MyEclipse 8.5/myeclipse.app/Contents/MacOS/myeclipse -install /Library/Genuitec/Profiles/MyEclipse 8.5 -configuration ../../../configuration -launcher /Library/Genuitec/Profiles/MyEclipse 8.5/myeclipse.app/Contents/MacOS/myeclipse -install /Library/Genuitec/Profiles/MyEclipse 8.5 -configuration ../../../configuration -data /users/mark/dev/work/qnote -launcher /Library/Genuitec/Profiles/MyEclipse 8.5/myeclipse.app/Contents/MacOS/myeclipse -install /Library/Genuitec/Profiles/MyEclipse 8.5 -configuration ../../../configuration -keyring /Users/mark/.eclipse_keyring -consoleLog -showlocation -vm /System/Library/Frameworks/JavaVM.framework
support-shaliniMembermd10024,
I shall escalate this to the dev team member. They will get back to you on this.
Brian FernandesModeratormd10024,
Are you experiencing this problem with WebLogic 9 too? Or are you seeing this for some other server.
md10024, / kishjeff,
What source are you trying to debug which is failing? JSP or Java? Does it work for JSP and fail for Java? Or does it fail for both?
Jeff KishMemberWow, sorry but I did not get an indication that there had been a reply.
I am debugging java code. I have not used it at all for jsp debugging. This is generally with weblogic 9.x
-
AuthorPosts