Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RAD - JVM debug port is in use

Tags:

java

rad

I am using RAD 7.5.0 and the websphere server v6.1. When i start the server in debug mode, it displays a error message states that

'Starting WebSphere application server in localhost; has encountered a problem. JVM debug port #### is in use.

What is the problem? How to resolve this?

like image 929
Srinivasan Avatar asked Jan 04 '11 10:01

Srinivasan


1 Answers

i also frustrated many times because of this eroor.. Finally found out the solution

To resolve this problem you will need to do the following to all of your subsequent servers:

1.Start the server in 'normal' mode (i.e. non-debug mode).

2.Launch the Administrative console and log in.

3.Expand 'Servers', click on 'Application Servers', and then your server instance (typically 'server1').

4.On the 'Configuration' tab expand 'Java and Process Management' and then click on 'Process Definition'.

5.Under the 'Additional Properties' header, click on 'Java Virtual Machine'.

6.Scroll to the bottom of the page, locate the 'Debug Arguments' text field, and increment the 'address' property at the very end of the string so it will use a unique port value.

7.Save your changes, exit the administrative console, stop the server, and then start it in debug mode

like image 80
Veeru Avatar answered Sep 29 '22 07:09

Veeru