HTTP-404 No DAD configuration found or no default home page

Hi,
No EBS login page was available this morning but all services appeared to be online as usual. I restarted Apps Tier and could then see login page.
Now I have to find out what happened. There is nothing in the db log file, the listener log, the cc manager logs, the Jserv logs.
The only thing in the Apache log is this:
first error around 4.30am, then next later this morning:
[Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/cabo_utilities.js HTTP-404 No DAD configuration found or no default home page
[Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/container_constructor.js HTTP-404 No DAD configuration found or no default home page
[Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/toolbar_constructor.js HTTP-404 No DAD configuration found or no default home page
then, a little later this morning:
[Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/container_constructor.js HTTP-404 No DAD configuration found or no default home page
[Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/toolbar_constructor.js HTTP-404 No DAD configuration found or no default home page
[Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/button_constructor.js HTTP-404 No DAD configuration found or no default home page
[Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/cabo_utilities.js HTTP-404 No DAD configuration found or no default home page
Is this the problem or, as I suspect, the symptom of the problem? I am running out of ideas of where to look for any thing that might point to what happened.
OS is WIndows Server 2003. EBS is 11.5.10 and db is 10.2.0.2.
Thanks.
DA
Oh - no clones, no changes have been made recently.
Edited by: Dan A on Aug 26, 2009 10:40 AM

Hi Dan,
The entries in the log files posted above do not help much in finding out the cause of the issue. Does this happen regularly? Can you find any dump files created when this happens? If this happens for few times only, is there any specific action that is done by the users (for example, running specific concurrent program, accessing certain module/form, ..etc) or by the system (like a backup)?
Did you try to find if any errors are logged in the Event Viewer? Since debugging was not enabled at the time this issue occurred, then it is not easy to tell why that happened. Maybe you could log a SR and upload all relevant log files and see if Oracle Support can help.
Regards,
Hussein

Similar Messages

  • /pls/admin_/gateway.htm - No DAD configuration Found ?

    Hi All !
    For some reason I messed up my configuration and now I can't retrive the page
    http://myhost/pls/admin_/gateway.htm
    I realize that the forum may not be for PORTAL configuration but is imperative for me to fix this
    issue as I am testing and generating some modules from the Design Editor and they will not come up since the
    configuration is not set up properly. I already tried posting this on the PORTAL Forum , but there are no responses.
    I get the following error :
    No DAD configuration Found
    DAD name:
    PROCEDURE : gateway.htm
    URL : http://myhost/pls/admin_/gateway.htm
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=uroboros-server
    REQUEST_METHOD=GET
    QUERY_STRING=
    PATH_INFO=/admin_/gateway.htm
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=63.215.155.114
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    HTTP_HOST=uroboros-server
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    I am using Portal 309.
    Can some one please be nice to me and help me with this issue ?
    Thank you in advance.
    Chris.

    Hi,
    It looks like that you don't have the DAD entry in the listener settings.
    In the listener folder of your oracle home you can find a file named as wdbsvr.app.
    Open this file and check for the DAD entry that you are using.
    It should have the valid password and the connect strings too. Just validate this file and restart yourwebdb listener.
    Hope this helps you.
    Cheers,
    Siva.

  • ERROR: No DAD configuration Found

    Hi
    I am converting my servlet into portal. my servlet used form to pass some parameters. When i submit my form i got the forllowing error.
    Thanks. Any suggestion will appreciate.
    VC
    Wed, 08 Aug 2001 00:04:55 GMT
    No DAD configuration Found
    DAD name:
    PROCEDURE : !null.wwpob_page.show
    URL : http://ntserver:80/pls/null/!null.wwpob_page.show?_pageid=null
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle HTTP Server Powered by Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=ntserver
    REQUEST_METHOD=POST
    QUERY_STRING=_pageid=null
    Here is the some part of my code.
    private void renderShow(PortletRenderRequest pr)
    throws PortletException {
    try {
    /*HttpServletRequest request = (HttpServletRequest)
    pr.getAttribute(HttpProvider.SERVLET_REQUEST);
    HttpServletResponse response = (HttpServletResponse)
    pr.getAttribute(HttpProvider.SERVLET_RESPONSE); */
    PrintWriter out = pr.getWriter();
    pr.setContentType("text/html; charset=WINDOWS-1252");
    pr.setContentType("text/html");
    //PrintWriter out = response.getWriter();
    // create and send html form to user
    out.println("<html>");
    out.println("<body>");
    out.println("<title>Age calculation</title>");
    out.println("<form method=\"POST\" action=\""+HttpPortletRendererUtil.htmlFormActionLink(pr,PortletRendererUtil.PAGE_LINK) +"\">");
    HttpPortletRendererUtil.htmlFormHiddenFields(pr,PortletRendererUtil.PAGE_LINK);
    String ageParam = HttpPortletRendererUtil.portletParameter(pr, "ageyear");
    String submitParam = HttpPortletRendererUtil.portletParameter(pr, "mySubmit");
    out.println("Enter the Year of Birth<input type=\"text\" name=\" + ageParam + \"><br>");
    out.println("<input type=\"submit\" name=\" + submitParam + \" value=\"submit\">");
    out.println(" </form>");
    out.println("</body>");
    out.println("</html> ");
    if (pr.getParameter(submitParam) != null ) {
    out.println("You are "+ calculateAge(pr,out));
    } catch (Exception e) {

    Vipul,
    You may want to take a look at the parameter passing sample in PDK-Java. This is more updated and meant to display the proper way to pass parameters. It also includes an article to make sure that you do it correctly.
    You can find this in the PDK at the PDK-Java Samples page.
    http://portalstudio.oracle.com/servlet/page?_pageid=414&_dad=ops&_schema=OPSTUDIO
    Click on M-R to view the Parameter passing sample. This sample/article explains how to create a parameter passing portlet.
    Sue

  • No DAD configuration Found

    Please if somebody can help.
    My TNS Listener is running and database us up.Connecting to portal home page is giving me "Proxy log on failed" together with the message "TNS could not resolve service name"
    In http://192.168.1.101/pls/portal30/admin_/dadentries.htm i have DAD name portal30 ,username portal30,password portal30 and connect string
    192.168.1.101:1521:mydatabase
    Checking entries (http://192.168.1.101/pls/bootstrap/admin/dadentries.htm)i got
    No DAD configuration Found
    DAD name:
    PROCEDURE : admin/dadentries.htm
    URL : http://my_server:80/pls/bootstrap/admin/dadentries.htm
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=my_server
    REQUEST_METHOD=GET
    QUERY_STRING=
    PATH_INFO=/bootstrap/admin/dadentries.htm
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=192.168.1.101
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    HTTP_HOST=192.168.1.101
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    For god sake please help.I spent enough time on it
    How can i chech my TNS connect string in PL/SQL?
    Thank everybody

    You need to test connnecting to the database using the SAME oracle home that you installed portal into.
    I find that although YOU can connect to the db, their can be occasions when portal can not connect to the db.
    So when you use the portal installation dir as your oracle home and connect to the db, hopefully more informative information will be shown to you.

  • Configure Oracle Metalink Credentials from Home page of DB console

    OS:SuSE Linux Enterprise Server 8.
    I have installed Oracle Enterprise Manager 10g (Oracle DB version: 10.1.0.2.0)
    Now I'd like to configure Oracle Metalink Credentials from home page of console.
    Because we have proxy settings I need to configure proxy setting or
    My information security folk ask me to provide ip address & port number of http:\\updates.oracle.com.
    The IP address of this site is 148.87.36.12.
    What is the port no for this site?
    Does any one resolve this issue?
    Regards,
    D

    Hello,
    proxy settings can be different. Our proxy server allows an open access the to interner, in principle you can reach every external website, although it is not allowed to surf just for fun. It seems at your site the opposite is true, websites you want to reach must be allowed explicitly. Therefore your security staff needs the IP adress, obviously it must be known to the proxy server.
    There could arise another issue, in fact we have this problem. As just mentioned, our proxy server isn't restricted to certain websites,but password protected. You need to login before you can go to the internet. This isn't yet supported by oracle, so for this very internet access we had to raise this restriction, but the proxy server itself is still used. Orace says, 10g Release 2 will support such a configuration.
    Werner

  • "No DAD configuration found" in Solaris Portal 3.0.7.6.2

    I get that message in the browser when trying to access my installed Portal 3.0.7.6.2 on Solaris
    What's the problem ?

    This error is returned when the dad name typed in the URL does not exist in the $9IASHOME/Apache/ModPLSQL/cfg/wdbsvr.app file. Check the file and confirm the DAD name. Also make sure the URL you are using looks like:
    http://hostname:port/pls/dadname/

  • Error 404: cgi-sys/defaultwebpage.cgi  This is my home page how do i fix this.

    OS: 10.8.5
    Safari: 6.2.3
    We change location of our web site and every person in my department can log on our web page thought Safari.
    If i change my browser i can log on.
    cgi-sys/defaultwebpage.cgi

    I'm not sure I understand the question, but if you can load the page, do so and then open the Safari preferences window, select the General tab, and click the button marked Set to Current Page.

  • Global Settings - 'HTTP 404 - File not found'

    Hello
    I have some problems with the services-portlet in portal. When I click on the link to 'Global Settings' of the services-portlet a 'HTTP 404 - File not found' exception is displayed.
    Additionally I have some problems on accessing the portal with ..../pls/portal. Sometimes it works, sometimes I have to use the direct access URL like ..../pls/portal/url/page/myPageGroup.
    Can anybody help?
    Thanks
    Chrigel

    Hello again
    I opened a TAR at metalink and got the help I needed.
    Here the reason of this problem:
    The Default home page specified in the Global Settings was deleted either through the GUI or directly from the tables, causing this error.
    You can get a script from metalink to reset the default home page to Corporate Home page.
    Happy Easter!
    Chrigel

  • External Catalog gives HTTP 404 not found error on return

    Hi,
    I have an SRM 4.0 that I am running with an external ITS.  I have two systems that are almost exactly the same.  When I shop with a particular external catalog in one system, it works fine.  When I shop in the other system, I can get to the catalog and shop OK, but when I try to return the items to my cart, I get a 404 not found error.  I have reviewed the HTML source being sent back to both systems and can identify no differences.  I have scoured the config and it is exactly the same.  There are no other error messages anywhere in the broken system.  There are other external catalogs in that system that work fine.  I know I am overlooking something but can't seem to figure out what.  Any suggestions to alleviate this most frustrating problem are greatly appreciated.
    Many thanks,
    Kris

    Hi
    <u>What are the steps you doing to reproduce this error in the system? Please give complete details.</u>
    <b>Meanwhile, please look for following SAP OSS Notes as well -></b>
    Note 576530 - Page cannot be displayed
    Note 763955 - Error when resubmitting or forwarding
    Note 851106 - Search in catalog from SRM leads to "Service not reachable"
    Note 869716 - Package and SICF node missing for AP SICF services
    Note 961775 - Missing 1x1.gif - HTTP 404 Error - File Not Found
    Note 991863 EBPMSG service not available in transaction SICF
    Do let me know.
    Regards
    - Atul

  • Missing 1x1.gif - HTTP 404 Error

    Hi all,
    I´m in version 7.0 package 08.
    I have a problem with the service BBPGLOBAL, where the 1x1.gif is not displayed.
    I saw this note: Note 961775 - Missing 1x1.gif - HTTP 404 Error - File Not Found
    But not works wit the version 7.0.
    Any help?
    Thanks,
    Pedro Marques

    Hi Pedro
    Unfortunately SAP left these transactions by mistake or for some other purpose.
    you need to connect Enterise Portal with SRM .
    You need install business packages for SRM 7.0
    Note 1232945 - BP for SRM 7.0: Installing the Business Packages
    Note 1178469 - BP for SRM 7.0: Additional installation information
    The SAP Supplier Relationship Management (SAP SRM) system uses a user interface (UI) concept
    based on the SAP NetWeaver Portal and Web Dynpro technologies. Organizing, planning, and
    monitoring take place in the SAP NetWeaver Portal while tasks are executed in separate Web Dynpro
    application windows. To integrate SAP SRM with the SAP NetWeaver Portal, you must configure
    both the SAP SRM and SAP NetWeaver Portal systems. This document describes how to automate the
    mandatory configuration you need for this integration.
    then you can see DYNPRO screens.
    http://wiki.sdn.sap.com/wiki/display/SRM/EnterprisePortaland+SRM
    Muthu

  • PSP - DAD configuration Error

    I had configured a DAD for mod_plsql in Oracle Http server from the client side browser. The http server is in the sun solaris. It was working fine. One fine day I started getting the error
    Fri, 18 Apr 2003 23:08:43 GMT
    No DAD configuration Found
    DAD name:
    PROCEDURE : gateway.htm
    URL : http://testl-sun:7777/pls/admin_/gateway.htm
    PARAMETERS :
    ===========
    Any Idea How to configure the DAD file and in which directory it is located in the sun machine.
    Mohan

    Hi Mohan,
    Enter the URL in the error message " http://testl-sun:7777/pls/admin_/gateway.htm" in your browser and that should bring up the gateway. You normally configure the DAD through the gateway.
    For additional infomation see the "Oracle9i Application Server - Using the PL/SQL Gateway."
    Regards,
    Don Green

  • 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?

  • Home Page as 404

    How can I make 404 errors automatically redirect to my home page?

    You can go to Site Manager > System Messages and add a javascript redirect to the 404 message that will redirect customers to your home page. A simple document.location directive should do it.
    Cheers,
    -mario

  • XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found

    Hi,
    The scenario is ECC-XI-SOAP(Asynchronous). We are getting the below mentioned error in SOAP reciver channel:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found
    Channel Configuration:
    Target URL:
    http://<hostname>:<port>/bpm/com/xyzprocess/SomeIntermediateEvent?wsdl=binding&mode=ws_policy
    Tried with
    http://<hostname>:<port>/bpm/com/xyzprocess/SomeIntermediateEvent as well
    Conversion parameters:
    Checked Do Not Use Soap Envelope
    Appreciate any help in this regards.
    Regards,
    Vishal

    Can you share with us the HTTP Headers for the Request?
    POST http://server/sap/xi/engine?type=entry&version=3.0&Sender.Service=BusService&Interface=http://company.com/abc/CommonAck%5EMI_CommonAck_ia HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "http://sap.com/xi/WebService/soap1.1"
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: server
    Content-Length: 560
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xir="http://www.dummy.org/response/">
    <soapenv:Header/>
    <soapenv:Body>
    <xir:responseInput>
    <Id>007</Id>
    <Flag>10</Flag>
    </xir:responseInput>
    </soapenv:Body>
    </soapenv:Envelope>
    You can use the MessageTransformBean to correct the content type.
    Thanks for the suggestion Mark.I am using MessageTransformBean but still the same issue.
    Parameter Name:Transform.ContentType
    Parameter Value:text/xml;charset=utf-8
    Edited by: Vishal.P.Kulkarni on Oct 17, 2011 6:27 AM
    Edited by: Vishal.P.Kulkarni on Oct 17, 2011 6:29 AM

  • 9iAS DAD not working on a 8.0.6 database (HTTP 404)

    I have Oracle 9iAS version 1.0.2.2.0 installed on a Sun Solaris 8 server. On another server, I have a 8.0.6 database. When I create a Database Access Descriptor pointing to this database, I get the error HTTP 404 not found.
    But, if I create a DAD pointing to a 8.1.7 database, it works just fine.
    My question is: Is it possible to create a DAD pointing to a procedure on a 8.0.6 database ?
    Thanks in Advance

    HI and Welcome to Apple Discussions...
    Since no one else has come to your aid I thought maybe I could at least find a forum that might offer some help for you. Seems others are having issues with the HTTP/HTTPS on Safari here too.
    http://www.blogged.com/topics/selenium-rc/
    I tried a search for "Selenium Grid 1.0.4 and Selenium RC 1.0.1 for safari" in the Apple forums with a criteria of "all" but zero returns.
    Carolyn

Maybe you are looking for