- This topic has 4 replies, 2 voices, and was last updated 12 years, 8 months ago by
support-swapna.
-
AuthorPosts
-
Maxim GorelikMemberHello,
I use MyEclipse 10.6 and WAS 8.0.03 on Windows 7.
I deploy my .ear Project to the WAS and start the server in debug mode. with a lot of brakepoints in source code. But MyEclipse don’t stop running on the brakepoints.
What can i do?
Thanks
support-swapnaModeratorMaxim,
Sorry that you are seeing this issue.
Can you answer some more questions for us ?
1. Can you please copy paste the Installation Details from MyEclipse > Installation Summary > Installation Details ?
2. Can you please recheck if the breakpoints are disabled ? Please check if you have pushed the Skip all Breakpoints button in the Breakpoints view. If possible can you attach a screenshot of the Debug perspective to help us get a visual?
3. Do the breakpoints set in JSPs work as expected ?
4. Can you please try a clean on the project to see if it helps?
5. Restart the IDE, clear the contents of the .log file which is located at <workspace dir>/.metadata/.log, replicate the issue and copy paste any exceptions logged in the .log file here for us.
Let us know how it works for you.
Maxim GorelikMemberHello,
i’m sorry for the late answer. I did’t get a massage abot your answer.
> 1. Can you please copy paste the Installation Details from MyEclipse > Installation Summary > Installation Details ?
*** Date:
Dienstag, 3. April 2012 05:20 Uhr MESZ*** System properties:
OS=WindowsVista
OS version=6.1.0
OS arch=x86
Profile arch=x86
Window system=win32
Java version=1.6.0_13
Workspace=file:/C:/SAM/myeclipsworkspace/vwvtestStartWAS8_2/
VM Args=-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore
-Djava.class.path=C:\Users\gorelik\AppData\Local\Genuitec\MYECLI~2\../Common/plugins/ORB7B5~1.JAR*** Subscription information
Product Id: E3MB (MyEclipse Blue Subscription)
License version: 3.0
Full Maintenance Included
Subscription expiration date (YYYYMMDD): 20130402
Number of users: 1*** Eclipse details:
MyEclipse Blue EditionVersion: 10.6 Blue
Build id: 10.6-Blue-20120727Blueprint: MyEclipse Blue Edition 10
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Users\gorelik\AppData\Local\Genuitec\MyEclipse Blue Edition 10 – 5\myeclipse-blue.exe
-name
Myeclipse-blue
–launcher.library
C:\Users\gorelik\AppData\Local\Genuitec\MyEclipse Blue Edition 10 – 5\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_4.2.0.v201201111650\eclipse_4201.dll
-startup
C:\Users\gorelik\AppData\Local\Genuitec\MyEclipse Blue Edition 10 – 5\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-install
C:\Users\gorelik\AppData\Local\Genuitec\MyEclipse Blue Edition 10 – 5
-configuration
C:\Users\gorelik\AppData\Local\Genuitec\MyEclipse Blue Edition 10 – 5\configuration
-clean
-vm
C:\Users\gorelik\AppData\Local\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll>2. Can you please recheck if the breakpoints are disabled ? Please check if you have pushed the Skip all Breakpoints button in the Breakpoints view. If possible can you attach a screenshot of the Debug perspective to help us get a visual?
s. debug.jpg
>3. Do the breakpoints set in JSPs work as expected ?
I cannot try it because i have problems with MBeans and cannot start the server.
>4. Can you please try a clean on the project to see if it helps?
yes, i did it, bat nothing happens
Attachments:
You must be logged in to view attached files.
Maxim GorelikMember>5. Restart the IDE, clear the contents of the .log file which is located at <workspace dir>/.metadata/.log, replicate the issue and copy paste any exceptions logged in the .log file here for us.
s. .log
thanks for your help
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorMaxim.Gorelik,
Thank you for the details. The Debug perspective attachment is missing.
1. Can you please send us the server.xml file to verify ?
2. Clear the contents of the server deployment log, replicate the issue and attach the deployment. log for us ?
3. Were you able to get the execution to break at the breakpoints in any version of WAS before?
4. Can you check if the debug works for a simple web project to rule out issue with your project ? Go to MyEclipse > Examples On-Demand > SimpleJSPExample. Install it to your workspace, put a breakpoint in the java code and check if this works.
-
AuthorPosts