APEX Listener 2.0 - RESTful Services Failure with  404 - Not Found

Versions used:
* APEX Listener 2.0.0.354.17.05
* Application Express 4.2.1.00.08
* Oracle Database 11.2.0.1
When testing the sample RESTful Service Module oracle.example.hr I always get 404 - Not Found page.
I followed the documentation to install and configure APEX 4.2 and the Listener 2.0. Everything in my APEX installation works fine except RESTful Services.
For example, when calling this RESTful Service:
http://company.com:45678/apex/DEV/xxuapex/hr/empinfo/
I get a 404 page.
The corresponding entry in url-mapping.xml is:
<pool base-path="/DEV" name="od01" workspace-id="xxuapex"/>
where xxuapex is the name of the schema as well as the workspace where the RESTful Service is installed.
Moreover, the corresponding od01.xml, od01_rt.xml and od01_al.xml in the conf directory seem correct.
Any help is greatly appreciated.
Thanks.
Eddie Awad.

Hi Eddie,
+> try the other option base-url of the url-mapping+
I did. No change. Still getting 404.When active it should transform the 404 page into a detailed 404 with a description of what the error is. Just to be sure, this is activated in the defaults.xml file of the APEX Listener as: *<entry key="log.logging">true</entry>*.
You should then see a detailed 404 output in your browser of what's going wrong first of all.
+> Could you post your url-mapping.xml file?+
<?xml version="1.0" encoding="UTF-8"?>
<pool-config xmlns="http://xmlns.oracle.com/apex/pool-config">
<pool base-path="/DEV" name="od01" workspace-id="xxuapex"/>
<pool base-path="/TEST" name="ot01" workspace-id="xxuapex"/>
</pool-config>
Despite using the url mapping script, it didn't map mine correctly and had to edit it manually. It was the use of "apex" that got it to work for me:
*<pool base-path="/" name="apex" workspace-id="workspace-name-here" updated="2013-01-09T20:48:59.75Z"/>*
Nick.

Similar Messages

  • Web services Access Error: 404 -- Not Found

    I'm going through the web service example on the help menu.  The vi is built exactly as required and the deployment works.  Labview is running and the vi is open, but when i start up firefox and go to the url, i get the error "Access Error: 404 -- Not Found".  Any ideas?  Thanks.

    Hi Pojoaque,
    Thanks for the update. Which example is called add? 
    Maybe its the address book example, if so, please see this KnowledgeBase article with a known issue with this example - also please double check your configuration of LabVIEW. 
    In the VIs you create yourself what are you trying to do?
    Why Does the Address Book RESTful Web Service Project Found in the LabVIEW 8.6 Example Finder Not Work?
    http://digital.ni.com/public.nsf/allkb/A8830F04188D2835862574AA0059055E?OpenDocument
    If its the VI itself which does work - have you checked your LabVIEW configuration allows access to the webserver for all vis?
    Hope this helps, 
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • GetBlobReferenceFromServerAsync (and non-async) throw an exception with 404 (not found) if the blob doesn't exist.

    I'm trying to determine if a particular file exists in a blob store. I'm using container.GetBlobReferenceFromServerAsync and if the named blob does't exist I get an exception with a 404. ICloudBlob (which is returned by the method) defines an Exists method
    but it's functionally useless because the GetBlobReferenceFromServerAsync method call itself throws the exception. I do get the behavior I'm looking for if I call container.GetBlockBlobReference instead but there's no async version of that method.

    As I said I'd found that GetBlockBlobReference works but there's no async version of that method. I'm trying to determine IF a blob exists not create one. Since the GetBlobReferenceFromServer returns an ICloudBlob and ICloudBlob defines and Exists method
    you'd assume that it could be used to determine if a blob exists. I'd argue that the fact that it throws and exception when the blob does not exist is a bug in the implementation because it makes the Exist method on the ICloudBlob object functionally useless.
    Also, it seems like a fairly significant miss that there's no async version of GetBlockBlobReference. A query to a cloud resource is exactly the perfect use case for the async/await pattern.
    Does anyone know of an async way to check for the existence of a blob that doesn't involve catching a 404 exception?

  • Apex home page 404 not found, listener.ora edition ?

    Salam Alaïkum
    When i try to launch the APEX start page, i get a header of the page "PROCESSUS D'ECOUTE ORACLE APPLICATION EXPRESS" , and just below it, the famous error appear "
    404 - Not Found" , the listener is verified as active..
    But when i take look on the file "listener.ora" of the database, i do not find a line that's specified for the launch of the APEX start page as i think , here's it :
    (ADDRESS = (PROTOCOL = tcp)(HOST = localhost)(PORT = 7070))(Presentation = HTTP)(Session = RAW))
    and when i try to modifiy it by editing it manually and executing this :
    lsnrctl reload listener
    lsnrctl save_config listenerit says me that there's no modifications to do.. command successfully done
    Any idea about this.. with my thanks in advance

    Hossam wrote:
    Salam Alaïkum
    When i try to launch the APEX start page, i get a header of the page "PROCESSUS D'ECOUTE ORACLE APPLICATION EXPRESS" , and just below it, the famous error appear "
    404 - Not Found" , the listener is verified as active..
    But when i take look on the file "listener.ora" of the database, i do not find a line that's specified for the launch of the APEX start page as i think , here's it :
    (ADDRESS = (PROTOCOL = tcp)(HOST = localhost)(PORT = 7070))(Presentation = HTTP)(Session = RAW))
    and when i try to modifiy it by editing it manually and executing this :
    lsnrctl reload listener
    lsnrctl save_config listenerit says me that there's no modifications to do.. command successfully done
    Any idea about this.. with my thanks in advanceHas Apex ever worked or this this a brand new installation?
    Which listener are you using?
    What version of Apex?
    What version of Oracle?
    What URL are you using?
    If using the HTTP server is your DADS.conf file (assuming latest version of Apex) configured correctly?

  • Each WebI RESTful web services call brings HTTP/1.1 404 Not Found

    Hello,
    What could be the reason that each call into the WebI RESTful api delivers a HTTP 404 Not Found?
    We have the RESTful url and can connect to the web service.
    We see that when the WACS is not running we get a connection refused.
    We see that when the WACS is running but disabled the connect call hangs until timeout (after 1+hours).
    We think that the HTTP 404 we get with each WebI RESTful call (e.g. URL/raylight/v1/documents/12345678/variables, or links, or properties, or dataproviders ...) has something to do with an installation/configuration issue of the WebI RESTful api.
    It does not seem to be an access right problem.
    We found many patterns how the WebI RESTful api behaves when the access rights are not sufficient. Neither of them had the HTTP 404 in each call.
    How can we prove that the WebI RESTful web services functionality is installed and configured correctly?
    So far we checked the settings in the WACS, and the settings in CMC.Applications.RESTful Web Service. The settings there seem to be ok.
    What else can we check?
    Thanks,
    Bernd

    Hi Bernd,
    You can send a request to:
    [GET] http://<server>:6405/biprws/raylight/v1/about
    (this call doesn't need authentification)
    I don't really understand what is your problem. Is the hanging intermittent?
    Best regards,
    Anthony

  • Print version System Failure: Bean SALV_WD_EXPORT_PDF not found on host

    Hi,
    I have created a ALV report in ABAP Webdynpro.
    When i try to print the ALV Report it gives Communication failure : Print version System Failure: Bean SALV_WD_EXPORT_PDF not found on host.
    I belive i need to install Usage Type BI Java.
    Can someone help me with the same how to find the installation. I am unable to find what to install.
    Thanks and Regards,
    Nuzhat

    Hi Sergio,
    Thanks for the immediate reponse.
    I have already gone thru the blog u have sent.
    I am uable to do installation of Usage type BI-Java.
    I need anyone's help for the same.
    Thanks and Regards,
    Nuzhat

  • Error Message: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. The request failed with HTTP status 404: Not Found.

    I have a web page that contains a ReportViewer control.  I am trying to display a report, which is an .rdl file located on the SSRS server, in this ReportViewer control.  I have set the ReportPath and ReportServerUrl correctly.  I am
    getting an error message.
    Am I suppose to use an .rdlc file rather than a .rdl file?  Does the web server configuration need to use a certain account?
     I am getting the following error message:
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    The request failed with HTTP status 404: Not Found.

    Hi bucaroov,
    The error "The request failed with HTTP status 404: Not Found." means the ReportServerURL configured in the ReportViewer control is invalid.
    Please follow these steps to solve the issue:
    Logon the Report Server machine.
    Open the Reporting Services Configuration Manager.
    Copy the Report Server URL from 'Web Services URL'.
    Logon the application server(in this case, it is the server that host the web page), check if we can use the URL we got from step 3 to access the Report Server. If so, please replace the ReportServerURL in the ReportViewer control with this URL. If it is
    not available, could you please post the error message.
    Additionaly, we don't need to provide the extension for a server report. The ReportPath should be like: /<reports folder>/<report name>
    For more information, please see:
    Walkthrough: Using the ReportViewer Control in Remote Mode:
    http://msdn.microsoft.com/en-us/library/ms251669(VS.80).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • Integrating Google Maps in Oracle Apex and 404 Not found error page

    Currently using APEX version 3.2.0.00.27 installed in OracleXE version 10.2.0.1.0. Have been attempting to recreate some examples of Google Maps within APEX. Found a nice set of examples here that build up to what I'm looking to ultimately do by incorporating google maps into APEX:
    http://blog.whitehorses.nl/2009/10/04/integrating-google-maps-in-oracle-apex/
    Unfortunatly, I'm getting the "404 Not Found, Not found, The requested URL /apex/wwv_flow.accept was not found on this server" page when I try to recreate the "Map with Search" example. I'd like to see if this really works using the html input and button tags in the body/region source versus creating APEX items to pass the address values to the javascript in the html header of the apex page. I'm thinking it's just an html thing within APEX that you have to do it a certain way, but I haven't managed to hit that magic combination. have gone to the google maps api v2 and looked at the html they use (it's what these examples with apex are based on) and tried that just to see. Same 404 result.
    I've seen suggestions at this forum and elsewhere that the 404 error is due to a bug. have been to metalink, and really haven't seen anything that spells out what the bug is and how to patch it or work around it. May be I just haven't found the right note/doc yet. have seen suggestions to change something associated with the Anonymous account that APEX uses. Have turned on authentication in the application to use an APEX user account with a logon page to the application. Still get the 404. Although, I have not adjusted anything elsewhere, like a DADS config file, because the apex/xe configuration is using the plsql gateway. Not sure of any procedure for changing settings on anonymous account when using plsql gateway.
    Open to suggestions. APEX 3.2 is customer version, so going to 4 may not be an option yet. XE, on the other hand, can certainly be swapped for an 11g version standard or enterprise edition if need be. I don't think this is a db version problem though. I think it's more on the APEX side of things.
    Anyway, any help or suggestions are appreciated.
    thanks
    rtp
    Edited by: RTP on Jun 24, 2011 10:30 AM

    Hi I have the same problem.... if you found the solution, please put it here to see it... I need a solution to this its urgent!!
    Thanks!!

  • The request failed with HTTP status 404: Not Found

    Hi
    BPC version we are using is : 5.0.502
    When we  Publish all reports using the steps below:
    a. Log into BPC Web
    b. Click on Available Interfaces> Select BPC for Administration
    c. Under Web Admin Task Click Publish Reports
    d. Select all of the reports and click the green check mark to publish the
    reports.
    I am getting following message 'System.Exception: The request failed with HTTP Status 404: Not Found. Event log relation to this error is given below.
    Event Type:     Error
    Event Source:     OutlookSoft log
    Event Category:     None
    Event ID:     0
    Date:          12/8/2008
    Time:          11:26:42 AM
    User:          N/A
    Computer:     BPCAPP
    Description:
    ==============[System Error Tracing]==============
    [System  Name] : OSoftCPM
    [Message Type] : ErrorMessage
    [Job Name]     : AuditMgrService/SetAuditReportFiles
    [DateTime]     : 12/8/2008 11:26:42 AM
    [UserId]       : MMPlanning
    [Exception]
        DetailMsg  : {The request failed with HTTP status 404: Not Found.}
    ==============[System Error Tracing  End ]==============
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.
    We tried ' Publish all reports' as the resolution of error 'object variable or with block variable not set' on modifying an application as per sap note Note 1131320
    If anyone knows the resolution for the above issue, please help me.
    Thanks in advance
    Sajeev Abraham

    Hi
    Thanks for the response.
    Below are the full contents of the error message pop-up.
    ( System.Expection: the reguest failed with HTTP status 404:Not found at
    Microsoft.Visualbasic.CompierServices.lateBinding.LateGet(Object o, Type,String name, Object
    []args,sTRING[]paramnames, Boolen[]CopyBack)
    at OSoft.Services.WebServices.ReportmanageProxy.ReportManageProxy.SetPubishReport(String strAppSet,string
    strApp,string strFiter)
    url is given below
    http://<HostName>/osoft/Admin/WebAdminMain.aspx
    BPC Deployment is Multiple server ( Two servers) Database and Application deployed seperately.
    Sql Reporting server is working.. I could connect using sql management studio.
    Thanks

  • Error: on clicking Registry menu item in ESM Management Portal. The request failed with HTTP status 404: Not Found.

    Hi,
    I have installed ESB Management Portal successfully after following all the steps. everything is working fine except when I click the Registry menu in the portal. I get an unhandled exception. The event viewer shows the below error "The request failed
    with HTTP status 404: Not Found."
    ================================================
    Event code: 3005 
    Event message: An unhandled exception has occurred. 
    Event time: 1/27/2015 5:56:10 PM 
    Event time (UTC): 1/27/2015 5:56:10 PM 
    Event ID: f7aedd39118845b79c17d3442a0d15a7 
    Event sequence: 54 
    Event occurrence: 1 
    Event detail code: 0 
    Application information: 
        Application domain: /LM/W3SVC/1/ROOT/ESB.Portal-1-130668549484455107 
        Trust level: Full 
        Application Virtual Path: /ESB.Portal 
        Application Path: C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\ 
        Machine name: <Machine Name> 
    Process information: 
        Process ID: 4712 
        Process name: w3wp.exe 
        Account name: NT AUTHORITY\NETWORK SERVICE 
    Exception information: 
        Exception type: TargetInvocationException 
        Exception message: Exception has been thrown by the target of an invocation.
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
       at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
       at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
       at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
       at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
       at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
       at System.Web.UI.Control.EnsureChildControls()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    The request failed with HTTP status 404: Not Found.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.Practices.ESB.Portal.UDDIService.UDDIService.GetCategoryByName(String UDDIServerUrl, String tModelName) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Web References\UDDIService\Reference.cs:line
    575
       at Microsoft.Practices.ESB.Portal.Uddi.ServiceProxy.getBTEndpoints(String applicationName, Boolean getSendPorts, Boolean getRcvLocations) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Uddi\ServiceProxy.cs:line
    553
       at Microsoft.Practices.ESB.Portal.Uddi.ServiceProxy.GetEndpointsByApplication(String applicationName, Boolean getSendPorts, Boolean getRcvLocations) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Uddi\ServiceProxy.cs:line
    46
    Request information: 
        Request URL: http://localhost/ESB.Portal/uddi/uddi.aspx 
        Request path: /ESB.Portal/uddi/uddi.aspx 
        User host address: ::1 
        User: <domain>\<user>
        Is authenticated: True 
        Authentication Type: Negotiate 
        Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Thread information: 
        Thread ID: 19 
        Thread account name: NT AUTHORITY\NETWORK SERVICE 
        Is impersonating: False 
        Stack trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
       at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
       at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
       at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
       at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
       at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
       at System.Web.UI.Control.EnsureChildControls()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Custom event details: 
    =================================
    Any idea why this is happening and what needs to be done ?
    PLEASE HELP
    Thanks & Regards
    Vikram

    Snippet from the link below:
    If you get a “404: Not Found” error, it ‘s because by default there is no script map for .svc file with default IIS 7.0 installation, so you need to register .svc extension in IIS:
    You need to update IIS script maps to register .svc extension In a command prompt (ran as administrator), execute the following command:
    “%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe” -r -y"
    Refer:
    https://dgoins.wordpress.com/2010/05/01/esb-toolkit-management-portal-installation-notes-from-the-field-2/
    Sarvanan's blog around this with detailed explanation:
    Configuring Exception Management Portal
    As mentioned above also
    Check Portal Configuration Settings
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • 404 not found: The requested URL /apex/f was not found on this server.

    That is the error I get in the browser. It occurs only on one page, all other work normally. The apache error log contains this:
    [Thu Aug 10 09:14:33 2006] [error] [client 0.0.0.0] [ecid: 1155226473:127.0.0.1:22240:0:50,0] mod_plsql: /apex/f HTTP-404 ORA-06502: PL/SQL: numeric or value error: character string buffer too small\nORA-06512: at "FLOWS_020200.F", line 276\nORA-06512: at line 22\n
    It would appear that invoking the page is throwing an internal error, so the page is never generated and why Iam getting the 404 not found error.
    I have tried exporting the page, deleting it, then importing it back.
    Apex version is 2.2

    The item uses a static LOV with only two entries. Here's a dump of the offending item from the page export:
    declare
    h varchar2(32767) := null;
    begin
    wwv_flow_api.create_page_item(
    p_id=>2519432345942021 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_flow_step_id=> 12501,
    p_name=>'P12501_VPS_PLAN__SLMMEMORYLIMIT',
    p_data_type=> 'VARCHAR',
    p_accept_processing=> 'REPLACE_EXISTING',
    p_item_sequence=> 100,
    p_item_plug_id => 2497622874655454+wwv_flow_api.g_id_offset,
    p_use_cache_before_default=> 'NO',
    p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
    p_prompt=>'Guaranteed RAM',
    p_source=>'V(''P12501_VPS_PLAN__SLMMEMORYLIMIT'')',
    p_source_type=> 'FUNCTION',
    p_display_as=> 'RADIOGROUP',
    p_lov => 'STATIC2:256 MB;256,512 MB;512',
    p_lov_columns=> 1,
    p_lov_display_null=> 'NO',
    p_lov_translated=> 'N',
    p_cSize=> 30,
    p_cMaxlength=> 2000,
    p_cHeight=> 1,
    p_begin_on_new_line => 'YES',
    p_begin_on_new_field=> 'YES',
    p_colspan => 1,
    p_rowspan => 1,
    p_label_alignment => 'RIGHT-TOP',
    p_field_alignment => 'LEFT-TOP',
    p_read_only_when=>'V(''P12501_MODE'') IS NULL',
    p_read_only_when_type=>'PLSQL_EXPRESSION',
    p_field_template => 16545661983566545+wwv_flow_api.g_id_offset,
    p_is_persistent=> 'Y',
    p_lov_display_extra=>'NO',
    p_protection_level => 'N',
    p_item_comment => '');
    end;
    /

  • Http 404 Not Found in Apex 3.1

    I installed Apex 3.1 on XE. I followed all the steps in Installation Guide. But after completing all the steps when I tried to open the home page (http://127.0.0.1/8080/apex/apex) I got HTTP 404 Not Found error. What do I need to do to fix this problem? Is there any log file that I need to check?
    I am new to Apex. can someone help me?

    Hi,
    I am getting the same error.
    I installed Apex 3.1 with Oracle 10g Db and Apache on Windows NT.
    I followed the instructions as per Guide E10496-2.
    I can get the page http://localhost:7777 but cant get http://localhost:7777/apex/apex_admin.
    SQL> l
    1 SELECT STATUS FROM DBA_REGISTRY
    2* WHERE COMP_ID= 'APEX'
    SQL> /
    STATUS
    VALID
    What could be the issue here?
    Thanks,
    Dnyanesh

  • Importing app, 404 Not Found, /pls/apex/wwv_flow.accept was not found

    Hello,
    It seems like others on this forum have posted this same question, although I still can't find my solution.
    I'm trying to import an application into Apex, but I end up getting a 404 Not Found error message, with "The requested URL /pls/apex/wwv_flow.accept was not found on this server". I checked the Apache error logs and this is what I see, but can't seem to understand what I need to do:
    [Wed Oct  3 14:26:10 2007] [error] [client 147.18.232.249] [ecid: 1191435955:131.98.31.15:784:0:3056,0] mod_plsql: /pls/apex/wwv_flow.accept
    HTTP-404 ORA-00942: table or view does not exist\nLaura

    Hi Scott,
    I realized what my problem was. It was in the marvel.conf file, contents listed below. Normally we remove the two lines below in bold. When I put them back in, I was able to load my app. Thanks for tipping me off in the right general direction!
    Laura
    mod_plsql DAD Configuration File                        
    Alias /i/ /opt/oracle/product/10.2.0/db_1_apex/apex/images/
    AddType text/xml xbl
    AddType text/x-component htc
       Order deny,allow   
       PlsqlDocumentPath docs   
       AllowOverride None   
       PlsqlDocumentProcedure wwv_flow_file_manager.process_download   
       PlsqlDatabaseConnectString localhost:1521:IPF ServiceNameFormat   
       PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8   
       PlsqlAuthenticationMode Basic   
       PlsqlMaxRequestsPerSession 1
       SetHandler pls_handler   
       PlsqlDocumentTablename wwv_flow_file_objects$   
       PlsqlDefaultPage apex    
    <b>   PlsqlDatabaseUsername APEX_PUBLIC_USER
       PlsqlDatabasePassword xxxxxx</b>
       Allow from all

  • "workflow.asmx" method The request failed with HTTP status 404: Not Found.

    When consuming workflow.asmx webservice from , I am getting an error on below line number 3.
    1.POC.SPasmxWF.Workflow objSPasmxWF = new POC.SPasmxWF.Workflow();
    2.objSPasmxWF.Credentials = System.Net.CredentialCache.DefaultCredentials;
    3. XmlNode dataNode = objSPasmxWF.GetWorkflowDataForItem("http://in-mum01:7000/sites/PPP/2014-0002/PPPLibrary/GBL-IQ00120140008.doc");
    Error details: {"The request failed with HTTP status 404: Not Found."} "   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean
    asyncCall)\r\n   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)\r\n   at POC.SPasmxWF.Workflow.GetWorkflowDataForItem(String item) in E:\ERT\\Web References\\SPasmxWF\\Reference.cs:line 234\r\n
      at POC.Program.Main(String[] args) in E:\\POC\\POC\\Program.cs:line 27\r\n   at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)\r\n   at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()\r\n   at System.Threading.ExecutionContext.Run(ExecutionContext
    executionContext, ContextCallback callback, Object state)\r\n   at System.Threading.ThreadHelper.ThreadStart()"

    Hi,
    For a better troubleshooting, I suggest you to do as follows:
    1. On server side you can access the Workflow.asmx from IE to make sure there are no problems in code logic.
    2. On client side you can also access Workflow.asmx from IE to see if it returns error.
    3. Check the link below:
    http://www.mail-archive.com/[email protected]/msg02092.html
    If you want to operate the workflow in Client-Side,  we can use Client Object Model in SharePoint 2010 to achieve it.
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.workflow(v=office.14).ASPX
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • When I go to yahoo mail. if i click on the email it goes to this a window with this error: 404 Not Found nginx/0.6.32

    When I go to yahoo.com or my yahoo, when I click on the email it goes to a blank page with the error message: 404 Not Found
    nginx/0.6.32. It only does it on my desktop pc. My IE allows me to acce email without this error.
    I can access it on my laptop with no problem. just on my desktop. it started about 3 weeks ago. I even uninstalled and reinstalled mozilla. I had the 5.0 and upgraded to 3.0 and is still doing the same thing.

    Go to Add or Remove Programs and look for Anti Phishing Domain Advisor. If you click on "Click here for support information" you'll see it is a Panda program. Uninstall it. Solves the problem. Don't know why the Firefox folks aren't telling people this!

Maybe you are looking for

  • How can I view free-response text answers in the Summary Report of FormsCentral?

    Can we view full individual free-responses in the Summary Report of FormsCentral? One of the only things that keeps me using Survey Monkey occasionally over FormsCentral is that I can't find a way for FormsCentral to show users' free-response answers

  • Security for creating web templates using web application designer

    I work for ChevronTexaco as a BW Security Analyst. I have a request to set up roles for web template creation using the Web Application Designer. Where can I get help in setting up the security for these types of roles? My experience is in setting up

  • Enhancement Fields missing in the Inbound XML payload

    We are using XI3.0. We need to send some Purchase Order data from R/3 to SRM(SUS), in addition to what is available in the standard content. We have created the required datatype enhnacement. we have mapped these additional fields in the message mapp

  • Display HTML stored in a table

    Hello, I want to display HTML Code which is stored in a table. Now I have a display as text item and there the HTML is not rendered properly... So what must i do to show the HTML Code properly? What kind of item should I use? Thank you, Tim

  • How do I disable (uninstall) Adblock Plus?

    I am trying to watch a missed TV episode. I get a "message" indicating that I have to disable Adblock Plus. Directions given: In right hand corner of Firefox, click on the ABP icon, and uncheck "Enable Adblock Plus". However, there is NO such icon on