Java 기반의 Google App Engine 을 개발하려고 할때 로컬에서 테스트까지 정상적으로 동작함에도 불구 하고 이상하게 앱엔진 서버에 올려보려고 deploy를 하면 에러가 발생합니다.
400 Bad Request 에러는 권한설정 에러라고 합니다.
(When you trying to develop a Google App Engine Java-based , error occurs when you the deploy works regardless successfully to test locally, try and post to the mysterious app engine server . The 400 Bad Request error , and then a configuration error permission .)
자바를 이용한 GAE를 개발시에는 권한 설정이 필요합니다.
구글 앱엔진 신청과 별개로 자바를 이용할 때는 추가로 신청을 해야합니다.
다음의 링크로 가기만 하면 인증이 됩니다.
http://appengine.google.com/promo/java_runtime
잠시후에 메일이 오면 인증하고 사용하시면 되겟습니다.
(When developing GAE using Java, setting of permissions is required . When using Java, you must apply additional separately from the application engine my Google. Simply return the next link , authentication is .[http://appengine.google.com/promo/java_runtime] )
'IT 문제해결' 카테고리의 다른 글
CBR, CBZ 파일? (0) | 2017.11.27 |
---|---|
8080, 8009 already in use , address in use: JVM_Bind:8080 (0) | 2017.11.24 |
MySql 에서 테이블 인덱스를 초기화하기 (0) | 2017.11.21 |
엑셀에서 셀 숫자값 반올림하기 (0) | 2017.11.21 |
윈도우7 관리자 계정으로 설치! (1) | 2017.11.21 |
댓글