I am using RAD 8. When I start the server in debug mode, it displays a error message states that JVM debug port 7779 is in use
. I had this problem many times as I know this port was used by RAD. So I had to stop the process with image name "Java" under Window Task Manager>Processes. But however for the first time I face this issue without no such "java" process running in Window task manager
. In my knowledge none of the IBM product does use this port presently. I have even tried to restart my system and started the RAD, but still the issue remained same.
I deleted the profile and re-created a new one. After that I started in debug more. And it started without any error.
But again to get all the resources imported from my friends server, I got his .car file. After importing this I started the server and got the same issue. Now wondering what could cause this port used issue when just importing the .car file.
Friends please share me if you have any input. I will share if I get the root cause of this
I got the issue fixed. I was able to change the debug port number. Below are the steps
-Dcom.ibm.ws.classloader.j9enabled=true -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=7780