웹로직 기동 실패(포트 겹침) 원인 및 해결 방법
웹로직 기동 실패 (포트 겹침) 원인과 해결 방법 웹로직(WebLogic) 서버 … Read more
웹로직 기동 실패 (포트 겹침) 원인과 해결 방법 웹로직(WebLogic) 서버 … Read more
업데이트 및 정기배포의 경우 WEB-INF/lib 아래 jar 파일을 교체하는 경우가 … Read more
오라클 jdbc 업그레이드 하면서 날짜를 넣는 항목에 시 분 초 … Read more
<Aug 18, 2024 11:01:58 AM KST> <Error> <EmbeddedLDAP> <BEA-171519> <Could … Read more
1. config.xml 에서 확인 ${DOMAIN_HOME}/config 아래 config.xml 을 에서 버전을확인할 … Read more
– **암호화**1. Domain Home 아래 bin 이동2. . ./setDomainEnv.sh3. java weblogic.security.Encrypt ${password} 입력 예시) – **복호화**1. 오라클홈 wlserver/common/bin 이동2. ./wlst.sh3. domain = “${도메인홈}”4. service = weblogic.security.internal.SerializedSystemIni.getEncryptionService(domain)5. encryption = weblogic.security.internal.encryption.ClearOrEncryptedService(service) 6. print encryption.decrypt(“{AES256}비밀번호”) 예시) wls:/offline> domain = … Read more
<Error> <Security> <BEA-090783> <Server is running in Development Mode and … Read more
데이터소스를 생성하다가 생기는 오류인데 weblogic.common.ResourceException: Failed to bind remote object … Read more
<BEA-090504> <Certificate chain received from 인증서 failed hostname verification check. … Read more
11g 이하버전에서 14c로 업그레이드를 할 경우 기동속도가 느려지는 현상이 발생 … Read more