我的环境是一个虚拟机(Kali linux)
我这样做EMCtrl.sh start
了,我等了几分钟。
在我的日志中,我没有发现任何错误,所以我将日志级别更改为 VERBOSE:
9/16/21 11:53:00.645 AM CEST [VERBOSE] [RemoteHttpCallServiceExecutor-1] [Manager.AppMap.RemoteHttp] ConnectionException: Server not yet initialized - unable to get host and port for this EM.
com.wily.isengard.messageprimitives.ConnectionException: ConnectionException: Server not yet initialized - unable to get host and port for this EM.
at com.wily.introscope.appmap.remotehttp.RemoteHttpCallServiceImpl.makeExceptionSafeForAgent(RemoteHttpCallServiceImpl.java:825)
at com.wily.introscope.appmap.remotehttp.RemoteHttpCallServiceImpl.access$0(RemoteHttpCallServiceImpl.java:820)
at com.wily.introscope.appmap.remotehttp.RemoteHttpCallServiceImpl$RemoteHttpCallServiceProxyImpl$1.run(RemoteHttpCallServiceImpl.java:512)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: com.wily.isengard.messageprimitives.ConnectionException: Server not yet initialized - unable to get host and port for this EM.
at com.wily.introscope.appmap.remotehttp.RemoteHttpCallServiceImpl$RemoteHttpCallServiceProxyImpl$1.run(RemoteHttpCallServiceImpl.java:456)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)