404 error after userdetails on OEM console

Hi All,
I am facing HTTP 404 Not Found page after filling username and password at https://<server-IP>:port/em/console.
at command line i verified emctl status and restarted twice and dbconsole up & running.
Verified in diffrent browers and desktops.
Still same issue.
please help me how can we rectify this.
regards
Vijay

same problem
in the log $ORACLE_HOME/sysman/log/emdctl.trc I see:
2009-09-15 11:07:53 Thread-455 WARN vpxoci: OCI Error -- ErrorCode(1008): ORA-01008: not all variables bound
It seems that the cause of the problem is CURSOR_SHARING=FORCE
see Doc ID: *434187.1*
Yossi

Similar Messages

  • On Yahoo Mail...and ONLY Yahoo Mail..I get a 404 error after entering my user name and password. This doesn't happen with IE, just Firefox, and just Yahoo Mail. Yahoo was absouletly no help whatsoever; can you solve the mystery? Thanks

    On Yahoo Mail...and ONLY Yahoo Mail..I get a 404 error after entering my user name and password. This doesn't happen with IE, just Firefox, and just Yahoo Mail. I tried uninstalling and reinstalling FF; no change. Yahoo was absolutely no help whatsoever; can you solve the mystery? Thanks

    HI Emmet,
    thanks so much for your posts back. I really appreciate it and yes that does help to know that you could not get it working.
    I did have some success, in removing the SSL Authentication checkbox in the smtp server settings - I found that this allowed my friend to be able to send mail from the mail app via his sbcglobal (yahoo) account.
    So that did help but of course the messages do not have ssl encryption and I'm not sure how big a deal that is for an individual. He is able to receive mail but unless the SSL authentication box is unchecked, he cannot send.
    i hope that helps anyone out there also!
    Thanks also for the tip about sparrow - yes I have heard of it and it is very popular, he may end up using that in the end.    
    Thanks again, much appreciated.
    Felix    

  • 404 Error after Install

    I have an OracleXE database on Win2003. Works fine.
    I installed Apache 1.3. Works fine.
    I downloaded and installed the ZendCore for Oracle and when I try to access the admin console at http://<localhost>/ZendCore I get a 404 error.
    The httpd.conf has entries for:
    LoadModule php5_module "D:/Program Files/Zend/Core For Oracle/bin/php5apache.dll"
    SetEnv PHPRC "D:/Program Files/Zend/Core For Oracle/etc"
    <IfModule mod_mime.c>
    AddType application/x-httpd-php .php
    </IfModule>
    <Location /ZendCore>
    AllowOverride none
    Order deny,allow
    Allow from all
    </Location>
    Alias /ZendCore "D:/Program Files/Zend/Core For Oracle/GUI"
    Files are there. If I try and go directly to D:/Program Files/Zend/Core For Oracle/GUI it trys to load index.php which doesn't work, so something is wrong with the PHP environment. I can deinstall / reinstall, but I'd rather have something definite to look at.
    Ideas?

    The answer was to disable IIS.
    I had seen it listed during the install of ZendCore, but I didn't realize that it was running. In fact, going to 127.0.0.1 took me to the Apache docroot. I went to the computer admin, services and diabled it.

  • Intermittent 404 error after deploying EAR file

    I deployed my web application to an EAR file and deployed it to OAS 10.1.3 on linux. I deployed it to a separate OC4J container that I created (not home container). During the deployment, I specified an application name and context as usual and did not make any modifications to the deployment. After I deployed (and waited enough time for the application to be uncompressed), I get a 404 error when I access my application. I will then refresh my browser and then my application is accessible. This happens all the time. What am I doing wrong?
    Thanks in advance and please let me know if I need to provide any more detail.
    -Quoc

    We have one OAS instance with 3 containers. We're using OHS too. OHS is in the same OAS instance and no changes were done to mod_oc4j.conf file.
    Here's my mod_oc4j.conf:
    # Oracle iAS mod_oc4j configuration file: mod_oc4j.conf #
    LoadModule oc4j_module libexec/mod_oc4j.so
    <IfModule mod_oc4j.c>
    </IfModule>
    Here's opmn.xml:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <opmn xmlns="http://www.oracle.com/ias-instance">
    <log path="$ORACLE_HOME/opmn/logs/opmn.log" comp="internal;ons;pm" rotation-size="1500000"/>
    <debug path="$ORACLE_HOME/opmn/logs/opmn.dbg" comp="" rotation-size="1500000"/>
    <notification-server interface="ipv4">
    <port local="6100" remote="6202" request="6005"/>
    <ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
    </notification-server>
    <process-manager>
    <process-modules>
    <module path="$ORACLE_HOME/opmn/lib/libopmnohs">
    <module-id id="OHS"/>
    </module>
    <module path="$ORACLE_HOME/opmn/lib/libopmnoc4j">
    <module-id id="OC4J"/>
    </module>
    <module path="$ORACLE_HOME/opmn/lib/libopmncustom">
    <module-id id="CUSTOM"/>
    </module>
    <module path="$ORACLE_HOME/opmn/lib/libopmniaspt">
    <module-id id="IASPT"/>
    </module>
    </process-modules>
    <ias-instance id="appserv.devportal.sraprod.com" name="appserv.devportal.sraprod.com">
    <environment>
    <variable id="TMP" value="/tmp"/>
    </environment>
    <module-data>
    <category id="start-parameters">
    <data id="routing-id" value="g_rt_id"/>
    </category>
    </module-data>
    <ias-component id="IASPT" status="disabled">
    <environment>
    <variable id="LD_LIBRARY_PATH" value="/oracle/appserv/lib" append="true"/>
    </environment>
    <process-type id="IASPT" module-id="IASPT" working-dir="/oracle/appserv/iaspt/bin">
    <port id="ajp" range="7501-7600"/>
    <process-set id="IASPT" numprocs="1"/>
    </process-type>
    </ias-component>
    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server" module-id="OHS">
    <module-data>
    <category id="start-parameters">
    <data id="start-mode" value="ssl-enabled"/>
    </category>
    </module-data>
    <process-set id="HTTP_Server" numprocs="1"/>
    </process-type>
    </ias-component>
    <ias-component id="default_group">
    <process-type id="home" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-server -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -XX:MaxPermSize=128M -Xms512M -Xmx1024M -XX:AppendRatio=3"/>
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    </module-data>
    <start timeout="600" retry="2"/>
    <stop timeout="120"/>
    <restart timeout="720" retry="2"/>
    <port id="default-web-site" range="12501-12600" protocol="ajp"/>
    <port id="rmi" range="12401-12500"/>
    <port id="jms" range="12601-12700"/>
    <port id="rmis" range="12701-12800"/>
    <process-set id="default_group" numprocs="1"/>
    </process-type>
    <process-type id="WRS_DEV" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-server -Xmx512m -Xms128m -Djava.security.policy=$ORACLE_HOME/j2ee/WRS_DEV/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -XX:MaxPermSize=128M -XX:AppendRatio=3"/>
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/WRS_DEV/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    </module-data>
    <start timeout="600" retry="2"/>
    <stop timeout="120"/>
    <restart timeout="720" retry="2"/>
    <port id="default-web-site" range="12501-12600" protocol="ajp"/>
    <port id="rmi" range="12401-12500"/>
    <port id="rmis" range="12701-12800"/>
    <port id="jms" range="12601-12700"/>
    <process-set id="default_group" numprocs="1"/>
    </process-type>
    <process-type id="WRS_PROD" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-server -Xmx128m -Xms64m -Djava.security.policy=$ORACLE_HOME/j2ee/WRS_PROD/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/WRS_PROD/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    </module-data>
    <start timeout="600" retry="2"/>
    <stop timeout="120"/>
    <restart timeout="720" retry="2"/>
    <port id="default-web-site" range="12501-12600" protocol="ajp"/>
    <port id="rmi" range="12401-12500"/>
    <port id="rmis" range="12701-12800"/>
    <port id="jms" range="12601-12700"/>
    <process-set id="default_group" numprocs="1"/>
    </process-type>
    <process-type id="WRS_STAG" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-server -Xmx512m -Xms128m -Djava.security.policy=$ORACLE_HOME/j2ee/WRS_STAG/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -XX:MaxPermSize=128M -XX:AppendRatio=3"/>
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/WRS_STAG/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    </module-data>
    <start timeout="600" retry="2"/>
    <stop timeout="120"/>
    <restart timeout="720" retry="2"/>
    <port id="default-web-site" range="12501-12600" protocol="ajp"/>
    <port id="rmi" range="12401-12500"/>
    <port id="rmis" range="12701-12800"/>
    <port id="jms" range="12601-12700"/>
    <process-set id="default_group" numprocs="1"/>
    </process-type>
    </ias-component>
    <ias-component id="ASG" status="enabled" id-matching="true">
    <process-type id="ASG" module-id="CUSTOM">
    <start timeout="600"/>
    <stop timeout="120"/>
    <process-set id="ASG" numprocs="1">
    <module-data>
    <category id="start-parameters">
    <data id="start-executable" value="/oracle/appserv/dsa/bin/dsaServer.sh"/>
    <data id="start-args" value="/oracle/appserv/dsa/dsa.conf"/>
    <data id="stop-executable" value="/oracle/appserv/dsa/bin/dsaShutdown.sh"/>
    </category>
    </module-data>
    </process-set>
    </process-type>
    </ias-component>
    </ias-instance>
    </process-manager>
    </opmn>
    Here's the mod_oc4j routing table dump:
    mod_oc4j Global Configuration
    hostname : devportal.sraprod.com
    local instance : appserv.devportal.sraprod.com
    select method : Round-Robin
    select affinity : None
    routing mode : Static-Dynamic
    routing ID : g_rt_id
    OC4J Dynamic Routing
    application : datatags
    context : /webapp
    process (Jgroup): 0, 1, 2
    application : default
    context : /jmsrouter, /j2ee, /.rmiTunnel
    process (Jgroup): 0, 1, 2, 3
    application : system
    context : /dmsoc4j, /JMXSoapAdapter
    process (Jgroup): 0, 1, 2, 3
    application : srawrs
    context : /srawrs_stage, /srawrs_dev
    process (Jgroup): 0, 2
    application : ascontrol
    context : /em
    process (Jgroup): 3
    OC4J Static Routing
    IASPT Process List
    OC4J Process List
    process,ias instance,host,port,status
    0 : appserv.devportal.sraprod.com, devportal.sraprod.com, 12502, ALIVE
    1 : appserv.devportal.sraprod.com, devportal.sraprod.com, 12503, ALIVE
    2 : appserv.devportal.sraprod.com, devportal.sraprod.com, 12504, ALIVE
    3 : appserv.devportal.sraprod.com, devportal.sraprod.com, 12501, ALIVE
    Thanks for your help!

  • HTTP 404 Error After applying ATG RUP5

    Hi,
    After applying ATG RUP 5 url is not opening it display
    "HTTP 404 Error" page canonot be found.
    The Error log of mod_jserv.log:
    [14/08/2008 08:06:57:307] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri
    [14/08/2008 08:12:56:574] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri
    [14/08/2008 08:23:07:268] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri
    [14/08/2008 08:48:05:127] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri
    [14/08/2008 08:59:05:348] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri

    Have a look at the following notes:
    Note: 397839.1 - Blank Page after applying ATG RUP4 OR ATG RUP5 and can not login to Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=397839.1
    Note: 345106.1 - Login Links On New Rapid Install Homepage Do Not Function Correctly
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=345106.1

  • 404 error after restoring the database

    Friends, our dba team restored the Flows_030000 schema after a complete monthly refresh of our server (RMAN restore). Now when I try to access the APEX admin page or any of the applications it gives me a 404 error saying '/pls/apex/apex_admin/ was not found on this server'.
    I looked at the apache error log file and found the following
    mod_plsql: /pls/apex/apex_admin HTTP-404 ORA-04063: package body "FLOWS_030000.WWV_FLOW_SECURITY" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "FLOWS_030000.F", line 276
    ORA-06512: at "FLOWS_030000.APEX_ADMIN", line 5
    ORA-06512: at line 10.
    The RMAN refresh is a regular monthly process for us it was going smooth for the past one year ever since we deployed Apex 2.2. Last month we upgraded it to 3.0 and this is the first refresh after the upgrade.
    I feel it is most probably a priveleges issue. But not sure what it could be.
    Guys, any thoughts or any experiences facing the same kind of situation?

    You could do a new install in a different database and see what privileges the FLOWS_030000 schema has that were granted by SYS, for example (don't use these results):
    SQL> select granted_role from dba_role_privs where grantee='FLOWS_030000';
    GRANTED_ROLE
    SELECT_CATALOG_ROLE
    RESOURCE
    CONNECT
    SQL> select privilege from dba_sys_privs where grantee='FLOWS_030000';
    PRIVILEGE
    CREATE OPERATOR
    DROP ANY DIRECTORY
    CREATE PROCEDURE
    CREATE JOB
    CREATE ANY CONTEXT
    CREATE DIMENSION
    CREATE MATERIALIZED VIEW
    ALTER DATABASE
    CREATE ANY DIRECTORY
    CREATE VIEW
    CREATE CLUSTER
    DROP USER
    DROP TABLESPACE
    CREATE ROLE
    CREATE PUBLIC SYNONYM
    CREATE SYNONYM
    CREATE TABLE
    CREATE INDEXTYPE
    CREATE TRIGGER
    EXECUTE ANY PROCEDURE
    SELECT ANY TABLE
    CREATE USER
    CREATE DATABASE LINK
    CREATE SEQUENCE
    ALTER USER
    CREATE TABLESPACE
    ALTER SYSTEM
    DROP PUBLIC SYNONYM
    ALTER SESSION
    CREATE LIBRARY
    CREATE TYPE
    31 rows selected.
    SQL>
    SQL> select owner||':'||table_name||':'||privilege from dba_tab_privs where grantee='FLOWS_030000' and grantor='SYS';
    SYS:EXPORT_FILES_DEMO:WRITE
    SYS:EXPORT_FILES_DEMO:READ
    SYS:DBMS_REGISTRY:EXECUTE
    SYS:UTL_FILE:EXECUTE
    SYS:UTL_SMTP:EXECUTE
    SYS:UTL_HTTP:EXECUTE
    SYS:DBMS_LOB:EXECUTE
    SYS:DBMS_LOCK:EXECUTE
    SYS:DBMS_SYS_SQL:EXECUTE
    SYS:DBMS_FLASHBACK:EXECUTE
    SYS:DBMS_RLS:EXECUTE
    SYS:DBMS_CRYPTO:EXECUTE
    SYS:WWV_FLOW_VAL:EXECUTE
    SYS:SEG$:SELECT
    SYS:TS$:SELECT
    SYS:OBJ$:SELECT
    SYS:USER$:SELECT
    SYS:ARGUMENT$:SELECT
    SYS:V_$SQL_PLAN:SELECT
    SYS:V_$PROCESS:SELECT
    SYS:V_$SESSION:SELECT
    SYS:V_$LOCKED_OBJECT:SELECT
    SYS:V_$SESSTAT:SELECT
    SYS:V_$MYSTAT:SELECT
    SYS:V_$SYSSTAT:SELECT
    SYS:V_$STATNAME:SELECT
    SYS:V_$PARAMETER:SELECT
    SYS:V_$DATABASE:SELECT
    SYS:V_$SQL:SELECT
    SYS:V_$OPEN_CURSOR:SELECT
    SYS:V_$TIMER:SELECT
    SYS:V_$SESSION_WAIT:SELECT
    SYS:V_$SESS_IO:SELECT
    SYS:DBA_PROFILES:SELECT
    SYS:ALL_COL_COMMENTS:SELECT
    SYS:DBA_COL_COMMENTS:SELECT
    SYS:DBA_COL_PRIVS:SELECT
    SYS:DBA_DB_LINKS:SELECT
    SYS:DBA_INDEXES:SELECT
    SYS:ALL_IND_COLUMNS:SELECT
    SYS:DBA_IND_COLUMNS:SELECT
    SYS:ALL_OBJECTS:SELECT
    SYS:DBA_OBJECTS:SELECT
    SYS:DBA_ROLLBACK_SEGS:SELECT
    SYS:USER_ROLE_PRIVS:SELECT
    SYS:DBA_ROLE_PRIVS:SELECT
    SYS:USER_SYS_PRIVS:SELECT
    SYS:DBA_SYS_PRIVS:SELECT
    SYS:ALL_SEQUENCES:SELECT
    SYS:DBA_SEQUENCES:SELECT
    SYS:DBA_SYNONYMS:SELECT
    SYS:ALL_SYNONYMS:SELECT
    SYS:ALL_TABLES:SELECT
    SYS:DBA_TABLES:SELECT
    SYS:ALL_TAB_COLUMNS:SELECT
    SYS:DBA_TAB_COLUMNS:SELECT
    SYS:ALL_TAB_COMMENTS:SELECT
    SYS:DBA_TAB_COMMENTS:SELECT
    SYS:DBA_TAB_PRIVS:SELECT
    SYS:ALL_USERS:SELECT
    SYS:DBA_USERS:SELECT
    SYS:ALL_VIEWS:SELECT
    SYS:DBA_VIEWS:SELECT
    SYS:ALL_CONSTRAINTS:SELECT
    SYS:DBA_CONSTRAINTS:SELECT
    SYS:ALL_CONS_COLUMNS:SELECT
    SYS:DBA_CONS_COLUMNS:SELECT
    SYS:DBA_TYPES:SELECT
    SYS:DBA_RECYCLEBIN:SELECT
    SYS:DBA_LOCK:SELECT
    SYS:ALL_ERRORS:SELECT
    SYS:DBA_ERRORS:SELECT
    SYS:DBA_SOURCE:SELECT
    SYS:ALL_TRIGGERS:SELECT
    SYS:DBA_TRIGGERS:SELECT
    SYS:DBA_TRIGGER_COLS:SELECT
    SYS:ALL_DEPENDENCIES:SELECT
    SYS:DBA_DEPENDENCIES:SELECT
    SYS:DBA_JOBS:SELECT
    SYS:DBA_SEGMENTS:SELECT
    SYS:DBA_EXTENTS:SELECT
    SYS:DBA_FREE_SPACE:SELECT
    SYS:DBA_DATA_FILES:SELECT
    SYS:DBA_TABLESPACES:SELECT
    SYS:DBA_RSRC_PLAN_DIRECTIVES:SELECT
    SYS:DBA_SNAPSHOTS:SELECT
    SYS:DBA_FEATURE_USAGE_STATISTICS:SELECT
    SYS:DBA_JAVA_POLICY:SELECT
    88 rows selected.
    SQL>
    You might want to do the same for FLOWS_FILES.
    Scott

  • Error logging in to OEM console

    hi,
    I'm getting the below error while setting up backup startegy and submitting the job.
    ORA-20204: User does not exist: DBADMIN ORA-06512: at "SYSMAN.MGMT_USER", line 122 ORA-06512: at "SYSMAN.MGMT_JOBS", line 142 ORA-06512: at "SYSMAN.MGMT_JOBS", line 78 ORA-06512: at line 1
    I've tried logging using the sys,system account and checked their account status they are fine. I could able to log in through SQL prompt in to the DB and it also accepting the password.
    But when i'm accessing though OEM console the same accounts are not accepted. It says username or password incorrect.
    2) To solve the problem I've created a user and granted sysdba privilege and i could able to login in to the console.
    But i could not submit a job i.e scheduling a backup and when i try to submit the error comes as below
    ORA-20204: User does not exist: DBADMIN ORA-06512: at "SYSMAN.MGMT_USER", line 122 ORA-06512: at "SYSMAN.MGMT_JOBS", line 142 ORA-06512: at "SYSMAN.MGMT_JOBS", line 78 ORA-06512: at line 1
    Any help is greatly appreciated?
    Sami

    Thanks for the info AMAN.
    I tried changing the password for sys and here is below error
    SQL> password
    Changing password for SYS
    Old password:
    New password:
    Retype new password:
    ERROR:
    ORA-28003: password verification for the specified password failed
    Password unchanged
    I guess the password for the sys account is changed. But how can I login to the SQl prompt without any error and when I'm trying to change the password it is given error.
    The default password for the sys is change_on_install this password is not accepting in the OEM console.
    The accounts for the Sys ans system are open and have system tablespace access. So as far as the access is concerned there is not issue.
    I could not log in to OEM console with sys and system accounts. So I could not see the setup link as u mentioned.
    I check with DBADMIN user in Administration link to see the list of users availble and their account status.
    I need to implement backup stategy for DB and I'm stuck up here.
    Any help is greatly appriciated.

  • 404 Error After Successfully Logging in to OWA/ECP in Exchange 2013

    Hello,
    My apologies first if this would be better asked in another forum but this one seems to fit best.  I am running Exchange 2013 on Windows Server 2008 R2 Standard and am experiencing an issue after logging in to ECP and OWA.  After entering my credentials
    (all credentials experience the same issue) I am redirected to a 404 error for both \ecp  and \owa.  The odd thing is that Re-entering the url completes the login.  How do I fix the appearent lack of the login.aspx?  If my description isn't
    sufficient please let me know.
    Thanks.

    What if you want to use FBA?  We are using FBA and on first logon on any computer the 404 page is displayed.  You can click the "Refresh the page" button and it takes you into OWA.  When you log out and close IE, the next time you logon on
    that same computer it takes you right in.  If you clear your temp files (cookies etc. included), you get the same 404 page.  I've attached an image below-

  • HTTP 404 error after changed tablespace and password of schema FLOWS_FILES

    Hi I have a problem of having HTTP 404 not found error for file upload in my apex app by submiting a page. When it goes to http://xxx.xxx.xxx:8080/apex/wwv_flow.accept after unlocked , changed password and change tablespace for the account FLOWS_FILES.
    Is there anyone can help ?
    Thanks in advance.

    Hi Scott,
    Yes, I have modified the bug tracker application to support file upload by using a file browser object and created a "file_upload" table under the workspace schema to keep the linkage with the table WWV_FLOW_FILE_OBJECTS$. The application works fine before but after I realize that the FLOWS_FILES schema can be unlocked and the free space in default tablespace SYSAUX has almost been used up more than 99%, so I first unlock the account FLOWS_FILES, then changed the password and move the table WWV_FLOW_FILE_OBJECTS$ to tablespace FLOW_1 and changed the default tablespace and then rebuilt the index. I have moved the table back to SYSAUX tablespace now and have rebuilt the index also. However, upload a file and then press 'apply change' in the 'create issue log details' page, it gets the error HTTP 404 but if I do not attach any file. It goes without an error. The only thing I changed is on the database side of the FLOWS_FILES schema, so I think the problem resides on it but I don't know why even I moved the table WWV_FLOW_FILE_OBJECTS$ back to SYSAUX, rebuilt the index but still it doesn't work.
    Is that good even explanation ?
    btw, I am using IIS and how can I see the webserver error ?
    Regards,
    Edward

  • Recieved 404 error after removing "home" from page hierarchy

    I am using JDeveloper 11.1.1.6.0 and I beleive it is WebCenter SP5.
    I am encountering a 404 page when I run an application after I try removing the entry for "home" from the page hierarchy. I also receive the error even if I undo the change in the pages.xml and restore home. I get this in brand new projects as well by following these steps:
    -Create a new WebCenter Portal Framework application
    -Open up pages.xml
    -Delete the "home" entry
    -Save
    -Ctrl+z to undo the deletion of the entry
    -Save
    -Run
    -Recieve 404 after index.html attempts to have the redirect to its default "./faces/wcnav_defaultSelection"
    I am assuming some other files are being modified but I cannot figure out what is going on. I also cannot find any information on how the application determines where to go with the "wcnav_defaultSelection" redirect. Is anyone able to assist with this?

    Hi,
    May I suggest that you enable TRACE logging for oracle.webcenter.portalframework.sitestructure and see what the logs say?
    Also, adding the home page back to page hierarchy (via drag-drop) does not throw the error. It's only when you perform an Undo that the error occurs.
    On further analysis, on "Undo" the home page definition does not get back some of the attributes - the page_parent parameter and the permissions section.
    Edited by: Bijesh Krishnadas on Oct 22, 2012 10:07 AM
    Edited by: Bijesh Krishnadas on Oct 22, 2012 10:15 AM

  • OIPM 11g - EBIZ Error after logging to OIPM Console

    Hi All,
    We are trying to integrate OIPM 11g and Ebiz R12, when we click on zoom button at Ebiz we can open OIPM URL we are logging as admin user after logging we can see error console with only error msg as Error ID : xxxxxxx and Pls contact Sys Admin with error id.
    Thanks in Advance,
    Rakesh.

    Hi,
    below is axf.log file content -
    ===========================================================================================
    [2011-11-16T12:54:56.310+05:30] [IPM_server1] [TRACE] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-00000000000008ff,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCacheLoader] [APP: imaging] [SRC_METHOD: load] Searching for object in distributed cache with id: 43e2f5d1-acfe-4ff7-8044-5bcfe9dc0efe
    [2011-11-16T12:54:56.360+05:30] [IPM_server1] [ERROR] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-00000000000008ff,0] [APP: imaging] TCM-91006: System cache failure[[
    oracle.imaging.axf.resources.AxfException: oracle.ias.cache.ObjectNotFoundException:
    J2EE JOC-044 An exception is occurring in the method. CacheAccess.get
    J2EE JOC-037 cannot find the following object"43e2f5d1-acfe-4ff7-8044-5bcfe9dc0efe"
         at oracle.imaging.axf.service.AxfSessionManagerBean.lookupConversation(AxfSessionManagerBean.java:209)
         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 com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy271.lookupConversation(Unknown Source)
         at oracle.imaging.axf.service.AxfSessionManager_q0dxu8_AxfSessionManagerLocalImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
         at oracle.imaging.axf.service.AxfSessionManager_q0dxu8_AxfSessionManagerLocalImpl.lookupConversation(Unknown Source)
         at oracle.imaging.axf.service.AxfSolutionMediatorBean.acquireCid(AxfSolutionMediatorBean.java:245)
         at oracle.imaging.axf.service.AxfSolutionMediatorBean.execute(AxfSolutionMediatorBean.java:80)
         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 com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_AxfSolutionMediatorRemoteImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
         at oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_AxfSolutionMediatorRemoteImpl.execute(Unknown Source)
         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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
         at $Proxy142.execute(Unknown Source)
         at oracle.imaging.axf.ws.AxfSolutionMediatorWS.execute(AxfSolutionMediatorWS.java:55)
         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 weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:92)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:74)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:151)
         at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)
         at weblogic.wsee.jaxws.security.AuthorizationTube$RunAsWrapperTube$1.run(AuthorizationTube.java:291)
         at weblogic.wsee.jaxws.security.AuthorizationTube$RunAsWrapperTube$1.run(AuthorizationTube.java:289)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:337)
         at weblogic.wsee.jaxws.security.AuthorizationTube$RunAsWrapperTube.processRequest(AuthorizationTube.java:288)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:403)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:532)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)
         at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:171)
         at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    Caused by: oracle.ias.cache.ObjectNotFoundException:
    J2EE JOC-044 An exception is occurring in the method. CacheAccess.get
    J2EE JOC-037 cannot find the following object"43e2f5d1-acfe-4ff7-8044-5bcfe9dc0efe"
         at oracle.ias.cache.CacheAccess.get(CacheAccess.java:713)
         at oracle.imaging.axf.service.AxfSessionManagerBean.lookupConversation(AxfSessionManagerBean.java:199)
         ... 113 more
    [2011-11-16T12:55:27.559+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_Impl] [APP: imaging] [SRC_METHOD: execute] ENTRY oracle.imaging.axf.data.AxfRequest@60812843
    [2011-11-16T12:55:27.562+05:30] [IPM_server1] [TRACE] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCacheLoader] [APP: imaging] [SRC_METHOD: load] Searching for object in distributed cache with id: 8475f9b4-5137-48aa-a70f-22aa1c204eb6
    [2011-11-16T12:55:27.563+05:30] [IPM_server1] [TRACE] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCacheLoader] [APP: imaging] [SRC_METHOD: load] Recieved new Object, putting in cache: 8475f9b4-5137-48aa-a70f-22aa1c204eb6
    [2011-11-16T12:55:27.565+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediatorBean] [APP: imaging] [SRC_METHOD: acquireCid] Got a new conversation from SessionManager with a CID of:8475f9b4-5137-48aa-a70f-22aa1c204eb6
    [2011-11-16T12:55:27.948+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSessionManager_q0dxu8_Impl] [APP: imaging] [SRC_METHOD: createParameterSet] ENTRY 8475f9b4-5137-48aa-a70f-22aa1c204eb6
    [2011-11-16T12:55:27.949+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSessionManagerBean] [APP: imaging] [SRC_METHOD: createParameterSet] New ParameterSet PID=f1fac57f-e9da-4adb-883c-99fd65a05682
    [2011-11-16T12:55:27.951+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSessionManagerBean] [APP: imaging] [SRC_METHOD: addParameterSet] Putting ParameterSet in cache
    [2011-11-16T12:55:27.952+05:30] [IPM_server1] [TRACE] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCacheLoader] [APP: imaging] [SRC_METHOD: load] Searching for object in distributed cache with id: f1fac57f-e9da-4adb-883c-99fd65a05682
    [2011-11-16T12:55:27.953+05:30] [IPM_server1] [TRACE] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCacheLoader] [APP: imaging] [SRC_METHOD: load] Recieved new Object, putting in cache: f1fac57f-e9da-4adb-883c-99fd65a05682
    [2011-11-16T12:55:27.956+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSessionManagerBean] [APP: imaging] [SRC_METHOD: updateParameterSet] Putting ParameterSet in cache
    [2011-11-16T12:55:27.958+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.config.AxfConfigurationUtil] [APP: imaging] [SRC_METHOD: getWebRoot] ENTRY
    [2011-11-16T12:55:27.960+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 11] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-000000000000090b,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_Impl] [APP: imaging] [SRC_METHOD: execute] RETURN CID:     8475f9b4-5137-48aa-a70f-22aa1c204eb6[[
    Response Commands {
         OPEN_BROWSER :      http://10.15.16.140:16000/imaging/CommandAuthenticatorFacade.jsp?cid=8475f9b4-5137-48aa-a70f-22aa1c204eb6&pid=f1fac57f-e9da-4adb-883c-99fd65a05682
    [2011-11-16T12:55:43.051+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_Impl] [APP: imaging] [SRC_METHOD: execute] ENTRY oracle.imaging.axf.data.AxfRequest@2009cd0c
    [2011-11-16T12:55:43.052+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediatorBean] [APP: imaging] [SRC_METHOD: acquireCid] Requestor provided a CID of: 8475f9b4-5137-48aa-a70f-22aa1c204eb6
    [2011-11-16T12:55:43.054+05:30] [IPM_server1] [TRACE] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediatorBean] [APP: imaging] [SRC_METHOD: acquireCid] Sucessfully retrieved cached conversation: 8475f9b4-5137-48aa-a70f-22aa1c204eb6
    [2011-11-16T12:55:43.057+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_Impl] [APP: imaging] [SRC_METHOD: expandRequest] ENTRY oracle.imaging.axf.data.AxfRequest@2009cd0c
    [2011-11-16T12:55:43.090+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_Impl] [APP: imaging] [SRC_METHOD: lookupSolution] ENTRY ejb.AxfCommandMediator#oracle.imaging.axf.service.AxfCommandMediatorRemote
    [2011-11-16T12:55:43.090+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediatorBean] [APP: imaging] [SRC_METHOD: lookupSolution] Got a solution with a name of: ejb.AxfCommandMediator#oracle.imaging.axf.service.AxfCommandMediatorRemote
    [2011-11-16T12:55:43.099+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediatorBean] [APP: imaging] [SRC_METHOD: lookupSolution] lookup of ejb.AxfCommandMediator#oracle.imaging.axf.service.AxfCommandMediatorRemote was sucessful!
    [2011-11-16T12:55:43.101+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_Impl] [APP: imaging] [SRC_METHOD: lookupSolution] RETURN [BaseRemoteObject] home: weblogic.ejb.container.internal.StatelessEJBHomeImpl@60bfd2f5
    [2011-11-16T12:55:43.121+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCommandMediator_kr0fzi_Impl] [APP: imaging] [SRC_METHOD: execute] ENTRY oracle.imaging.axf.data.AxfRequest@2009cd0c
    [2011-11-16T12:55:43.123+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCommandMediator_kr0fzi_Impl] [APP: imaging] [SRC_METHOD: executePojoCommand] ENTRY oracle.imaging.axf.data.AxfRequest@2009cd0c
    [2011-11-16T12:55:43.123+05:30] [IPM_server1] [TRACE] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCommandMediatorBean] [APP: imaging] [SRC_METHOD: executeCommand] querying for commandNamespace (UCM_Managed_Attachments, UCM_Managed_Attachments)
    [2011-11-16T12:55:43.223+05:30] [IPM_server1] [TRACE] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfCommandMediatorBean] [APP: imaging] [SRC_METHOD: executeCommand] Trying to instantiate new instance using: oracle.imaging.axf.commands.ucm.AfGrantAccessCommand
    [2011-11-16T12:55:43.295+05:30] [IPM_server1] [ERROR] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [APP: imaging] SolutionParameter not found for: SolutionNamespace=UCM_Managed_Attachments, CommandNamespace=UCM_Managed_Attachments, ConfigurationNamespace=oracle.imaging.axf.commands.ucm.AfGrantAccessCommand, ParameterKey=UCM_CONNECTION_STR[[
    oracle.imaging.axf.resources.AxfException
         at oracle.imaging.axf.commands.ucm.AfGrantAccessCommand.execute(AfGrantAccessCommand.java:136)
         at oracle.imaging.axf.service.AxfCommandMediatorBean.executeCommand(AxfCommandMediatorBean.java:107)
         at oracle.imaging.axf.service.AxfCommandMediatorBean.execute(AxfCommandMediatorBean.java:66)
         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 com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at.......
         at oracle.imaging.axf.service.AxfCommandMediator_kr0fzi_AxfCommandMediatorRemoteImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
         at oracle.imaging.axf.service.AxfCommandMediator_kr0fzi_AxfCommandMediatorRemoteImpl.execute(Unknown Source)
         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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
         at $Proxy143.execute(Unknown Source)
         at oracle.imaging.axf.service.AxfSolutionMediatorBean.execute(AxfSolutionMediatorBean.java:139)
         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 com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_AxfSolutionMediatorLocalImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
         at oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_AxfSolutionMediatorLocalImpl.execute(Unknown Source)
         at oracle.imaging.axf.web.CommandAuthenticator.execute(CommandAuthenticator.java:77)
         at oracle.imaging.axf.web.CommandAuthenticator.<init>(CommandAuthenticator.java:56)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:187)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.instantiateBean(ManagedBeanFactory.java:873)
         at oracle.adfinternal.controller.application.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:112)
         at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
         at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
         at com.sun.el.parser.AstIdentifier.getValue(Unknown Source)
         at com.sun.el.parser.AstValue.getValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:250)
         at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
         at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:513)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:782)
         at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1354)
         at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java:71)
         at oracle.adfinternal.view.faces.unified.taglib.layout.UnifiedPanelStretchTag.doStartTag(UnifiedPanelStretchTag.java:50)
         at jsp_servlet.__commandauthenticator_jspx._jspx___tag3(__commandauthenticator_jspx.java:244)
         at jsp_servlet.__commandauthenticator_jspx._jspx___tag2(__commandauthenticator_jspx.java:205)
         at jsp_servlet.__commandauthenticator_jspx._jspx___tag1(__commandauthenticator_jspx.java:155)
         at jsp_servlet.__commandauthenticator_jspx._jspx___tag0(__commandauthenticator_jspx.java:104)
         at jsp_servlet.__commandauthenticator_jspx._jspService(__commandauthenticator_jspx.java:65)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         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.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    [2011-11-16T12:55:43.315+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.config.AxfConfigurationUtil] [APP: imaging] [SRC_METHOD: getWebRoot] ENTRY
    [2011-11-16T12:55:43.321+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.service.AxfSolutionMediator_xc27sg_Impl] [APP: imaging] [SRC_METHOD: execute] RETURN CID:     8475f9b4-5137-48aa-a70f-22aa1c204eb6[[
    Error Code:      TCM-91001
    Response Commands {
         OPEN_BROWSER :      http://10.15.16.140:16000/imaging/faces/Message/Message.jspx?errorId=987678c8-2879-4524-be10-94597044a267
    [2011-11-16T12:55:43.326+05:30] [IPM_server1] [TRACE:16] [] [oracle.imaging.axf] [tid: 12] [userId: weblogic] [ecid: e8d7c9667455de58:4aea3db5:133ab40b9c2:-8000-0000000000000921,0] [SRC_CLASS: oracle.imaging.axf.view.management.AxfSessionUtil] [APP: imaging] [SRC_METHOD: executeClientScript] Executing client script: document.location="http://10.15.16.140:16000/imaging/faces/Message/Message.jspx?errorId=987678c8-2879-4524-be10-94597044a267";
    ===========================================================================================
    Thanks in Advance,
    Rakesh.

  • Getting error after login in em console from other users

    Hi,
    I have created new user in weblogic console and given it admin rights.
    But when ever i am login into em console using that user, i am getting below error and the Test is disabled:-
    oracle.sysman.emSDK.app.exception.EMSystemException at oracle.sysman.emai.model.sca.WLSObjectHelper.createLocator(WLSObjectHelper.java:71) at oracle.sysman.emai.model.sca.SCAObjectHelper.getLocator(SCAObjectHelper.java:92) at oracle.sysman.emai.model.sca.SCAObject.getLocator(SCAObject.java:84) at oracle.sysman.emai.model.sca.share.SCASharedModel.getLocator(SCASharedModel.java:21) at oracle.sysman.emai.model.sca.share.composite.CompositeInstances.initialize(CompositeInstances.java:113) at oracle.sysman.emai.model.sca.EMModel.initializeSCAData(EMModel.java:25) at oracle.sysman.emai.model.sca.SCAObject.initializeData(SCAObject.java:66) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.initOrResetEMObject(ModelUtil.java:319) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.access$000(ModelUtil.java:280) at oracle.sysman.core.model.util.ModelUtil.initializeMBEMObjects(ModelUtil.java:231) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:131) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:102) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.detectContextChange(EMPagePhaseListener.java:601) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.doPostInvokeApplication(EMPagePhaseListener.java:562) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.afterPhase(EMPagePhaseListener.java:246) at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:532) at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:120) at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:171) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:134) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:74) at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:54) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:472) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:102) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:183) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) 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:139) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused by: javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: User: testuser, failed to be authenticated.] at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42) at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792) at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:686) at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:471) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376) at weblogic.jndi.Environment.getContext(Environment.java:315) at weblogic.jndi.Environment.getContext(Environment.java:285) at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117) at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288) at javax.naming.InitialContext.init(InitialContext.java:223) at javax.naming.InitialContext.<init>(InitialContext.java:197) at oracle.soa.management.internal.ejb.EJBLocatorImpl.<init>(EJBLocatorImpl.java:165) at oracle.soa.management.facade.LocatorFactory.createLocator(LocatorFactory.java:35) at oracle.sysman.emai.model.sca.WLSObjectHelper.createLocator(WLSObjectHelper.java:67) at oracle.sysman.emai.model.sca.SCAObjectHelper.getLocator(SCAObjectHelper.java:92) at oracle.sysman.emai.model.sca.SCAObject.getLocator(SCAObject.java:84) at oracle.sysman.emai.model.sca.share.SCASharedModel.getLocator(SCASharedModel.java:21) at oracle.sysman.emai.model.sca.share.composite.CompositeInstances.initialize(CompositeInstances.java:113) at oracle.sysman.emai.model.sca.EMModel.initializeSCAData(EMModel.java:25) at oracle.sysman.emai.model.sca.SCAObject.initializeData(SCAObject.java:66) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.initOrResetEMObject(ModelUtil.java:319) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.access$000(ModelUtil.java:280) at oracle.sysman.core.model.util.ModelUtil.initializeMBEMObjects(ModelUtil.java:231) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:128) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:101) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.detectContextChange(EMPagePhaseListener.java:596) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.doPostInvokeApplication(EMPagePhaseListener.java:561) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.afterPhase(EMPagePhaseListener.java:246) at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:531) at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:120) at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:168) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:131) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:74) at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:472) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) 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:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696) 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:2273) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) ... 1 more Caused by: java.lang.SecurityException: User: testuser, failed to be authenticated. at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServiceImpl.java:116) at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke(Unknown Source) at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667) at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146) at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518) at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118) ... 2 more
    Please help
    Regards
    Rajan Grover

    You'll have to add the user as a SOA administrator too in the EM. EM -> soa-infra -> Application Roles ->
    But maybe the right thing to do, would be to add the user to WLAdmin group in weblogic.
    hth
    Atul

  • Page Not Found (404) Error

    I'm trying to download Oracle 10g on VMWare underneath this link:
    http://www.oracle.com/technology/tech/linux/vmware/index.html
    But I get an 404 error after I accept the EULA instead of the download page. This was working last week.

    I am having the same problem with the Oracle 8 to 8i New Features for Administrators link:
    http://www.oracle.com/education/certification/objectives/20.html

  • Ran the reprovision powersheel sripts still no Central admin site on a 404 error

    I still have no central admin site.
    When I call it thru the browser I get a 404 error.
    I ran these scripts:
    .\psconfig.exe -cmd adminvs
    -unprovision
    .\psconfig.exe -cmd adminvs
    -provision -port 9999
    -windowsauthprovider onlyusentlm
     the message came back telling me that the CA is at the location etc.. no errors were thrown when I ran the scripts.
    What Else can I check?

    I'm on  windows server 2012 and this is SharePoint 2013
    Windows Authentication is Enabled  has 401 challenge.
    I also did this:
    Problem: SharePoint Central Admin Page diplays HTTP 404 Error after Installation
    Cause: HTTP Verbs are not configured to allow in IIS
    Resolution: Go to the server where SharePoint Central Admin is hosted, Start -> Run -> Type inetmgr -> Click OK -> Expand Server_Name -> Expand Sites -> Click Web Application -> Click Request Filtering under IIS on the
    Right -> Double click "Request Filtering" -> Click on HTTP Verbs->Click Allow from the top right corner and enter GET and click OK. Repeat the same steps to allow other verbs POST, HEAD, CONNECT, PUT, DELETE, TRACE, OPTIONS and Central Administration
    started to load properly
    Note: If you require, future web applications not to face this issue, then the settings has to be applied to the IIS level as well. Following are the steps to apply the same
    Go to the server where SharePoint Central Admin is hosted, Start -> Run -> Type inetmgr -> Click OK -> Click on Server_Name -> Click Request Filtering under IIS on the Right -> Double click "Request Filtering" -> Click on HTTP Verbs->Click
    Allow from the top right corner and enter GET and click OK. Repeat the same steps to allow other verbs POST, HEAD, CONNECT, PUT, DELETE, TRACE, OPTIONS.
    Still no Central Admin Site, still get the Error message that the web page can not be found. hTTP 404

  • Emsdk-1100 error with OEM Console...

    I've installed Oracle 8.1.7.0.0 on Windows 2000.
    The OEM worked fine.
    But after applying the 8.1.7.2.1 patchset,
    I got the error 'Emsdk-1100:unable to etablish a secure
    communication channel' every time I tried to bring up the console
    (connected as SYSMAN).
    Any help is highly appreciated.
    Hoang Tran

    The following fix from Metalink solved this problem for me.
    Problem Description
    1. When trying to start the OEM Console or one of the Management
    Pack
    utilities (e.g. DBA-Studio or one of the other Managers), you
    get
    the following error:
    EMSDK-1100: Unable to establish a secure communication
    channel.
    and the program will not start. When starting the Management
    Pack
    utilities in the standalone mode, this error does not occur.
    2. This problem occurs:
    - after the installation of the 8.1.7.2.1 Patch Set on top of
    either
    8.1.7.0.0 or 8.1.7.1.x
    - on the platform Microsoft Windows NT or Windows 2000
    - when on the same machine, in the same %ORACLE_HOME%, the
    Oracle Enterprise Manager (OEM) utilities release 2.2 are
    installed
    (e.g. the OEM Console and one or more Management Packs),
    and
    the Oracle Management Server (OMS) release 2.2.
    Solution Description
    1. Before applying the Patch Set 8.1.7.2.1, rename the file
    %ORACLE_HOME%\bin\njssl8.dll
    e.g. to:
    %ORACLE_HOME%\bin\njssl8_old.dll
    After applying the patch-set 8.1.7.2.1,
    -> rename the new njssl8.dll (causing problem) to
    njss8_new.dll
    -> rename old njssl8_old.dll (good version) to njssl8.dll
    Start the OMS (or reboot the machine and re-start the OMS).
    2. When no backup of %ORACLE_HOME%\bin\njssl8.dll has been made
    before
    installing the 8.1.7.2.1 patch-set, obtain the latest earlier
    version
    of this DLL. This file can be found in the 8.1.7.1.1 patch-
    set which
    can be downloaded via MetaLink:
    a. Run WinZip to open the 81711 patch-file:
    p1711240_8171_WINNT.zip
    b. Double-click on the file: WinNT-81711_patchset.exe
    and choose "Run WinZip" in the "WinZIP Self-Extractor"
    screen.
    c. In the new WinZip screen, locate the file: lib.0.4.jar
    Note: there exist 4 (four) files with the name lib.0.4.jar
    Choose the one which will be extracted to the location:
    81711\stage\Patches\oracle.options.ano.ssl\8.1.7.1.1\1
    \DataFiles\
    d. Extract this file to disk.
    e. Locate the file lib.0.4.jar which was extracted to disk
    f. Open this JAR file with WinZip.
    g. The JAR file contains one file only: njssl8.dll
    h. Extract this file to disk in a temporary directory.
    i. Rename %ORACLE_HOME%\bin\njssl8.dll to %ORACLE_HOME%
    \bin\njss8_new.dll
    j. Copy the extracted file (see h.) to %ORACLE_HOME%
    \bin\njssl8.dll
    k. Start the OMS (or reboot the machine and re-start the OMS).
    3. A fix for this problem is not implemented in the 8.1.7.2.x
    patch-set.
    Consult [BUG:1946984] in order to find out if a patch is
    available.
    Explanation
    In the 8.1.7.2.1 Patch Set, one of the modified DLL's is:
    %ORACLE_HOME%\bin\njssl8.dll
    This DLL is also used during the startup of the OEM Console or
    the
    Management Pack utilities which login to the Oracle Management
    Server
    (i.e. which are using the OEM Repository).
    The new version of this DLL, shipped with patch-set 8.1.7.2.1 on
    the
    Windows platform, causes a Secure Communication Error, resulting
    in the:
    EMSDK-1100: Unable to establish a secure communication
    channel.
    References
    [BUG:1946984] "AFTER APPLYING 8.1.7.2.1 PATCH-SET, OEM UTILITIES
    FAIL TO
    START WITH EMSDK-1100"
    Additional Search Words
    WIN2000, WIN-2000, WINNT, WIN-NT, patchset, upgrade, 81721

Maybe you are looking for