- This topic has 9 replies, 2 voices, and was last updated 20 years, 2 months ago by Riyad Kalla.
-
AuthorPosts
-
cbattisParticipantStarting this week, I suddenly can no longer debug servlet/action classes. EJB classes still debug fine.
When setting breakpoints in action classes, the debug perspective is shown, but instead of my source window, I get a white Class File Editor screen with the message “There is no source file attached to the class file xxx.class”. There is no button on the page that allows me to select the source location. If I step through the method, the variables window shows local variables, but I can’t see the source.
I get the same thing when deploying a full ear through an ant build, or just an exploded war using MyEclipse deployment wizard. My version of eclipse is 3.0, myeclipse is 3.8 beta 2.
Riyad KallaMemberI need to check on this, you are the 3rd person to report this and I wonder whats going on…
Riyad KallaMemberCan you do a rebuild of your project and see if that fixes the issue?
cbattisParticipantYes, I have done a clean and rebuild on all projects in the EAR. No change.
Riyad KallaMemberOk thank you, I will let the devs know.
Riyad KallaMembercbattis,
I want to check a few last things1) You are using our deployment tool
2) You are using ME to launch the application server
3) You are laucnhing the application server in Debug mode
4) Your compiler settings either globally or for that project leave in all the debugging symbols and informationCan you check these for me and let me know?
cbattisParticipant1. yes, exploded WAR deployment to WLS 8
2. yes, starting WLS 8 using widget in MyEcplise perspective
3. launch tab in WLS 8 under application servers preferences is set to “debug mode”
4. property settings for web project for java compiler are “use workspace settings”. Under window->preferences->java->compiler->compliance and classfiles I have the following checked:
“add variable attributes”, “add line number attributes”, “add source file names”, and “preserve unused local variables”.
Riyad KallaMemberOk, again thank you. The devs are trying to widdle down every possible problem first.
cbattisParticipantThe problem has now mysteriously disappeared. Don’t know what changed…
Riyad KallaMemberNew 3.8.2 release?
-
AuthorPosts