controller tail -f 를 이용하여 catalina.out을 했는데 에러가 뜨고 멈춰있네요..

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

controller tail -f 를 이용하여 catalina.out을 했는데 에러가 뜨고 멈춰있네요..

youlee
This post was updated on .
Jul 21, 2015 2:00:01 PM org.apache.catalina.util.LifecycleBase stop
INFO: The stop() method was called on component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ngrinder-controller-3.0.4]] after stop() had already been called. The second call will be ignored.
Jul 21, 2015 2:00:01 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-bio-8009"]
Jul 21, 2015 2:00:01 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Jul 21, 2015 2:00:01 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
Jul 21, 2015 2:00:01 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-bio-8009"]

위 상태로 계속 멈춰 있네요 웹으로 들어가서 admin으로 로그인도 되고 합니다.
Reply | Threaded
Open this post in threaded view
|

Re: controller tail -f 를 이용하여 catalina.out을 했는데 에러가 뜨고 멈춰있네요..

junoyoon
Administrator
ngrinder 는 catalina.out 으로 로그를 출력하지 않고, ~/.ngrinder/log 에 로그를 출력합니다. 그쪽을 확인해 보시기 바랍니다~
Reply | Threaded
Open this post in threaded view
|

Re: controller tail -f 를 이용하여 catalina.out을 했는데 에러가 뜨고 멈춰있네요..

youlee
제가 ncloud 서버를 이용했는데 그거와는 관련이 없겠죠? 음.. 그리고 ~/.ngrinder/log를 확인해 보라고 그러셨는데 그 log 부분의 어디를 확인해야 할지를 모르겠습니다. 좀더 자세한 설명 부탁드립니다.
Reply | Threaded
Open this post in threaded view
|

Re: controller tail -f 를 이용하여 catalina.out을 했는데 에러가 뜨고 멈춰있네요..

junoyoon
Administrator
agent 는 컨트롤러가 테스트를 시작하기를 기다립니다.~ 이 신호를 기다리는 것은 정상 동작입니다.

2015-08-03 9:44 GMT+09:00 youlee [via ngrinder] <[hidden email]>:
제가 ncloud 서버를 이용했는데 그거와는 관련이 없겠죠? 음.. 그리고 ~/.ngrinder/log를 확인해 보라고 그러셨는데 그 log 부분의 어디를 확인해야 할지를 모르겠습니다. 좀더 자세한 설명 부탁드립니다.


If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/controller-tail-f-catalina-out-tp1825p1841.html
To start a new topic under ngrinder-user-kr, email [hidden email]
To unsubscribe from ngrinder-user-kr, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: controller tail -f 를 이용하여 catalina.out을 했는데 에러가 뜨고 멈춰있네요..

youlee
agent는 문제가 없는데 controller 에서 문제가 있는 것같습니다. 위에서 올린부분에서만 계속 멈춰 있습니다. 그런데
http://localhost:8080/ngrinder-controller-3.0.4 들어가서 로그인을 하고 agent 를 하면 인식을 합니다. 그리고 ngrinder를 실행하려고 하는데 에러가 뜨면서 실행되지가 않습니다.
Reply | Threaded
Open this post in threaded view
|

Re: controller tail -f 를 이용하여 catalina.out을 했는데 에러가 뜨고 멈춰있네요..

junoyoon
Administrator
컨트롤러가 아주 예전 버전이네요. 최신 버전을 다운 받아서 실행해 보시겠어요?

2015-08-03 10:26 GMT+09:00 youlee [via ngrinder] <[hidden email]>:
agent는 문제가 없는데 controller 에서 문제가 있는 것같습니다. 위에서 올린부분에서만 계속 멈춰 있습니다. 그런데
http://localhost:8080/ngrinder-controller-3.0.4 들어가서 로그인을 하고 agent 를 하면 인식을 합니다. 그리고 ngrinder를 실행하려고 하는데 에러가 뜨면서 실행되지가 않습니다.


If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/controller-tail-f-catalina-out-tp1825p1843.html
To start a new topic under ngrinder-user-kr, email [hidden email]
To unsubscribe from ngrinder-user-kr, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: controller tail -f 를 이용하여 catalina.out을 했는데 에러가 뜨고 멈춰있네요..

youlee
최신 버전으로 해보았습니다. 포트를 꼼꼼히 열어주고 나니 잘 실행됩니다. 감사합니다.