- This topic has 13 replies, 5 voices, and was last updated 17 years, 8 months ago by
sclewissr.
-
AuthorPosts
-
MarcMemberUsing MyEclipse version: 6.0.0 GA, build id: 6.0.0-GA-200708
I can’t seem to debug any JSPs. I tried using a simple JSP from the templates created by MyEclipse when creating a new JSP. It auto deployed properly to WebLogic and I successfully added the breakpoint. Unfortunately, whenever the page is loaded the debugger is never launched.
I’ve also noticed that the breakpoint does not appear with a checkmark as stated in the MyEclipse documentation.
As far as I can tell, WebLogic 8.1sp4 does support JSR 045: Native JSP debugging.
The web project is deployed as an exploded project to WebLogic.
September 13, 2007 at 12:50 pm #275551
Loyal WaterMemberThe debugger is not stopping at breakpoints or you are unable to add breakpoints ?
September 13, 2007 at 12:54 pm #275552
MarcMemberThe debugger is not stopping at the breakpoint. I’m able to debug Java classes but not JSPs.
September 13, 2007 at 1:23 pm #275553
MarcMemberI tried the testing the “GoogleMapsExample” available from the “MyEclipse->Install Example Applications…”. I wasn’t able to debug the JSPs in WebLogic but was able to debug the JSP when I targeted Tomcat 5.5.
The problem seems to be isolated to WebLogic.
September 13, 2007 at 1:55 pm #275563
Loyal WaterMemberCan you go through this FAQ and try the step mentioned here
https://www.genuitec.com/forums/topic/weblogic-8-jsp-debugging-is-broken-but-it-supports-jsr-45/September 14, 2007 at 9:47 am #275589
MarcMemberNo luck… I’ve added these paramaters with the rest of my JSP parameters but I unfortunately had no success.
My WebLogic launch mode is also set to “Debug mode”.
September 17, 2007 at 10:17 am #275698
Riyad KallaMemberThis message has not been recovered.
September 18, 2007 at 2:44 pm #275855
sclewissrMemberThis message has not been recovered.
September 19, 2007 at 9:26 am #275890
Loyal WaterMemberThis message has not been recovered.
October 1, 2007 at 5:24 pm #276379
mvsrosyMemberThis message has not been recovered.
October 2, 2007 at 7:44 am #276391
Loyal WaterMemberThis message has not been recovered.
October 11, 2007 at 11:27 am #276821
sclewissrMemberHi Nipun,
I am getting the null pointer exception on all JSPs. I have my web application source on my C: drive and I am currently using 5.5.1 GA with no issues. When I install verison 6.0 and try to access any JSP I get the nullpointer exception. In particular I am accessing the same modules in both 5.5.1 GA and 6.0. For some reason 6.0 doesn’t like something about them.
Sorry to take so long in getting back to you. I actually went back and tried it again, removing 5.5.1 GA completely, installing 6.0, etc. to no avail. I am back to using 5.5.1 GA since that is working.Thank You!
October 11, 2007 at 12:29 pm #276827
Loyal WaterMembersclewissr ,
Can you please go to MyEclipse > Installation Summary > installation details and paste your 6.0 installation details here for me. I’m sure there is something wrong with the setup. I can point it out after going through the details.October 12, 2007 at 11:48 am #276869
sclewissrMemberHi Nipun,
I just installed 6.0 and tried it again. Still got the nullpointerexception. Here is the information you requested:*** Date:
Friday, October 12, 2007 12:46:17 PM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.0 GA
Build id: 6.0.0-GA-200708*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.0 GA
Build id: 6.0.0-GA-200708Eclipse Graphical Editing Framework
Version: 3.3.0.v20070620
Build id: 20070620-1021Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata
efc_7c
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exeThank You!
sclewissr -
AuthorPosts