URL not found error executing on-demand app process using APEX_UTIL.JSON

Hi -- I have an application process that's called by a javascript header function;
the javascript function is called by an onblur event on an LOV.
Hopefully I can explain this w/o too much confusion :)
I'm having the JS do an alert to show the return value of the call to the app process.
The call to the app process is set up in the following way:
ajax_request = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=Lookup_Value',0);
ajaxRequest.addParam('x01', $x('P3_OBJECTTYPE_NAME').value);
ajaxResponse = ajaxRequest.get();
The application process LOOKUP_VALUE is:
DECLARE
-- We will set wwv_flow.g_x01 in the javascript part
-- you can use this parameter as a temp. APP ITEM
p_objecttype_name varchar2(32) := wwv_flow.g_x01;
BEGIN
--Use this to get a JSON string back in the javascript, based on the SQL inserted
APEX_UTIL.JSON_FROM_SQL('SELECT objecttype_id FROM hdb_objecttype_syn WHERE objecttype_name = ''' || p_objecttype_name||'''');
END;
The alert in the JS shows the value of ajaxResponse to be the following:
<!DOCTYPE HTML PUBLIC"-//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found </TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The request URL /pls/apex/ww_flow.show was not found on this server.<P>
<HR>
<ADDRESS>Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at
myservername Port 7777 </ADDRESS>
</BODY></HTML>
I'm really not at all sure what could be causing this. Could it have something to do
w/ compatibility between JSON and my version of APEX (3.0.1.00.06)? Or ... ?
Thanks,
Carol

CarolM2,
CarolM2 wrote:
I'm really not at all sure what could be causing this. Could it have something to do
w/ compatibility between JSON and my version of APEX (3.0.1.00.06)? Or ... ?Whilst this isn't a compatibility issue between JSON itself and APEX 3.0.1.00.6, it is a version related issue. This API, the x01-x10 series globals and 'addParam' were not introduced until 3.1. Also 3.1 introduced the useful JavaScript functions $s and $v which you may have been trying to use (although you didn't show the later part of your JS code so I can't be sure).
Is it possible for you to upgrade your instance as this will definitely make your life easier with this stuff (and give you interactive reports :-) )? If you cannot upgrade, this is still possible but you'll just need to construct (and output) the JSON string yourself, use 'add' instead of 'addParam', use an application item to store your temporary value and possibly have to write some slightly different JS code to output the response on the client (although again I didn't see that part of your code).
Please let me know if you need any more help on this.
Anthony.
http://anthonyrayner.blogspot.com
Edited by: Anthony Rayner on Nov 20, 2008 12:04 AM

Similar Messages

  • Can't do online banking. Get error message. "The requested URL /Summary.cgi was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    I can't do online banking. When I try to open the page I get error "The requested URL /Summary.cgi was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Hi,
    These blog posts might help debug problem
    Oracle APEX: Got a 404 Not Found? | Inside Oracle APEX by Patrick Wolf
    daust_de :: Oracle XE / APEX: Troubleshooting the 404-not found error on XE
    Regards,
    Jari

  • 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request

    When I try to go to my website, I get a blank screen and this message:
    Method Not Implemented
    GET to / not supported.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Can anyone help me fix this bug, please? Thanks!

    I did as you said and it worked magic! I didn't even have to restart Mozilla. Thank you so much for your help! :-)

  • URL not found error while loading photo on Linux

    Hi,
    I have a AIR 2.0 appliaction which works perfectly well on Windows but while I run it on Linux Loader object can't load any photo. I tried many path variations but I always get Error #2035: URL Not Found.
    Here's how I load a photo (with hard coded URL)
    _imageLoader.load(new URLRequest("/home/piotr/105755/damage_photos/17.jpg"));
    I'm sure that "/home/piotr/105755/damage_photos/" path is correct. I pasted it to files explorer address text input and expected directory was opend. I'm also sure that 17.jpg file exists in that directory.
    When I trace IOError message it says: Error #2035: URL Not Found. URL: app:/home/piotr/105755/damage_photos/17.jpg
    My questions are:
    What "app:" does in my URL... can it cause the problem? If yes, how can I get rid of it?
    Is there anything specific about UNIX systems and Loader that should I know about?
    How can I load file from hard drive other way than by Loader object?
    I use AIR 2.0 SKD, Flex 4.5 SKD and Ubuntu 10.04. Could anyone help me, please?

    Hi,
    Just a test, can you try to do this:
    var f:File = new File(File.userDirectory.nativePath+File.separator+"105755"+File.separator+"damage_photos" +File.separator+"17.jpg");
    _imageLoader.load(new URLRequest(f.url));

  • Page not found Error while open install app

    I go through the all necessary steps to configure app domain & steps to create SharePoint hosted app still got 'page not found error'
    The final app URL that i got afte r open install app -"http://app-125e72eedbe144.domain name:9922/FirstApp/Pages/Default.aspx?SPHostUrl=http%3A%2F%2Fsp1%3A9922&SPLanguage=en-US&SPClientTag=6&SPProductNumber=15.0.4420.1017&SPAppWebUrl=http%3A%2F%2Fapp-125e72eedbe144.domainname%3A9922%2FFirstApp"
    i don't understand where i did mistake can any one help me to resolve that issue.

    Hi,
    According to your post, my understanding is that you get the “page not found” error while you open install app.
    You need to have a SharePoint Web Application that is bonded to port 80 without a host header.
    If you want to run it on https (SSL) then you also need to add an extra binding for SharePoint Hosted Apps to work.
    For more information, please refer to:
    Troubleshooting SharePoint 2013 Hosted Apps on-premises: “404 not found” error
    404 & 401 Errors with the App Management Service - SharePoint
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • "File not found" error in Office Web Apps

    Hi,
    i have set up in my single server farm the Office Web Apps as descripted in the following article:
    Deploy Office Web Apps (Installed on SharePoint 2010 Products)
    When i create now a new SiteCollection based on the Blank Template and create a document library with some word documents, i get the following errors:
    1.) Clicking on the menuitem View in Browser throws
    File not found
    2.)When i click on the file name in the library i get:
    Word Web App cannot open this document for viewing because of an unexpected error.  To view this document open it in Microsoft Word.
    In the ULS i get the following:
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    SharePoint Foundation         Logging Correlation Data      
    xmnv Medium  
    Site=/bog/OWATEST d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vjyu
    Medium   Librarian.BeginGetItem(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml)
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vkaw
    Medium   ViewStore.SetCompleted(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml) - status = ConversionError
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vjzo
    Medium   Librarian.SetCompleted(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml) - status = ConversionError
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (Request (GET:http://sharepoint2010:80/bog/OWATEST/_vti_bin/docdatahandler.ashx?d=F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m&z=7D0789A9-65F2-43B8-86E7-5813FC8510F01&type=sl&ui=de-DE)).
    Execution Time=19,0333547978863 d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc worker process is started Exe: AppServerHost.exe Args: /id 9c3ee281-ef97-41d3-ada6-90bfa7c160fc /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13328, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1377
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1376, Guid: 4390f3b2-c580-4379-bbd5-b8b90df5e9fc
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc. Pid 13328
    09/18/2014 13:04:12.95 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.17 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.19 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc is now initialized.
    09/18/2014 13:04:13.20 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc, thread: 187
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:13.32 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 worker process is started Exe: AppServerHost.exe Args: /id 756afa45-8681-4aa2-8288-5b87b433a239 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13408, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1378
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1377, Guid: 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 756afa45-8681-4aa2-8288-5b87b433a239. Pid 13408
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.54 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.57 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 756afa45-8681-4aa2-8288-5b87b433a239 is now initialized.
    09/18/2014 13:04:13.57 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.68 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:13.68 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:13.69 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 756afa45-8681-4aa2-8288-5b87b433a239, thread: 187
    09/18/2014 13:04:13.69 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 worker process is started Exe: AppServerHost.exe Args: /id 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13488, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1379
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1378, Guid: 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49. Pid 13488
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:13.91 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:13.92 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 is now initialized.
    09/18/2014 13:04:13.93 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49, thread: 187
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:14.05 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 worker process is started Exe: AppServerHost.exe Args: /id 6e96c591-38f8-4691-897d-588cb92206d1 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13564, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1380
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1379, Guid: 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 6e96c591-38f8-4691-897d-588cb92206d1. Pid 13564
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.25 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.27 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 6e96c591-38f8-4691-897d-588cb92206d1 is now initialized.
    09/18/2014 13:04:14.28 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 6e96c591-38f8-4691-897d-588cb92206d1, thread: 187
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:a3088b58-780b-4bb8-b65d-e377e7ba4030 worker process is started Exe: AppServerHost.exe Args: /id a3088b58-780b-4bb8-b65d-e377e7ba4030 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13644, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1381
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1380, Guid: 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker a3088b58-780b-4bb8-b65d-e377e7ba4030. Pid 13644
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker a3088b58-780b-4bb8-b65d-e377e7ba4030
    09/18/2014 13:04:14.57 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker a3088b58-780b-4bb8-b65d-e377e7ba4030
    09/18/2014 13:04:14.60 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker a3088b58-780b-4bb8-b65d-e377e7ba4030 is now initialized.
    09/18/2014 13:04:14.60 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    a3088b58-780b-4bb8-b65d-e377e7ba4030
    Whats wrong here?

    http://technet.microsoft.com/en-us/library/ff431687%28v=office.15%29.aspx
    Problem: You receive a "File Not Found. The URL of the original file is not valid or the document is not publicly accessible. Verify the URL is correct, then contact the document owner"
    error when you try to view an Office document in Office Web Apps by using a user generated URL.
    Are you trying to open a document that has a file size that is larger than 10 megabytes from a user generated URL? Make sure the document doesn’t exceed 10 megabytes.
    If this helped you resolve your issue, please mark it Answered

  • Crystal report for Enterprise show latest instance shows URL not found error

    hi everyone,
    we recently upgraded our BO4.1 platform from SP2 to SP5.
    after the upgrade we are getting error while view the latest instance of Crystal report in BI launchpad, this error occurs only for Crystal report and that only when we scheduled in pdf format.
    anybody faced this issue before, any idea or resolution?
    Thanks in advance.
    Regards,
    Ganesh

    when I click on view latest instance, i am getting below error.
    The requested URL /BOE/portal/1503182223/CrystalReports/filename/CREnt_BICS_STS_Check.pdf was not found on this server
    but when see the path, I could see the path till /BOE/portal/1503182223/CrystalReports/
    is it remaining path, like the “file name” part generated at runtime?
    could you please support me, do we need changes required in tomcat?
    Regards,
    Ganesh

  • URL not found error when DESTYPE=printer !!

    When I am trying to send a print request to the report server with DESTYPE=printer and DESNAME=printer path, I am getting the following report server error:
    "Error: the requested URL was not found or cannot be served at this time. Oracle Reports Server CGI - The reprots server engine terminated abnormally".
    When I try with DESNAME=a different printer, it works fine. I am absolutely 100% positive that the printer path I am providing is correct. I need to print on the printer where I am getting an error because that printer supports different page sizes. I have PAGESIZE=14X8.5 set. The printer where I am not getting an error does not support pages bigger than 8.5X11.
    Any ideas ? Again am I missing any settings on the report server. One thing I noticed is that the printer where I am having the above error has spaces in its name, eg. (\\rgasion\F5-copyroom east -1) where as the other printer does not have any spaces in its name. I noticed that when I type in an http request on the web page, the spaces are being subsituted with '%20'.
    Thanks in advance.

    Hi,
    Please try with following options
    1. Enter DESNAME with in quotes as '\\rgasion\F5-copyroom east -1' and print the Report
    (or)
    2. Go To Windows Printer Setup, Change printer name to F5-copyroom_east_-1(Remove space with underscore), then try to print
    or
    3. If you printer is Shared Network printer, Open Printer Property dialog and go to Sharing page, there set share name as F5-copyroom_east_-1, then try to print
    Thanks
    Oracle Reports Team

  • File not found error while trying to generate stub using wsdl2java

    Hi
    I am facing this peculiar problem while generating the stub thru the wsdl2java command.
    It shows series of file not found exception.
    What all thing need to be set or taken care while we execute the command . anybody having window script for doing this please share it with me.
    Your help is higly appreciated
    Thanks
    Ottran

    It could be that the wsdl file is not found if you are invoking this command for a wsdl which is locally existing
    Could you send the command and the exception msgs that you are getting
    Regards
    Mari

  • User not found error when connecting to MDM server using NWDS

    Hi,
    I am getting the error as " User not found " when i am connecting to MDM server from the code written in NWDS.
    If i make that user as admin in usermapping in MDM den it works fine bt if that user is not admin den get the error as user not found.
    Please help.

    Hi,
    Thanks for the reply.
    I have added the user in user mapping in MDM server. but i have to give the authority as admin.
    other users who are added in usermapping bt not assigned as admin are getting the error.

  • "Server not found" error on every site after some use, the pages work fine in other browsers

    I'm getting the "Server not found - Firefox can't find the server at blablabla.com" error after using Firefox for a while, sometimes 30 minutes, sometimes 2 hours. This error appears on every single page, and does not go away until I restart Firefox. Google Chrome can load these pages with no problem, so it's not a problem with my internet connection. I've already done everything on this page:
    http://support.mozilla.com/en-US/kb/Server%20not%20found
    And it did not help at all.
    I have not installed any new extensions, plugins, userscripts or anything like this, and everything was working perfectly fine until a week ago.

    I've encountered 404 errors and xmarks keeps popping up when I try to open igoogle.
    All of the is in Firefox4.0 Beta 8.
    I don't have any problem in Chrome, no 404 errors, no xmarks showing up when it should be the igoggle search page.
    Most disconcerting.

  • URL not found error

    Hi All,
    I am working on hrrcf_profile BSP, I have created new page in hrrcf_profile.
    This page is working for new profile or new user and this is not working for old profile or user.
    Can you please suggest me.

    Hi,
    Search AutoConfig log file for adgenjky.sh, you should find more details about the error around this file.
    Regards,
    Hussein

  • When I click on hyperlinks in Word or One Note, firefox adds FirefoxHTML\Shell\Open\Command to the url which of course returns a "url not found" error. How can I fix this?

    I recently updates to Firefox 4, but this was happening even before. I read posts online from several years ago that suggested temporarily make IE the default browser, and then changing it back to Firefox, but this didn't help.
    I am using Office 2010.

    See this lnk for a fix, it worked for me!
    http://www.pcworld.com/article/200103/fix_outlook_general_failure_error_for_email_links.html

  • File not found error on some computers running the same program

    Dim pList As System.Diagnostics.Process
    retval = 0
    PTRName = "F:\myprogram.exe"
    If My.Computer.FileSystem.FileExists(PTRName) Then
    System.Disgnostics.Process.Start(PTRName)
    pList = System.Diagnostics.Process.GetProcesses
    For each proc As System.Diagnostice.Process in pList
    If proc.ProcessName = "myprogram" Then
    retval = proc.Id
    Exit For
    End If
    Next
    If retval > 0 then
    'continue
    Else
    'error message
    End If
    End If
    PTRName = "F:\myprogram.exe"
    If My.Computer.FileSystem.FileExists(PTRName) Then
    Retval = Shell(PTRName,4)
    If Retval > 0 Then
    'Continue
    Else
    'Error message
    End If
    End IF
    I have created a program which:
    opens a file
    reads the records and massages the records
    writes the records to a new file
    Launches a program that uses the resultant file.
    The program was written on Windows xp MCE using Visual Studio 10. The resulting program works fine.
    I places The executable and the input file onto a flashdrive, and then tested it on other machines.
    Two of the machines are both Win 7 Pro 64bit with .Net 4. On one machine it works great. On the other I get a "File not found" error when starting the second process. This is the failing code:
    The problem is with the Shell command. When I rewrite it as:
    it works on both machines
    So my question is: Why does exactly the same code (The same flashdrive was used on both machines) work on one machine and not the other (when both machenes appear to be at the same level)?
    In both cases I verify the file exists in the correct place before I try to start it.
    Any help would be appreciated.
    Thanks in advance
       John 

    The use of F is just an example. I use:
    OutputPath = My.Application.Info.DirectoryPath 'Where app is run from (root)
        'Make sure the path ends in \
        If VB.Right(OutputPath, 1) <> "\" Then
          OutputPath = OutputPath & "\"
        End If
    to get the correct information.
    Then
      PTRName = OutputPath & "myprogram.exe"
    BTW "myprogram.exe" is not the correct name it is just an example.
    Sorry if this caused confusion
    However all of this is not the point. If:
     My.Computer.FileSystem.FileExists(PTRName)
    is true then the file is in the right place. Therefore:
    Retval = Shell(PTRName,4)
    must also work. However it does not on some machines.
    Is the problem in .Net, VB or VS because it is not in my code. 
    I have also used a routine similar to you (in VB6) to find a particular volume, but used the volume label. That worked better in my case.
    John

  • The requested URL not found on this server

    Hi
    I was trying to export the output of a report to Excel spreadsheet using the technique mentioned in the below link
    http://htmldb.oracle.com/pls/otn/f?p=18326:54:4064128727007824::::P54_ID:1962
    and got a "requested URL pls/apex/x.excel_xml was not found in this server" error message. I have successfully created the procedure and it exists under the workspace schema with the correct permissions.
    What am I doing wrong?
    Thanks in advance.

    Hi Scott,
    Thanks for looking into this. I am using Oracle-Application-Server-10g/10.1.2.0.2 , Application Express Release 2.2 and Oracle Database 10g Enterprise Edition Release 10.2.0.1.0.
    My application and the oracle procedure I am trying to call (excel_xml) exists in the same workspace "testworkspace" . I ran the grant requst as "grant execute on excel_xml to public".
    But still I get the URL not found error message.
    Here is the error log from Apache
    [Wed Sep 20 08:35:59 2006] [error] [client 10.60.23.126] [ecid: 4141503397020,1] File does not exist: c:/orahome_1/apache/apache/htdocs/favicon.ico
    [Wed Sep 20 08:56:09 2006] [error] [client 10.60.23.126] [ecid: 3866626726665,1] mod_plsql: /pls/apex/report.excel_xml HTTP-404 \nreport.excel_xml: PROCEDURE DOESN'T EXIST\n
    [Wed Sep 20 09:03:38 2006] [error] [client 10.60.23.126] [ecid: 1976841578959,1] mod_plsql: /pls/apex/report.excel_xml HTTP-404 \nreport.excel_xml: PROCEDURE DOESN'T EXIST\n
    Really appreciate any help on this.
    Thanks.

Maybe you are looking for

  • Networking two mac pros together?

    i just bought a 2012 and did a fresh install of yosemite and have a 2006 that is running lion. i have migrated my data over to the 2012 and plan to wipe the 2006 of the data so i don't get confused. i expect to have a number of backups on the shelf a

  • Hidden drop down lists

    I am trying to achieve the effect on this website http://www.thedesignersrepublic.com/ if you click on WORK on the right to display the drop down list and then click one of the options, you will see a list of sub headings appear.....any ideas of an e

  • Looking for Account Receivable, Account payable info cube

    i m looking for Account Receivable, Account payable info cube in business contnet. i search a lot on help.sap.com but could not find them.

  • "c" key types without being hit

    I have a MacBook Pro 17" late 2011 - the "c" key types without being hit. Any idea what could be causing this?

  • Backdating posting date for incoming payments.

    Hi All, IN FICA, can we backdate posting date to give discounts for the customer payments. When I backdate posting date, the system gives me an error that the month end is closed. Is there an event or function module for backdate posting. Thanks for