[WLS12.2.1.x]Silent mode Domain 생성 안되는 문제
Products/WebLogic Server View Comments
[내용]
WLS12.2.1.3의 Silent Mode로 설치 후 Domain 생성 시 아래의 장애가 발생하며 도메인이 생성 안되는 문제 발생
Error: runCmd() failed. Do dumpStack() to see details.
Problem invoking WLST - Traceback (innermost last):
File "/app/stage/EAI-v18.0/EAI-v18.0-Weblogic-Deployment_Scripts-1.3-2/libexec/create-eai-domain.py", line 57, in ?
File "/tmp/WLSTOfflineIni5069925015904928452.py", line 21, in readTemplate
File "/tmp/WLSTOfflineIni5069925015904928452.py", line 19, in command
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:2983)
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:735)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
a.com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com/oracle/cie/domain/xml/configxb/AuthenticatorType |
[원인]
Domain 생성에 필요한 com.oracle.cie.config-wls-schema_8.6.0.0.jar 파일이 classpath에 설정 되어 잇지 않아 발생한 문제
[해결방법]
Domain 생성 시 아래의 빨간 부분을 추가 실행
-12.2.1.3
${JAVA_HOME}/bin/java -cp ${WLS_HOME}/wlserver/server/lib/weblogic.jar:${ORACLE_HOME}/oracle_common/modules/com.oracle.cie.config-wls-schema_8.6.0.0.jar weblogic.WLST basicdomain.py
|
-12.2.1.4
${JAVA_HOME}/bin/java -cp ${WLS_HOME}/wlserver/server/lib/weblogic.jar:${ORACLE_HOME}/oracle_common/modules/com.oracle.cie.config-wls-schema_8.7.0.0.jar weblogic.WLST basicdomain.py
|
'Products > WebLogic Server' 카테고리의 다른 글
[WLS 12.2.1.3] 설치 후 Opatch Error 발생 (0) | 2020.01.09 |
---|---|
[WLS 12.2.1.3] 콘솔창 접속 후 모니터링 탭 클릭시 Hang 현상 발생. (0) | 2019.11.26 |
[WLS] iPlanet 7.0.15 / WebLogic 12.1.2 연동 가이드 (0) | 2018.11.12 |
[WLS] 서버 기동, 도메인 생성 자체가 안되는 현상. (수정중) (0) | 2018.11.01 |
[WLS 12.1.3 Domain 생성시 hang 현상 관련 보고서] (0) | 2018.10.30 |
Recent Comments