본문 바로가기

Back-End/ProObject

(19)
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..
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..
GET 방식으로 POST 방식 서비스 요청하기 패킷 확인하는 테스트 Get방식으로 HTTP 프로토콜 서비스를 요청하는 것은 아래와 같은 방식으로 하면 가능하다. Get방식은 데이터를 URL에 붙여서 보낸다. http://192.168.154.117:34000/TestApp1.TestSG1.SOMEMBER?{"dto":{"flag":"0"}} 어디까지가 URL 주소이고 어디까지가 값인지 판단하는 구분자 : ? 파라미터 값이 여러개있다면 그 파라미터 구분자 : & POST방식은 POSTMAN을 활용하여 테스트 하였다. POST방식은 데이터를 URL이 아닌 데이터 body에 넣어서 보낸다. URL과 데이터를 어떻게 key를 연결하는지는 잘 모르겠다ㅜ 결과 응답 화면
ProObject 설치 구성도
proobject 서버 부팅중 NameNotFoundException javax.naming.NameNotFoundException: OP_LOOKUP failed: test [Root exception is javax.naming.NameNotFoundException: [test] Name not found.] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorI..
proobject 부팅 오류 [2020.02.21 10:05:31][2] [DevServer-26] [SCF-0200] SCF Leader state has been changed from 'WAITING_FOR_ANNOUNCE' to 'ASSIGNED'. [2020.02.21 10:05:32][2] [DevServer-26] [SCF-0200] SCF Leader state has been changed from 'ASSIGNED' to 'ELECTING'. [2020.02.21 10:05:32][2] [DevServer-26] [SCF-0200] SCF Leader state has been changed from 'ELECTING' to 'WAITING_FOR_ANNOUNCE'. [2020.02.21 10:05:33][2] [..
Studio, Git 연동 설정하기 1. Window > Proferences > General > Content Types > EMP Compare > File associations 에 다음과 같이 추가 ※ 이미 되어 있다면 안해도 된다. 2. Window > Proferences > EMF Compare > Merge > 체크 ※ Merge 과정에서 conflict 발생한 파일들에서 conflict 나지 않는 부분들을 자동 병합하는 설정 3. Window > Proferences > EMF Compare > Post Processors 2개 항목 체크 ※ 충돌-병합 과정에서 index 추가까지 과정을 편하게 할 수 있게 함 4. Window > Proferences > EMF Compare > Engines > Confilct > S..