jboss7.x - JBoss out of memory error -


i tried terminate current jboss session using control + c on command line.

now when try start server,

error: transport error 202: bind failed: address in use error: jdwp transport dt_socket failed 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) 

control-c didn't terminate previous process cleanly.

if you're running on windows use task manager find old jboss process , kill it. process listed java.exe or javaw.exe

if linux use ps -ef | grep standalone.sh find process id , kill it.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -