OATS page send me an http 404 error

Dear all,
I want to ask you for a configuration problem that I'm having with OATS, i am getting http 404 page not found error when I try to invoke the "Administrator" from startmenu path - called this like http://localhost:8088/admin, and getting the same result for OLT and OTM instances.
Steps I've followed:
a- The complete installation of OracleXE 10g :)
b- Installation of OATS 9.30.0272 version :)
c- Verification of created schemas with OAT Database Configuration :)
d- Verification of created users (OATS, OLT and OTM) into my Oracle database (none locked) :)
e- Migration of OATS, OLT and OTM databases, (migration finished with errors) :(
f- Connection with Oracle SQL Developer at the last DB created (just to verify no errors with my users/passwords) :)
g- Called the Administrator from startmenu path :)
h- For the first time I've seen the Login page, but none user could identify me (OATS, OLT, OTM and even my Windows user) :(
i- I came back to verify the database schemas with users and passwords. :)
j- I've restarted the Oracle Application Testing Suite Application Service :)
k- I've restarted the OracleServiceXE :)
l- Now when I call the Administrator, OLT or OTM from the start menu I'm getting the http 404 page :(
I consider important to mention that I've tried and repeated the same steps several times, even creating a new user session on windows.
What else do I verify?
What should I do to get all migrations without errors?
Am I repeating the same problem when I retry to configure the apps and log into?
Thanks in advance.
Edited by: FR-Francisco on 27 sept. 2011 08:49

Hi,
Before starting the Application Server, you need to have the oracle DB running. So stop The application server, and Oracle db (and Listener), just to be on the safe side. Then
1) Start the listener
2) Start the XE Service.
3) Start the Application server
Then see if you still get the 404.
Regards
Wayne.

Similar Messages

  • Page cannot be found HTTP 404 Error

    I have uploaded the site which deals in giving access to the user to our html pages.
    I have used servlets & ms access
    Created user DSN.
    used dsn less connectivity.
    The servlet checks the entry on the home page
    and should display the Html page.But its giving the 404 error of Page not found.
    I am posting the servlet.
    Could u please tell me where i should place the servlet file & the corresponding file on the server.
    This is very urgent.
    Servlet code:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    public class login extends HttpServlet
         Connection con;
         public void init()
              try
                        String driver = "sun.jdbc.odbc.JdbcOdbcDriver";
                        Class.forName (driver);
              catch(ClassNotFoundException cnfe)
                   System.out.println(cnfe);
         public void doPost(HttpServletRequest req,HttpServletResponse res) throws      
    ServletException,IOException
                   try
                   String chemin = "d:/Yarnz project/database/yarnz.mdb";
                   String fullConnectionString = "jdbc:odbc:Driver={Microsoft Access Driver
    (*.mdb)};DBQ=" + chemin;
                   con = DriverManager.getConnection (fullConnectionString);
                   res.setContentType("text/html");               
                   PrintWriter pw = res.getWriter();
                   String c = req.getParameter("login");
                   String d = req.getParameter("pass");
                   Statement st =con.createStatement();
                   ResultSet rs =st.executeQuery("select login,password from client_status                
    where login ='"+c+"' and password='"+d+"' ");
                   while(rs.next())
                   if(rs.getString("password").equals(d) && rs.getString("login").equals(c))
              res.sendRedirect("testing.htm");
                   else
                   pw.println("Try Again!<br>");
                   pw.println("Please check ur LOGIN & PASSWORD<br>");
                   pw.println("<a href=index.htm>LOGIN</a>");
              catch(SQLException sqle)
                   System.out.println(sqle);
    Waiting for a quick response.
    vidita

    do you have the file testing.htm in the document root of you webserver.

  • HTTP 404 Error : Page Not Found

    I recieved a *"HTTP 404 Error: Page Not Found"* when I branch via Branch To Page Identified By Item using the application_item F103_NEXT_PAGE as the item. I looked at the apache error log and found the following error message:
    [Tue May 26 16:47:13 2009] [error] mod_plsql: /pls/apexcfp8/wwv_flow.accept HTTP-404 \nwwv_flow.accept: SIGNATURE (parameter names) MISMATCH\nVARIABLES IN FORM NOT IN PROCEDURE: CURRENTELEM\nNON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM: \n
    I still recieved the same *"HTTP 404 Error: Page Not Found"* when I branch via Go to Page using the application_item *&F103_NEXT_PAGE.* as the page.
    Can someone please help me. I am under a tight deadline and I cannot test the application further until this is resolved.
    Thank you in advance.
    Robert

    ops, sorry, you already made that test, didn't you?
    The fact is i am testing on XE so there is no Apache in between.
    I guess that you are getting HTTP 404 whereas i get a different message.
    My best guess is that the item doesn't contain the value you say at the time of branching.
    Another possibility is that you think it is using that branch, but it is conditional and the condition is not met, but there are no further branches to process and apex doesn't know where to branch to.
    Does any of the above make sense?

  • HTTP 404 error occurs randomly when navigating to HTMLDB pages

    Oracle support have asked me to raise this issue here (ref TAR 4248522.999).
    Environment:
    Windows 2003 server
    Oracle DB version 10.1.0.2.0
    Oracle HTMLDB v 1.6.0.00.87
    Problem:
    When navigating to an HTMLDB page using a list item, an HTTP 404 error occurs randomly. There is no error in the database alert log BUT the following error is reported in the Apache log file which is recorded whenever the HTTP 404 error occurs:
    [Thu Jan 20 09:58:48 2005] [error] [client 10.25.22.163] [ecid: 1106215128:10.25.22.53:3576:3352:23759,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-00001: unique constraint (FLOWS_010600.WWV_FLOW_DATA_IDX1) violated
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 180
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 1298
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 345
    ORA-06512: at "FLOWS_010600.WWV_FLOW", line 8779
    ORA-06512: at "FLOWS_010600.F", line 218
    ORA-06512: at line 10
    A list item is being used for navigation. It has been setup with a target type of 'Page in this Application' and a Page number of a page in the application. The checkbox 'reset pagination for this page' has been
    checked. The problem occurs when launching the application directly in a new browser or
    when running the application using the Application Builder's run application.
    The error occurs intermittently.

    I'm from support , The customer has open an SR
    TAR:4248522.999 to this issue.
    He updated the SR with following.
    I have not been able to re-produce this problem with the sample application.

  • EBS Integration HTTP 404 error

    I have a function defined in EBS to call Apex. When I click on function in Menu in Oracle it gives me error The webpage cannot be found HTTP 404 error. I close down this window and after couple of clicks the Apex form opens up. It is very frustrating for users to click atlest 2-3 times before they get into Apex.
    Here is the function that I have in Oracle to call Apex.
    CREATE OR REPLACE PROCEDURE APPS.apex_launch (application IN NUMBER default 112
    , page IN NUMBER DEFAULT 1
    , request IN VARCHAR2 DEFAULT NULL
    , item_names IN VARCHAR2 DEFAULT NULL
    , item_values IN VARCHAR2 DEFAULT NULL)
    AS
    name_arr OWA.VC_ARR;
    value_arr OWA.VC_ARR;
    BEGIN
    dbms_output.put_line('Inputs '||application||' Page '||page);
    OWA_UTIL.mime_header('text/html', FALSE);
    OWA_COOKIE.send(name => 'APEX_APPS_'||application,
    value=>fnd_global.user_name||':'||
    apex_generate_hash(fnd_global.user_name),
    domain=>'.silganplastics.com',
    path=>'/',
    expires=>sysdate+1);
    OWA_UTIL.redirect_url('http://cfdsun111.silganplastics.com:8091/apex/f?p='||application||':'||page||'::YES');
    END apex_launch;
    Any help is appreciated.
    Thanks,
    Suman

    Integration with EBS has been discussed many times - pl use the search feature to find threads
    http://forums.oracle.com/forums/search.jspa?threadID=&q=EBS&objID=f137&dateRange=thisyear&userID=&numResults=15
    HTH
    Srini

  • Redirect HTTP 404 Error

    Hi,
    Is there anyone knows how to redirect HTTP 404 Error on OAS 4? For example, if the requested file doesnt exist, I have to redirect the request to a default page. Thanks for any help.

    <i>So the user actually sees a 404 - page not found error?</i><p>
    Yes, using a static session id in the apache rewrite rule causes the user to get a HTTP 404 - Page cannot be found error.
    Since owa_util.redirect_url is called directly after owa_cookie.send, the owa_util.redirect_url is using just the apex relative url, f?p=blahblahblah, which causes all the Host and DAD information (in our case, infotrek.er.usgs.gov/pls/apex/ to be dropped from the Location: header and sends the user to HOST/f?p=blah instead of HOST/DAD/f?p=blah, which causes the http 404 error.
    I did the test you asked:
    Header when relative URL is used:
    HTTP/1.1 302 Found
    Date: Thu, 23 Aug 2007 13:09:21 GMT
    Server: Oracle-Application-Server-10g/10.1.3.0.0 Oracle-HTTP-Server
    Location: f?p=190:1:2088586269224413
    X-DB-Content-length: 0
    Set-Cookie: WWV_PUBLIC_SESSION_TEST=99999999
    Connection: close
    Content-Type: text/html; charset=UTF-8Header when absolute URL is used:
    HTTP/1.1 302 Found
    Date: Thu, 23 Aug 2007 13:09:49 GMT
    Server: Oracle-Application-Server-10g/10.1.3.0.0 Oracle-HTTP-Server
    Location: http://infotrek.er.usgs.gov/pls/apex/f?p=190:1:2088586269224413
    X-DB-Content-length: 0
    Set-Cookie: WWV_PUBLIC_SESSION_TEST=99999999
    Connection: close
    Content-Type: text/html; charset=UTF-8The second condition is what we need to have happen, and we don't know if we can tinker with anything in apache, Apex, or the owa_util.redirect_url to make it happen. I can't use this fix within any application because <i>the user doesn't get that far</i>. He/she never makes it to the app--they get a Page Cannot be Found error and thinks our site is down.

  • JSP loading issue: HTTP 404 error

    I have a JSP page that stopped loading up.
    It gives me the Apache HTTP 404 error that it can not find the JSP page.
    There are no servlet classes associated with the JSP page.
    Simply, it is an HTML page calling a JSP page.
    This issue appeared after we(IT team) incorporated servlets on the machine.
    Directory structure changed, but it shouldn't have effected our JSP pages.
    Directory structure
    ../wwwroot/Finance/Labor.html goes to ../wwwroot/Finance/Labor.jsp

    And how does the HTML page invoke the JSP page?
    Are you doing it via a <form> or are you linking to it through an <a href>?
    You really didn't provide very much information. There are a lot of things that could go wrong. For example, Tomcat generally likes its JSPs to be in a specific place which is NOT the default Apache document root. You'd explicitly have to configure Tomcat to use the same Apache document root though.
    Similarly, application specific Servlets are usually in a sub-directory of the one containing JSP files for that application. In other words, you don't really put JSPs in c:/JSPs on one machine, HTML in /home/rycherX/www on another machine and Servlets in \\rycherX\workspace\Servlets on a third.
    The first place to start is to tell us what Servlet Engine you just installed. Tomcat? JBoss? WebSphere?

  • 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

  • Content server Instalation problem.---HTTP 404- ERROR FORBIDDEN

    Hello Guys,
    This issue is pertaining to Content server instalation with SAP 6 ECC.
    Status till date:
    1) content server is installed to windows 2003 server.
    2) we are currently working in quality server.I have opted a 80 GB harddisk and installed windows 2003 server and also installed Content server to that.
    3) i defined New content repository ZDMS_C1in OAC0
    Gave appropriate description,
    Doc area : Doc magt system
    Storage type: HTTP content server
    Version no: 0046
    Http server 132.147.167.110( this is 80 gb system Ip address)
    port number:1090
    Http script: Contentserver/contentserver.dll
    Physical path: H:usr\sap\ELD\SYS\Global\ (default selection )
    i saved and i get every information of created by and last changed by....
    Ok but when i <u><b>test connection</b></u> it says " HTTP 404:ERROR FORBIDEN".
    I get another error when i "<u><u><b>SEND CERTIFICATE</b></u></u>"
    " ERROR IN HTTP ACCESS IFHTTPCLIENT--RECEIVE 1
    ICM-HTTP-CONNECTION-FAILED.
    Some problem in IIS server but litraly basis team is unable to solve the status.
    How to solve this issue.....Help me out in detail.
    Regards,
    Murali.S

    Hi Murali,
    Follow two NOTES 212394 & 661852
    or
    Ensure that PSE (Personal Security Environment) is created directly on SAP system after the system is installed, this is one time activity.
    To do this you use T Code "STRUST". You can check with your Senior Basis guy for more.
    By default the system's PSE is used to sign URLs. from SAP WAS you can also create your own PSE to sign Kpro URLs
    Regards
    Rehman

  • Very odd HTTP 404 Error

    I am getting the HTTp 404 error on some pages in APEX 3.0.0.00.20.
    These are the pages I get the error:
    1. From Home(APEX) Tab when I click the "Application Builder".
    2. From Home(APEX) Tab "Application Builder" Dropdown, select my application 101.
    3. From My App 101 when I click on the "Application 101" button on the developer toolbar.
    4. From the Application Builder Tab on any page in My App 101 when I click on a Named "List of Values" to edit it.
    This is the Error Log:
    [Mon Jul 23 16:22:03 2007] [notice] FastCGI: process manager initialized
    [Mon Jul 23 16:22:10 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185232930:XXX.XXX.XXX.11:3788:2364:2,0] mod_plsql: /pls/htmldb/htmldb HTTP-503 ORA-12514
    [Mon Jul 23 16:22:15 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185232935:XXX.XXX.XXX.11:3788:2520:2,0] mod_plsql: /pls/htmldb/htmldb HTTP-503 ORA-12514
    [Mon Jul 23 16:22:23 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185232943:XXX.XXX.XXX.11:3788:2536:2,0] mod_plsql: /pls/htmldb/htmldb HTTP-503 ORA-12514
    [Mon Jul 23 16:22:52 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185232972:XXX.XXX.XXX.11:3788:2544:1,0] mod_plsql: /pls/htmldb/f HTTP-503 ORA-12514
    [Mon Jul 23 16:27:17 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233236:XXX.XXX.XXX.11:3788:900:9,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:27:17 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233236:XXX.XXX.XXX.11:3788:900:9,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:27:44 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233239:XXX.XXX.XXX.11:3788:1272:5,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:27:44 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233239:XXX.XXX.XXX.11:3788:1272:5,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:27:59 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233278:XXX.XXX.XXX.11:3788:1272:9,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:27:59 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233278:XXX.XXX.XXX.11:3788:1272:9,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:28:07 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233282:XXX.XXX.XXX.11:3788:3516:3,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:28:07 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233282:XXX.XXX.XXX.11:3788:3516:3,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:31:37 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233496:XXX.XXX.XXX.11:3788:816:1,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:31:37 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233496:XXX.XXX.XXX.11:3788:816:1,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:31:43 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233502:XXX.XXX.XXX.11:3788:816:2,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:31:43 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233502:XXX.XXX.XXX.11:3788:816:2,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:31:54 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233513:XXX.XXX.XXX.11:3788:816:17,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:31:54 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233513:XXX.XXX.XXX.11:3788:816:17,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:32:58 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233577:XXX.XXX.XXX.11:3788:2464:17,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:32:58 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233577:XXX.XXX.XXX.11:3788:2464:17,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:34:44 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233683:XXX.XXX.XXX.11:3788:2480:2,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:34:44 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233683:XXX.XXX.XXX.11:3788:2480:2,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:34:50 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233689:XXX.XXX.XXX.11:3788:2480:3,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:34:50 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233689:XXX.XXX.XXX.11:3788:2480:3,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:34:57 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233697:XXX.XXX.XXX.11:3788:2540:14,0] File does not exist: d:/oracle/product/10.2.0/http_1/apache/apache/htdocs/favicon.ico
    [Mon Jul 23 16:35:25 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233724:XXX.XXX.XXX.11:3788:2616:2,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:35:25 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233724:XXX.XXX.XXX.11:3788:2616:2,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:35:41 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233740:XXX.XXX.XXX.11:3788:2616:30,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:35:41 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233740:XXX.XXX.XXX.11:3788:2616:30,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:36:15 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233765:XXX.XXX.XXX.11:3788:2616:34,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:36:15 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233765:XXX.XXX.XXX.11:3788:2616:34,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:37:05 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233824:XXX.XXX.XXX.11:3788:2616:74,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:37:05 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233824:XXX.XXX.XXX.11:3788:2616:74,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:38:46 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185233925:XXX.XXX.XXX.11:3788:900:11,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:38:46 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185233925:XXX.XXX.XXX.11:3788:900:11,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:41:50 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185234109:XXX.XXX.XXX.11:3788:3760:4,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:41:50 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185234109:XXX.XXX.XXX.11:3788:3760:4,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:44:05 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185234244:XXX.XXX.XXX.11:3788:2456:5,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:44:05 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185234244:XXX.XXX.XXX.11:3788:2456:5,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:47:01 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185234420:XXX.XXX.XXX.11:3788:1820:12,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:47:01 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185234420:XXX.XXX.XXX.11:3788:1820:12,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f
    [Mon Jul 23 16:48:30 2007] [error] [client XXX.XXX.XXX.50] [ecid: 1185234509:XXX.XXX.XXX.11:3788:1488:10,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-03113: end-of-file on communication channel\n
    [Mon Jul 23 16:48:30 2007] [alert] [client XXX.XXX.XXX.50] [ecid: 1185234509:XXX.XXX.XXX.11:3788:1488:10,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/f

    Hi Chris,
    The ORA-12514 is -
    jes@shellprompt[7:22am]~> oerr ora 12514
    12514, 00000, "TNS:listener does not currently know of service requested in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a service name for a service (usually a database service)
    // that either has not yet dynamically registered with the listener or has
    // not been statically configured for the listener.  This may be a temporary
    // condition such as after the listener has started, but before the database
    // instance has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which services are currently known by the listener by executing:
    //    lsnrctl services <listener name>
    //  - Check that the SERVICE_NAME parameter in the connect descriptor of the
    //    net service name used specifies a service known by the listener.
    //  - If an easy connect naming connect identifier was used, check that
    //    the service name specified is a service known by the listener.
    //  - Check for an event in the listener.log file.So looks like problems with your listener, the ORA-3113 is more serious -
    jes@shellprompt[7:52am]~> oerr ora 3113
    03113, 00000, "end-of-file on communication channel"
    // *Cause: The connection between Client and Server process was broken.
    // *Action: There was a communication error that requires further investigation.
    //          First, check for network problems and review the SQL*Net setup.
    //          Also, look in the alert.log file for any errors. Finally, test to
    //          see whether the server process is dead and whether a trace file
    //          was generated at failure time.An ORA-3113 usually means a call to support because something has gone very wrong (the error is kind of a last ditch message that something serious went wrong, but the message itself is not specific about what that 'thing' was, however support can track it down from the logs/traces etc).
    How reproducible is this? Was it a 'one-off', or if you restart the listener if everything back to 'normal'?

  • IP Phone SDK7.1.2 - Push2Phone HTTP 404 error

    Hi,
    I'm testing IP Phone SDK7.1.2 Push2Phone with CUCM8.6 but get HTTP 404 error.
    -update the push2phone.asp initial variable such as CUCM IP address and credentials but nothing change other asp files
    -the wireshark steps captured on IIS server side
    1) HTTP client requests HTTP POST to IIS server
    2) IIS server response 200 OK
    3) HTTP client requests HTTP GET to IIS server
    4) IIS server requests HTTP POST to CUCM
    5) CUCM response HTTP 404 not found
    Not sure but suspect devicelistx.asp issue which is not support on CUCM8.6,,,, Advise please how to change the script to run the apps,,,,
    Thanks in advance,

    Hi
    If it is using devicelistx (this should be obvious from the wireshark capture or by reviewing the code) then it will require some significant modification. As you said, devicelistx is not supported, so you would now need to use the RIS API to get the IP addresses of the phones so that the script can send the execute items directly to the phones.
    Regards
    Aaron

  • HTTP 404 error in CMC - BusinessObjects Enterprise Applications - CMC

    BOE CMS is installed in a windows 2003 Server Enterprise Edition and BOE Web Component Adapter .NET is installed in another server Windows 2003 Server Enterprise Edition load balanced(clustered).  All the links are working fine in CMC and Infoview, except the following
              Application Name                    
    1       Central Management Console      
    2       Crystal Reports Explorer      
    3       InfoView                                     
    4       Universe Connections      
    But all of them works fine in the load balanced server, i.e. the second web server and other than this there are no issues, only the above mentioned applications are not working in the web server 1(web1).  Whenever we click on the above stated Applications(as an Administrator) we get "Web Page Not Found" HTTP 404 error.  But the same works fine in the web server 2. The environment is running on firewall, only the requested ports for the BO applications are opened and all the others are blocked.
    When we investigated the IIS log, we found the following
    u201C2009-02-03 01:19:33 W3SVC1132669120 10.215.11.128 GET /businessobjects/enterprise115/admin/en/CrystalEnterprise.CMC/admin.csp server=&service=APSAdmin&page=webapps&cmd=app&an=CrystalEnterprise.CMC 88 - 10.10.10.128 Mozilla/4.0(compatible;MSIE6.0;WindowsNT5.2;SV1;.NETCLR1.1.4322;.NETCLR2.0.50727;.NETCLR3.0.04506.648;.NETCLR3.5.21022) 404 0 2u201D+
    u201C2009-02-03 01:19:46 W3SVC1132669120 10.215.11.128 GET /businessobjects/enterprise115/admin/en/CrystalEnterprise.AdHoc/admin.csp server=&service=APSAdmin&page=webapps&cmd=app&an=CrystalEnterprise.AdHoc 88 - 10.10.10.128 Mozilla/4.0(compatible;MSIE6.0;WindowsNT5.2;SV1;.NETCLR1.1.4322;.NETCLR2.0.50727;.NETCLR3.0.04506.648;.NETCLR3.5.21022) 404 0 2u201D+
    u201C2009-02-03 01:19:52 W3SVC1132669120 10.215.11.128 GET /businessobjects/enterprise115/admin/en/CrystalEnterprise.InfoView/admin.csp server=&service=APSAdmin&page=webapps&cmd=app&an=CrystalEnterprise.InfoView 88 - 10.10.10.128 Mozilla/4.0(compatible;MSIE6.0;WindowsNT5.2;SV1;.NETCLR1.1.4322;.NETCLR2.0.50727;.NETCLR3.0.04506.648;.NETCLR3.5.21022) 404 0 2u201C+
    Is there any specific reason for this?
      if so is there any fix for the same.

    Hi,
    i successfully installed BO Xi R3.
    Tomcat is running.
    But unable to open Business Objects Enterprise Central Management Control.
    When I try to open the below error occur in IE.
    HTTP Status 404 - /CmcApp
    If anyone know how to fix the above issues Please let me know.
    Regards,
    SenthilM

  • HTTP 404 Error on Apache, behind ACE 4710

    Hello All,
    I am having a difficulty loadbalancing my web servers.
    I have the ACE appliance setup and the real servers area all setup and running (IIS 6.0 with Apache Tomcat 4.1.8). I need to load balance these web servers, but at intervals requests for server pages get returned with the HTTP: 404 Error from Apache., when I check my ports (80, 8080), from my Virtual Server -VIP, The services are all running. Any clues why I keep getting this Apache error so often ..?

    I've my application public. When user enter https://mySite.org then it should automatically take him/her to https://mySite.org/apex401/f?p=MYAPP:HOME_.
    I'm using OHS and below is the configuration in my dads.conf file:
    <Location /apex401>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString myApex.in01.qwer.org:1689:DEMOTEST ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P15
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword ******************************
    Allow from all
    </Location>
    And I tried to add below in my httpd.conf:
    <VirtualHost *:80>
    ServerName mySite.org
    DocumentRoot <<document root directory path>>
    #ErrorDocument 404 http://stage.purduehcp.com/
    #Redirect permanent /index.html http://stage.purduehcp.com/hcpportal/f?p=HCP:HOME
    RewriteEngine On
    RewriteCond %{QUERY_STRING} ^((.*&)?)p=([0-9]+):(.+)$
    # Redirect to app when hitting the URL
    RewriteRule ^/$ /apex401/f?p=MY_APP:HOME [NE,R=302,L]
    </VirtualHost>
    Can anyone please advice on where I might have gone wrong?

  • SharePoint Workflow HTTP 404 Error

    Hey guys,
    I'm testing the functionality of workflow manager 1.0 on my SP 2013 SP1 environment. Both installed at the same Windows Server 2012 Standard.
    I'm able to create and publish a WF using SP designer but when I tested it I got the following error message and status 'Suspended':
    RequestorId: e3e4be0c-8745-2ea6-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 404 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["21"],"SPRequestGuid":["e3e4be0c-8745-2ea6-92a6-b85c9ebf4f31"],"request-id":["e3e4be0c-8745-2ea6-92a6-b85c9ebf4f31"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4617"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 18 Nov 2014 13:25:49 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
    at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor
    executor, BookmarkManager bookmarkManager, Location resultLocation)
    Although that message makes no sense to me I can see a HTTP 404 error code but I can't identify what cause that problem!
    In SP log file I can't find any information related to my problem mainly because the file also has events from other services of SP as it is a production environment...it's just too complicated. Also I'm not sure of what to look for in there
    Has anyone ever went through this issue and solved it? Or could anyone help me to find a way to solve it?

    try this:
    1- Create normal user account grant it permission to the site where you will create workflow.
    2- Make sure that you have User Profile Synchronization run and all user profiles are imported
    3-when you create workflow, log with different account than the farm account, normal user that you grant access to the site, then recreate the workflow by this account.
    4- log to the site with the user that you created and create the workflow by using this account.
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • LMS 4.2.1 upgrade from 4.0.1: can't display job information : http 404 error

    HI,
    Since customer has upgraded from 4.0.1 to 4.2.1, he can't display job information when he select job number.
    He has http 404 error.
    He has same error when he want to see threshold configuration:
    Menu Monitor>Fault Monitor > threshold setting
    We noticed that there is many files on C:\Program Files (x86)\CSCOpx\files\rme\dcma\devfiles.
    We can see that CollectionSummary has 4 collector name which are loading status:
    Configuration-> Dashboard -> Configuration
    - Inventory collection
    - Config archive
    - EnergyWise
    - Fault Discovery
    Many thanks for your help,
    Elisabeth

    Doesn't look like it was tested.  Checking why ...
    Zach

Maybe you are looking for

  • How to attach a WebDynpro Adobe form to backend Business Object?

    Hello, I would like to know if anyone has created an Interactive Adobe Form, and then after the user has filled it out (online, via WebDynpro view), attach the pdf form to an SAP Document, for example, Order, Purchase Order or Contract? I know how to

  • Ship to Warehouse in Third Party Orders

    Hi Everyone, In Case of  Third Party Orders, Let me know the configuratins that needs to be done if we want the warehouse Nos. has to be selected as Ship to Party Information in SO/PR/PO. This is required in case we need a third party Item to be dive

  • IPhone does not connect to updated Time Capsule

    A couple of days ago my Time Capsule was updated to version 7.6. Although my Macbook Air, Windows PC en Windows laptop can still connect with the wireless network, my iPhone 4 does not anymore. My iPhone can connect to a wireless network in the neigh

  • Is it illegal to use a US Itunes account?

    Hey!i have made US itunes account using my US Mailbox and pay with US Itunes giftcards. Is this illegal? i kinda do live in norway and i cant rent movies on itunes here nad not buy them either..

  • How to make a simple form layout without ad RAD tool

    I'm trying to make a simple form, but I'm not finding the right layout manager to make the components goes in Y axis. The BoxLayout could solve my problem, if it does not fill all the panel with the components. My SCCEE: public class TestSimpleForm e