본문 바로가기

Back-End

(39)
제우스 cache login 제우스 부팅 startManagedServer -u username -p password -server servername 제우스 부팅시 cache login 설정 추가 startManagedServer -u username -p password -server servername -f /sw/anylink/anylink7/bin/jeusEncode - password를 저장해놓고, id/pw를 안써도 기동되도록 하는 기능 - 원래는 USER_HOME/.jeusadmin/.jeuspasswd 에 저장되는데 사이트에서는 따로 경로파일을 지정해둔 것 - 지정하는 것도 -f 옵션이고 읽는것도 -f 옵션이다.
인텔리제이 설치 인텔리제이의 강점 (vs 이클립스) - 강력한 추천 기능(Smart Completion) - 훨씬 더 다양한 리팩토링과 디버깅 가능 - 이클립스 깃에 비해 훨씬 높은 자유도 - 프로젝트 시작할때 인덱싱을 하여 파일을 비롯한 자원들에 대한 빠른 검색 속도 - HTML과 CSS, JS, XML에 대한 강력한 기능 지원 - 자바, 스프링 부트 버전업에 맞춘 빠른 업데이트 사용하는 IT 서비스 회사 - 네이버, 카카오, 라인, 쿠팡, 우아한 형제들, 구글(안드로이드 스튜디오가 인텔리제이 기반) 인텔리제이 설치 - 젯브레인 툴박스 이용 ( https://www.jetbrains.com/toolbox/app/ ) · 젯브레인의 제품 전체를 관리해주는 데스크톱 앱 · 모든 제품군의 버전 관리와 JVM 옵션 등 조정 가능
runtimeBuild.gradle WSL 환경에서 로컬 서버로 배포를 위한 gradle build script 사용방법 Probuilder WORKSPACE > {프로젝트명} 폴더에 이 파일의 압축을 현재 위치에서 풀어준다 ex) WORKSPACE => /mnt/c/install/STUDIO/superspace 프로젝트명 => devops1 runtimeBuild.zip 파일 위치 => /mnt/c/install/STUDIO/superspace/devops1/runtimeBuild.zip ※ 1_unzip_result.PNG 참고 {po7dev} 계정 접속 후 다음 명령어 실행(-b 뒤에 본인의 runtimeBuild.gradle 파일 경로를 잡아줘야 함) gradle -s cleanDir appDtoBuild appSrcCopy app..
add nature 할때 create local repository시 json 에러 git에서 import한 프로젝트를 add nature할 때 아래와 같은 화면에 서버 정보를 입력한다. 이걸 해야 bin에 class 파일이 생긴다. https://wiki.eclipse.org/FAQ_Why_should_I_add_my_own_project_nature%3F 도중 아래와 같은 에러가 뜬 적이 있을 것이다. Port나 fileport라 오류면 com.google.gson.JsonSyntaxException이 뜬다. 로그인 비밀 번호가 틀리면 Autentification Error가 뜬다. [debug] ------------------------------------------------------------- com.google.gson.JsonSyntaxException: com.go..
AWS 시작하기 AWS를 시작하는 것은 아래의 두 블로그에 자세히 나와 있다. 사실 블로그 안보고 회원가입 한 후 설치하는 과정중에 어려운 과정이 없다. https://novemberde.github.io/2017/03/31/Docker_1.html http://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/concepts.html putty로 접속하는데 No supported authentication methods available(server sent: publickey) 오류가 난 경우 Program Files에 putty 디렉토리로 가서 puttygen.exe를 실행시키고 import key를 한다. AWS에 발급받은 .pem 파일을 넣는다. RSA로 키를 genera..
Jeus Boot Binding Exception domain.xml을 올바르게 설정함에도 불구하고 내가 설정하지 않은 169.254.*.* 형식의 host ip address로 Domain Admin Server가 세팅되는 신기한 현상을 경험해 본 사람이 있을 것이다. ========================================================== This license is not appropriate for product runtime mode. Replace the license with an appropriate one. [2020.02.28 13:28:40][2] [launcher-1] [Launcher-0012] Starting the server [adminServer] with the command /usr/li..
OverlappingFileLockException [2020.02.25 22:08:05][2] [OpsServer-17] [Domain-0101] Domain Administration Server recovered. OpsServer is communicating with the domain administration server. [2020.02.25 22:08:05][1] [OpsServer-17] [File-0050] Acuiring a lock on the file failed due to an OverlappingFileLockException: /home/po7ops/jeus8/domains/domain1/config/config.lck. java.nio.channels.OverlappingFileLockException at sun.nio..
RTE, OPS startManagedServer 오류 This license is not appropriate for product runtime mode. Replace the license with an appropriate one. [2020.02.25 21:41:34][0] [launcher-1] [Launcher-0054] Starting the server using the local configuration. [2020.02.25 21:41:34][0] [launcher-1] Starting the server failed. jeus.util.JeusRuntimeException: The server [DevServer] is not valid in this domain. at jeus.launcher.ManagedServerLauncher.i..