ngrinder monitor 구동 오류

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ngrinder monitor 구동 오류

gemzsung
This post was updated on .
ngrinder 3.4.1 버전을 사용하고 있습니다.

컨트롤러 1대와 타겟서버 1대 에이전트 1대로 테스트를 해보고 있는 중입니다.

타겟서버에 모니터링 설치 후 구동을 하려고 했더니 아래와 같은 오류가 떨어지는데..

어떻게 해야 할까요?? 이유가 뭔지 잘 모르겠네요..ㅠㅠ

==========

06:01:05.903 [main] INFO  agent config - NGRINDER_AGENT_HOME : /root/.ngrinder_agent
06:01:05.907 [main] INFO  agent config - Overwrite the existing agent.conf with __agent.conf
06:01:06.031 [main] INFO  starter - ***************************************************
06:01:06.031 [main] INFO  starter - * Start nGrinder Monitor...
06:01:06.031 [main] INFO  starter - ***************************************************
06:01:06.101 [main] INFO  o.n.monitor.agent.RegisterMXBean - Added MXBean:org.ngrinder.monitor:name=System.
06:01:06.102 [main] INFO  o.n.monitor.agent.RegisterMXBean - Default MXBean Initialized.
06:01:06.102 [main] INFO  o.n.monitor.agent.MonitorServer - Service URL:service:jmx:rmi://192.168.56.180:13243/jndi/rmi://192.168.56.180:13243/jmxrmi is initiated.
06:01:06.177 [main] ERROR starter - ERROR: Cannot bind to URL [rmi://192.168.56.180:13243/jmxrmi]: javax.naming.NoPermissionException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
        java.rmi.AccessException: Registry.bind disallowed; origin /192.168.56.180 is non-local host]
06:01:06.181 [main] ERROR starter - Error while starting Monitor
java.io.IOException: Cannot bind to URL [rmi://192.168.56.180:13243/jmxrmi]: javax.naming.NoPermissionException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
        java.rmi.AccessException: Registry.bind disallowed; origin /192.168.56.180 is non-local host]
        at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:826) ~[na:1.7.0_161]
        at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431) ~[na:1.7.0_161]