AS3 URL Request file not found

Hi
I just learned last night from Ned Murphy how to code a btn in AS3.
Trouble is, when testing the Dreamweaver frameset website, site name: URLRequest on the C drive with my default browser F12, I get a problem loading the page / file not found.
Here is the btn AS3 code.
btn1.addEventListener(MouseEvent.CLICK, btn1Click);
function btn1Click(evt:MouseEvent):void {
   var url:String = "C:\WebSites\FrameSets\URLRequest\mainFrame1.html";
   var req:URLRequest = new URLRequest(url);
   navigateToURL(req);
Just for comparison here is the AS3 btn code Ned copy pasted to my Thread last night.
btn1.addEventListener(MouseEvent.CLICK, btn1Click);
function btn1Click(evt:MouseEvent):void {
   var url:String = "http://www.awebsite.com/awebpage.html";
   var req:URLRequest = new URLRequest(url);
   navigateToURL(req);
What is it that is stopping my browser from directing to "C:\WebSites\FrameSets\URLRequest\mainFrame1.html";
Is it the var url:String?
Thanks for reading
Sabby76

Re Kglad Thank you
I copy pasted the URL into a browser and it junked to: file:///C:/WebSites/FrameSets/URLRequest,mainFrame1.html I don't know what is the correct name for file:/// probably just the O.S directories proxy? Using the file:///  in the btns function out-works perfectly. Now the rest of the websites frame set extensions directories will not pull up after the index for example: file:///C:/WebSites/FrameSets/URLRequest/index.html/mainFrame2.html I think a re-thread in the DW forum will be the next step, any clues?
Cheers
Sabby76

Similar Messages

  • Apache plug-in prob : when trying to access '/weblogic/' URL , "404 : file not found" error is shown

    On : Apache 2.0 , Weblogic 7.0, Win 2000
    I installed the Apache plug-in for as described in WL docs, but when I try to
    access a URL /weblogic/ ( supposed to be configured automatically ) on apache,
    I get '404 : file not found' error.
    As per the docs, I did following config in Apache:
    1. Copied the 'mod_wl_20.so' file found in WLHOME\server\bin directory to the
    APACHE_HOME\modules directory
    2. Added to httpd.conf :
    LoadModule weblogic_module modules/mod_wl_20.so
    3. Apache httpd.conf syntax correct : checked by running ' APACHE_HOME\bin\Apache
    -t '
    4. Restarted WL & Apache.
    Now, the weblogic documentation says,
    "Test the Apache plug-in by opening a browser and setting the URL to the Apache
    Server + "/weblogic/", which should bring up the default WebLogic Server HTML
    page, welcome file, or default servlet, as defined for the default Web Application
    on WebLogic Server. For example:
    http://myApacheserver.com/weblogic/".
    For my server, 'http://localhost/weblogic/' - I get a "404 : file not found" error.
    What other configuration is needed ? Do I have to specify '/weblogic/' name anywhere
    else in Apache configuration file ?
    Any pointers will be appreciated.
    Thanks,
    S

    Forgot to mention , I've also added following configuration in httpd.conf :
    LoadModule weblogic_module modules\mod_wl_20.so
    <IfModule mod_weblogic.c>
    WebLogicHost localhost
    WebLogicPort 7501
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim /weblogic
    </Location>
    "S" <[email protected]> wrote:
    >
    On : Apache 2.0 , Weblogic 7.0, Win 2000
    I installed the Apache plug-in for as described in WL docs, but when
    I try to
    access a URL /weblogic/ ( supposed to be configured automatically ) on
    apache,
    I get '404 : file not found' error.
    As per the docs, I did following config in Apache:
    1. Copied the 'mod_wl_20.so' file found in WLHOME\server\bin directory
    to the
    APACHE_HOME\modules directory
    2. Added to httpd.conf :
    LoadModule weblogic_module modules/mod_wl_20.so
    3. Apache httpd.conf syntax correct : checked by running ' APACHE_HOME\bin\Apache
    -t '
    4. Restarted WL & Apache.
    Now, the weblogic documentation says,
    "Test the Apache plug-in by opening a browser and setting the URL to
    the Apache
    Server + "/weblogic/", which should bring up the default WebLogic Server
    HTML
    page, welcome file, or default servlet, as defined for the default Web
    Application
    on WebLogic Server. For example:
    http://myApacheserver.com/weblogic/".
    For my server, 'http://localhost/weblogic/' - I get a "404 : file not
    found" error.
    What other configuration is needed ? Do I have to specify '/weblogic/'
    name anywhere
    else in Apache configuration file ?
    Any pointers will be appreciated.
    Thanks,
    S

  • File Not Found error message

    I keep getting this message when I try to view my coldfusion
    page in my web browser. How do I fix this? I've tried saving it
    somewhere else and recreating the file but I still get the message.
    Here is the message:
    The web site you are accessing has experienced an unexpected
    error.
    Please contact the website administrator.
    The following information is meant for the website developer
    for debugging purposes.
    Error Occurred While Processing Request
    File not found: /reviews.cfm
    Resources:
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
    InfoPath.2; Windows-Media-Player/10.00.00.3990)
    Remote Address 127.0.0.1
    Referrer
    Date/Time 06-Mar-08 12:31 PM
    Stack Trace (click to expand)
    coldfusion.runtime.TemplateNotFoundException: File not found:
    /reviews.cfm
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
    at
    coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at
    coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:175)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at
    coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
    at
    coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Debugging Information ColdFusion Server Developer
    8,0,0,176276
    Template /reviews.cfm
    Time Stamp 06-Mar-08 12:31 PM
    Locale English (US)
    User Agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
    InfoPath.2; Windows-Media-Player/10.00.00.3990)
    Remote IP 127.0.0.1
    Host Name localhost
    Execution Time
    No top level page was found.
    Exceptions
    12:31:43.043 - coldfusion.runtime.TemplateNotFoundException -
    in : line -1
    File not found: /reviews.cfm
    Scope Variables
    CGI Variables:
    AUTH_PASSWORD=
    AUTH_TYPE=
    AUTH_USER=
    CERT_COOKIE=
    CERT_FLAGS=
    CERT_ISSUER=
    CERT_KEYSIZE=
    CERT_SECRETKEYSIZE=
    CERT_SERIALNUMBER=
    CERT_SERVER_ISSUER=
    CERT_SERVER_SUBJECT=
    CERT_SUBJECT=
    CF_TEMPLATE_PATH=C:\ColdFusion8\wwwroot\reviews.cfm
    CONTENT_LENGTH=
    CONTENT_TYPE=
    CONTEXT_PATH=
    GATEWAY_INTERFACE=
    HTTPS=
    HTTPS_KEYSIZE=
    HTTPS_SECRETKEYSIZE=
    HTTPS_SERVER_ISSUER=
    HTTPS_SERVER_SUBJECT=
    HTTP_ACCEPT=*/*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_CONNECTION=Keep-Alive
    HTTP_COOKIE=
    HTTP_HOST=localhost:8500
    HTTP_REFERER=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT
    5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
    InfoPath.2; Windows-Media-Player/10.00.00.3990)
    PATH_INFO=
    PATH_TRANSLATED=C:\ColdFusion8\wwwroot\reviews.cfm
    QUERY_STRING=
    REMOTE_ADDR=127.0.0.1
    REMOTE_HOST=localhost
    REMOTE_USER=
    REQUEST_METHOD=GET
    SCRIPT_NAME=/reviews.cfm
    SERVER_NAME=localhost
    SERVER_PORT=8500
    SERVER_PORT_SECURE=0
    SERVER_PROTOCOL=HTTP/1.1
    SERVER_SOFTWARE=
    WEB_SERVER_API=
    Debug Rendering Time: 62 ms

    No CFINCLUDE, unless I'm not seeing it. Here's my code:
    <!--- Get ratings --->
    <cfquery datasource="PFB" name="Ratings">
    SELECT *
    FROM Ratings
    ORDER BY RatingID
    </cfquery>
    <!----get ages----->
    <cfquery datasource="PFB" name="Age">
    SELECT *
    FROM Age
    ORDER BY AgeID
    </cfquery>
    <html>
    <body>
    <cfform action="insertnewreview.cfm">
    <table>
    <tr>
    <td>Age:</td>
    <td> <select name="AgeID">
    <cfoutput query="age">
    <option
    value="#AgeID#">#Age#</option></cfoutput>
    </select>
    </td>
    </tr>
    <tr>
    <td><cfoutput
    query="question">#Question#</cfoutput></td>
    <td><select name="RatingID">
    <cfoutput query="ratings"><option
    value="#RatingID#">#Rating#</option>
    </cfoutput></select></td>
    </tr>
    </table>
    </cfform>
    </body>
    </html>

  • BI IP - Upload flat file - "requested resource not found" when typing URL

    Hi,
    we tried to implement the "upload flat file" functionality (blog Marc Bernard). We followed the different steps and included the bug fixes as well. When we want to launch the URL in an internet explorer session we get message "requested resource not found".
    Hereby the URL used:
    http://sapscmbid.vpkgrp.int:50100/sap/bc/webdynpro/sap/zrsplf_file_upload?sap-language=EN&planning_sequence=FILE_SEQ&show_messages=WEXA
    Do you know what we did wrong? We would like to finish this by the end of this week ...
    kind regards
    D

    Hi,
    when we use URL http://sapscmbid.vpkgrp.int:50100/ we see the screens of the portal so I presume this server and port is accurate (we use the same link for the planning modeler and this works fine).
    The SICF service zrsplf_file_upload has been imported and has status active. Should we check other things as well?
    D

  • The requested URL /mahjongtrails/ was not found on this server.

    Not Found
    The requested URL /mahjongtrails/ was not found on this server.
    Apache/2.2.9 (Debian) mod_jk/1.2.26 PHP/5.2.6-1+lenny4 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ruby/1.2.6 Ruby/1.8.7(2008-08-11) mod_ssl/2.2.9 OpenSSL/0.9.8g Server at megazebra-facebook-trails.mega-zebra.com Port 80

    Adding to it,
    First thing need to modify the server.xml and default-web-site.xml file as mentioned . Even after it doesn't work check for the security settings in the browser.
    For IE, Goto Tools-> Internet Options -> Security tab -> Custom level.
    Try enabling the security settings.

  • I recently had to swap out my iphone 4s and I am having problems restoring photos and videos from icloud.  I get a message on my phone that says " the URL you are requesting is not found on this server".  Pics and videos have been deleted too.

    I recently had to swap out my iphone 4s and I am having problems restoring photos and videos from icloud.  When I restored my phone from icloud, half of my pics and videos have been deleted, the pics that were restored on my phone are very blurry, and the videos won't play.  I get a message on my phone that says " the URL you are requesting is not found on this server".  I have erased and reset my phone twice, but every time I do it, more pics and videos are deleted.  I have backed up to icloud and iphoto, however, some of the pics are no longer on iphoto either.  Is there someway to get the videos to play on my phone again?  Make the photos not as blurry as they are now and to restore the pics and videos that have been lost?  I really would love to have them back, this phone is supposed to be the best and right now it doesn't seem to be.  Please help if you can.

    I too have noticed that once i restored from iCloud. Pictures blurry and videos wont play!
    Need help too!!

  • Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory.

    HI
    i restored a sharepoint web 80 application in our test domain
    and after when i browse the new web application 
    it says 
    Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory. 
    adil

    Hi  adil,
    According to your description, my understanding is that you encountered the error “Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file
    exists under the layouts directory.” .
    The issue happens in
    We have customized master page
    In the master page, we use path the script/style file like this: <SharePoint:CssRegistration name="<% $SPUrl:~SiteCollection/Style Library/coe/mainCOE.css%>"
    runat="server"/>
    While using the dynamic path in a multiple languages enabled site, language Id(1033 etc) will be added to the path automatically. That cause the file to be not found.
    To solve the issue, please download  the Arabic language pack http://www.microsoft.com/en-us/download/details.aspx?id=3411 ,
    install it on  your SharePoint and refresh your browser.
    Reference:
    http://sharepoint-community.net/profiles/blogs/cannot-make-a-cache-safe-url-for-1036-sytles-themable-corev4-css
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Requested node not found in configuration file

    The following warning appears when I instantiate the ReportClientDocument object:
    [main] WARN  com.businessobjects.reports.sdk.JRCCommunicationAdapter  - Requested node not found in configuration file
    This looks to me like a configuration issue. How can I get rid of it?

    Please read the rules of engagement and add all of the missing info. I'm assuming you are developing in Java so moved your post to the Java forum.

  • Profile Manager - Not Found  The requested URL /wiki was not found on this server.

    I have installed Lion Server with Web and Profile Manager services. When I log into the profile manager web page I receive the message "Not Found  The requested URL /wiki was not found on this server."  I followed the guide here for install http://krypted.com/iphone/setting-up-profile-manager-in-lion-server/.

    This was the fixed I found
    Fixing profile manager has been solved by someone else:
    1.  Turn off all services under Server app.
    2.  Under Hardware, settings, change SSL certificate to "none"
    3.  Under Hardware, network, reset host name again.
    4.  Under Hardware, settings, change SSL certificate back to correct one
    5.  Turn Web service ON.
    It may still say /var/empty.
    6.  Turn Wiki service ON
    7.  Recheck Web service.  It should be changed to /Library/Server/Web/Data/Sites/Default.

  • Before i did not have to type a full address for a website to come up, just a key word e.g. "Firefox" would take me to mozilla, "google" would take me to google... now I get "File not Found" and rather have to type a full URL address, why is this?

    File not found
    Firefox can't find the file at jar:file:///C:/Program Files/Mozilla Firefox/omni.jar!/chrome/en-GB/locale/browser-region/region.propertiesgoogle.

    Try this:
    http://www.groovypost.com/howto/how-to/change-firefox-4-address-bar-search-engine-provider/

  • "File Not Found" when addCourse through iTunesU web service.

    I have problem to add Course to my institute's iTunesU site through Web Service.
    I was able to get the xml doc back through showTree operation and here is part of it:
    <Site>
    <Name>my institute's name</Name>
    <Handle>123</Handle>
    <AggregateFileSize>63057465318</AggregateFileSize>
    <Section> <Name>Your Classes</Name>
    <Handle>456</Handle>
    <AggregateFileSize>57423912007</AggregateFileSize>
    <Course>
    <Name>course 1</Name>
    <Handle>111</Handle>
    </Course>
    </Section>
    <Section>
    I was able to get the uploadURL back too. The URL to get the uploadURL request:
    https://deimos.apple.com/WebObjects/Core.woa/API/GetUploadURL/myInstitute.edu.45 6?type=XMLControlFile
    The uploadURL I got back looks like:
    https://deimos2.apple.com/WebObjects/Files.woa/Upload/myInstitute.edu.456/X_1371095208_1a.43c06fa3.467dc4f2/%5Banonymous1371095208%5D/0046e71254900a071aa9241221a469d98ff1ef6fa973544c45ef9 5260dac6c64f05b10aefc
    But when I use the uploadURL above and post the addCourse.xml:
    <ITunesUDocument>
    <AddCourse>
    <ParentHandle>456</ParentHandle>
    <Course>
    <Name>Jing Test iTunesU Web service Course</Name>
    <ShortName>Jing Test</ShortName>
    </Course>
    </AddCourse>
    </ITunesUDocument>
    The response I got
    <error>File Not Found</error> File Not Found
    I used myInstitute.edu.456 to get the uploadURL and set it to ParentHandle on addCourse.xml since 456 is the section handler in whoch I want to add the course.
    I tried to remove 456 from the myInstitute.edu to get the uploadURL and then use it to add course, got the same error.
    Is there something wrong with the URL I used to get the uploadURL?
    here is the code and the values pass to the methodI used to send addCourse request:
    url = uploadURl on above
    name="file"
    fileName="file.xml";
    data=addCourse xml on above
    contentType="text/xml"
    public String invokeAction(String url,
    String name,
    String fileName,
    String data,
    String contentType) throws MessagingException {
    // Send a request to iTunes U and record the response.
    StringBuffer response = null;
    System.out.println("xml doc: ---" + data);
    try {
    // Verify that the communication will be over SSL.
    if (!url.startsWith("https")) {
    throw new MalformedURLException("ITunesUFilePOST.invokeAction(): URL \""
    + url + "\" does not use HTTPS.");
    // Build the multipart data.
    MimeMultipart multipart = new MimeMultipart();
    MultipartFormBuilder.addMultipartFormBody(multipart,
    name,
    fileName,
    data,
    contentType);
    // Create a connection to the requested iTunes U URL.
    HttpURLConnection connection =
    (HttpURLConnection) new URL(url).openConnection();
    connection.setUseCaches(false);
    connection.setDoOutput(true);
    connection.setRequestMethod("POST");
    connection.setRequestProperty("Content-Type",
    "multipart/form-data; boundary="
    + MultipartFormBuilder.getMultipartBoundary(multipart));
    String multipartData = MultipartFormBuilder.getMultipartData(multipart);
    // Send the multipart data to iTunes U.
    connection.connect();
    OutputStream output = connection.getOutputStream();
    output.write(multipartData.getBytes("UTF-8"));
    output.flush();
    output.close();
    // Read iTunes U's response.
    response = new StringBuffer();
    InputStream input = connection.getInputStream();
    Reader reader = new InputStreamReader(input, "UTF-8");
    reader = new BufferedReader(reader);
    char[] buffer = new char[16 * 1024];
    for (int n = 0; n >= 0;) {
    n = reader.read(buffer, 0, buffer.length);
    if (n > 0) response.append(buffer, 0, n);
    // Clean up.
    input.close();
    connection.disconnect();
    } catch (UnsupportedEncodingException e) {
    // ITunes U requires UTF-8 and ASCII encoding support.
    throw new java.lang.AssertionError("ITunesUFilePOST.invokeAction(): UTF-8 encoding not supported!");
    } catch (IOException e) {
    // Report communication problems.
    throw new java.lang.AssertionError("ITunesUFilePOST.invokeAction(): I/O Exception " + e);
    // Return the response received from iTunes U.
    System.out.println("response from ITunesUFilePOST: " + response.toString());
    return response.toString();
    }

    I'm having a similar "File Not Found" error, but it's happening for any API request other than GetUploadURL. I'm sending a POST request to the GetUploadURL, and that part is working correctly, as I get a URL such as the following:
    https://deimos2.apple.com/WebObjects/Files.woa/Upload/wvu.edu/X_1372071795_4d9433be.4c3fdd3d.4c3fdd3e/%22Chris%20Scharf%22%20%3Ccbscharf%40mail.wvu.edu%3E%20%28cbscharf%29%20%5B3258 7%5D/0046eaaaf078cf5d6b60f18926106a50a5050cf8f9c91a7608074e6d2949a8759017969ece
    Then, I've tried using curl (within 90 seconds) to submit a simple XML document containing a ShowTree request:
    <?xml version="1.0" encoding="UTF-8"?>
    <ITunesUDocument>
    <ShowTree>
    <KeyGroup>most</KeyGroup>
    </ShowTree>
    </ITunesUDocument>
    The command executed is "curl -F file=test.xml URL" (where URL is the URL retrieved from GetUploadURL. But I simply get "<error>File Not Found</error>"
    I'm correctly sending credentials, since I'm getting upload URLs. And it's not an issue with the XML document, since it's not even getting to the server.

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

  • File Not found error when calling Form Post Method to a JSP from JSP Portlet

    I have built a set of JSP forms using post method to call other JSPs. Normally, the code looks like
    <form name="MyForm" action="MyJsp.jsp" method="post">
    I migrated the calling form containing this code to a portlet, but not the MyJsp.jsp. When I submit the form, I get a file not found in Jserv.log
    Exception:javax.servlet.ServletException: java.io.FileNotFoundException: D:\servlet\RegisterCompany.jsp (The system cannot find the file specified)
    [14/06/2001 13:59:59:679 PDT] JspServlet: unable to dispatch to requested page: Exception:javax.servlet.ServletException: java.io.FileNotFoundException: d:\oracle\isuites\apache\apache\MyJsp.jsp (The system cannot find the file specified)
    I notice that launching the calling jsp from a portlet, my opriginal context that uses ../Apache/Apache/htdocs is not being searched for the JSp. Why is this? Moreover, I try to set up an Alias in httpd.conf file to the this director and use it with the jsp in the action tag, but still get an error that my jsp servlets/Myjsp can't be found. Why is it insiting on looking at servlets context instead of htdocs.
    I have none of these issues outside of Portal30 using IAS.
    regard

    Initially, I couldn't do this unless I moved tghe jsp's up to the root directory of IAS, i.e ../Apache/Apache. Nomrally, htdocs is my doc directory for IAS. I could not do http:\\myUrl\htdocs\myJsp. If I tgried this, I got an error in Apache error logg that said can't find file ..\htdocs\htdocs\MyJsp.jsp.
    If I just tried the the URL http:\\myUrl\MyJsp.jsp with Jsp file in htdocs, I would get an error in the Jserve log that file d:\oracle\isuites\apache\apache\MyJsp.jsp could not be found. Once I moved the file MyJsp to Apache/Apache directory, it could be found using http:\\myUrl\MyJsp.jsp. Later, I delted these files and kept the ones in htdocs and they continued to work.
    I'm confused why launching pages through portal isn't consistant with Apache Standards. Where is the documentation that tells me how to configure context and aliases for pages launched from portal pages?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sue Vickers ([email protected]):
    David,
    Passing information using Portal is different than just using Apache/Jserv. Does it work in portal if you use the absolute path?
    <form name="MyForm" action="http://host.domain/MyJSP.jsp" method="post">
    Portal will not be on the same relative path as your Apache, so you may need to adjust your action somehow.
    Thanks,
    Sue<HR></BLOCKQUOTE>
    null

  • 404 File not Found when accessing Video Web server

    I am trying to access a Video Web server remotely. Everything works fine on a PC and also on Internet Explorer for Mac.
    When I login using Safari I get the error message "404 File not Found" "The requested URL was not found on this server"
    I have been successful twice through Safari but after that it doesn't seem to work for days.
    I have removed all cookies, emptied the Cache, reset safari, deleted all keychain access references to the website.
    It seems to be a security issue but I am not sure what else to do.
    Any ideas would be greatly appreciated

    Try using open DNS:
    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up as well as added security:
    Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)

  • Adobe pop-up message when trying to install a program: "Failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem."

    I have a 64-bit Windows 7 Home Premium PC. I recently had to reinstall my PC. I'm trying to install my Adobe Products like Flash Professional CS5 and Photoshop CS5, but it keeps coming up with the message "Failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem." I keep looking around at different sites, but they seem so difficult and so much information which leaves me so confused. I have no idea how or why this has happened, and due to my autism it leaves me very panicky.
    I've tried the Adobe Creative Cloud Cleaner Tool. Here are the results.
    Gen_WWCombined-en_US-20121017_1230
    [Sat Jun 14 18:50:42 2014] Please enter (y) for Yes or (n) for No. ... >>
    [Sat Jun 14 18:50:44 2014] Choose from one of the following options to clean up :
    [Sat Jun 14 18:50:44 2014] 1.  All
    [Sat Jun 14 18:50:44 2014] 2.  Adobe Flash Player 10.2
    [Sat Jun 14 18:50:44 2014] 3.  Creative Cloud & CS6 Products
    [Sat Jun 14 18:50:44 2014] 4.  CS6 only
    [Sat Jun 14 18:50:44 2014] 5.  CS5-CS5.5-CS6
    [Sat Jun 14 18:50:44 2014] 6.  CS5-CS5.5
    [Sat Jun 14 18:50:44 2014] 7.  CS3, CS4
    [Sat Jun 14 18:50:44 2014] 8.  Adobe Id credentials
    [Sat Jun 14 18:50:44 2014] 9.  Quit
    [Sat Jun 14 18:50:44 2014] Choice :>
    [Sat Jun 14 18:50:46 2014] User selected: All
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Sat Jun 14 18:50:46 2014] List of products installed on this machine
    [Sat Jun 14 18:50:46 2014] Listing products for cleanup:
    [Sat Jun 14 18:50:46 2014] Please enter the option number of the product you wish to remove; enter (q) to quit ... >>
    [Sat Jun 14 18:50:48 2014] Are you sure you want to clean all the listed products and associated files?
    [Sat Jun 14 18:50:48 2014] Type (y) to confirm and remove or (n) to quit ... >>
    [Sat Jun 14 18:50:50 2014] Please wait for Adobe Creative Cloud Cleaner Tool to finish........
    [Sat Jun 14 18:50:50 2014] :: Cleaning-up left over inventories ::
    [Sat Jun 14 18:50:50 2014] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: False
    [Sat Jun 14 18:50:50 2014] ::Start:: Removing AUM contents
    [Sat Jun 14 18:50:50 2014] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:AdobeAAMUpdater-1.0
    [Sat Jun 14 18:50:50 2014] Exception during deleting key : (5, 'RegOpenKeyEx', 'Access is denied.')
    [Sat Jun 14 18:50:50 2014] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:ADOBE_UPDATER_STARTUP_UTILITY
    [Sat Jun 14 18:50:50 2014] Exception during deleting key : (5, 'RegOpenKeyEx', 'Access is denied.')
    [Sat Jun 14 18:50:50 2014] Deleting scheduled task : AdobeAAMUpdater-1.0-Stefan-PC-Stefan
    [Sat Jun 14 18:50:50 2014] Executing command: schtasks /delete /TN "AdobeAAMUpdater-1.0-Stefan-PC-Stefan" /F
    [Sat Jun 14 18:50:50 2014] ERROR: The system cannot find the file specified.
    [Sat Jun 14 18:50:50 2014] Deleting scheduled task : AdobeUpdater Task-Stefan-PC-Stefan
    [Sat Jun 14 18:50:50 2014] Executing command: schtasks /delete /TN "AdobeUpdater Task-Stefan-PC-Stefan" /F
    [Sat Jun 14 18:50:50 2014] ERROR: The system cannot find the file specified.
    [Sat Jun 14 18:50:50 2014] ::Finish:: Removing AUM contents
    [Sat Jun 14 18:50:50 2014] ::Start:: Removing OOBE
    [Sat Jun 14 18:50:50 2014] Executing command "taskkill /F /FI "IMAGENAME eq AAM Updates Notifier.exe""
    [Sat Jun 14 18:50:50 2014] INFO: No tasks running with the specified criteria.
    [Sat Jun 14 18:50:50 2014] ::Finish:: Removing OOBE
    [Sat Jun 14 18:50:50 2014] Removing content of Product : CS5Installer, Version : CS5
    [Sat Jun 14 18:50:50 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:50 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:50 2014] LOG FILE SAVED TO: C:\Users\Stefan\AppData\Local\Temp\Adobe Creative Cloud Cleaner Tool.log
    [Sat Jun 14 18:50:50 2014] Adobe Creative Cloud Cleaner Tool completed successfully
    [Sat Jun 14 18:50:50 2014]
    [Sat Jun 14 18:50:50 2014] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Sat Jun 14 18:50:50 2014] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Sat Jun 14 18:50:50 2014] ---------------------------------------------------------
    [Sat Jun 14 18:50:50 2014] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*

    06/12/14 18:38:09:881 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 19104 | OOBElib returned error: 34
    06/12/14 18:38:10:271 | [FATAL] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in getting Payload 8
    06/12/14 18:38:11:878 | [ERROR] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in dwa_getInstalledPathOfPayload, pdbSession is NULL.
    06/12/14 18:38:13:519 | [ERROR] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in dwa_getInstalledPathOfPayload, pdbSession is NULL.
    06/12/14 18:44:30:229 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 860 | Failed in key3List generation
    06/12/14 18:44:31:074 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | CreateProcess failed (267).
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process CreativeCloud(URIHandler).exe could not be killed
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process Creative Cloud Helper.exe could not be killed
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process Creative Cloud Uninstaller.exe could not be killed
    06/12/14 18:48:07:424 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/12/14 18:48:13:709 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:16:239 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:19:174 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:21:342 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:49:03:907 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14092 | Failed in key3List generation
    06/12/14 18:49:08:386 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:49:11:475 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:49:13:361 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:50:46:267 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 15932 | Failed in key3List generation
    06/12/14 18:50:49:357 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 15576 | Failed in key3List generation
    06/12/14 18:50:55:101 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7024 | Failed in key3List generation
    06/12/14 18:52:48:711 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    06/12/14 18:52:52:182 | [ERROR] |  | ASU | LWANative | OPM |  |  | 18100 | received empty url from dispatchlib
    06/12/14 18:52:55:816 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    06/12/14 18:52:56:518 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 18100 | OOBElib returned error: 42
    06/12/14 18:53:23:278 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    6/13/2014 21:51:48 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/13/2014 21:51:48 [ERROR] Setup - Error finding english dictionary file.
    6/13/2014 21:51:48 [ERROR] Setup - Unable to initialize ZString library
    6/13/2014 21:51:48 [FATAL] Setup - Setup.xml does not exist.
    6/13/2014 21:51:48 [FATAL] Setup - Unable to initialize. File missing.
    06/13/14 21:58:34:931 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | CreateProcess failed (267).
    06/13/14 21:59:49:357 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process CreativeCloud(URIHandler).exe could not be killed
    06/13/14 21:59:49:360 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process Creative Cloud Helper.exe could not be killed
    06/13/14 21:59:49:363 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process Creative Cloud Uninstaller.exe could not be killed
    06/13/14 22:01:13:116 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/13/14 22:01:13:121 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | AAM ref file already exists at  2 C:\Program Files (x86)\Common Files\Adobe\AdobeApplicationManager\AAMRefs/ACC.aamref/RefCount.txt
    06/13/14 22:01:24:817 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:29:716 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:33:893 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:35:676 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:39:720 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:01:41:220 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:01:42:860 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:02:56:630 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 20716 | Failed in key3List generation
    06/13/14 22:03:03:420 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14200 | Failed in key3List generation
    06/13/14 22:04:23:916 | [ERROR] |  | ASU | OPM | P7Native |  |  | 14200 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 08:50:35:502 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:50:46:796 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:50:56:343 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:51:01:148 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:51:05:189 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:51:08:012 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:51:10:976 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:53:05:074 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 5136 | Failed in key3List generation
    06/14/14 08:53:15:688 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3444 | Failed in key3List generation
    06/14/14 08:54:36:596 | [ERROR] |  | ASU | OPM | P7Native |  |  | 3444 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 11:21:45 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 11:21:45 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 11:21:45 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 11:21:45 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 11:21:45 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 11:41:50:067 | [WARN] |  | ASU | OPM | IMSLibData |  |  | 1424 | IMSLibData destructor completed
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM |  |  | 12296 | Failed to Move srcPath:C:\Program Files (x86)\Adobe\Adobe Creative Cloud destPath:C:\Users\Stefan\AppData\Local\Temp\\{7C97F705-ADDE-409B-9ABF-75ADEC23094E}\Adobe Creative Cloud error :5
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 12296 | Failed to move folder 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud' to 'C:\Users\Stefan\AppData\Local\Temp\\{7C97F705-ADDE-409B-9ABF-75ADEC23094E}\Adobe Creative Cloud'
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 12296 | Failed to remove ACCC Files.
    06/14/14 11:41:56:987 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | ACC uninstallation failed. RetVal: -8
    06/14/14 11:41:57:019 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | Unable to unload AdobePIM library properly.
    06/14/14 11:41:57:019 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | Failed to remove folders.
    6/14/2014 12:17:04 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:17:04 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:17:04 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:44 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:19:44 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:19:44 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:44 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:19:44 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:19:46 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:19:46 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:19:46 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:46 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:19:46 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:20:00 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:20:00 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:20:00 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:20:00 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:20:00 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:23:51 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:23:51 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:23:51 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:23:51 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:23:51 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:26:52 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:26:52 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:26:52 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:26:52 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:26:52 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:31:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:31:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:31:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:31:52 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:31:52 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:31:52 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:31:52 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:31:52 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:41:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:41:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:41:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:41:21 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:41:21 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 13:02:56:146 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | CreateProcess failed (267).
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 13:05:40:969 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 13:05:40:969 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | AAM ref file already exists at  2 C:\Program Files (x86)\Common Files\Adobe\AdobeApplicationManager\AAMRefs/ACC.aamref/RefCount.txt
    06/14/14 13:08:09:854 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1928 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 13:10:27 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:10:27 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:10:27 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:10:27 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:10:27 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:17:20 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:17:20 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:17:20 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:17:20 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:17:20 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:17:24 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:17:24 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:17:24 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:17:24 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:17:24 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:10:32 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:10:32 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:10:32 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:10:32 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:10:32 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:26:53 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:26:53 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:26:53 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:26:53 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:26:53 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:42:35 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:42:35 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:42:35 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:42:35 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:42:35 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:52:02 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:52:02 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:52:02 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:52:02 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:52:02 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 13:52:41:307 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1780 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM |  |  | 5692 | Failed to Move srcPath:C:\Program Files (x86)\Adobe\Adobe Creative Cloud destPath:C:\Users\Stefan\AppData\Local\Temp\\{CC352008-55F6-48A1-85CB-73E13CD26821}\Adobe Creative Cloud error :5
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 5692 | Failed to move folder 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud' to 'C:\Users\Stefan\AppData\Local\Temp\\{CC352008-55F6-48A1-85CB-73E13CD26821}\Adobe Creative Cloud'
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 5692 | Failed to remove ACCC Files.
    06/14/14 13:57:13:245 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | ACC uninstallation failed. RetVal: -8
    06/14/14 13:57:13:261 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | Unable to unload AdobePIM library properly.
    06/14/14 13:57:13:261 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | Failed to remove folders.
    06/14/14 13:59:49:116 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1780 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 13:59:52:128 | [ERROR] |  | ASU | PIM | PIM |  |  | 5084 | Process returned error:201
    06/14/14 13:59:52:128 | [ERROR] |  | ASU | PIM | PIM |  |  | 5084 | Error occurred executing uninstall modifier at path: 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CoreSync\customhook\CoreSyncCustomHook.exe'. Error code: 201
    06/14/14 13:59:56:168 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5084 | Unable to unload AdobePIM library properly.
    06/14/14 13:59:56:262 | [ERROR] |  | ASU | PIM | Utilities |  |  | 2780 | CreateProcess failed (267).
    06/14/14 14:00:01:535 | [ERROR] |  | ASU | PIM | PIM |  |  | 2780 | Unable to free PIM object
    6/14/2014 16:02:47 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 16:02:47 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 16:02:47 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 16:02:47 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 16:02:47 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 16:10:15:499 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 4628 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    06/14/14 16:14:03:629 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | CreateProcess failed (267).
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 16:16:58:883 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 16:31:27:792 | [ERROR] |  | ASU | OPM | P7Native |  |  | 5228 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 16:43:06 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 16:43:06 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 16:43:06 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 16:43:06 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 16:43:06 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 16:46:24:800 | [ERROR] |  | ASU | LWANative | OPM |  |  | 5776 | received empty url from dispatchlib
    06/14/14 16:46:29:449 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 5776 | OOBElib returned error: 42
    06/14/14 16:49:04:438 | [ERROR] |  | ASU | LWANative | OPM |  |  | 4344 | received empty url from dispatchlib
    06/14/14 16:49:10:113 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 4344 | OOBElib returned error: 42
    6/14/2014 17:06:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:06:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:06:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:06:21 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:06:21 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 17:13:05:437 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 4372 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    06/14/14 17:16:38:593 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | CreateProcess failed (267).
    06/14/14 17:18:24:378 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 17:18:24:378 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 17:18:24:393 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 17:19:33:131 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 17:21:08:140 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1572 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 17:36:25 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:36:25 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:36:25 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:36:25 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:36:25 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 17:40:42 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:40:42 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:40:42 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:40:42 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:40:42 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 18:16:12:120 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 7080 | Unable to unload AdobePIM library properly.
    06/14/14 18:16:12:135 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 7080 | Failed to delete C:\Users\Stefan\AppData\Local\Adobe\OOBE\com.adobe.accc.home
    06/14/14 18:16:12:526 | [ERROR] |  | ASU | PIM | Utilities |  |  | 5292 | CreateProcess failed (267).
    06/14/14 18:16:19:065 | [ERROR] |  | ASU | PIM | PIM |  |  | 5292 | Unable to free PIM object
    6/14/2014 18:43:51 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:43:51 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:43:51 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:43:51 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:43:51 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 18:48:04 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:48:04 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:48:04 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:48:04 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:48:04 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 18:57:10 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:57:10 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:57:10 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:57:10 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:57:10 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 19:35:02 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 19:35:02 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 19:35:02 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 19:35:02 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 19:35:02 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 19:35:08 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 19:35:08 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 19:35:08 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 19:35:08 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 19:35:08 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 20:33:29 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 20:33:29 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 20:33:29 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 20:33:29 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 20:33:29 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 21:47:33 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 21:47:33 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 21:47:33 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 21:47:33 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 21:47:33 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 16:52:16:579 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 1492 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    6/15/2014 16:56:36 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 16:56:36 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 16:56:36 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 16:56:36 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 16:56:36 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 17:01:19 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 17:01:19 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 17:01:19 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 17:01:19 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 17:01:19 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 17:03:45:215 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 5128 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    6/15/2014 17:04:56 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 17:04:56 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 17:04:56 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 17:04:56 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 17:04:56 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 17:07:20:253 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | CreateProcess failed (267).
    06/15/14 17:09:07:737 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process CreativeCloud(URIHandler).exe could not be killed
    06/15/14 17:09:07:752 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process Creative Cloud Helper.exe could not be killed
    06/15/14 17:09:07:752 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process Creative Cloud Uninstaller.exe could not be killed
    06/15/14 17:10:08:686 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/15/14 17:11:37:076 | [ERROR] |  | ASU | OPM | P7Native |  |  | 2140 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/15/14 18:26:02:586 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:06:033 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:09:591 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:17:812 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:24:193 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:26:26:735 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:26:29:606 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:28:20:953 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3396 | Failed in key3List generation
    06/15/14 18:28:22:808 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3396 | Failed in key3List generation
    06/15/14 18:28:44:834 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 5056 | Failed in key3List generation
    06/15/14 18:34:14:628 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 5668 | Another deployment workflow already running.
    06/15/14 18:34:14:628 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 5668 | Error finding locale language dictionary file. Defaulting to english.
    06/15/14 18:34:32:187 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 2544 | Another deployment workflow already running.
    06/15/14 18:34:32:187 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 2544 | Error finding locale language dictionary file. Defaulting to english.
    06/15/14 18:35:02:236 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 4636 | Another deployment workflow already running.
    06/15/14 18:35:02:236 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 4636 | Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 18:37:24 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 18:37:24 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 18:37:24 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 18:37:24 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 18:37:24 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 19:08:56 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 19:08:56 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 19:08:56 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 19:08:56 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 19:08:56 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 19:10:48 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 19:10:48 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 19:10:48 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 19:10:48 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 19:10:48 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 12:14:16 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 12:14:16 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 12:14:16 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 12:14:16 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 12:14:16 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 12:35:38 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 12:35:38 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 12:35:38 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 12:35:38 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 12:35:38 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 20:54:13 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 20:54:13 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 20:54:13 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 20:54:13 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 20:54:13 [FATAL] Setup - Unable to initialize. File missing.

Maybe you are looking for

  • I love my new Macbook Pro!

    Hello Apple Mac,        Last christmas eve I was still undecided to buy a Macbook Pro because of the support and raises many questions on my side. But then through research and consultation from Mac users I found it work well for me while preserving

  • Error, After applying the patch for 10.1.0.2ERROR: OPatch failed because of

    Download this patch from oracle metalink This Bug for Linux x86 for oracle server 10.1.0.2 Bugs Fixed by this patch: # 3520157 : CREATE INDEX USES EXISTING INDEX (IDX FAST FULL SCAN) AND RUNS SLOWER THAN TABLE steps followed for oracle_home $export O

  • Problem while MIGO

    Hi all, I am trying to receive a purchase order but it says "No goods receipt possible for this PO". The only thing was not normal, while putting the confirmation it said header data is not complete but i saved it anyways. Please let me know what sho

  • Cisco ISE FlexAuth with 802.1X PCs and IP Phones as MAB multi-domain Q?

    Cisco ISE FlexAuth with 802.1X PCs and IP Phones as MAB multi-domain Q? Im trying to follow the trustsec 2.1 guide on IP Phones into LowImpact mode. I can get a PC on its own to authenticate via dot1x/tls I can get a Cisco IP Phone on its own to auth

  • Why my I Books will not open a downloaded book?

    Downloaded a book from the apple store into iBooks. I can see the book and it said it is downloaded but can not open it. Operating system 7.0.