Page wwv_flow.accept not found

Hello,
I recently installed Oracle XE 11G and then Apex 4.1.1 on a Windows 7 Home Premium server. I went to create a workspace before I restored any data or apps. I created a new Workspace, and after inputting all the data and receiving the confirmation, I received a Page Not Found error with the following URL:
http://localhost:8080/apex/wwv_flow.accept
Any ideas as to what the problem is?

Scott,
Thanks. I tried this but it is not even displaying anything. All the info I find is about using htmldb_item package inside a SQL statement. I must mention that my region is a PL/SQL block (not a SQL query). I have a lot of custom code inside which I have my SQL statement too. Here's my code snippet:
if (substr(v_service, 0, l_index-1) is not null) then
select HTMLDB_ITEM.CHECKBOX(1,substr(v_service, 0, l_index-1)) "Z1",
service_name into v_temp, v_sname
from services
where service_id = v_value;
end if;
Thanks.
Shuba
PS: Who are you? You seem to be the guru of apex and you answer everyone's queries, which is so nice! :-)

Similar Messages

  • /apex/wwv_flow.accept not found when accessing remotely after XE upgrade

    Hi,
    I upgraded my XE instance to APEX 3.2 and enabled remote connections using:
    exec dbms_xdb.setListenerLocalAccess (l_access => FALSE);
    Now, when I edit items or insert records on my created page, I end up getting a timeout accessing the wwv_flow.accept file.
    For example, if I follow these steps:
    1. Log into APEX remotely as workspace administrator (successful)
    2. Navigate to application definition (successful)
    3. Make a change to global notification and click APPLY CHANGES
    4. The brower will time out on http://x.x.x.x:8080/apex/wwv_flow.accept
    Note that there is no 404 error. Rather the browser simply times out. It doesn't matter if I use the ip or server name. I've removed all proxy settings, so it can't be that...
    Some APEX items work, I suppose anything that does not reference wwv_flow.accept. For example, I can update an existing record (just not insert).
    Also, everything works perfectly when I am accessing from the local server through the loopback interface.
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    Application Express 3.2.1.00.12
    Thanks - I appreciate any help!
    -Matt

    Hi, have you allowed all of the following programs through the firewall:
    \oraclexe\app\oracle\product\10.2.0\server\BIN\omtsreco.exe
    \oraclexe\app\oracle\product\10.2.0\server\BIN\LSNRCTL.EXE
    \oraclexe\app\oracle\product\10.2.0\server\BIN\oracle.exe
    \oraclexe\app\oracle\product\10.2.0\server\BIN\TNSLSNR.EXE

  • After 4.2.1 upgrade get:  requested URL /pls/apex/wwv_flow.accept not found

    Hi,
    Our hosted site just upgraded to 4.2.1 and I am getting:
    The requested URL /pls/apex/wwv_flow.accept was not found on this server.
    After trying to make a change on a master/detail form. I thought Apex 4.2 increased the # of fields on a master detail form so was surprised to see this error. Even when I reduce the number of columns showing on the detail part of the form which can have many rows as well, I am still getting the above error.
    Has there been any change in 4.2 that would change the behavior of a straightforward save of a multi row master detail form?
    In the past with Apex 4.0 I had to limit the columns being shown, but now I am reducing the # of columns even further and still get the error.
    UPDATE: I just removed from the report region definition several columns (which were deselected from the Report Attributes so not actually showing in the master-detail form) and now I am at least able to add rows and save changes. Again I am totally surprised that this behavior is happening when I thought 4.2 allowed for MORE page items!!
    I still cannot Delete rows from the detail section -- I get the odd message of :
    ORA-02292: integrity constraint (ENTERPRISE_SYSTEMS.RESOURCE_REQUEST_CON) violated - child record found
    But these rows have no child record!! They ARE the child records of the Master form. I had seen this behavior again related to the number of items showing on a page. Seems to me to be a bug in Apex that I had hoped would be removed with the 4.2 upgrade.
    Am I missing something!!
    PM
    Edited by: patfmnd on Dec 28, 2012 10:39 AM

    For the first problem, I'd check the alert log first, location:
    select * from v$parameter where name like '%user_dump_dest%';

  • Export / Import error (wwv_flow.accept not found)

    Here is what I have ... (APEX version 2.2)
    - A machine running http server / database having a apex application built on it.
    - A second totally separate machine with http server / database and apex installed with no applications.
    I want to export the application from one database and then import into the second database. So I exported the application using UNIX file format and saved away the file. Then I attempted to import this file with file type application and file char set Unicode. After clicking next I get the error 'File Not Found' with the url being http://<hostname>:7777/pls/htmldb/wwv_flow.accept
    What am I missing? Thank you for any help and let me know if I am missing some information since I am new to this.

    I am trying to export an application developed on 10gR2 on my Windows laptop with Apex 221 into an AIX (unix) 9iR2 9206 database, also running Apex 221. The user interface on both works.
    I am connecting to both right now with the http bundled with 10gR2 on the same laptop until this evening when I can bounce the IAS so it can access the 9i database.
    I am getting this error:
    [Tue Jan 30 12:37:08 2007] [error] [client 150.134.8.5] [ecid: 1170178628:10.10.10.10:2492:5552:10,0] Invalid method in request 21015395903429
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:17,0] mod_plsql: /pls/APEXT/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:18,0] Invalid method in request \"
    My DAD looks like this:
    <Location /pls/APEXT>
    Order deny,allow
    Deny from all
    Allow from 150.134 10.10.10.10 127.0.0.1
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString XXXX:1521:XXXX SIDFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_ojects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword XXXXXXXX
    PlsqlDefaultPage apex
    </Location>
    One thing I noticed:
    FLOW_FILES.WWV_FLOW_FILE_OBJECTS$ does not have any grants on it that it can be updated. I'm eyeballing FLOWS_020200's privileges now.
    What am I doing wrong? I'll most likely need to make the same change in the DAD on the IAS before I bounce it.
    Doug

  • Pages is not working in my computer anymore.  Templates aren't there and I tried redownloading the application, but it says An eligible Pages application was not found in the location /Applications.

    "An eligible Pages application was not found in the location /Applications."  every time i try to update.  what do i do?

    lukasfromnull wrote:
    You will need to buy the newest iWork so it works again. I had the same problem.
    No, there is no need to re-purchase iWork. If it was installed from a retail boxed DVD, it needs to be reinstalled from the DVD. If a license was purchased electronically for the iWork '09 trial, reinstalling from the downloaded dmg will need to be done. If any of the apps were purchased from the Mac App Store, they can be reinstalled from the Mac App Store.

  • HT1296 I can't sync the songs from my computer to my ipod touch. I have gone through the iPod directions on this page and have not found them helpful. For example, I can't find the Autofill button. Can you help?

    I can't sync the songs from my computer to my ipod touch. I have gone through the directions on the iPond help page and have not found them helpful. For example, I can't find the autofill button. Can you help?

    I have already tried following those steps. I went back and tried to follow them again but they did not work. Some of my songs have synced, some have not. And I am still not seeing the Autofill icon on the bottom of the menu or anywhere else. I fear something has been corrupted here and I need to start afresh.

  • Wwv_flow.show not found

    We were having strange performance issues on the Application Express web interface for our product. To get around this, we installed another database (using the same ORACLE_HOME), copied our web programs to the new database, moved some of the data, and set up db links and synonyms for the missing tables. While in transition, we're still running the old instance of Application Express through the Embedded PL/SQL Gateway on port 7777 and the new instance the same way, except on port 8080. We have an Apache web server running as a proxy to the new instance for the customers to access through.
    Everything was working fine for about a week, but now we're getting intermittent errors on the old instance like "Not found The requested URL /apex/wwv_flow.show was not found on this server". Once or twice there was an I/O error that would go away when you hit refresh. I know it's nothing in our application, because this is happening with the built-in SQL Commands page within Application Express' SQL Workshop. I've looked around at other pages and threads on the error, but they were abandoned before being answered or the problem was in their code. This has shown up on 4 computers (Vista, XP Pro, XP Pro x64, and SLES 10 x64) and 3 different browsers (Firefox 3, IE 7 and Chrome). We haven't had any problems with the new instance yet, aside from a minor bump or two with migrating our programs.
    Here's some system Specs
    OS: SUSE Linux Enterprise Server 10 service pack 2 x64
    Disk Array: 6 SAS drives in RAID-5 with on designated hot spare (using ASM on a partition for Oracle data)
    Oracle Version: 11g Standard Edition
    APEX Versions: 3.2.0.00.27 (new instance) and 3.1.2.00.02 (old instance)
    Any ideas on what could be causing the problems?

    Running an additional database on the same machine doesn't usually solve performance issues, it creates them. 1 database per server is the ideal scenario, especially if performance is the question. Also, if performance is your goal, why not use the Oracle HTTP Server which will far outperform the EPG? It's also a lot easier to debug these issues. Get OHS running and check the error log when you see these issues.
    Have you run any ASH or ADDM reports on the database(s) to see what the root cause of your performance problems is? Nobody will be able to diagnose performance problems without you posting some more information nor will you find a magic bullet by searching the forum. A good start is the performance and tuning guide:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28274/toc.htm
    Your second post is not helpful and is quite inflammatory. If you want help, ask for it like you did in your first post. If you want people to ignore your posts, keep posting messages with the same tone as your second post.
    Tyler

  • Pages/pages/pages/main.html not found

    Hi all
    Please accept my apologies if this is a totally daft problem.
    I have a site that will have 3 main pages (for 3 different parts of
    our company) all of which will have a load of sub pages. I had
    thought to have the 3 main pages in the root directory, then have
    all the links in a /pages directory so that the root wasn't all
    clogged up. In dreamweaver, i have my links set up as:
    pages/example.html - but if (after uploading to test) i am on that
    page and attempt to navigate to another page within the pages
    directory eg. a file which in dreamweaver has the link
    pages/example2.html, i get a message saying the file
    pages/pages/example2.html is not found. So I know that it's looking
    for the pages directory relevant to the folder it's in, rather than
    the root folder. Is there any easy way to sort this out? I am
    totally new to web design, so any help would be appreciated.
    Thanks
    Jon

    jonnyozz posted in macromedia.dreamweaver
    > Hi all
    Howdy.
    > dreamweaver, i have my links set up as:
    pages/example.html - but
    > if (after uploading to test) i am on that page and
    attempt to
    > navigate to another page within the pages directory eg.
    a file
    > which in dreamweaver has the link pages/example2.html, i
    get a
    > message saying the file pages/pages/example2.html is not
    found. So
    > I know that it's looking for the pages directory
    relevant to the
    > folder it's in, rather than the root folder. Is there
    any easy way
    > to sort this out?
    If the links are in each file, create your links as document
    relative.
    If the links are in an included file, you may want to use
    site root
    relative.
    > I am totally new to web design, so any help would be
    appreciated.
    Do take some time to learn the basics of HTML and CSS.
    Understanding
    paths is one of the required basics to Web design.
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Page definition is not found while running JSR286 portlet in WebCenter app

    Hi All,
    I have ADF application which has 3 different task flows 1. my service 2. my car 3. my bike.
    which I have placed into a single bounded task flow called repairTaskflow.
    I have created a JSR286 portlet out of a repairTaskflow. I am trying to consume it in an Webcenter application. When I place the portlet on to the page in Web center application
    and run the page. I see the following error in the console.
    oracle.jbo.NoDefException: JBO-25002: Definition ***.xxxx.view.pageDefs.applications_task_flow_applications_task_flow_CreateEmptyApplicationPageDef of type Form Binding Definition is not found.
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:2703)
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:2715)
         at oracle.adf.model.binding.DCBindingContainerDef.findDefObject(DCBindingContainerDef.java:292)
         at oracle.adf.model.binding.DCBindingContainerReference.getDef(DCBindingContainerReference.java:107)
         at oracle.adf.model.BindingContext.findBindingContainerDefByPath(BindingContext.java:1624)
         at oracle.adf.controller.internal.binding.RegionUtils.findOrCreateBindingContainer(RegionUtils.java:246)
         at oracle.adfinternal.controller.util.model.DataBindingActivityImpl.getActivityBindingContainer(DataBindingActivityImpl.java:233)
         at oracle.adfinternal.controller.util.model.DataBindingActivityImpl.beforeExecute(DataBindingActivityImpl.java:77)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.executeActivity(ControlFlowEngine.java:969)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:878)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:777)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.routeFromActivity(ControlFlowEngine.java:551)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.performControlFlow(ControlFlowEngine.java:147)
         at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleAdfcNavigation(NavigationHandlerImpl.java:109)
         at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:78)
         at org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:43)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:130)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:1002)
    Please find below the portlet.xml file
    <portlet-app version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <portlet id="adf_taskflow_WEB_INF_test_task_flow_xml">
            <description>test-task-flow</description>
            <portlet-name>test-task-flow</portlet-name>
            <display-name>test-task-flow</display-name>
            <portlet-class>oracle.portlet.bridge.adf.application.ADFBridgePortlet</portlet-class>
            <init-param>
                <name>javax.portlet.faces.defaultViewId.view</name>
                <value>/adf.task-flow?adf.tfDoc=/WEB-INF/adfp-portlet-bridge-container.xml&amp;adf.tfId=adfp-portlet-bridge-container&amp;_fragmentTaskFlowDoc=/WEB-INF/test-task-flow.xml&amp;_fragmentTaskFlowId=test-task-flow</value>
            </init-param>
            <supports>
                <mime-type>text/html</mime-type>
                <portlet-mode>VIEW</portlet-mode>
            </supports>
            <supported-locale>en</supported-locale>
            <portlet-info>
                <title>test-task-flow</title>
                <short-title>test-task-flow</short-title>
            </portlet-info>
            <security-role-ref>
                <role-name>valid-users</role-name>
            </security-role-ref>
            <container-runtime-option>
                <name>com.oracle.portlet.requireIFrame</name>
                <value>true</value>
            </container-runtime-option>
            <container-runtime-option>
                <name>com.oracle.portlet.minimumWsrpVersion</name>
                <value>2</value>
            </container-runtime-option>
        </portlet>
        <portlet id="adf_taskflow_WEB_INF_single_task_flow_definition_xml">
            <description>single-task-flow-definition</description>
            <portlet-name>single-task-flow-definition</portlet-name>
            <display-name>single-task-flow-definition</display-name>
            <portlet-class>oracle.portlet.bridge.adf.application.ADFBridgePortlet</portlet-class>
            <init-param>
                <name>javax.portlet.faces.defaultViewId.view</name>
                <value>/adf.task-flow?adf.tfDoc=/WEB-INF/adfp-portlet-bridge-container.xml&amp;adf.tfId=adfp-portlet-bridge-container&amp;_fragmentTaskFlowDoc=/WEB-INF/single-task-flow-definition.xml&amp;_fragmentTaskFlowId=single-task-flow-definition</value>
            </init-param>
            <supports>
                <mime-type>text/html</mime-type>
                <portlet-mode>VIEW</portlet-mode>
            </supports>
            <supported-locale>en</supported-locale>
            <portlet-info>
                <title>single-task-flow-definition</title>
                <short-title>single-task-flow-definition</short-title>
            </portlet-info>
            <container-runtime-option>
                <name>com.oracle.portlet.requireIFrame</name>
                <value>true</value>
            </container-runtime-option>
            <container-runtime-option>
                <name>com.oracle.portlet.minimumWsrpVersion</name>
                <value>2</value>
            </container-runtime-option>
        </portlet>
        <portlet id="adf_taskflow_WEB_INF_applications_task_flow_xml">
            <description>applications-task-flow</description>
            <portlet-name>applications-task-flow</portlet-name>
            <display-name>applications-task-flow</display-name>
            <portlet-class>oracle.portlet.bridge.adf.application.ADFBridgePortlet</portlet-class>
            <init-param>
                <name>javax.portlet.faces.defaultViewId.view</name>
                <value>/adf.task-flow?adf.tfDoc=/WEB-INF/adfp-portlet-bridge-container.xml&amp;adf.tfId=adfp-portlet-bridge-container&amp;_fragmentTaskFlowDoc=/WEB-INF/applications-task-flow.xml&amp;_fragmentTaskFlowId=applications-task-flow</value>
            </init-param>
            <supports>
                <mime-type>text/html</mime-type>
                <portlet-mode>VIEW</portlet-mode>
            </supports>
            <supported-locale>en</supported-locale>
            <portlet-info>
                <title>applications-task-flow</title>
                <short-title>applications-task-flow</short-title>
            </portlet-info>
            <container-runtime-option>
                <name>com.oracle.portlet.requireIFrame</name>
                <value>true</value>
            </container-runtime-option>
            <container-runtime-option>
                <name>com.oracle.portlet.minimumWsrpVersion</name>
                <value>2</value>
            </container-runtime-option>
        </portlet>
        <custom-portlet-mode>
            <portlet-mode>about</portlet-mode>
        </custom-portlet-mode>
        <custom-portlet-mode>
            <portlet-mode>config</portlet-mode>
        </custom-portlet-mode>
        <custom-portlet-mode>
            <portlet-mode>edit_defaults</portlet-mode>
        </custom-portlet-mode>
        <custom-portlet-mode>
            <portlet-mode>preview</portlet-mode>
        </custom-portlet-mode>
        <custom-portlet-mode>
            <portlet-mode>print</portlet-mode>
        </custom-portlet-mode>
    </portlet-app> In all the 3 task flow there is at least one method activity placed either as the default activity or part of activities.
    In service page taskflow the default activity is a method activity. If I convert the service-task-flow alone as a portlet, it failed. showing the similar error : pagedef not found.
    Then I created the portlet out of car task-flow whose default activity is a page. This time I can view the portlet, the car list page. Once I click create button on that page which again goes through a method activity, then it failed showing the error mentioned above
    It seems where ever there are method activities on the taskflow, the portlet cannot find the pagedef and its throwing error . I have cross checked the deployed war file and all the pagedef's are bundled into it.
    Any suggestions are much appreciated.
    Thanks,
    Morgan.
    Edited by: Morgan Freeman on Aug 19, 2011 3:27 AM
    Edited by: Morgan Freeman on Aug 19, 2011 3:30 AM
    Edited by: Morgan Freeman on Aug 19, 2011 6:02 AM

    Hi All,
    I solved this issue. The path of pagedef files was not recognized when I publish the taskflows as portlets. Though it runs when I place it as a region on jspx file.
    The folder structure where I placed pagedefs earlier was some thing like this in ViewController -> Application Resources
    com.mycomp.view.pagedefs
    When I wanted to consume the portlet in the portal application, all the pagedefs under this path were not visible to the portlet.
    Once I change the pagedef folder to the immediate folder after the Application Resources, it found all the pagedefs
    Now my folder structure in ViewController -> Application Resources
    view.pagedefs
    Is this a bug? or Am I missing some thing.
    Thanks,
    Morgan.

  • Call Forms Forum from Oracle Forms Main Page - Error 404 Not Found

    Hello !
    The Layout and fuctionality of the Oracle Forms Forum has changed - very nice !
    But it's not possible to call the Oracle Forms Forum
    from the Oracle Forms Main Page !
    Error-message :
    404 Not Found
    OracleJSP: An error occurred. Consult your application/system administrator for support. Programmers should consider setting the init-param debug_mode to "true" to see the complete exception message.
    Thomas

    Please use the [Post-Upgrade Problems|http://forums.oracle.com/forums/forum.jspa?forumID=587&start=0] to report Forums related problems.
    This is the Forms Forum.
    Tony

  • First Page -Error 404--Not Found

    Hi All,
    I started learning ADF recently, I have created EO,VO,AM. My Jdev version is 11.1.1.3.0.
    I tested with BC4J Tester everything is working fine.
    But when I create JSF page and say Run I am getting the following error in the internet explorerer browser.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    This is the first time i am trying to run the page. could any one please let me know what are the setting i need to do,In Order to view my page.
    Thanks
    Kumar.

    So first make sure the page is NOT under the web-inf folder (as John correctly stated) and then dragyour page onto the adfc-config.xml file. The the page gets hopefully registered.
    If not drag a new view from the component palette onto the adfc-config.xml, give the view a name like 'TestMyApp' (don't let the name end in '.jspx'), create the page (double click on the icon) and put something onto the page.
    Then you can change the view controllers project properties and select run/debug select the default run configuration and edit it. Under 'launch settings' select the adfc-config.xml as target, uncheck the 'attempt to Run Active...' and now select 'ADF Task Flow' in the left hand side tree. Now you select the newly created view TestMYApp and save your changes.
    When you now run the app using the menu run (or debug) command, your app starts with the selected page 'TestMyApp'.
    Timo

  • Dynamic Pages & Parameters - 404 Not Found Error

    I have the following dynamic page:
    declare
    M_subject varchar2(2000):= :message_subject;
    begin
    htp.print(''||M_subject||'');
    htp.print('This is a Test - Passing a parameter to a Dynamic Page');
    htp.p('Value: ' || M_subject);
    end;
    I also have another dynamic page that calls the above page and passes a parameter to it. And it works,..that is, the parameter gets passed to the page above, is assigned to M_subject and correctly prints on the screen.
    The problem is that i want to do more then just simply print the variable, in particular, i'd like to use it in a sql query.
    But when i add the following code into the above page
    thebody varchar(2000);
    select subject into thebody from MyTable where subject = M_subject;
    htp.print(''||thebody||'');
    it won't work. It compiles correctly but when i run the first dynamic page and call this 2nd page, i get a 404 Not Found error. Very strange because the page is definitely there.
    So is there anything obvisous that i'm not doing correctly? Is my query not structured properly? Why can't i use this variable for something useful instead of just simply printing it on the screen?
    Any comments, suggestions, fixes or ideas would be greatly appreciated.
    thanks
    chris

    Put debug on on the application server for the dad you're using.
    The error you are encountering will appear instead of the 404 not found error.
    How:
    in the home of your application server update the file
    $ashome/Apache/modplsql:/conf/dads.conf
    put ' PlsqlErrorStyle DebugStyle' in the dad you're using.
    restart the application server, retry your dynamic page and the sql error will appear.

  • No blog page only 404 not found error

    I've just rebuilt one of my sites with iweb 08, after 10 solid hours of work there is no blog page when I check the upload on safari and firefox, all I see is a 404 not found error, a simple solution is all I'm after as I'm a simple web designer!
    iWeb 08 *** the life out the fun I use to have with iweb 06 and iweb sites and transmit.

    Ok Tom, so after 3 days of experiments and talking to my domain hosts and server people, everything seems to be fine except there are missing images in the blog section and the icons are still missing.
    I completely deleted the files on the server and then completely refreshed the files in iweb and saved that to the site folder.
    iWeb published to a site folder the site folder and the index html file outside of that folder.
    All I did was upload the site folder it's as fool proof as I could make it but there are still missing files on the web page, there are 2 links that don't show up only the frames.
    I have found that transmit loses concentration and I have to re synchronise all the time to get all the files through is there a better app?
    www.artbabes.com.au

  • Most times when trying to access web sites get page stating Server Not Found..... Try Again. As soon as I hit try again I always get the web site - annoying!!!

    When I try to google websites OR even try to access my email I will be taken to a notice which states "Server Not Found" with several explanations with a TRY AGAIN button at the bottom. When I hit the try again button I am immediately taken to the web site or to my email. This happens constantly and very rarely can I access a web site or my email without this frame popping up.

    This is a very generic error message. 
    What user you are trying to search. Are you using username, display name or email address when searching
    Was any domain related changed done
    What if that users tried to logon to sharepoint site. 
    Does this error occur with all the account when you click edit? If not, based on the error,
    the user account which might be removed from Active Directory or renamed accidentally. Please have a check.
    Try to follow below:
    http://architectevangelist.wordpress.com/2010/12/07/sharepoint-2010-the-specified-user-or-domain-group-was-not-found/

  • Unlock Page Issues: IMEI not found (errorCode.ULP2003)

    Hello , 
                I am not an at&t customer and would like to unlock my device. I bought the at&t device off the motorola online store but later realized that the device is locked to at&t. I found this link when I was looking for a solution online. When I try to unlock the device using the device unlock page I get this message saying that the IMEI number I have entered is not a valid one.  Following are the details that you requested :-
    Cell number - ***
    Device Make - Motorola X2 (2014)
    Device IMEI - ***
    Email address - ***
    [Edited for privacy-please do not post personal or unique information such as but not limited to full names, employee ID numbers, email addresses, phone numbers, account numbers, etc.]

    Hello!
    Cell and/or account number       *****
    Device Make/Model                    Samsung S5Active
    Device IMEI                                 *****       
    Email Address                            *****
    I get "unknown IMEI number" when I try to fill out the unlock code request- my account is, I believe, in good standing, the phone is legal (purchased through Costco in December), etc, etc
    THANKS!
    [Edited for privacy-please do not post personal or unique information such as but not limited to full names, employee ID numbers, email addresses, phone numbers, account numbers, etc.]

Maybe you are looking for