Can not attach debugger to HTTP JVM, AMGR JVM is attached instead

前端 未结 1 872
伪装坚强ぢ
伪装坚强ぢ 2021-01-26 09:59

Domino is configured to allow remote debugging by notes.ini param:

JavaEnableDebug=1
JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8703
         


        
相关标签:
1条回答
  • 2021-01-26 10:46

    I spoke to development about this issue and it is a known issue (to them :) . When the Domino server starts up all JVMs (AMGR / HTTP) will attempt to connect to the port as per the debug settings. So which ever process grabs it first wins.

    It is currently under investigation to see if you can have multiple ports (I don't have an SPR yet).

    You can try changing the sequence of the SERVERTASKS setting in the notes.ini to launch the HTTP before the AMGR. Otherwise stop both processes and then start the one you want.

    0 讨论(0)
提交回复
热议问题