- This topic has 5 replies, 3 voices, and was last updated 20 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
boederaMemberHello!
I am using 2.7 GA with Eclipse 2.1.1
Since today my breakpoints within a JSP result in a message “Source not found for createUser_jsp.<clinit>() line: 28”.
I tried JBoss 3 & 4 and:
remove deploying
redeploy
rebuild all
rebuild all jsps
remove JBoss work & tmp directories
restart
…Any idea ?
This JSP is using many includes – but the breakpoint is before the first include.
Thanks,
Andre– System Setup ——————————-
Operating System and version: Windows XP
Eclipse version: 2.1.1
Eclipse build id: 200306271545
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 2.7 GA
Eclipse JDK version: J2SDK1.4.2_02
Application Server JDK version: J2SDK1.4.2_02
Are there any exceptions in the Eclipse log file? n– Message Body ——————————-
Riyad KallaMemberWhat JDK are you using? (You will need atleast JDK 1.4, preferably 1.4.1). What servlet container are you using internal to JBoss? (You will need a container that supports the JSR 45 spec, like Tomcat 5).
boederaMemberOK, I updated the system information
Scott AndersonParticipantAndre,
JSP debugging won’t work with JBoss 3.2.3 or 4 because they don’t provide a web container that supports JSR-045. However, JBoss 3.2.4 uses Tomcat 5 and will allow you to debug your JSP’s nicely. However, since it’s not fully released yet, you still have to build it yourself. Instructions for that are available in this thread:
https://www.genuitec.com/forums/topic/tomcat-5-jboss-3-2-4-jsp-debugging-support-closed/&highlight=jboss+3+2+4
boederaMemberthanks very much
does orion 2 support this ?
Riyad KallaMemberI do not believe it does, only because from their website I (1) couldn’t find any information about it and (2) their ‘debugging’ document says only JDK 1.2.2 is required… but for JSR 45 spec you need a 1.4+ VM to be running.
I could be wrong.
-
AuthorPosts