
weblogic启动报错 A MultiException has 4 exceptions. They are:
## weblogic报错
A MultiException has 4 exceptions. They are:
- java.lang.NullPointerException
- java.lang.IllegalStateException: Unable to perform operation: create on weblogic.management.partition.admin.PartitionManagerService
- java.lang.IllegalArgumentException: While attempting to resolve the dependencies acle.PartitionLCMService errors were found
- java.lang.IllegalStateException: Unable to perform operation: resolve acle.PartitionLCMService
at org.jvnet.hk2.internal.Collector.throwIfErrors(Collector.java:89)
at org.jvnet.hk2.solveAllDependencies(ClazzCreator.java:250)
at org.jvnet.hk2.ate(ClazzCreator.java:358)
at org.jvnet.hk2.ate(SystemDescriptor.java:487)
at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:305)
Truncated. see log file for complete stacktrace Caused By: java.lang.NullPointerException
at javassist.util.proxy.SecurityActions.setAccessible(SecurityActions.java:103)
at javassist.util.Class3(DefineClassHelper.java:151)
at javassist.util.Class2(DefineClassHelper.java:134)
at javassist.util.Class(DefineClassHelper.java:95)
at javassist.util.Class(FactoryHelper.java:131)
Truncated. see log file for complete stacktrace
<Jun 8, 2020, 8:35:22,703 PM China Standard Time>
- weblogic安装及建域都没有报错,直到启动服务时报错
-最初使用环境为JDK14
改成JDK8之后可征程执行 - 点击下载JDK8
提取码:1234