I am running into an unusual problem. I have several applications deployed in Weblogic Server locally. I wanted to run the applications in debug mode. I have all the applications running locally in debug mode except one. One of the applications fails to stop at the break point. What could be the reason?
The ear I deployed is the one I built on my local, and I made sure to stop and start the server after deployment.
@sudipto : I have about 10 separate applications deployed in the weblogic. I have started weblogic in debug mode. One one of the applications fails to stop at break point. I am using Eclipse IDE, and I have put break point on java file.
@E Armitage: Yes, I have logger around the breakpoint and I can see that getting logged in the console.
Bishal Ghimire wrote:Thank you both for the reply.
@sudipto : I have about 10 separate applications deployed in the weblogic. I have started weblogic in debug mode. One one of the applications fails to stop at break point. I am using Eclipse IDE, and I have put break point on java file.
Ok, I can understand this.
How are you starting your server in debug mode? Can you please post the startWeblogic.cmd/.sh file?