Oracle BI Manage Cache

In Oracle Administrator, can't select Manage Cache, the "Cache" is not highlighted. I am in Online Mode.
Any Idea !!
Thanks

Hi,
check the NQSConfig.INI inside the <OBIEE_HOME>\C:\Oracle\OracleBI\server\Config, probably you have the cache section not enabled, like this:
[ CACHE ]
ENABLE     =     NO;
Change the tag:
[ CACHE ]
ENABLE     =     YES;
Restart the BI Server.
Regards,
Gianluca

Similar Messages

  • Oracle Access Manager Cache Flush issue

    Need urgent help on this.. We have multiple access servers and 2 policy managers. I am able to flush cache from one of the policy manger the other but get the other one is unable to flush cache on all the access servers. Getting error that "following access server cannot be contacted" with list of some access servers. I am successfully able to make telnet connection to all the access servers. Any suggestions on what may be the issue.
    Thanks.
    VInay

    Hi Vinay,
    Please check that the transport mode (open/simple/cert) is the same of the Access Servers that it is trying to contact, and that the Policy Manager certs are valid (if simple/cert, obviously). Another idea - if the failing Policy Manager is on a different subnet from the Access Servers, it may be timing out trying to contact them.
    Regards,
    Colin

  • Web Cache doesn't work with Oracle Enterprise Manager

    In my Oracle 9i Application Server Release 2 since I have changed the administrator and invalidator password in the Web Cache Manager the Web Cache appears as unavailable in the Oracle Enterprise Manager, but it's working!! Any idea?

    You have to modify the password manually in OEM's target.xml.

  • Problem installing Oracle Identity Manager Server  9.1

    Hello,
    I try to install oracle identity Manager Server 9.1, but I'm having a problem.
    Oracle identity manager 9.03 is already installed with jboss-4.0.3SP1 and j2sdk1.4.2_15
    and oracle 10.2.0
    So I follow these steps to clean out the db:
    1. Drop tablespace: drop tablespace oimtbs including contents;
    2. Drop user: drop user oimuser cascade;
    and ran prepare_xl_db.bat as instructed. No errors in the log.
    I ran the DiagonasticDashboard : the db setup was fine.
    When I ran the installer "setup_server.exe", i haved this message :
    Folowing Error occured during schema creation
    Error encountered while loading database script
    E:\OIM_Install\OIM9100\installServer\Xellerate/db/oracle/xell.sql
    Please contact your DBA!
    maximum key length (1478) exceeded
    Does anybody have any idea what this error is about ?
    Thanks.

    Index IDX_LKV_LKV_ENCODED on Table LKV (Column :- LKV_ENCODED - VARCHAR2(3000)) is failing on 2k block size. Though all the Indexes are working fine with the 4k block size.
    But OIM Dev team recommends to create the 8k block size for the Index storage.
    Because the blocksize affects the number of keys within each index node, it follows that the blocksize will have an effect on the structure of the index tree. All else being equal, large blocksizes will have more keys, resulting in a flatter index than the same index created in a 2k tablespace. A large blocksize will also reduce the number of consistent gets during index access, improving performance for scattered reads access.
    HOW TO CREATE THE INDEXES IN LARGER BLOCKSIZE TABLESPACE
    In the existing database:-
    Create a tablespace with the 8k blocksize, For Example
    First,
    Set the system cache size for that particular db block size
    sql> alter system set db_8k_cache_size=100M;
    sql> CREATE TABLESPACE db_8k_tablespace DATAFILE 'C:/oracle/product/10.2.0/oradata/8k_file.dbf' SIZE 100M BLOCKSIZE 8192;
    Then
    Reorganize the Index using command:-
    sql> Alter Index <Index_Name> Rebuild tablespace <Tablespace_Name>
    Regards,
    Neeraj Goel

  • How to deploy hibernate application in Oracle Content Management  SDK?

    Hi All,
    I have a hibernate application which is perfectly working in Tomcat Server. I need to deploy the application under an OC4J Instance of Oracle Content Management SDK.
    I have deployed the application under one OC4J Instance, but when I submitting the login page of the application, some errors are coming. The error is given below.
    06/03/16 16:16:43 Started
    06/03/16 16:17:04 vidushiapp: jsp: init
    06/03/16 16:17:04 vidushiapp: LOGGING: init
    06/03/16 16:17:04 vidushiapp: LOGGING: [WebStarterAppServlet 1] init() called.
    06/03/16 16:17:04 vidushiapp: Started
    06/03/16 16:17:06 vidushiapp: NodeGuardian:
    06/03/16 16:17:06 vidushiapp: NodeGuardian: Oracle Content Management SDK
    06/03/16 16:17:06 vidushiapp: NodeGuardian: Node Guardian 9.0.4.2.2
    06/03/16 16:17:06 vidushiapp: NodeGuardian: Copyright (c) 2000, 2004 Oracle. All rights reserved.
    06/03/16 16:17:06 vidushiapp: NodeGuardian:
    06/03/16 16:17:06 vidushiapp: NodeGuardian: Domain = ifs://ritesh:1521:CMSDK.daffodildb.com:CM_SCHEMA
    06/03/16 16:17:06 vidushiapp: NodeGuardian: Node = Sample2HttpNode
    06/03/16 16:17:06 vidushiapp: NodeGuardian: ProcessId = 1456
    06/03/16 16:17:06 vidushiapp: NodeGuardian: Guarded = false
    06/03/16 16:17:06 vidushiapp: NodeGuardian: JavaCommand = java
    06/03/16 16:17:06 vidushiapp: NodeGuardian: LogLevel = 4
    06/03/16 16:17:06 vidushiapp: NodeGuardian: RemoterLogLevel = 2
    06/03/16 16:17:06 vidushiapp: NodeGuardian: LogRotationPeriod = 0
    06/03/16 16:17:06 vidushiapp: NodeGuardian:
    06/03/16 16:17:06 vidushiapp: NodeGuardian: Creating E:/OraHome/ifs/cmsdk\log\ritesh_1521_CMSDK_daffodildb_com_CM_SCHEMA\Sample2HttpNode_HTTPNodeGuardian.pid file
    06/03/16 16:17:06 vidushiapp: NodeGuardian: RemoterType = SocketRemoter
    06/03/16 16:17:06 vidushiapp: NodeGuardian: GuardianLocator = ifs_socket://admin:53153
    06/03/16 16:17:06 vidushiapp: SocketRemoter: Listening on 192.168.0.241:53153
    06/03/16 16:17:06 vidushiapp: SocketRemoter: Initialized
    06/03/16 16:17:06 vidushiapp: NodeGuardian: Ready
    06/03/16 16:17:13 vidushiapp: NodeGuardian: Unguarded node manager started as Sample2HttpNode
    06/03/16 16:17:13 vidushiapp: NodeManager:
    06/03/16 16:17:13 vidushiapp: NodeManager: Oracle Content Management SDK
    06/03/16 16:17:13 vidushiapp: NodeManager: Node Manager 9.0.4.2.2
    06/03/16 16:17:13 vidushiapp: NodeManager: Copyright (c) 2000, 2004 Oracle. All rights reserved.
    06/03/16 16:17:13 vidushiapp: NodeManager:
    06/03/16 16:17:13 vidushiapp: NodeManager: Domain = ifs://ritesh:1521:CMSDK.daffodildb.com:CM_SCHEMA
    06/03/16 16:17:13 vidushiapp: NodeManager: Node = Sample2HttpNode
    06/03/16 16:17:13 vidushiapp: NodeManager: ProcessId = 1456
    06/03/16 16:17:13 vidushiapp: NodeManager: DomainController Locator = ifs_socket://admin:53140
    06/03/16 16:17:13 vidushiapp: NodeManager: Oracle Home = E:/OraHome
    06/03/16 16:17:13 vidushiapp: NodeManager: CM SDK Home = E:/OraHome/ifs/cmsdk
    06/03/16 16:17:13 vidushiapp: NodeManager: LogLevel = 4
    06/03/16 16:17:13 vidushiapp: NodeManager: RemoterLogLevel = 2
    06/03/16 16:17:13 vidushiapp: NodeManager:
    06/03/16 16:17:13 vidushiapp: NodeManager: RemoterType = SocketRemoter
    06/03/16 16:17:13 vidushiapp: NodeManager: ManagerLocator = ifs_socket://admin:53154
    06/03/16 16:17:13 vidushiapp: SocketRemoter: Listening on 192.168.0.241:53154
    06/03/16 16:17:13 vidushiapp: SocketRemoter: Initialized
    06/03/16 16:17:14 vidushiapp: NodeGuardian: Log level set to 4
    06/03/16 16:17:14 vidushiapp: NodeManager: Log level set to 4
    06/03/16 16:17:14 vidushiapp: NodeGuardian: Remoter log level set to 2
    06/03/16 16:17:14 vidushiapp: NodeManager: Remoter log level set to 2
    06/03/16 16:17:14 vidushiapp: NodeGuardian: Node manager registered
    06/03/16 16:17:14 vidushiapp: NodeManager: Ready
    06/03/16 16:17:14 vidushiapp: NodeManager: Initialize: determining default services and servers
    06/03/16 16:17:14 vidushiapp: NodeManager: Initialize: starting service IfsDefaultService
    06/03/16 16:17:53 vidushiapp: NodeManager: Service IfsDefaultService started
    06/03/16 16:17:53 vidushiapp: NodeManager: Initialize: loading server WebStarterAppServer
    06/03/16 16:17:54 vidushiapp: NodeManager: Server WebStarterAppServer loaded
    06/03/16 16:17:54 vidushiapp: NodeManager: Initialize: setting priority of server WebStarterAppServer to 5
    06/03/16 16:17:54 vidushiapp: WebStarterAppServer: Priority change requested (old priority 5, new priority 5)
    06/03/16 16:17:54 vidushiapp: NodeManager: Initialize: starting server WebStarterAppServer
    06/03/16 16:17:54 vidushiapp: WebStarterAppServer: Requested to start
    06/03/16 16:17:54 vidushiapp: NodeManager: Initialize: loading server DavServer
    06/03/16 16:17:54 vidushiapp: WebStarterAppServer: Starting
    06/03/16 16:17:55 vidushiapp: WebStarterAppServer: WebStarterAppServer registered under WebStarterAppServer
    06/03/16 16:17:55 vidushiapp: WebStarterAppServer: Started
    06/03/16 16:17:55 vidushiapp: WebStarterAppServer: WebStarterAppServer: run called
    06/03/16 16:18:13 vidushiapp: NodeManager: Server DavServer loaded
    06/03/16 16:18:13 vidushiapp: NodeManager: Initialize: setting priority of server DavServer to 5
    06/03/16 16:18:13 vidushiapp: DavServer: Priority change requested (old priority 5, new priority 5)
    06/03/16 16:18:13 vidushiapp: NodeManager: Initialize: starting server DavServer
    06/03/16 16:18:13 vidushiapp: DavServer: Requested to start
    06/03/16 16:18:14 vidushiapp: NodeManager: Initialize: loading server ServiceWarmupAgent
    06/03/16 16:18:14 vidushiapp: DavServer: Starting
    06/03/16 16:18:14 vidushiapp: DavServer: Started
    06/03/16 16:18:14 vidushiapp: NodeManager: Server ServiceWarmupAgent loaded
    06/03/16 16:18:14 vidushiapp: NodeManager: Initialize: setting priority of server ServiceWarmupAgent to 5
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Priority change requested (old priority 5, new priority 5)
    06/03/16 16:18:14 vidushiapp: NodeManager: Initialize: starting server ServiceWarmupAgent
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Requested to start
    06/03/16 16:18:14 vidushiapp: NodeManager: Initialize: complete
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Starting
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Started
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Starting
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Service warmup starting
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: set administration mode
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: warming up Format cache
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: warming up Media cache
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Service warmup complete
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Stopping Service Warmup Agent
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Requested to stop
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Stopping
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Timer stopped
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: postRun
    06/03/16 16:18:14 vidushiapp: ServiceWarmupAgent: Stopped
    06/03/16 16:18:50 vidushiapp: Servlet error
    javax.faces.FacesException: Error calling action method of component with id id32:id45
         at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
         at javax.faces.component.UICommand.broadcast(UICommand.java:106)
         at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
         at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:271)
         at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: javax.faces.el.EvaluationException: Exception while invoking expression #{UserValidation.validateUser}
         at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
         at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
         ... 15 more
    Caused by: java.lang.ExceptionInInitializerError
         at com.daffodilwoods.framework.queryexecuter.HibernateUtil.<clinit>(HibernateUtil.java:66)
         at com.daffodilwoods.framework.validation.UserValidation.validateUser(UserValidation.java:23)
         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 org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
         ... 16 more
    Caused by: java.lang.ExceptionInInitializerError
         at com.mchange.v2.c3p0.PoolConfig.<clinit>(PoolConfig.java:93)
         at org.hibernate.connection.C3P0ConnectionProvider.configure(C3P0ConnectionProvider.java:84)
         at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:80)
         at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:362)
         at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:60)
         at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1463)
         at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1004)
         at com.daffodilwoods.framework.queryexecuter.HibernateUtil.<clinit>(HibernateUtil.java:62)
         ... 22 more
    Caused by: java.lang.ClassCastException
         at com.mchange.v2.cfg.BasicMultiPropertiesConfig.extractPropsByKey(BasicMultiPropertiesConfig.java:150)
         at com.mchange.v2.cfg.BasicMultiPropertiesConfig.<init>(BasicMultiPropertiesConfig.java:101)
         at com.mchange.v2.cfg.BasicMultiPropertiesConfig.<init>(BasicMultiPropertiesConfig.java:39)
         at com.mchange.v2.cfg.MultiPropertiesConfig.read(MultiPropertiesConfig.java:64)
         at com.mchange.v2.cfg.MultiPropertiesConfig.readVmConfig(MultiPropertiesConfig.java:73)
         at com.mchange.v2.log.MLog.<clinit>(MLog.java:48)
         ... 30 more
    I think there is some thing missing in my configurations. Can you please tell how to deploy and run a hibernate application. Is there any problem occurs while accessing another DataBase from Oracle Content Management? What are the setting I have to do for running a hibernate application from Oracle CMSDK?
    Thanks in advance
    Basil

    Hi,
    I got the solution for my problem. The error came because of the hibernate pooling. I removed the hibernate pooling lines from my hibernate configuration file and it is working fine.lines
    Thanks
    Basil

  • Oracle Content Management SDK

    Let's see if we can get a thread going in regards to Oracle's << apparent >> intent to cease bundling iFS with the
    Oracle 9i Database Server. In a statement shared with me just a little bit ago, Oracle states that licensing implications
    for current database customers using what is to be called << in 9.0.3 >> the Oracle Content Management SDK is to be
    determined...
    Bunk! Now that they have people roped in, they're going to break the API out, and license << big $$$$, no doubt >>
    it separately! Go Micro$oft! errrr... oracle...

    Robert,
    I would say that there are pro's and con's to both arguments. If you want to make use of iFS with ID, Web Cache etc then you're going to need a copy of 9iAS anyway and as iFS becomes more integrated with various applications then you can see where Oracle is coming from.
    If you are a software house developing solutions based on iFS then this makes the licensing issue much cleaner and simpler for clients to understand (something which we have come up against as iFS is availabe in 9iDB and 9iAS). It also means that iFS should receive greater exposure within Oracle as the account managers are more likely to do something with it as it is a revenue generator.
    Naturally the other side is if you are developing an application or just using iFS in house then having to purchase 9iAS can seem like unwanted overhead. I think over the coming months we are likely to see iFS more tightly integrated with iAS so eventually to make use of that additional functionality you will need a copy of iAS. I guess it depends what you are doing with it as the API is likely to be packaged in a similar way as other dev kits.
    Regards,
    Bernard Wright
    Technical Director
    Serengeti Systems

  • Gettting to my Oracle Enterprise manager intranet site

    Option for 'continue to this website (not recommended)' is missing in IE11 and I cannot get to my Oracle Enterprise manager on https internal server name port 1158 slash em

    Hi,
    If this problem just occures, you can try to open IE and delete the Oracle certificate in IE credential manager, and clear IE cache.
    In addition, in system Credential Manager, delete your Oracle information.
    After that, restart your computer and try to open your site for test.
    Roger Lu
    TechNet Community Support

  • I face  "oracle.apps.fnd.cache.cacheexception" after login to apps

    hi, ihave
    RDBMS:9.2.0.3.0
    oracle APPs: 11.5.9
    i face oracle.apps.fnd.cache.cacheexception after i restore the database (coz of acrash) and note that the apps is not restored.
    so now ihave apps older than the DB by 2days.
    i checked the GUEST_USER_PWD=GUEST/ORACLE in the DBC file its correct .
    The GUEST_USER_PWD is GUEST/ORACLE and the login test result is Y
    and GUEST user account is not end dated..
    any help?

    i did that and here is the logs again
    error_log
    [Tue May 12 14:17:40 2009] [notice] FastCGI: process manager initialized (pid 680072)
    [Tue May 12 14:17:41 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Tue May 12 14:17:51 2009] [error] [client 10.22.8.62] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:17:51 2009] [error] [client 10.22.8.62] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:18:14 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:18:16 2009] [error] [client 10.20.2.74] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:18:16 2009] [error] [client 10.20.2.74] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:18:18 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:18:18 2009] [error] [client 10.22.8.64] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:18:37 2009] [error] [client 10.20.2.103] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:18:38 2009] [error] [client 10.20.2.103] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:19:17 2009] [error] [client 10.20.2.80] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:17 2009] [error] [client 10.20.2.80] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:42 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:42 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:42 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:42 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:54 2009] [error] [client 10.22.8.74] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:21:55 2009] [error] [client 10.22.8.74] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:22:08 2009] [error] [client 10.4.1.165] File does not exist: /home01/oraprod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Tue May 12 14:22:10 2009] [error] [client 10.4.1.166] File does not exist: /home01/oraprod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Tue May 12 14:22:25 2009] [error] [client 10.1.10.58] File does not exist: /home01/oraprod/prodcomn/portal/PROD_jtsrv18/favicon.ico
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:25:14 2009] [error] [client 10.1.13.45] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:25:15 2009] [error] [client 10.1.13.45] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:25:24 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:25:24 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:25:24 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:25:24 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:26:17 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:26:35 2009] [error] [client 10.22.8.67] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:26:36 2009] [error] [client 10.22.8.67] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:28:16 2009] [error] [client 10.22.8.72] File does not exist: /home01/oraprod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:26 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:27 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:31:46 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:31:48 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:31:48 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:34:24 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:34:24 2009] [error] [client 10.20.2.92] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:39:51 2009] [error] [client 10.22.8.74] File does not exist: /home01/oraprod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Tue May 12 14:39:51 2009] [error] [client 10.22.8.74] File does not exist: /home01/oraprod/prodcomn/java/oracle/forms/icons/bgnd.gif
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:47:05 2009] [error] [client 10.20.2.105] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:47:06 2009] [error] [client 10.20.2.105] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:48:47 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:48:47 2009] [error] [client 10.22.8.64] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:48:55 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:48:55 2009] [error] [client 10.1.10.110] File does not exist: /home01/oraprod/prodcomn/java/oracle/forms/engine/RunformBundle_ar_JO.properties
    [Tue May 12 14:51:20 2009] [error] [client 10.20.2.68] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    Edited by: user8006044 on May 12, 2009 5:40 AM

  • Oracle Access Manager and Passing Cert Info to HTML or JSP

    Friends,
    We are trying to pass the CN information from our smartcard (CAC) that looks i.e. john.doe.123456789 as a parameters to an Oracle Forms using the staticHTML implementation utilizing the OBLIX SSO OR utilizing a JSP or HTML file to read these parameters and update OID. We can pass the UID but since we will have First-time Registration of the Smartcards, the UID doesn't count since the CN information from the Smartcard has not been populated at this point to the OID, we are trying to get the functionality going to get the user first to put in their login and password but at submit time, to update the OID with the CN information to a separate column of OID and not the UID.
    Utilizing the OAM, we have been able to proof concept the authentication using the UID by using the Policy Manager and the Access System Console --> Access System Configuration. It's works well with the plugin that comes with the OAM (SSOOblixAuth.java) and thx to Oracle Support, but we need to be able to pass other parameters that are specified as a part of the Resource - Action as headervars such as
    HeaderVar OBLIX_SN or
    hearderVar OBLIX_MAIL
    Our Oracle Access Implementation is in halt until we find a way to pass these return Attributes to our Oracle Forms. The Oracle Forms running SSO is working greatly with just the userlogin and password (UID is passed as a header) without the Oracle Access Manager (OBLIX) but now we have shifted to this product for reading and processing Smartcard information.
    Any help we can get, we very much appreciate it.
    KA

    O.K.
    I am getting closer but still not getting the ssooblixuser or ssooblixcn. I have
    the following jsp to fire after a successful authentication.
    The following code is utilized in our SSO environment for changing passwords.
    The bolded line should get the ssooblixuser but it is not..
    <%
    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setHeader("Expires", "Thu, 29 Oct 1969 17:04:19 GMT");
    request.setCharacterEncoding("UTF-8");
    response.setContentType("text/html; charset=UTF-8");
    String remoteUser = null;
    String userDn = null;
    String referer = null;
    String oblixheader = null;
    remoteUser = request.getRemoteUser();
    userDn=request.getHeader("OSSO-USER-DN");
    referer=request.getHeader("referer");
    oblixuser = request.getHeader("ssooblixuser");
    %>
    <HTML>
    <HEAD>
    <SCRIPT language="JavaScript">
    function validatePasswordsMatch()
    var frm = document.forms["changePassword"];
    if(frm.newpwd.value != frm.confirm_newpwd.value)
    alert('The Password and verified password do not match!');
    return false;
    else
    document.changePassword.submit();
    return false;
    function cancelButton()
    document.close();
    </SCRIPT>
    </HEAD>
    <BODY bgcolor="#cae3ff" >
    <table width="750" height="10" border="0" cellspacing="0" cellpadding="0">
    </table>
    <TABLE ALIGN="Center">
    <TR><TD>User Name</TD><TD> <%=remoteUser%> </TD></TR>
    <TR><TD>OBLIX USER</TD><TD> <%=oblixuser%> </TD></TR>
    Edited by: user10130371 on Sep 17, 2009 8:09 AM
    Edited by: user10130371 on Sep 17, 2009 8:10 AM

  • TimesTen Error :5126: A system managed cache group cannot contain non-stand

    I have created few cache groups in TimesTen.
    And when i fired script to create fillowing cache group its gives me error.
    please see the details mentioned below.
    CREATE USERMANAGED CACHE GROUP C_TBLSSTPACCOUNTINGSUMMARY
    AUTOREFRESH MODE INCREMENTAL INTERVAL 5 SECONDS STATE ON
    FROM
    schema.tablename
    ACCOUNTINGSUMMARYID DOUBLE,
    INPUTFILENAME VARCHAR(255) NOT NULL,
    ACCOUNTINGSTATUS VARCHAR(255) NOT NULL,
    RECORDCOUNT DOUBLE,
    LASTUPDATEDDATE DATE NOT NULL,
    CREATEDATE TIMESTAMP DEFAULT SYSDATE,
    PRIMARY KEY (ACCOUNTINGSUMMARYID),
    PROPAGATE);
    then error occurs like==>
    5121: Non-standard type mapping for column JISPRATCORBILLINGDEV501.TBLSSTPACCOUNTINGSUMMARY.ACCOUNTINGSUMMARYID, cache operations are restricted
    5126: A system managed cache group cannot contain non-standard column type mapping
    The command failed.

    If you have access to Oracle Metalink, Please take a look at the Note:367431.1
    Regards,
    Sabdar Syed.

  • Oracle.Apps.Jtf.Cache.Cacheloadernotfoundexception [Revived thread]

    Hi Guys,
    I was experiencing a Oracle.Apps.Jtf.Cache.Cacheloadernotfoundexception which searching the forum points you over to as a solution Oracle.Apps.Jtf.Cache.Cacheloadernotfoundexception error However, After implementing the work-around discussed I am now experiencing the same slow performance. Its just taking too long to access the page and debug it.
    Yes, my database is remote (over VPN) but I'm using a fast broadband connection and if I can download a 1 gig file in less than 20 minutes, I'm just a little confused as to how saying "its remote" causes any problems. After all I'm also using sql developer on the same remote database so saying "because its remote" isn't really an answer that explains anything.
    Simply waiting for ever and a day isn't really an option for people who need to get development done. We are all busy people.
    Does anyone actually know why performance is so bad when removing these options or why the original error is caused?
    Everything was working fine in my project until I came across this error and had use the suggested fix in order to even be able to see my page.
    Thanks
    Kris

    Hi Kris, how are you?
    I'm experiencing the same performance issue that you had a lot of time ago. I was wondering if you managed to solve it or if you had to get used to it.
    Looking forward for your answer.
    Thanks in advance!
    Matías

  • Look and feel of self-service pages under Oracle Applications Manager (OAM)

    Hi All,
    After applying patches for upgrading the HRMS module from 12.1.3 to 12.1.5, look and feel of self-service pages under Oracle Applications Manager (OAM) changed means Buttons not appearing in proper manner. and look of pages are not in proper manner. This is happening for OAM self-service pages only.
    Current HRMS patchset level : r12.hr_pf.b.delta.5
    OS : RHEL 5.3 x86_64
    Any idea please....
    Thanks inadvance,
    Regards,
    900076.

    You need to ask your DBA to delete the cached stylesheets in /OA_HTML/cabo/styles/cache/...
    You will also need to delete your temporary internet files.
    Once both and deleted, re-access the page and you will see the updated stylesheets.
    (Note: individual users may need to delete their temporary internet files too else they will see an old version cached on their computer)
    Explanation: In new releases Oracle may introduce new additional OAF components. Each OAF component is assigned a shortcode/id by browsers in alphabetical order and a stylesheet generated.
    If a new item is introduced, the shortcode/ids will change. However if an old version of the stylesheet still exists it will apply the wrong style to the wrong component.

  • OA Framework pages gives oracle.apps.jtf.cache.CacheLoaderNotFoundExecption

    I have installed the right version of JDeveloper and started working on as per anilpassi demos and friends guidence.I was able to work on OA Framework pages, I have added some attributes in Tutorial page and also I was able to see isupplier page that I have to customize. While running the pages, it will take nearly 10mins to show every page.
    With the same configuration,Now I am getting error when I run any page from yesterday afternoon. So I have tried to reconfigure again the Jdeveloper and even I have tried by reinstalling it. Still I am getting the Error page. Here are details regarding the error page. I request you to go through these please and give your suggestions.
    I have set the JDEV_USER_HOME Environment Variable to “E:\jdevhome\jdev” and also I have set the database connection.
    The runtime settings I have given is below:
    Selected the DBC file.
    also the username and password i given is correct only. and also the user has the turorials responsibility.
    Error in IE while running:
    ==============
    Error Page Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.jtf.cache.CacheLoaderNotFoundException;
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
    at OAErrorPage.jspService(OAErrorPage.jsp:34)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
    at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:547)
    at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:518)
    at runregion.jspService(runregion.jsp:143)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
    at oracle.apps.fnd.common.AppsContext.(AppsContext.java:707)
    at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:940)
    at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
    at runregion.jspService(runregion.jsp:96)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
    at oracle.apps.fnd.common.AppsContext.(AppsContext.java:707)
    at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:940)
    at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
    at runregion.jspService(runregion.jsp:96)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    ==============
    Then in JDeveloper below messages are shown in Embedded OC4J Server tab:
    ==============
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    E:\jdevbin\jdk\bin\javaw.exe -client -classpath E:\jdevbin\j2ee\home\oc4j.jar;E:\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:E:\jdevbin\jdev\appslibrt\ojdbc14.jar;E:\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config E:\jdevhome\jdev\system9.0.3.5.1453\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 3797 ms.
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
    TIME: runregion: initialization [16 ms]
    Tutalii: E:\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ApplicationServer: appName = APPS_OA
    ApplicationServer: appName = bc4j
    ApplicationServer: appName = current-workspace-app
    ApplicationServer: appName = soap
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 1297 ms.
    Error creating the ORB :
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    TIME: runregion: initialization [16 ms]
    ====================
    Starting Embedded OC4J Server is been displayed in the status bar. Also when a OA Framework page is getting opened, huge lines of codes and messages will be shown in Embedded OC4J Server Tab, but here nothing is shown than TIME: runregion: initialization [16 ms] .
    Please help in figuring out this,
    Thank you,

    Nothing much can be done, if you don't have vpn type of tool in performance.Moreoever,to pick latest class files it is necessary to bounce local jdev oc4j server, every time you make a change.
    Most of the time it do takes latest class files, but sometimes it not, so don't know how u will manage it, because in ur case every time u terminate the server... to restart it will take another 40 minutes.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Integrating Oracle Access Manager with Kerberos (WNA)

    Hi,
    I have working Oracle Access Manager currently being able only to authenticate users against Active Directory. I want to enable WNA. But I am still having issues with correctly configure it:
    I do not know what am I doing wrong.
    I am logged as example.com\testuser into Windows XP, using firefox with WNA enabled for URI example.com. Then I enter http://oracle.example.com which is my Oracle HTTP Server's protected URL, then I am receiving ERROR from Oracle Access Manager: "The user account is locked or disabled. Please contact the System Administrator."
    In OAM Log there is this: <Jun 19, 2012 4:14:15 PM CEST> <Error> <oracle.oam.controller> <OAM-02010> <User account is locked. Authentication failed.>
    Interesting is when I disable WNA support in firefox, then this behavior occurs: fisrt there is this dialog shown "A username and password are being requested by http://oracle.example.com:14100. The site says: "OAM 11g"" --> here I enter example.com\testuser and password. After this new dialog is shown: A username and password are being requested by http://oracle.example.com:14100. The site says: "WebLogic Server", then after entering weblogic/password I receive "The user account is locked or disabled. Please contact the System Administrator."
    In the OAM log this is logged:
    <Jun 19, 2012 4:22:28 PM CEST> <Error> <oracle.oam.user.identity.provider> <OAMSSA-20023> <Authentication Failure for user : weblogic.>
    <Jun 19, 2012 4:22:28 PM CEST> <Error> <oracle.oam.controller> <OAM-02010> <User account is locked. Authentication failed.>
    Any ideas? I am really stuck here.
    I am using this keytab file:
    [root@oracle centos]# klist -ke /home/oracle/keytab.testuser1
    Keytab name: WRFILE:/home/oracle/keytab.testuser1
    KVNO Principal
    7 HTTP/[email protected] (des-cbc-crc)
    7 HTTP/[email protected] (des-cbc-md5)
    7 HTTP/[email protected] (arcfour-hmac)
    7 HTTP/[email protected] (aes256-cts-hmac-sha1-96)
    7 HTTP/[email protected] (aes128-cts-hmac-sha1-96)
    kinit passes fine:
    [root@oracle centos]# kinit -V HTTP/[email protected] -k -t /home/oracle/keytab.testuser1
    Using default cache: /tmp/krb5cc_0
    Using principal: HTTP/[email protected]
    Using keytab: /home/oracle/keytab.testuser1
    Authenticated to Kerberos v5
    Why and which user is locked? I can lock with the AD user into windows domain, so I assume it is not locked + I checked it in the Active Directory.

    Ok, now I got it working. Sh~t! Why oracle documentation says I should set AD datasource with this parameter:
    User Name Attribute: UserPrincipalName, when this does not work?!
    After changing to User Name Attribute: sAMAccountName my WNA works!!!
    I have been fighting all day with this! The question is why such behavior - if the problem is in wrongly written oracle documentation, or I have problem somewehere else.
    Btw my user in AD looks like this:
    distinguishedName:     CN=John Doe,CN=Users,DC=example,DC=com
    sAMAccountName:     doejohn
    userPrincipalName     [email protected]
    It looks OAM takes "doejohn" from Windows via WNA/Kerberos and searches for this using UserPrincipalName and this is giving no match of course because "doejohn != [email protected]".
    The question is why does it take doejohn and not [email protected] from Windows WNA/Kerberos ???

  • User managed cache group

    Hi,
    I have created user managed cache group as follows :
    create usermanaged cache group writewherecache
    AUTOREFRESH
    MODE INCREMENTAL
    INTERVAL 30 SECONDS
    STATE ON
    from interchange.writewhere
    (PK NUMBER NOT NULL primary key,
         ATTR VARCHAR2(40),PROPAGATE)
    where (interchange.writewhere.pk between '105' and '106');
    oracle have 5 rows in table but now from TT 'select * from interchange.writewhere ' statement doesnot show any result.
    what is the problem?
    Edited by: user11969173 on Nov 4, 2009 2:30 AM

    ttmesg.log showing as follows:
    17:34:00.91 Info: ORA: 3049: ora-3049-1077582144-lMarker01387: Datastore: CACHEGENI Log Table Marker marked 0 rows of log table TT_05_87616_L with logseq 2 through 2
    17:34:01.83 Info: ORA: 3049: ora-3049-1107204416-refresh04075: Datastore: CACHEGENI Starting autorefresh number 2092 for interval 5000ms
    17:34:01.83 Info: ORA: 3049: ora-3049-1107204416-refresh04097: Datastore: CACHEGENI Autorefresh thread for interval 5000ms is connected to instance geni11g on host isgcent216. Server handle 46918156651896
    17:34:01.85 Info: ORA: 3049: ora-3049-1107204416-lMarker01387: Datastore: CACHEGENI Log Table Marker marked 0 rows of log table TT_05_87616_L with logseq 2 through 2
    17:34:01.87 Info: ORA: 3049: ora-3049-1107204416-refresh04762: Datastore: CACHEGENI Cache agent refreshed cache group CACHEUSER.READCACHE: Number - 2092, Duration - 0ms, NumRows - 0, NumRootTblRows - 0, NumOracleBytes - 0, queryExecDuration - 0ms, queryFetchDuration - 0ms, ttApplyDuration - 0ms, totalNumRows - 0, totalNumRootTblRows - 0, totalNumOracleBytes - 0, totalDuration - 0ms
    17:34:01.87 Info: ORA: 3049: ora-3049-1107204416-refresh04824: Datastore: CACHEGENI Autorefresh number 2092 finished for interval 5000ms successfully
    17:34:01.87 Info: ORA: 3049: ora-3049-1107204416-fresher01709: Datastore: CACHEGENI Autorefresh number 2092 succeeded for interval 5000 milliseconds
    17:34:05.09 Info: ORA: 3049: ora-3049-1105090880-eporter00385: Datastore: CACHEGENI object_id 89922, bookmark 1
    17:34:05.09 Info: ORA: 3049: ora-3049-1105090880-eporter00385: Datastore: CACHEGENI object_id 89832, bookmark 6
    17:34:05.10 Info: ORA: 3049: ora-3049-1105090880-eporter00385: Datastore: CACHEGENI object_id 87616, bookmark 1
    17:34:05.93 Info: ORA: 3049: ora-3049-1077582144-lMarker01387: Datastore: CACHEGENI Log Table Marker marked 0 rows of log table TT_05_87616_L with logseq 2 through 2
    17:34:06.83 Info: ORA: 3049: ora-3049-1107204416-refresh04075: Datastore: CACHEGENI Starting autorefresh number 2093 for interval 5000ms
    17:34:06.83 Info: ORA: 3049: ora-3049-1107204416-refresh04097: Datastore: CACHEGENI Autorefresh thread for interval 5000ms is connected to instance geni11g on host isgcent216. Server handle 46918156651896
    17:34:06.86 Info: ORA: 3049: ora-3049-1107204416-lMarker01387: Datastore: CACHEGENI Log Table Marker marked 0 rows of log table TT_05_87616_L with logseq 2 through 2
    17:34:06.88 Info: ORA: 3049: ora-3049-1107204416-refresh04762: Datastore: CACHEGENI Cache agent refreshed cache group CACHEUSER.READCACHE: Number - 2093, Duration - 0ms, NumRows - 0, NumRootTblRows - 0, NumOracleBytes - 0, queryExecDuration - 0ms, queryFetchDuration - 0ms, ttApplyDuration - 0ms, totalNumRows - 0, totalNumRootTblRows - 0, totalNumOracleBytes - 0, totalDuration - 0ms
    17:34:06.88 Info: ORA: 3049: ora-3049-1107204416-refresh04824: Datastore: CACHEGENI Autorefresh number 2093 finished for interval 5000ms successfully
    17:34:06.88 Info: ORA: 3049: ora-3049-1107204416-fresher01709: Datastore: CACHEGENI Autorefresh number 2093 succeeded for interval 5000 milliseconds
    17:34:10.91 Info: ORA: 3049: ora-3049-1077582144-lMarker01387: Datastore: CACHEGENI Log Table Marker marked 0 rows of log table TT_05_87616_L with logseq 2 through 2
    17:34:11.83 Info: ORA: 3049: ora-3049-1107204416-refresh04075: Datastore: CACHEGENI Starting autorefresh number 2094 for interval 5000ms
    17:34:11.83 Info: ORA: 3049: ora-3049-1107204416-refresh04097: Datastore: CACHEGENI Autorefresh thread for interval 5000ms is connected to instance geni11g on host isgcent216. Server handle 46918156651896
    and tterrors.log didnot show any error msg.
    shubha

Maybe you are looking for

  • Word Wrap help

    Hi I am using easy catalog and I have create a template for my data to fit in the only problem is on the product title text box on some of the exported products they look like this: This is the Pro- duct title. I want to stop it creating the hyphen w

  • Optical audio out issue on 2011 MBP

    I just tried to hook up my month old 15" MacBook Pro to my home theater using an optical cable for audio and the laser is really weak, so the receiver will not recognize the signal. It is visibly dimmer than the signal from my AirPort Express. Amusin

  • Using Postcard Template, how do I print with NO white border?

    I am trying to use the 4 postcard template and cannot get the photo printed without a white border around the edge of the paper. I want to the photo to take up the entire card. What am I doing wrong? Obviously I am new to this so I would appreciate v

  • Filter report on Logged in user name

    Hi Very sorry for very basic question but unable to find answer for this anywhere. If I am designing any report in Power BI then how can I provide parameter of current logged in user to the Power Query? I want to design personalized reports as per th

  • Design a procedure which returns a result set of a select Query

    Hi... Can some one help me out with a brief design or work around for creating a stored procedure which runs a select Query and Returns a result set... If not a stored procedure, at least a function which makes the job simple.... Awaiting help in thi