우리 코딩쟁이들에게 어쩔 수 없는 숙명으로 다가오는 멋진 세상 "Hello World !!!"

https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project/create-a-helloworld-plugin-project



$ cd atlastutorial (앞에서 만든 튜토리얼 디렉토리)


$ ls -al

합계 12

drwxrwxr-x 3 hp14 hp14 4096  7월  5 01:00 .

drwxrwxr-x 4 hp14 hp14 4096  7월  5 00:50 ..

drwxrwxr-x 3 hp14 hp14 4096  7월  5 01:00 amps-standalone


$ atlas-create-jira-plugin


...

[INFO] Sending event to Google Analytics: AMPS:jira - SDK First Run - 5.0.13

[INFO] determining latest stable product version...

[INFO] using latest stable product version: 6.4.7

[INFO] determining latest stable data version...

[INFO] using latest stable data version: 6.4.7

Define value for groupId: : com.atlassian.tutorial

Define value for artifactId: : helloworld

Define value for version:  1.0-SNAPSHOT: : 1.0-SNAPSHOT

Define value for package:  com.atlassian.tutorial: : com.atlassian.tutorial.helloworld

Confirm properties configuration:

groupId: com.atlassian.tutorial

artifactId: helloworld

version: 1.0-SNAPSHOT

package: com.atlassian.tutorial.helloworld

 Y: : Y

...

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 05:00 min

[INFO] Finished at: 2015-07-09T23:04:27+09:00

[INFO] Final Memory: 17M/41M

[INFO] ------------------------------------------------------------------------


ls -al


합계 12

drwxrwxr-x 3 hp14 hp14 4096  7월  9 23:04 ./

drwxrwxr-x 5 hp14 hp14 4096  7월  9 22:58 ../

drwxrwxr-x 3 hp14 hp14 4096  7월  9 23:04 helloworld/


$ cd helloworld


$ atlas-run



여기에서 주의할 점은...

앞에서 했던 "$ atlas-run-standalone --product jira"가 실행된 상태가 아니다.

즉, 앞에서 실행한 것 모두 종료 시키고 해야 한다.


"$ atlas-run"만으로 다 된다.



그런데...




자꾸 실패한다. 실행이 안된다.

새로 깨끗한 상태에서 처음부터 다시 해보기도 하고, 뭔가 자꾸 손도 대보고 했지만 계속 실패...


로그를 살펴보면 자꾸 Timeout이라는 내용이 나오는 것을 발견! 뭔가 수상하다!!!


혹시 로딩 타이밍이 문제인가 ?!


그래서 혹시나 서브 서버가 아니라, 본체에 VirtualBox를 설치해서 돌려보았다.




되었다?!




로그인 후 관리자 메뉴에서 "Add-ons"를 선택하자




메뉴 중에서 "Manage add-ons" 선택



방금 만든 helloworld 플러그인이 보인다.


아래 것은 테스트 ???

아직 뭔지 잘 모르겠지만 2개가 보인다.


뭐 여하튼 성공 !!!






결론은...


성능 나쁜 - 느린 - 서버에서는 실행할 때 에러가 난다.

즉, 어느 정도 성능이 되는 서버에서 돌려야 한다.


이걸 몰라서.... 3일을 날렸다.


젠장.


반응형

+ Recent posts