Upgrading to Worklight 6.2

后端 未结 2 1490
时光取名叫无心
时光取名叫无心 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条回答
  •  故里飘歌
    2021-01-23 18:26

    I guess you see this when starting your 6.2 server? It's because you have your 6.1 server still running. The clash on the dt_socket will cause the JVM to exit very early in startup.

    You may run them both by adjusting the ports in one of them.

    The dt_socket is specified in the server's jvm options:

          -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=10777
    

    the remaining ports are specified in the server.xml

提交回复
热议问题