RAD - JVM debug port is in use

冷暖自知 提交于 2019-12-05 13:07:55

It simply means that the debug port is currently in use. Do you have any other IBM products already running on that box? Does this happen when you start your server for the first time or for subsequent tries?

One suggestion would be to hunt down rogue hanging Java processes and kill them (in case you don't need them) to resolve this.

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!