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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -