JDeveloper创建IntegratedWebLogicServer报错

在使用JDeveloper创建IntegratedWebLogicServer时,屏幕报错如下(有一些乱码,不知道是不是这个原因):

日志文件如下:

Adding environment variable to WLST script USER_MEM_ARGS = -Xms32m -Xmx1024m -XX:MaxPermSize=384m
Log File:      C:\Users\名称\AppData\Roaming\JDeveloper\system12.2.1.4.42.190911.2248\o.j2ee.adrs\BuildDefaultDomain.log
Label:         JDEVADF_PT.12.2.1.4.0_GENERIC_190911.2248.S
Product Home:  D:\Software\OracleSOA\oracle\jdeveloper\jdev\
Domain:        C:\Users\名称\AppData\Roaming\JDeveloper\system12.2.1.4.42.190911.2248\DefaultDomain

BuildDefaultDomain1.py      2023-10-24 14:24:08

cmd.exe /c ""D:\Software\OracleSOA\oracle\oracle_common\common\bin\wlst.cmd" "C:\Users\名称\AppData\Roaming\JDeveloper\system12.2.1.4.42.190911.2248\o.j2ee.adrs\BuildDefaultDomain1.py""
Process started
wlst > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
wlst > 
wlst > Initializing WebLogic Scripting Tool (WLST) ...
wlst > 
wlst > Welcome to WebLogic Server Administration Scripting Shell
wlst > 
wlst > Type help() for help on available commands
wlst > 
wlst > Creating Default Domain
wlst > [progress] Reading template: Basic WebLogic Server Domain
wlst > Setting Name to 'DefaultServer'
wlst > Setting ListenAddress to 'localhost'
wlst > Setting ListenPort to 7101
wlst > Enabling SSL using port 7102
wlst > Setting domain administrator to 'weblogic'
wlst > Setting domain password.
wlst > [progress] Writing domain: /C:/Users/名称/AppData/Roaming/JDeveloper/system12.2.1.4.42.190911.2248/DefaultDomain/
wlst > [progress] Closing template.
wlst > [progress] Reading domain: /C:/Users/名称/AppData/Roaming/JDeveloper/system12.2.1.4.42.190911.2248/DefaultDomain/
wlst > [progress] Adding domain extension template: Oracle ADRS 
wlst > [progress] Updating domain.
wlst > [progress] Closing domain.
wlst > [progress] Reading domain: /C:/Users/名称/AppData/Roaming/JDeveloper/system12.2.1.4.42.190911.2248/DefaultDomain/
wlst > [progress] Adding domain extension template: Oracle JRF 
wlst > [progress] Updating domain.
wlst > 十月 24, 2023 2:24:54 下午 oracle.security.jps.az.internal.runtime.policy.AbstractPolicyImpl initializeReadStore
wlst > 信息: Property for read store in parallel: oracle.security.jps.az.runtime.readstore.threads = null
wlst > [progress] Closing domain.
wlst > [progress] Reading domain: /C:/Users/名称/AppData/Roaming/JDeveloper/system12.2.1.4.42.190911.2248/DefaultDomain/
wlst > [progress] Adding domain extension template: Oracle WSM Policy Manager 
wlst > [progress] Updating domain.
wlst > Error: runCmd() 失败。执行 dumpStack() 以查看详细信息。
wlst > com.oracle.cie.domain.script.jython.WLSTException: Error updating domain:
wlst > 64254: "Artifact 生成" 阶段执行中出错
wlst > 64254: 出现错误: Exception During XMLBind
wlst > 64254: 有关详细信息, 请查看日志。
wlst > null
wlst >     at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
wlst >     at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:3085)
wlst >     at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:738)
wlst >     at sun.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
wlst >     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst >     at java.lang.reflect.Method.invoke(Method.java:498)
wlst >     at org.python.core.PyReflectedFunction.__call__(Unknown Source)
wlst >     at org.python.core.PyMethod.__call__(Unknown Source)
wlst >     at org.python.core.PyObject.__call__(Unknown Source)
wlst >     at org.python.core.PyInstance.invoke(Unknown Source)
wlst >     at org.python.pycode._pyx5.command$1(C:\Windows\Temp\WLSTOfflineIni7173398514877599009.py:19)
wlst >     at org.python.pycode._pyx5.call_function(C:\Windows\Temp\WLSTOfflineIni7173398514877599009.py)
wlst >     at org.python.core.PyTableCode.call(Unknown Source)
wlst >     at org.python.core.PyTableCode.call(Unknown Source)
wlst >     at org.python.core.PyTableCode.call(Unknown Source)
wlst >     at org.python.core.PyFunction.__call__(PyFunction.java:181)
wlst >     at org.python.pycode._pyx5.updateDomain$34(C:\Windows\Temp\WLSTOfflineIni7173398514877599009.py:143)
wlst >     at org.python.pycode._pyx5.call_function(C:\Windows\Temp\WLSTOfflineIni7173398514877599009.py)
wlst >     at org.python.core.PyTableCode.call(Unknown Source)
wlst >     at org.python.core.PyTableCode.call(Unknown Source)
wlst >     at org.python.core.PyFunction.__call__(PyFunction.java:178)
wlst >     at org.python.pycode._pyx139.f$0(C:\Users\名称\AppData\Roaming\JDeveloper\system12.2.1.4.42.190911.2248\o.j2ee.adrs\BuildDefaultDomain1.py:124)
wlst >     at org.python.pycode._pyx139.call_function(C:\Users\名称\AppData\Roaming\JDeveloper\system12.2.1.4.42.190911.2248\o.j2ee.adrs\BuildDefaultDomain1.py)
wlst >     at org.python.core.PyTableCode.call(Unknown Source)
wlst >     at org.python.core.PyCode.call(Unknown Source)
wlst >     at org.python.core.Py.runCode(Py.java:1226)
wlst >     at org.python.util.PythonInterpreter.execfile(Unknown Source)
wlst >     at weblogic.management.scripting.WLST.main(WLST.java:186)
wlst >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
wlst >     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
wlst >     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst >     at java.lang.reflect.Method.invoke(Method.java:498)
wlst >     at weblogic.WLST.main(WLST.java:47)
wlst > Caused by: com.oracle.cie.domain.script.ScriptException: Error updating domain:
wlst > 64254: "Artifact 生成" 阶段执行中出错
wlst > 64254: 出现错误: Exception During XMLBind
wlst > 64254: 有关详细信息, 请查看日志。
wlst > null
wlst >     at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:243)
wlst >     at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:732)
wlst >     ... 30 more
wlst > Caused by: com.oracle.cie.domain.script.jython.WLSTException: Error updating domain:
wlst > 64254: "Artifact 生成" 阶段执行中出错
wlst > 64254: 出现错误: Exception During XMLBind
wlst > 64254: 有关详细信息, 请查看日志。
wlst > null
wlst >     at com.oracle.cie.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:1222)
wlst >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
wlst >     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
wlst >     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst >     at java.lang.reflect.Method.invoke(Method.java:498)
wlst >     at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:226)
wlst >     ... 31 more
wlst > Caused by: com.oracle.cie.domain.script.ScriptException: 64254: "Artifact 生成" 阶段执行中出错
wlst > 64254: 出现错误: Exception During XMLBind
wlst > 64254: 有关详细信息, 请查看日志。
wlst > null
wlst >     at com.oracle.cie.domain.script.ScriptExecutor.runProgressOperator(ScriptExecutor.java:5904)
wlst >     at com.oracle.cie.domain.script.ScriptExecutor.updateDomain(ScriptExecutor.java:2496)
wlst >     at com.oracle.cie.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:1217)
wlst >     ... 36 more
wlst > Caused by: com.oracle.cie.wizard.ext.progress.ProgressOperationException
wlst >     at com.oracle.cie.domain.progress.AbstractProgressGenerator.run(AbstractProgressGenerator.java:121)
wlst >     at java.lang.Thread.run(Thread.java:748)
wlst > Problem invoking WLST - Traceback (innermost last):
wlst >   File "C:\Users\名称\AppData\Roaming\JDeveloper\system12.2.1.4.42.190911.2248\o.j2ee.adrs\BuildDefaultDomain1.py", line 124, in ?
wlst >   File "C:\Windows\Temp\WLSTOfflineIni7173398514877599009.py", line 143, in updateDomain
wlst >   File "C:\Windows\Temp\WLSTOfflineIni7173398514877599009.py", line 19, in command
wlst > 64254: "Artifact 生成" 阶段执行中出错
wlst > 64254: 出现错误: Exception During XMLBind
wlst > 64254: 有关详细信息, 请查看日志。
wlst > null
wlst > 
wlst >     at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
wlst > 
wlst >     at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:3085)
wlst > 
wlst >     at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:738)
wlst > 
wlst >     at sun.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
wlst > 
wlst >     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst > 
wlst >     at java.lang.reflect.Method.invoke(Method.java:498)
wlst > 
wlst > 
wlst > com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: Error updating domain:
wlst > 64254: "Artifact 生成" 阶段执行中出错
wlst > 64254: 出现错误: Exception During XMLBind
wlst > 64254: 有关详细信息, 请查看日志。
wlst > null
wlst > 
Elapsed time:  60504 ms
 

在网上找了一圈都没有找到问题的解决方法,实在很困扰,有没有解决这个问题的方法?

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值