not able to see $DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

not able to see $DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

Raja
I am trying to integrate EBS 12.2 with OID/OAM. OID is successfully integrated. now. I then installed OAM and ran config.sh sucessfully without any errors. Now in order to start the admin server by creating boot.properties, when i tried to navigate to the path "$DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security" i can see that under "$DOMAIN_HOME/user_projects/domains/bifoundation_domain" the "servers"directory doesn't exist. There are other directories present. Could you please advise if this is normal and if i can manually create the directories and start the admin server.

Reply | Threaded
Open this post in threaded view
|

Re: not able to see $DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

ErmanArslansOracleBlog
Administrator
Did you add the admin server, node manager and managed servers in the Fusing Middleware Configuration Wizard (config.sh) -- in Page 5 of 9 exactly ?
Reply | Threaded
Open this post in threaded view
|

Re: not able to see $DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

raja
No Erman. So it means i need to add them. Could you please share the doc which you are pointing as page 5 of 9.

Reply | Threaded
Open this post in threaded view
|

Re: not able to see $DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

ErmanArslansOracleBlog
Administrator
Dont bother the page name (5 of 9 I mean)

here it is written :
Oracle® Fusion Middleware Installation Guide for Oracle Identity Management
11g Release 1 (11.1.1)
Reply | Threaded
Open this post in threaded view
|

Re: not able to see $DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

raja
Thanks so much, Erman. I really appreciate what you do for the Oracle community.
Reply | Threaded
Open this post in threaded view
|

Re: not able to see $DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

raja
My OAM admin server is getting started with running status and the console is also opening. But oam_admin deployment is showing the status as "failed"due to which oamconsole is not opening. Below is the snippet from the admin server logs

<Mar 2, 2017 7:55:47 AM EST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.security.am.lifecycle.ApplicationLifecycle failed: oracle.security.am.common.utilities.exception.AmRuntimeException: Component Bootstrap Failed.
oracle.security.am.common.utilities.exception.AmRuntimeException: Component Bootstrap Failed
        at oracle.security.am.lifecycle.ApplicationLifecycle.contextInitialized(ApplicationLifecycle.java:117)
        at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
        Truncated. see log file for complete stacktrace
Caused By: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at oracle.security.am.lifecycle.util.ComponentBootstrapHelper.invokeMethod(ComponentBootstrapHelper.java:136)
        Truncated. see log file for complete stacktrace
Caused By: oracle.security.am.install.AMInstallException: DB Policy not configured in mixed mode
        at oracle.security.am.install.startup.AMBootstrapListener.checkDBPolicyStoreConfigured(AMBootstrapListener.java:161)
        at oracle.security.am.install.startup.AMBootstrapListener.initialize(AMBootstrapListener.java:95)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        Truncated. see log file for complete stacktrace
>
<Mar 2, 2017 7:55:47 AM EST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'oam_admin [Version=11.1.2.0.0]'.
weblogic.application.ModuleException:
        at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
        at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        Truncated. see log file for complete stacktrace
Caused By: oracle.security.am.install.AMInstallException: DB Policy not configured in mixed mode
        at oracle.security.am.install.startup.AMBootstrapListener.checkDBPolicyStoreConfigured(AMBootstrapListener.java:161)
        at oracle.security.am.install.startup.AMBootstrapListener.initialize(AMBootstrapListener.java:95)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        Truncated. see log file for complete stacktrace
>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.56.3:7003 for protocols iiop, t3, ldap, snmp, http.>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7003 for protocols iiop, t3, ldap, snmp, http.>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "oam_domain" running in Production Mode>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
Reply | Threaded
Open this post in threaded view
|

Re: not able to see $DOMAIN_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

ErmanArslansOracleBlog
Administrator
Please create a seperate issue for this.

9 Tem 2017 15:11 tarihinde "Raja [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
My OAM admin server is getting started with running status and the console is also opening. But oam_admin deployment is showing the status as "failed"due to which oamconsole is not opening. Below is the snippet from the admin server logs

<Mar 2, 2017 7:55:47 AM EST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.security.am.lifecycle.ApplicationLifecycle failed: oracle.security.am.common.utilities.exception.AmRuntimeException: Component Bootstrap Failed.
oracle.security.am.common.utilities.exception.AmRuntimeException: Component Bootstrap Failed
        at oracle.security.am.lifecycle.ApplicationLifecycle.contextInitialized(ApplicationLifecycle.java:117)
        at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
        Truncated. see log file for complete stacktrace
Caused By: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at oracle.security.am.lifecycle.util.ComponentBootstrapHelper.invokeMethod(ComponentBootstrapHelper.java:136)
        Truncated. see log file for complete stacktrace
Caused By: oracle.security.am.install.AMInstallException: DB Policy not configured in mixed mode
        at oracle.security.am.install.startup.AMBootstrapListener.checkDBPolicyStoreConfigured(AMBootstrapListener.java:161)
        at oracle.security.am.install.startup.AMBootstrapListener.initialize(AMBootstrapListener.java:95)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        Truncated. see log file for complete stacktrace
>
<Mar 2, 2017 7:55:47 AM EST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'oam_admin [Version=11.1.2.0.0]'.
weblogic.application.ModuleException:
        at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
        at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        Truncated. see log file for complete stacktrace
Caused By: oracle.security.am.install.AMInstallException: DB Policy not configured in mixed mode
        at oracle.security.am.install.startup.AMBootstrapListener.checkDBPolicyStoreConfigured(AMBootstrapListener.java:161)
        at oracle.security.am.install.startup.AMBootstrapListener.initialize(AMBootstrapListener.java:95)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        Truncated. see log file for complete stacktrace
>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.56.3:7003 for protocols iiop, t3, ldap, snmp, http.>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7003 for protocols iiop, t3, ldap, snmp, http.>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "oam_domain" running in Production Mode>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<Mar 2, 2017 7:55:48 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>



To start a new topic under Middleware / Weblogic, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML