윈도우에서 실행시 jetty에서 에러가 납니다.

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

윈도우에서 실행시 jetty에서 에러가 납니다.

Aj
Aj
Reply | Threaded
Open this post in threaded view
|

Re: 윈도우에서 실행시 jetty에서 에러가 납니다.

Aj
글 작성 중에 실수가 있었네요.

윈도우 7환경에서
java -XX:MaxPermSize=200m -jar  ngrinder-controller-3.3.war --port 80
이렇게 명령을 내렸습니다.

커맨드창에서 Started SocketConnector@0.0.0.0:80 이라고 뜨는 걸 확인했으나
브라우저에서 localhost로 접근 했을때 아래와 같이 에러가 납니다. 포트를 8088이나 8888등으로 바꿔봐도 마찬가지구요


HTTP ERROR: 503

Problem accessing /. Reason:

    SERVICE_UNAVAILABLE


무슨 문제일까요?
Reply | Threaded
Open this post in threaded view
|

Re: 윈도우에서 실행시 jetty에서 에러가 납니다.

junoyoon
Administrator
혹시 java8인가요? Ngrinder는 현재 java8에서 제대로 동작하지 않는 문제가 있습니다. 

2014년 8월 12일 화요일, Aj [via ngrinder]<[hidden email]>님이 작성한 메시지:
글 작성 중에 실수가 있었네요.

윈도우 7환경에서
java -XX:MaxPermSize=200m -jar  ngrinder-controller-3.3.war --port 80
이렇게 명령을 내렸습니다.

커맨드창에서 Started SocketConnector@0.0.0.0:80 이라고 뜨는 걸 확인했으나
브라우저에서 localhost로 접근 했을때 아래와 같이 에러가 납니다. 포트를 8088이나 8888등으로 바꿔봐도 마찬가지구요


HTTP ERROR: 503

Problem accessing /. Reason:

    SERVICE_UNAVAILABLE


무슨 문제일까요?


If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/jetty-tp1613p1614.html
To start a new topic under ngrinder-user-kr, email <a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;ml-node%2Bs642n113h87@n7.nabble.com&#39;);" target="_blank">ml-node+s642n113h87@...
To unsubscribe from ngrinder-user-kr, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: 윈도우에서 실행시 jetty에서 에러가 납니다.

junoyoon
Administrator
In reply to this post by Aj
혹시 java8인가요? Ngrinder는 현재 java8에서 제대로 동작하지 않는 문제가 있습니다. 

2014년 8월 12일 화요일, Aj [via ngrinder]<[hidden email]>님이 작성한 메시지:
글 작성 중에 실수가 있었네요.

윈도우 7환경에서
java -XX:MaxPermSize=200m -jar  ngrinder-controller-3.3.war --port 80
이렇게 명령을 내렸습니다.

커맨드창에서 Started SocketConnector@0.0.0.0:80 이라고 뜨는 걸 확인했으나
브라우저에서 localhost로 접근 했을때 아래와 같이 에러가 납니다. 포트를 8088이나 8888등으로 바꿔봐도 마찬가지구요


HTTP ERROR: 503

Problem accessing /. Reason:

    SERVICE_UNAVAILABLE


무슨 문제일까요?


If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/jetty-tp1613p1614.html
To start a new topic under ngrinder-user-kr, email <a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;ml-node%2Bs642n113h87@n7.nabble.com&#39;);" target="_blank">ml-node+s642n113h87@...
To unsubscribe from ngrinder-user-kr, click here.
NAML
Aj
Reply | Threaded
Open this post in threaded view
|

Re: 윈도우에서 실행시 jetty에서 에러가 납니다.

Aj
java 문제가 맞는것 같습니다 jdk1.7으로 실행했더니 잘 되네요. 감사합니다.