jitlogic / zorka

Sophisticated monitoring agent for Java

Home Page:http://zorka.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR ZicoTraceOutput Error connecting /127.0.0.1:8640: 拒绝连接

wukaipan opened this issue · comments

when deploy zico-1.0.1 to ubuntu ,zorka occur errors: ERROR ZicoTraceOutput Error connecting /127.0.0.1:8640: 拒绝连接
zico log as below:
2014-04-11 11:48:04,325 ERROR [pool-4-thread-1] c.j.z.c.ZicoServerConnector [ZicoServerConnector.java:101] Client /127.0.0.1:36693 not authorized.
2014-04-11 11:48:04,350 ERROR [pool-4-thread-1] c.j.z.c.ZicoServerConnector [ZicoServerConnector.java:125] Got ZICO exception (addr=/127.0.0.1:36693, status=10)
com.jitlogic.zorka.common.zico.ZicoException: Peer disconnected. Try again.
at com.jitlogic.zorka.common.zico.ZicoConnector.recv(ZicoConnector.java:77) ~[zorka-common-1.0.1.jar:na]
at com.jitlogic.zico.core.ZicoServerConnector.runCycle(ZicoServerConnector.java:73) ~[zico-core-1.0.1.jar:na]
at com.jitlogic.zico.core.ZicoServerConnector.run(ZicoServerConnector.java:118) ~[zico-core-1.0.1.jar:na]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [na:1.6.0_30]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [na:1.6.0_30]
at java.lang.Thread.run(Thread.java:662) [na:1.6.0_30]

Did you enable secure mode ? If so, you need to enter host manually into ZICO collector with proper IP address and proper pass phrase. This also applies to zorka agent monitoring ZICO itself.

Regardless of this, you can see occasional errors regarding connection timeout. This is harmless and I'm planning to fix it with new release, so I'm keeping this issue open and mark it as bug for this reason.

thanks for you reply...i hava disabled security by adding "zico.security = no" in  either zico.properties or zorka.properties,but problems still exist. ----- 原文 ----- 发件人: Rafal Lewczuk 主 题: Re: [zorka] ERROR ZicoTraceOutput Error connecting /127.0.0.1:8640: 拒绝连接 (#135)时 间: 2014年4月13日 16:11:22抄 送: wukaipan,  Did you enable secure mode ? If so, you need to enter host manually into ZICO collector with proper IP address and proper pass phrase. This also applies to zorka agent monitoring ZICO itself.
Regardless of this, you can see occasional errors regarding connection timeout. This is harmless and I'm planning to fix it with new release, so I'm keeping this issue open and mark it as bug for this reason.
—Reply to this email directly or view it on GitHub.