OAM configureSecurityStore.py  issue

Has anyone faced this issue??
even though i am entering correct database password for opss but still I am facing this issue?
CLASSPATH=/app01/oracle/Middleware/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app01/jdk1.6.0_38/lib/tools.jar:/app01/oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/app01/oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app01/oracle/Middleware/modules/features/weblogic.server.modules_10.3.6.0.jar:/app01/oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/app01/oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app01/oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/app01/oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/app01/oracle/Middleware/oracle_common/common/wlst/lib/adfscripting.jar:/app01/oracle/Middleware/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/app01/oracle/Middleware/oracle_common/common/wlst/lib/mdswlst.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/igfwlsthelp.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/ossoiap.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/app01/oracle/Middleware/oracle_common/common/wlst/resources/wsm-wlst.jar:/app01/oracle/Middleware/utils/config/10.3/config-launch.jar::/app01/oracle/Middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/app01/oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/app01/oracle/Middleware/wlserver_10.3/common/derby/lib/derbytools.jar::
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Info: Data source is: opss-DBDS
Info: DB JDBC driver: oracle.jdbc.OracleDriver
Info: DB JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=qa2-scan.tst2.test.edu)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=test)))
INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
[EL Severe]: 2013-09-10 04:18:46.822--ServerSession(814358328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Error Code: 1017
[oracle.security.jps.internal.config.db.DbCredStoreServiceConfigurator]  checkServiceSetup - failed: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Error Code: 1017
Exception in thread "main" java.lang.RuntimeException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Error Code: 1017
oracle.security.jps.service.policystore.PolicyStoreException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Error Code: 1017
        at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.processJPAException(JpsDBDataManager.java:1671)
        at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.init(JpsDBDataManager.java:781)
        at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.beginTransaction(JpsDBDataManager.java:1139)
        at oracle.security.jps.internal.common.rdbms.util.JpsDbBootstrapImpl.<init>(JpsDbBootstrapImpl.java:154)
        at oracle.security.jps.internal.config.db.DbServiceConfiguratorDelegate.getJpsLdapBootstrap(DbServiceConfiguratorDelegate.java:87)
        at oracle.security.jps.internal.config.ldap.AbstractServiceConfigurator.checkServiceSetup(AbstractServiceConfigurator.java:122)
        at oracle.security.jps.internal.config.ldap.AbstractPersistServiceConfigurator.checkServiceSetup(AbstractPersistServiceConfigurator.java:88)
        at oracle.security.jps.internal.tools.configuration.ldap.LdapServiceEnabler.runConfiguration(LdapServiceEnabler.java:378)
        at oracle.security.jps.internal.tools.configuration.ldap.LdapServiceEnabler.configureCredentialStoreService(LdapServiceEnabler.java:221)
        at oracle.security.jps.internal.tools.configuration.ldap.LdapServiceEnabler.configureSecurityServices(LdapServiceEnabler.java:160)
        at oracle.security.jps.internal.tools.configuration.ldap.LdapServiceEnabler.main(LdapServiceEnabler.java:119)
Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Error Code: 1017
        at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:517)
        at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188)
        at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277)
        at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294)
        at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:272)
        at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.init(JpsDBDataManager.java:750)
        ... 9 more
Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Error Code: 1017
        at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)
        at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:319)
        at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138)
        at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
        at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:584)
        at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206)
        at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488)
        ... 14 more
Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
        at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:600)
        at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:445)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
        at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:380)
        at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:760)
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:401)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546)
        at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:236)
        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
        at java.sql.DriverManager.getConnection(DriverManager.java:582)
        at java.sql.DriverManager.getConnection(DriverManager.java:154)
        at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
        ... 18 more
        at oracle.security.jps.internal.tools.configuration.ldap.LdapServiceEnabler.throwExceptionWithStackTrace(LdapServiceEnabler.java:135)
        at oracle.security.jps.internal.tools.configuration.ldap.LdapServiceEnabler.main(LdapServiceEnabler.java:127)
Error: Failed to initialize security store.
Error: Create operation has failed.

Hi ,
Can you try to connect OPSS Schema from the sqldeveloper . Before running the security store ,set the Environment variables and do not start the Admin or Managed Server .
Thanks.
Ari

Similar Messages

  • OAM WebLogic integration issue

    Hi
    I have integrated portal application hosted on WebLogic with OAM using SSPI.
    The integration is successful and the application is working fine but we see following Error message in the weblogic logs whenever user hits the Portal home page.
    <Dec 2, 2008 1:39:20 AM PST> <Error> <NetPointSecurityProviders> <700012> <Access system authorization failed for resource. Type [wl_authen], Name [Authen/Basic], Operation [LOGIN]. Reason - User's authentication level is insufficient for a requested resource.>
    We see this message only when user is not authenticated before and hits Portal home page which also has Login portlet. Once user is authenticated and access any resource on the portal application, we do not see such error messages.
    Has anyone faced this issue before? And what could be wrong with the integration?
    Thanks
    Kiran Thakkar

    Hi kiran,
    U hve said tht u r successfull in integrating weblogic application server with OAM using SSPI
    The same oly v are also trying to do but we are facing some issues:
    I'm using BEA weblogic8.1sp3,OAM10.1.4.0.1 and SSPI10.1.4.0.1
    During instillation of SSPI i have selected the advanced instillation so the policies are automatically getting deployed in my OAM but after tht my weblogic is not able to start.
    In the log file it is showing the following errors:
    ####<Jan 28, 2009 12:37:02 PM IST> <Debug> <NetPointSecurityProviders> <wipro-67b4e0638> <myserver> <main> <<WLS Kernel>> <000000> <ObUserSession ctor from username, password failed
    com.oblix.access.ObAccessException: Unprotected resource LOGIN wl_authen:/Authen/Basic used in an ObAuthenticationScheme or ObUserSession constructor.
    at com.oblix.access.ObUserSession.initCppSideAuthenticate(Native Method)
    at com.oblix.access.ObUserSession.<init>(ObUserSession.java:243)
    at com.oblix.weblogic.internal.OblixDatabase.login(OblixDatabase.java:192)
    at com.oblix.weblogic.security.providers.authentication.OblixLoginModuleImpl.login(OblixLoginModuleImpl.java:193)
    at weblogic.security.service.DelegateLoginModuleImpl.login(DelegateLoginModuleImpl.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
    at weblogic.security.service.PrincipalAuthenticator.authInternal(PrincipalAuthenticator.java:326)
    at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:279)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceManagerDelegateImpl.java:786)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:886)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:717)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    ####<Jan 28, 2009 12:37:02 PM IST> <Debug> <NetPointSecurityProviders> <wipro-67b4e0638> <myserver> <main> <<WLS Kernel>> <000000> <Entering OblixLoginModuleImpl.abort>
    ####<Jan 28, 2009 12:37:02 PM IST> <Critical> <Security> <wipro-67b4e0638> <myserver> <main> <<WLS Kernel>> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    Can you please help me to solve this problem.
    Thanks in advance.

  • OIF+OAM: install/config  issues

    This post is long. Hoping that at least one of the issues is seen by someone or someone has insights before we open SR(s) with Oracle.
    We have a working OAM/OVD 11.1.1.5 installation (done according to the EDG at http://docs.oracle.com/cd/E21764_01/core.1111/e12035/toc.htm).
    We started an evaluation of OIF and ran into some issues grouped under Install and Config categories.
    h2. Install issues:
    We installed it per chapter 16 of that EDG and and all the steps went OK except step 16.7 (http://docs.oracle.com/cd/E21764_01/core.1111/e12035/oif.htm#BAJCJHBG).The config properties userldaphaenabled, fedldaphaenabled are getting set via WLST but don't appear to be persisted anywhere. On a restart they are false again. Are they supposed to be saved to config.xml of the IDMDomain? Can I try adding them manually like this as child elements under each of the wls_oif managed servers?
    <datastore>
    <userldaphaenabled>true</userldaphaenabled>
    <fedldaphaenabled>true</fedldaphaenabled>
    </datastore>
    If those settings were properly set what is it supposed to do? I can see that config.xml, cots.xml files are stored as blobs in one of the OIF db tables. Will the above setting move them from DB to LDAP?
    h2. Config/Runtime Issues:
    We proceeded with configuration because the /sp/metadata and /idp/metadata test URLs are working fine via the VIP address. we used this manual to do the integration.
    http://docs.oracle.com/cd/E21764_01/doc.1111/e15740/oif.htm#CACJDDGE. In section 4.3.1.6 (Configure Oracle Identity Federation in SP Mode) of this document it says to configure Oracle SSO. We only have OAM and not osso. We went ahead and configured the second tab (OAM) in the screen capture in that section as well (is there any documentation on how to configure that tab?)
    In SP mode (section 4.3) , testing of a resource protected with OIFScheme in OAM is not successful. It does not show any OIF login screen. Instead it takes the user to through these URLs:
         1.     https://sso.company.com/test-app/
         2.     https://sso.company.com/fed/user/sposso  
         3.     https://sso.company.com/fed/user/authnoam?refid=id-tB20kXzmHjpn6MUSdOr7qbmd2OU-
         4.     https://sso.company.com/fed/sp/art20?SAMLart=AAQAAbV1ElKBtte9uuhKoeo4h%2FMufCdY2wDlDIM2T9dL%2BvhsvtfUrwCuZg8%3D&RelayState=id-JPh8MY05pAZRckl4yOc2J4-80GI-
    and then shows this error in the browser:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11.
    The following errors are seen in the WLS_OIF1 (we turned off WLS_OIF2 during this test) managed server logs:
    <Mar 10, 2012 10:58:37 AM PST> <Error> <oracle.security.fed.eventhandler.authn.engines.oam.OAMAuthnEventHandler> <FED-18068> <Authentication failed: WebGate did not authenticate the user>
    <Mar 10, 2012 10:58:37 AM PST> <Emergency> <oracle.security.fed.model.config.Configuration> <FED-10174> <Property was not found: httpheaderattrcollector.>
    <Mar 10, 2012 10:59:27 AM PST> <Warning> <oracle.security.fed.http.handlers.authn.LoginRequestHandler> <FED-18051> <Authentication instant was not sent from the authentication engine.>
    <Mar 10, 2012 10:59:37 AM PST> <Error> <oracle.security.fed.util.ssl.KeystoreUtil> <FED-18080> <Could not retrieve key from the key store. Please verify that the key password is equal to the key store
    < this error is followed by an exception shown below>
    <Mar 10, 2012 10:59:39 AM PST> <Error> <oracle.security.fed.eventhandler.authn.engines.osso.OssoFinishSPSSOEventHandler> <FED-15134> <The service providercould not map the identity provider response to a user>
    FED-18080 exception:
    java.security.UnrecoverableKeyException: Cannot recover key
         at sun.security.provider.KeyProtector.recover(KeyProtector.java:311)
         at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:121)
         at sun.security.provider.JavaKeyStore$JKS.engineGetKey(JavaKeyStore.java:38)
         at java.security.KeyStore.getKey(KeyStore.java:763)
         at com.sun.net.ssl.internal.ssl.SunX509KeyManagerImpl.<init>(SunX509KeyManagerImpl.java:113)
         at com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509.engineInit(KeyManagerFactoryImpl.java:48)
         at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:239)
         at oracle.security.fed.util.ssl.KeystoreUtil.createKeyManagers(Unknown Source)
         at oracle.security.fed.util.soap.OIFSSLProtocolSocketFactory.createSSLContext(Unknown Source)
         at oracle.security.fed.util.soap.OIFSSLProtocolSocketFactory.getSSLContext(Unknown Source)
         at oracle.security.fed.util.soap.OIFSSLProtocolSocketFactory.createSocket(Unknown Source)
         at oracle.security.fed.util.soap.OIFSSLProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
         at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
         at oracle.security.fed.util.soap.SimpleSoapSender.sendMessage(Unknown Source)
         at oracle.security.fed.http.flow.profiles.sp.SendSoapRequestSSOResponseHandler.perform(Unknown Source)
         at oracle.security.fed.controller.ApplicationController.processServletRequest(Unknown Source)
         at oracle.security.fed.controller.web.servlet.FederationServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    A minor other problem seems to be with adcri:
    Cause: DFW-40112: There was an error executing adrci commands; the following errors have been found "Cannot run program "/app/iam/middleware/wlserver_10.3/server/adr/adrci": java.io.IOException: error=12, Cannot allocate memory"
    Action: Ensure that command line tool "adrci" can be executed from the command line.
    We can run the adcri tool from command line using the same LD_LIBRARY_PATH as used by the wls_oif1 server. Why is it trying to run it and failing and what is it trying to do? Can we turn it off?

    I reinstalled the suite. This time, during the Policy Manager install I left the "Root Directory for Policy Domains" (step/page 7-12) at the default, which was "/". The GUI now works correctly.
    On the previous install I changed the path to /AccessManagerPolicy -- it wasn't clear to me what the installer meant by 'root directory'. I did try to get /AccessManagerPolicy to work by creating a directory under my web root to match, but I still had issues with the Policy Domain -- the no policy domains would match. So, it looks like this parameter should never be changed in the installer.
    Aaron.

  • OAM ps1 upgrade issue

    Has anyone faced this issue??I am doing upgrade from OAM 11g r2 to OAM 11g r2 PS1
    copyMbeanXmlFiles('/app01/oracle/Middleware/user_projects/domains/IAM','/app01/oracle/Middleware/IAM_IDM') wls:/DIAM/serverConfig>
    java.io.FileNotFoundException: /app01/oracle/Middleware/user_projects/domains/IAM/output/upgrade/ovd-default-mbeans.xml (No such file or directory)
            at java.io.FileOutputStream.open(Native Method)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
            at oracle.security.am.upgrade.plugin.util.UpgradeCommonUtil.copyFilesFromSrc(Unknown Source)
            at oracle.security.am.wlst.util.WLSTServerUtil.copyMbeanXmlFiles(WLSTServerUtil.java:1214)
            at oracle.security.am.wlst.util.WLSTServerUtil.executeCommand(WLSTServerUtil.java:208)
            at oracle.security.am.wlst.WLSTWrapper.executeCommand(WLSTWrapper.java:151)
            at oracle.security.am.wlst.WLSTWrapper.execute(WLSTWrapper.java:106)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.python.core.PyReflectedFunction.__call__(Unknown Source)
            at org.python.core.PyReflectedFunction.__call__(Unknown Source)
            at org.python.core.PyObject.__call__(Unknown Source)
            at org.python.core.PyObject.invoke(Unknown Source)
            at OamInternal_handler$py.copyMbeanXmlFilesImpl$70(/app01/oracle/Middleware/IAM_IDM/common/script_handlers/OamInternal_handler.py:1179)
            at OamInternal_handler$py.call_function(/app01/oracle/Middleware/IAM_IDM/common/script_handlers/OamInternal_handler.py)
            at org.python.core.PyTableCode.call(Unknown Source)
            at org.python.core.PyTableCode.call(Unknown Source)
            at org.python.core.PyFunction.__call__(Unknown Source)
            at org.python.core.PyObject.invoke(Unknown Source)
            at Oam_common$py.copyMbeanXmlFiles$66(/app01/oracle/Middleware/IAM_IDM/common/script_handlers/Oam_common.py:808)
            at Oam_common$py.call_function(/app01/oracle/Middleware/IAM_IDM/common/script_handlers/Oam_common.py)
            at org.python.core.PyTableCode.call(Unknown Source)
            at org.python.core.PyTableCode.call(Unknown Source)
            at org.python.core.PyFunction.__call__(Unknown Source)
            at org.python.core.PyObject.__call__(Unknown Source)
            at org.python.core.PyObject.invoke(Unknown Source)

    Hi,
    I don't think I've seen that before. Have you performed the post patching step mentioned here: Applying the Latest Oracle Fusion Middleware Patch Set - 11g Release 2 (11.1.2.1)
    In addition to copying the files, it will also save the original ones in the .../output/upgrade directory (See Note 1563490.1), and it looks like a subsequent step is expecting at least one of them to be there.
    Regards,
    Colin

  • OAM Second Site Issue

    I'm running into an issue with OAM forcing users to re-authenticate to the application they are logged into when I access a second site protected by OAM.
    I'm using the same forms authentication scheme setup for both sites. I access site 1 first and log in. Then site 1 has a link that pops up a new window that takes the user to the second site. The user gets logged in automatically to the second site without any issues. But when I try to do anything in site 1, it forces me to re-authenticate.
    I've read on metalink that if the shared secret is corrupted that this could occur, but I regenerated the shared secret and restarted all the OAM components but still run into this issue.
    Both sites are in the same domain. Is there something I need to do with the policy of the authentication level?

    Thanks for the response. Both sites are using the same webgate, and timeout is set pretty high since this is dev. The authentication level is the same as is the directory store.
    I'm using the same form login auth scheme for both sites. I'm going to try creating two different form logins and adding the redirect to see if that will help.

  • Edge OAM audio playback issues with Adobe DPS

    Hi,
    Previous to the CC 2014.1 update, Edge OAM animations placed into my Adobe DPS folios worked and interacted fine. E.g. I had animation build and then on 'tap' elements would animate and playback audio to reflect the movement. Since updating to the 2014.1 version, any newly created OAM files placed into Adobe DPS, the audio does not work.
    Please can you advise on this issue. If there is no fix, can I get access to the previous version of Edge as it is vital I regain this function.
    Many thanks
    Lewis

    Hi,
    Thank you for the post.
    Can you please share your composition in which you are getting this issue. We will investigate this issue.
    In the mean time, you can install the previous version of Edge animate using below link.
    HTML animation | Download free Adobe Edge Animate CC trial
    Regards,
    Devendra

  • OAM 11gR1 resource issue.

    OAM 11.1.1.5
    Webgate: Deny on Not protected is unchecked. So any resource not present in Policy should be accessible.
    We have following resource protected :- /ResourceRoot/xml/.../*
    OAM is also protecting resources: /ResourceRoot/xmldef/.../*
    There might be some bug with regular expression used to match the resource policy, where for /ResourceRoot/xmldef/ is matched to policy /ResourceRoot/xml/ ?

    Yes its a bug.

  • OAM failover installation issues

    Hi,
    Our requirement is to install OAM with failover configuration. For that we have setup the Virtual Server Name for Oracle Internet Directory (to store the policy and config data) as oid.mydomain.com. I was able to connect to oid.mydomain.com using a ldap browser. Was successful in installing Identity Server, Web Pass and Policy Manager. But when i was trying to install the Access Manager, it was unable to create a windows service to start/stop/restart the service. Also, when i try to uninstall the access server and delete the Access Server Configuration from the Access system console it shows the following error:
    Error
    The following messages were produced by the product. Please contact your webmaster to fix the problem.
    Searching the directory server failed - DSA is unwilling to perform in LoadDBEntrySetSorted()
    Any idea on this error.
    Thanks in advance.

    Here are the steps I followed. I have one instance of OHS and installed everything except the WebGate on it. I took another box and installed WebGate on it and created a policy. You can even install WebGate on the same machine where you installed all the components and try to protect /access and /identity resources.
    Step 1: Install Oracle HTTP Server
    Step 2: Install Identity Server
    Step 3: Install WebPass
    Step 4: Setting Up Identity System Console
    Step 5: Installing Policy Manager
    Step 6: Configuring Access System Console
    Step 7: Setting Up Access Server
    Step 8: Installing Access Server
    Step 9A: Configuring WebGate
    Step 9B: Installing WebGate
    Step 10-1: Creating Host Identifier
    Step 10-2: Creating Authentication Scheme
    Step 10-3: Creating a Policy Domain
    Step 10-4: Creating Resources For Policy Domain
    Step 10-5: Creating Authorization Rule
    Step 10-6: Creating Default Rules
    Step 10-7: Creating Policies
    Step 10-8 Testing the Policies

  • OAM 10g reinstall issue

    We're having a problem reinstalling OAM 10g.
    We had an OAM 10g install with config and user data stored in OID. All the OAM components were uninstalled from a testing server, the oblix schema objects, attributes and oblix branch were deleted from OID. The ID server and webpass were reinstalled and the ID server web config step carried out, but after that the ID server will not restart because it can't find an ID. When we look at the new oblix branch in the ldap there isn't much there and specifically the DBAgents entry is missing.
    The suggestions for the error all point to it being that this isn't the first ID server to be installed in the ldap. We've uninstalled the first one and tried to remove everything from the ldap. Can anyone suggest what we may have left behind in the ldap because something is retaining a reference to the previous install.
    Thanks for any help.

    If a component installation terminates (or is terminated by you) after component files were extracted to the designated installation directory, you should run the Uninstaller for that component and then remove the installation directory before attempting to reinstall in the same location.
    If you simply delete the installation directory and attempt to reinstall the component in the same location, the vpd.properties file is left in an inconsistent state and reinstalling will not work.
    For example, suppose you terminate a WebGate installation after component files were extracted, then you remove the installation directory manually rather than using the WebGate uninstaller.
    In this case, the extracted files are deleted but the vpd.properties file is not. This leaves the vpd.properties file in an inconsistent state that prevents successful installation.
    Reinstalling Oracle Access Manager with Oracle Internet Directory
    If Oracle Access Manager will be removed and reinstalled with the same directory instance, only the Oracle Access Manager configuration tree(s) need be deleted.
    In this case, there is no need to remove the Oracle Access Manager schema from the directory instance.
    When reinstalling the Identity Server, select "No" when asked if you want to update the schema (which is already present). Selecting "Yes" results in an an error message "schema already exists".
    You remove the Oracle Access Manager configuration tree from the directory server instance using tools and instructions from your directory vendor.
    For Oracle Internet Directory, for example, you may use the Oracle Internet Directory Administration Console.
    However, you cannot simply delete the parent object because there are dependencies and recursive deletes are not possible.
    Oracle recommends that you do not remove the Oracle Access Manager schema from Oracle Internet Directory using the Console.
    Instead, Oracle recommends that you use the LDIF files in Component_install_dir\identity\access\oblix\data.ldap\common. For example:
    OID_oblix_schema_index_delete.ldif : Oracle Access Manager attrbitue index cleanup file drops the Oracle Access Manager indexes before or after you clean up the schema.
    OID_user_schema_delete.ldif—Oracle Access Manager user data cleanup file for Oracle Internet Directory—removes user data that resides on a separate directory instance from configuration data
    OID_oblix_schema_delete.ldif—Oracle Access Manager configuration data cleanup file for Oracle Internet Directory—removes both user and configuration data when both reside on the same directory instance
    When user data and configuration data reside in the same directory instance, only the OID_oblix_schema_delete.ldif needs to be used with the because it will also remove the user schema objects.
    However, when a separate directory instance hosts only user data the OID_user_schema_delete.ldif should be used. In either case, however, you must use the OID_oblix_schema_delete.ldif to remove the attribute index.
    For steps, see Chapter 20, "Removing Oracle Access Manager".

  • Intermittent apps logon error

    Afternoon
    Got a problem which happens every now and then.
    when you try to logon to oracle apps via OA_HTML/AppsLocalLogin.jsp you get given a screen that says LOGIN error Oracle error &ERRNO: &REASON has been detected in &ROUTINE
    It happens for all users trying to log in, if your already in then there's no problems. system works fine.
    You can log in to OAM without any issues.
    As i said, this error comes and goes, lasts between 30 minutes and 2 hours.
    Any help in find a fix or where to look to get a better error message would be very welcome.
    Thanks
    Brian

    The MO: Operation Unit variable isn't getting changed.
    Found a LOAD of errors in the OACoreGroup.0.stderr file but i'm not sure what one problem or another.
    here's three errors from around the time the issue happened. (i've chmod'ed the aferror.log 777 to make sure it's no longer an issue)
    [Jul 23, 2007 10:10:12 AM BST]:1185181812141:Thread[Thread-12877,10,main]:-1:-1:orafinlive:10.1.70.11:8100:16000:UNEXPECTED:[fnd.common.logging.FileHandler.publish]:Please check File Permission/Disk Space for: aferror.log, defaulting Logging to STDERR
    [Jul 23, 2007 10:10:12 AM BST]:1185181812141:Thread[Thread-12877,10,main]:-1:-1:orafinlive:10.1.70.11:8100:16000:UNEXPECTED:[fnd.common.logging.DebugEventManager.handlerException]:java.sql.SQLException: ORA-01000: maximum open cursors exceeded
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oopen.receive(Oopen.java:124)
         at oracle.jdbc.ttc7.TTC7Protocol.open(TTC7Protocol.java:584)
         at oracle.jdbc.driver.OracleStatement.open(OracleStatement.java:584)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2905)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734)
         at oracle.apps.fnd.common.logging.JDBCHandler.writeImmediateToDatabase(JDBCHandler.java:203)
         at oracle.apps.fnd.common.logging.JDBCHandler.publish(JDBCHandler.java:162)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalLog(DebugEventManager.java:744)
         at oracle.apps.fnd.common.logging.DebugEventManager.log(DebugEventManager.java:712)
         at oracle.apps.fnd.common.AppsLog.writeCanonical(AppsLog.java:1723)
         at oracle.apps.fnd.common.AppsLog.write(AppsLog.java:1440)
         at oracle.apps.fnd.common.AppsLog.write(AppsLog.java:1591)
         at oracle.apps.fnd.framework.webui.OAJSPHelper.writeStackTraceToLog(OAJSPHelper.java:1406)
         at oracle.apps.fnd.framework.webui.OAJSPHelper.handleErrorStackDisplay(OAJSPHelper.java:1326)
         at oa_html._OAErrorPage._jspService(_OAErrorPage.java:124)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oracle.jsp.runtime.OraclePageContext.handlePageException(OraclePageContext.java:372)
         at oa_html._OA._jspService(_OA.java:133)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    oracle.apps.icx.common.ICXSessionExpiredException: ICX Session Expired - Idle Timeout
         at oracle.apps.icx.common.WR4Context.validateSession(WR4Context.java:382)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:139)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    WR4Context.init(capture): ValidateSessionException :ICX Session Expired - Idle Timeout
    oracle.apps.icx.common.ICXSessionExpiredException: ICX Session Expired - Idle Timeout
         at oracle.apps.icx.common.WR4Context.validateSession(WR4Context.java:382)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:139)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.lang.NumberFormatException: null
         at java.lang.Integer.parseInt(Integer.java:377)
         at java.lang.Integer.parseInt(Integer.java:458)
         at oracle.apps.fnd.oam.concprogs.dashboard.WebComponentsStatus.getTimeoutValue(WebComponentsStatus.java:427)
         at oracle.apps.fnd.oam.concprogs.dashboard.WebComponentsStatus.refreshWebComponentsStatus(WebComponentsStatus.java:209)
         at oracle.apps.fnd.oam.bobj.systems.SystemMetricActions.refreshAction(SystemMetricActions.java:68)
         at oracle.apps.fnd.oam.servlet.ui.handlers.systems.SystemDashboardHandler.doRefresh(SystemDashboardHandler.java:479)
         at java.lang.reflect.Method.invoke(Native Method)
         at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
         at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
         at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
         at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
         at oracle.apps.fnd.oam.servlet.ui.oamPageFlowEngine.handleRequest(oamPageFlowEngine.java:791)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.apps.fnd.oam.servlet.ui.OAMServlet.doGet(OAMServlet.java:224)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.sql.SQLException: ORA-01000: maximum open cursors exceeded
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oopen.receive(Oopen.java:124)
         at oracle.jdbc.ttc7.TTC7Protocol.open(TTC7Protocol.java:584)
         at oracle.jdbc.driver.OracleStatement.open(OracleStatement.java:584)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2905)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734)
         at oracle.apps.icx.common.WR4Context.getSessionIDFromCookie(WR4Context.java:319)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:75)
         at oracle.apps.icx.common.AppsServlet.doPost(AppsServlet.java:81)
         at oracle.apps.icx.common.AppsServlet.doGet(AppsServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.lang.NullPointerException
         at oracle.apps.icx.common.AppsServlet.doPost(AppsServlet.java:131)
         at oracle.apps.icx.common.AppsServlet.doGet(AppsServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.lang.NullPointerException
         at oracle.apps.icx.common.WR4Context.validateSession(WR4Context.java:364)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:139)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    WR4Context.init(capture): ValidateSessionException :null
    0
    oracle.apps.icx.common.ObjectNotFoundException
         at oracle.apps.icx.common.MemoryCacheManager.remove(MemoryCacheManager.java:201)
         at oracle.apps.icx.common.ObjectStateManager.cleanup(ObjectStateManager.java:200)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:161)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.lang.NullPointerException
         at oracle.apps.icx.common.WR4Context.validateSession(WR4Context.java:364)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:139)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    WR4Context.init(capture): ValidateSessionException :null
    0
    oracle.apps.icx.common.ObjectNotFoundException
         at oracle.apps.icx.common.MemoryCacheManager.remove(MemoryCacheManager.java:201)
         at oracle.apps.icx.common.ObjectStateManager.cleanup(ObjectStateManager.java:200)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:161)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.lang.NullPointerException
         at oracle.apps.icx.common.WR4Context.validateSession(WR4Context.java:364)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:139)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    WR4Context.init(capture): ValidateSessionException :null
    0
    oracle.apps.icx.common.ObjectNotFoundException
         at oracle.apps.icx.common.MemoryCacheManager.remove(MemoryCacheManager.java:201)
         at oracle.apps.icx.common.ObjectStateManager.cleanup(ObjectStateManager.java:200)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:161)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.lang.NullPointerException
         at oracle.apps.icx.common.WR4Context.validateSession(WR4Context.java:364)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:139)
         at oracle.apps.icx.catalog.ssp.SSPCatalogContext.setWR4Context(SSPCatalogContext.java:146)
         at oa_html._jsp._por._services._LOVMain._jspService(_LOVMain.java:86)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    WR4Context.init(capture): ValidateSessionException :null
    0
    oracle.apps.icx.common.ObjectNotFoundException
         at oracle.apps.icx.common.MemoryCacheManager.remove(MemoryCacheManager.java:201)
         at oracle.apps.icx.common.ObjectStateManager.cleanup(ObjectStateManager.java:200)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:161)
         at oracle.apps.icx.catalog.ssp.SSPCatalogContext.setWR4Context(SSPCatalogContext.java:146)
         at oa_html._jsp._por._services._LOVMain._jspService(_LOVMain.java:86)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.lang.NullPointerException
         at oracle.apps.icx.common.WR4Context.validateSession(WR4Context.java:364)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:139)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    WR4Context.init(capture): ValidateSessionException :null
    0
    oracle.apps.icx.common.ObjectNotFoundException
         at oracle.apps.icx.common.MemoryCacheManager.remove(MemoryCacheManager.java:201)
         at oracle.apps.icx.common.ObjectStateManager.cleanup(ObjectStateManager.java:200)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:161)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    java.lang.NullPointerException
         at oracle.apps.icx.common.WR4Context.validateSession(WR4Context.java:364)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:139)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)
    WR4Context.init(capture): ValidateSessionException :null
    0
    oracle.apps.icx.common.ObjectNotFoundException
         at oracle.apps.icx.common.MemoryCacheManager.remove(MemoryCacheManager.java:201)
         at oracle.apps.icx.common.ObjectStateManager.cleanup(ObjectStateManager.java:200)
         at oracle.apps.icx.common.WR4Context.<init>(WR4Context.java:161)
         at oracle.apps.icx.por.apps.AppsManager.doPost(AppsManager.java:191)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:479)

  • Weblogic 8.1 with Oracle 9iR2 RAC

    Hi, Expert All
    I am having a problem of unbalanced connections connecting to two instances of an Oracle 9iR2 RAC db. I have 3 Weblogic Servers. The situation is that most of the time (8/10) majority of connections made to instance1:instance2 are (server1 2:25, server2 1:26, server3 0:27). It seems that the tns entry of (failover=on)(load_balance=on) is not working. :-(. So how can I achieve a relatively balanced configuration? Thanks.
    Parker

    See Has anyone gotten OAM/WebLogic SSPI to work w/WebLogic Portal Server 9.2? & Re: OAM WebLogic integration issue
    Edited by: vishukla on Jan 15, 2009 10:35 AM

  • Issue with Lockout Duration in Password Policy in OAM

    Hi,
    We are facing an issue with the lockout duration configuration in the password policies in the identity manager interface for our OAM setup.
    Oracle Access Manager 10g version 10.1.4
    User/Policy Store: ADAM Ldap [Microsoft ADAM 2003]
    After we lock out a user in our LDAP after 5 wrong attempts, the two attribute values in ADAM get updated to 5:
    oblogintrycount
    badPwdCount
    Also I see that "oblockouttime" gets updated with an unix timestamp.
    Now, we have set the "Lockout Duration" in the password policy as 1 hour. So, after 1 hour, the user should be unlocked in ADAM.
    However, after 1 hour when the user tries to login, he/she gets the error that a wrong password has been entered for the userID.
    When we check in ADAM, we see that the value of "oblogintrycount" was indeed reset. However the value of "badPwdCount" did not get reset and is still stuck at 5.
    If we reset both these attribute values to 0, the user can login again.
    Now, is OAM expected to reset both these attribute values to 0, or does it only reset the oblix attributes?
    If it is the latter, is there a way around to resolve this issue? Or are we doing something wrong here?
    Please let us know your feedback.
    Thanks!
    Abhishek.

    OAM only works with the ob* attributes, and not with badPwdCount attribute of the AD (ADAM). I think for some reason the password and account policies of the AD is being triggerred. Disable the AD password policy and it will be Ok.
    Hope this helps. Let us know.

  • OAM and Oracle Apps R12.1.1. Integration : Login page re-direction issue

    Iam facing redirection issue when I tried accessing the URL http://hostname:port/context/OAMLogin.jsp and its going to the page http://hostname:port/access/oblix/apps/webgate/bin/webgate.so but its not logging into the application
    Please help me in this issue.
    Thanks,
    Rajendra.

    Overlooked that you have already mentioned the version.
    Then your issue is same as pretty much everyone facing it.
    When Accessgate is deployed with script SSO_SERVER_RELEASE gets set to 10 in PLan.xml.
    And as per the design if the SSO_SERVER_RELEASE is 10, then SSO_SERVER_URL will be hardcoded as /access/oblix/apps/webgate/bin/webgate.cgi.
    If SSO_SERVER_RELEASE is 11, then SSO_SERVER_URL should be of format http://myoamserver.example.com:14100/oam/server/auth_cred_submit
    So technically with v11 in our cases, it should not even go to webgate.so
    So only option left is to deploy accessgate manually
    let me know if you need more information with this
    IK

  • OAM 11g R2- Performance issue /oam/auth/cred

    Hi Guys,
    we are facing issues regarding oam performance we are seeing unusual time delay on load, at submission of /oam/auth/cred to the landing page. we have 2 managed server having 2gb of heap size.
    Any pointers will really helpful.
    Regards
    975200

    Hi 975200,
    This error occurs during login, if some credentials or request ID is not provided in post data. Your issue is because of performance issue only.
    Try increasing cache size: OAM Console --> Access Manager --> Access Manager Settings --> Try increasing Resource Matching cache
    Check Session Count: Check number of sessions present while running load run, which gives actual users successfully logging in.
    Which tool you are using for performance test?
    What are server usages during test? (all servers)
    Try to login manually during test and check if you are able to login or not?
    Thanks & Regards,
    Chinni Ravitheja

  • Urgent: OAM 11g issue

    Hi all,
    I have installed OHS 11g & webgate 11g in one machine and OAM 11g in another machine. While starting the OHS i am getting the following error in ohs1.log file.
    [2012-12-04T14:41:42.3674+05:30] [OHS] [ERROR:32] [OHS-9999] [apache2entry_web_g
    ate.cpp] [host_id: X.X.X.X] [host_addr: X.X.X.X] [ti
    d: 1128900928] [user: pfserver] [ecid: 004o0D14RwW3FClqwsJb6G0001pD000000] [rid:
    0] [VirtualHost: main] OBWebGate_AuthnAndAuthz: The AccessGate is unable to co
    ntact any Access Servers.
    [2012-12-04T14:41:42.3684+05:30] [OHS] [ERROR:32] [OHS-9999] [odl_log.c] [host_i
    d: X.X.X.X] [host_addr: X.X.X.X] [tid: 1128900928] [
    user: pfserver] [ecid: 004o0D14RwW3FClqwsJb6G0001pD000000] [rid: 0] [VirtualHost
    : main] Request Failed for : /index.html, Resp Code : [500]
    both the server clock's are running in same timing. But if i install OHS and webgate in same server which is in OAM server host i am not getting any error.
    I am getting confused in one thing.I am getting error "Request Failed for : /index.html". But i haven't give index.html as resource while doing webgate registration.
    How to resolve this issue.Please help me ASAP.Its very urgent.
    Regards,
    Deena.

    2 things.
    How did you register the agent ? - through UI or through rreg.
    if through UI i would suggest you try to register using rreg inband registration and let me know if that is successful.
    If that fails (which i think it will)
    Its most likely a problem with your java version.
    I know for sure that Java version 1.6.0_37 doesn't work and that 1.6.0.41 works for sure.
    Can you try installing a different version of java.
    if on linux use the
    update-alternatives --config java
    as root to point to the java (other version that you installed) and try again.
    Let me know if that helps.
    Cheers
    -Kungo

Maybe you are looking for