My Oracle Support Banner

OPSS 12.2.2.4 : Facing Issues While Building SOA 12.2.1.4 New Domain From Custom Template. (Doc ID 2774566.1)

Last updated on DECEMBER 22, 2023

Applies to:

Oracle Platform Security for Java - Version 12.2.1.3.0 and later
Information in this document applies to any platform.

Symptoms

On : 12.2.1.4.0 version, Java Platform Security

Created the  domain templates.jar using the configbuilder.sh and then created the domain using the config.sh and while create the domain selected the templates.jar and then created the domain

 

start the server

 

<Notice> <Stdout> <BEA-000000>  <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <The resource for bundle "oracle.iam.management.ovd.config.mbeans.MessageBundle_en" with key "ProviderConfigMXBean.deleteKeyStore" cannot be found.>>
 <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY.>
 <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
 <Notice> <Stdout> <BEA-000000> > <Warning> <oracle.as.jmx.framework.wls.spi.ComponentMBeans> <J2EE JMX-46715> <Error initializing MBean "com.oracle.jps:type=JpsConfig", declared in file "fmwconfig/mbeans/jps_mbeans.xml".
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.createAndInjectMBeanPojo0(TransientMBeanAssociationInfo.java:393)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.access$000(TransientMBeanAssociationInfo.java:73)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo$1.run(TransientMBeanAssociationInfo.java:378)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.createAndInjectMBeanPojo(TransientMBeanAssociationInfo.java:375)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.createMBeanPojo(TransientMBeanAssociationInfo.java:366)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.doCreateAndRegisterMBean(TransientMBeanAssociationInfo.java:264)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.createAndRegisterMBean(TransientMBeanAssociationInfo.java:248)
at oracle.as.jmx.framework.util.NonPMConfigObjectMBeanAssociationInfo.initializeConfigObjectAndAssociatedMBean(NonPMConfigObjectMBeanAssociationInfo.java:564)
at oracle.as.jmx.framework.wls.spi.ComponentMBeans.registerMBeans(ComponentMBeans.java:235)
at oracle.as.jmx.framework.wls.spi.ComponentMBeans.registerDomainLevelMBeans(ComponentMBeans.java:484)
at oracle.as.jmx.framework.wls.spi.ComponentMBeans.registerRuntimeMBeanServerMBeans(ComponentMBeans.java:502)
at oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl$5.run(JMXFrameworkProviderImpl.java:1404)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl.initRuntimeMBeanServer(JMXFrameworkProviderImpl.java:1397)
at oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl.access$400(JMXFrameworkProviderImpl.java:186)
at oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl$4.run(JMXFrameworkProviderImpl.java:1364)
at weblogic.work.ContextWrap.run(ContextWrap.java:46)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:681)
at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:352)
at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:337)
at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:57)
at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)
at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:655)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:420)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:360)
Caused By: java.security.AccessControlException: access denied ("oracle.as.jmx.framework.JMXFMWPermission" "MBean")
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at java.security.AccessController.checkPermission(AccessController.java:886)
at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:536)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:596)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:635)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:615)
at oracle.security.jps.mas.mgmt.jmx.util.JpsJmxUtil.validateMBeanAccess(JpsJmxUtil.java:140)
at oracle.security.jps.mas.mgmt.jmx.config.JpsConfigBeanImpl.<init>(JpsConfigBeanImpl.java:260)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.createAndInjectMBeanPojo0(TransientMBeanAssociationInfo.java:393)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.access$000(TransientMBeanAssociationInfo.java:73)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo$1.run(TransientMBeanAssociationInfo.java:378)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.createAndInjectMBeanPojo(TransientMBeanAssociationInfo.java:375)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.createMBeanPojo(TransientMBeanAssociationInfo.java:366)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.doCreateAndRegisterMBean(TransientMBeanAssociationInfo.java:264)
at oracle.as.jmx.framework.util.TransientMBeanAssociationInfo.createAndRegisterMBean(TransientMBeanAssociationInfo.java:248)
at oracle.as.jmx.framework.util.NonPMConfigObjectMBeanAssociationInfo.initializeConfigObjectAndAssociatedMBean(NonPMConfigObjectMBeanAssociationInfo.java:564)
at oracle.as.jmx.framework.wls.spi.ComponentMBeans.registerMBeans(ComponentMBeans.java:235)
at oracle.as.jmx.framework.wls.spi.ComponentMBeans.registerDomainLevelMBeans(ComponentMBeans.java:484)
at oracle.as.jmx.framework.wls.spi.ComponentMBeans.registerRuntimeMBeanServerMBeans(ComponentMBeans.java:502)
at oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl$5.run(JMXFrameworkProviderImpl.java:1404)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl.initRuntimeMBeanServer(JMXFrameworkProviderImpl.java:1397)
at oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl.access$400(JMXFrameworkProviderImpl.java:186)
at oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl$4.run(JMXFrameworkProviderImpl.java:1364)
at weblogic.work.ContextWrap.run(ContextWrap.java:46)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:681)
at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:352)
at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:337)
at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:57)
at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)
at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:655)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:420)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:360)
>>

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.