JBoss内存不足错误

时间:2015-06-19 18:43:28

标签: jboss jboss7.x

我尝试在命令行上使用Control + c终止当前的JBoss会话。

现在,当我尝试启动服务器时,我得到了

ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:750]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)

1 个答案:

答案 0 :(得分:0)

Control-C可能没有干净地终止上一个过程。

如果您在Windows上运行此操作,请使用任务管理器查找旧的JBoss进程并将其终止。该流程将列为java.exejavaw.exe

如果Linux使用ps -ef | grep standalone.sh来查找进程ID,然后将其删除。