Upgrading to Worklight 6.2

后端 未结 2 1480
时光取名叫无心
时光取名叫无心 2021-01-23 17:38

I am facing issue with upgrading to Worklight 6.2. Please find the error below:

ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Trans         


        
2条回答
  •  梦毁少年i
    2021-01-23 18:26

    We can solve the problem without restarting your system.

    Just type this in your commande line ( Linux, Mac OS) to look for process Id Worklight is using and kill it. Then go back to your eclipse and start your server. I'll work like a charm. Here the commande Line :

    ps -A | grep worklight
    kill -9 57184
    

    (57184) : is the process Id, for my case I found 2 processes so killed the both.

提交回复
热议问题