File upload Fails in FireFox on SunRays

We can't get File upload to work with a Browser Running under SunRays on FireFox
We have finally identified the http problem (http 417) which is causing the IO flash error.
We tried this on FireFox 3.0 as well as FireFox 3.5.3 both with the same results. Also, I doubt if this is a browser issue because uploading files to the same servlet from a test JSP page works fine. Whatever happens, happens between flash player and the browser.
After using a simple MXML file (attached below) to test the file upload functionality on different operating systems we have discovered that it brakes with an unusual error when tested on Solaris.
We put sniffers and clearly noticed the difference in the headers generated by Flash 10 in different OS environments.
As you can see from the examples below, the later version (the one running on Solaris) has an extra "Expect:" in the header which we believe is responsible for the HTTP 417 error (which, in its turn, is responsible for 2038 thrown by flex)
Here is a header generated from a functional system: POST /iehs_core_document/FileUploadServlet HTTP/1.1
Host: dev01.intelligentehs.com:9086
Accept: */*
User-Agent: Shockwave Flash
Connection: Keep-Alive
Cache-Control: no-cache
Content-Length: 755
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------e6d2f5d2c945
And here is a header generated from OpenSolaris  11 2009.06
POST /iehs_core_document/FileUploadServlet HTTP/1.1
Host: dev01.intelligentehs.com:9086
Accept: */*
User-Agent: Shockwave Flash
Connection: Keep-Alive
Cache-Control: no-cache
Expect:
Content-Length: 653
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------b64e06f786e4

Does anyone deploy to SunRay virtual clients?
We have a customer who has a ton of them around the world and need to run our Flex based application but File Upload does not work at all... so anyone with any information/ideas on a fix or work around this issue, we would love to hear from you.
Thanks if advance,
Anthony

Similar Messages

  • Unable to submit form without attachment if file upload fails

    Hi All,
    I have a form, in which I have a input file component.
    Scenario 1 - If i don't attach anything and submit the form, it is successful.
    Scenario 2 - If I attach a file of size less than 2 MB and then submit, it is successful.
    Scenario 3 - If I attach a file of size greater than 2 MB and then submit, ADF gives an error message saying " File is large" which is expected.
    3.1 - In the scenario 3, after file upload fails, I want to submit the form without attaching any file. But the form isn't submitted and the warning message always pops up.
    3.2 - If I upload file of size less than 2MB again and then submit, it is successful.
    Please help me in resolving the issue.
    Thanks,
    Harini.

    Try clearing the error messages
    <af:resource type="javascript">
    function clearMessagesForComponent(evt){
    AdfPage.PAGE.clearAllMessages();
    evt.cancel();
    </af:resource>Now all yo uneed to do is to call this javascript method e.g. using a <af:clientListener method="clearMessagesForComponent" type="focus"/>on a button or any other field.
    Timo

  • Getting "Warning: The file upload failed.No such file or directory." while trying to upload image using af:inputFile

    Hi,
    I have a <af:inputFile> component which will upload only image file and render  the corresponding image...
    It work with normal application deployed on weblogic server however when i use same taskflow as a part of human task in SOA BPM worklist...
    I get this warning message "Warning: The file upload failed.No such file or directory." for certain files where as it works for certain image files.
    And in BPM whenever i upload PNG file it throws this error.
    Please help.

    For some files like Images with .png extensions it gives following error :
    java.io.IOException: No such file or directory
      at java.io.UnixFileSystem.createFileExclusively(Native Method)
      at java.io.File.checkAndCreate(File.java:1705)
      at java.io.File.createTempFile0(File.java:1726)
      at java.io.File.createTempFile(File.java:1803)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl._createOutputStream(UploadedFileImpl.java:284)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl.loadFile(UploadedFileImpl.java:208)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl._processFile(CompositeUploadedFileProcessorImpl.java:344)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl.processFile(CompositeUploadedFileProcessorImpl.java:95)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl._doUploadFile(FileUploadConfiguratorImpl.java:329)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:162)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:610)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:216)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:155)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • File upload fails

    File upload fails when the file is larger than about 50kb. The upload returns a blank page when it fails. I have searched the world over and cannot find an answer to this problem. Does anyone have any suggestion of what to do?
    Thank you,
    Chris

    What mechanism are you using to handle uploaded files? Some libraries place a configurable limit on the size of the file.

  • PAR File upload Failed in NWDS

    Hi ,
    i.While i m trying to deploy PAR file from NWDS it showing Error like this"<b>PAR Fileupload Faild Please Check the user Name And Password</b> " .Also I tried this with admin Userid and Password,it showing the same error.
    ii.I can able to Login in to the Portal,But i cant deploy the PAR File.
    Help me to get through this .
    Regards,
    Malini.V

    Hello Malini,
    There is no configuration on server side for uploading PAR files. Please check your EP Server settings they can be the only cause of error. In NWDS please go to Windows->prefrences->SAP Enterprise Portal. Provide all the necessary details over there.
    You should use a user id which is having super_admin role assigned to it.
    In case you still get error that upload failed, In NWDS please go to Windows->prefrences->Workbench->Proxy Settings. remove proxy if it is there.
    Also the upload can fail depending of the content of the file, please ensure that there is no error in the code you are using.
    Regards
    Atul Shrivastava
    PS:Award points for helpful answer.

  • File upload fails if name of the file is in Japanese

    Hi all,
    I posted this message before, but could not get any response. So posting again.
    In my JSP app, I am using the latest MultipartRequest class to develop the file upload functinality through a form. Till now I was using MultipartRequest old release which was working fine for files names in English. But the new one supports international languages and therefore I am trying to use that to upload files named in Japanese. But it fails.
    Worse part is I dont get any error. But the file never reaches the desired location. I am trying to print the filenames in different Java methods just to see the progress, and I can see all the filenames/paths printed right. But the file never gets uploaded.
    Any hints?
    m_asu

    Afternoon!
    I had successfully done the same work . Besides Japanese filename, Korean and Chinese filenames are running ok.
    you should check following points:
    1. jsp's content-type:
    <META http-equiv=Content-Type content="text/html;charset=shift_jis">
    2. form's type:
    <form method="POST" name="aaaa" enctype="multipart/form-data" action = "MyServlet">
    if both points are right, perhaps you should download a new release of uploading file from http://www.servlets.com

  • Interakt File Upload incompatible with Firefox?  Recommend ASP Upload tool?

    Hi,
    I've been using Interakt's File Upload tool for quite some
    time but have
    recently been made aware that it doesn't work in Firefox!
    Anyway, I notice that Interakt no longer exist now, having
    been bought out
    by Adobe some time ago as it turns out.
    Has anyone experienced this problem and found a solution?
    Adobe aren't
    offering any support for the Interakt products and no-one is
    answering, or
    even looking at, their forums.
    My feeling is that I'll need to just scrap the Interakt
    extension and try
    something else? Can anyone recommend a good File Upload
    extension for
    Dreamweaver ASP/VBScript?
    Please do not recommend DMX Zone as I am looking for a
    company that actually
    provides customer support for their products!
    Thanks for any advice offered. Much appreciated
    Nath.

    Hi Joris,
    Is the Adobe Dreamweaver Developer Toolkit included with
    Dreamweaver CS3?
    I'm using Dreamweaver 8.0.2 at the moment, but I would
    upgrade to CS3 if it
    included the Developer Toolkit. If not, it would appear that
    Adobe want
    $299 for it, although I'm in the UK, so it'll probably be
    double that! :o(
    I was previously using Interakt's File Upload
    behaviour/extension, but the
    re-direct code isn't Firefox compatible, so it doesn't
    re-direct correctly:
    <!--#include file="includes/common/KT_common.asp" -->
    <!--#include file="includes/tNG/tNG.inc.asp" -->
    <%
    'Make a transaction dispatcher instance
    Dim tNGs: Set tNGs = new tNG_dispatcher
    tNGs.Init ""
    %>
    <%
    'start Trigger_FileUpload trigger
    'remove this line if you want to edit the code by hand
    Function Trigger_FileUpload (ByRef tNG)
    Dim uploadObj: Set uploadObj = new tNG_FileUpload
    uploadObj.Init tNG
    uploadObj.setFormFieldName "imageone"
    uploadObj.setDbFieldName "imageone"
    uploadObj.setFolder "itemphotos/"
    uploadObj.setMaxSize 1000
    uploadObj.setAllowedExtensions "jpg, gif, jpeg"
    uploadObj.setRename "auto"
    Set Trigger_FileUpload = uploadObj.Execute()
    End Function
    'end Trigger_FileUpload trigger
    %>
    <%
    'start Trigger_Custom trigger
    Function Trigger_Custom (ByRef tNG)
    query = "SELECT rowID FROM table WHERE rowID = " &
    Session("rowIDsess")
    On Error Resume Next
    Set rsCheck = tNG.connection.Execute(query)
    if (Err.Number <> 0) OR (Not rsCheck.EOF) then
    KT_redir("confirmation.asp")
    else
    Set Trigger_Custom = nothing
    end if
    On Error GoTo 0
    End Function
    'end Trigger_Custom trigger
    %>
    As you can see, it should redirect to confirmation.asp, but
    this doesn't
    work in Firefox - it just loads a blank white page! Do you
    have a re-direct
    selected in your form using Kollection 3.7.1? Does it work?
    Is my code
    vastly different to what you've got?
    I purchased Advanced HTML Editor from DMX Zone, experienced a
    problem with
    it, sent e-mails and posted on their forum. I did not receive
    ONE reply. I
    won't be back.
    Would appreciate any help you could offer.
    Thank you.
    Nathon.
    > Some of the interakt products are now sold as Adobe
    Dreamweaver Developer
    > Toolkit,
    > using Kollection 3.7.1 I can't reproduce not being able
    to upload in
    > Firefox on Mac and Windows.
    >
    > I have good experiences with DMXZone support, why are
    you suggesting
    > they're not providing support?

  • Can't Upload Large Files (Upload Fails using Internet Explorer but works with Google Chrome)

    I've been experience an issue uploading large (75MB & greater) PDF files to a SharePoint 2010 document library. Using normal upload procedures using Internet Explorer 7 (our company standard for the time being) the upload fails. No error message is thrown,
    the upload screen goes away and the page refreshes and the document isn't there. I tried upload multiple and it says throws a failed error after a while.
    Using google chrome I made an attempt just to see what it did and the file using the "Add a document" uploaded in seconds. Can't figure out why one browser worked and the other doesn't. We are getting sporadic inquiries with the same issue.
    We have previously setup large file support in the appropriate areas and large files are uploaded to the sites successfully. Any thoughts?

    File size upload has to be configured on the server farm level. Your administrator most likely set
    up the limit to size of files that can be uploaded. This size can be increased and you would then be able to upload your documents.

  • File upload fails...when specific encoding is included in the constructor

    Hi All
    I have a file upload function which uses MultipartRequest. It was working fine until I downloaded the latest version of MultipartRequest, which supports multi-lingual file upload. But now it does not work. I dont get any error message either.
    If I put "ISO8859_1" as the encoding, the file is never uploaded and I dont get any error; just get the 'submission successful' message. If I use "SHIFT_JIS" as the encoding (as I need to support Japanese) the file never gets uploaded and I dont get the 'submission successful' message either. The browser slows down very much and never goes to next page.
    What could be the reason?
    Has anybody used MultipartRequest to support languages other than English?
    Thanks in advance.
    m_asu

    Still stuck with upload functionality:
    Problem is with the name of the file. If I try to upload the file with Japanese name, it does not go the desired location and I dont get an error either. So it is hard to figure out what is going on.
    m_asu

  • MP3 upload fails from Firefox from Mac on podcast weblog; Safari, IE OK

    Hello --
    We're running a podcast weblog on Tiger (10.4.7) server. It's been running well for a year, but recently (after running software update) MP3 uploads from Firefox 1.5 or 2.0.0.1 or other Mozilla browsers on Mac OS X will not attach. The text of the post is loaded, but the attachment does not go through. MP3s are fine when attached from Safari, or from IE or Firefox on Win.
    I've verified that Blojsom's Plugin-admin-upload.properties allows audio/x-mpeg,audio/mpeg3,audio/x-mpeg3,audio/x-mpeg-url,audio/mpeg-url,audio/mp 3, audio/mpeg, audio/x-m4a, audio/m4b, application/pdf
    Oddly, I can upload a pdf fine as a "podcast" attachment from Firefox on Mac, so it's not a general problem with attachments.
    I've also confirmed that mpeg defined as a mime type in /Library/Tomcat/Blojsom_root/webapps/root/WEB-INF/web.xml, which makes sense since MP3s can be added from Safari, etc.
    Is there something different about the way the Mac version of Firefox sends MIME info to the server? Does anyone have suggestions for what might be going on and how to fix it?
    Thank you.
      Mac OS X (10.4.7)  

    OK, finally worked this out. I saw in the blojsom logs that the mime type mpg was failing to be recognized. I added audio/mpg to the plugin-admin-upload.properties file and now Firefox is working again from the Mac.

  • Excel file upload failing

    hi all,
    i have a webdynpro application,
    in which i am uploading an excel 
    file, and reading the same file, it is working fine.
    But the problem is, Some times while uploading
    it is taking  time for the processing. after that it is failing to upload and the application is refreshing
    (ie the control is going to the initial screen).
    i am not able to understand the problem.
    please suggest me the solution soon.
    regards ,
    Brahmanandam Ausali

    hi armin,
    I am using SP14.
    I have not gone to OSS note.
    regards
    Brahmannadam ausali

  • File uploads fail in Chrome v28 (beta channel) on Windows

    As the subject line. In Chrome a "413 Request Entity Too Large" error is returned before the upload completes. The file in question was only 1.4MB.
    There is no issue uploading in Firefox (v22) on Windows.
    Is this a known issue - does anyone else see this?
    Thanks!

    Clear the cookies in Chrome.
    https://productforums.google.com/forum/#!topic/chrome/-1xPkFX_7Yc
    https://support.google.com/chrome/answer/95647

  • Risk File uploads fails -  For input string: ""

    Hello,
    I noticed that everytime I tried analyzing something it came back with No Conflict for anything.
    On further investigation I realized that none of my custom risks shows up in Rule Architect tab.
    I have been trying to upload the Risk Files again and it does not get uploaded and at the bottom I see the following message :
    For input string: ""
    please advise how I should overcome this issue.
    Thanks,
    Farah

    Farah,
    We are having this issue and would like to know how you addressed it.
    Specifically, we went through our source rules in Access to customize them, and then saved them as text files.
    They all mostly loaded.  Then during the load of the R3 function actions, the computer crashed.
    When it came back up, we weren't sure if the function actions had completed, so we tried to reload it, and got that whole oracle duplicate error that's been discussed in this thread.
    We investigated further and noted that the function load had worked partially, until the time the laptop crashed.  So now when we try to load the rest of the functions, it gives the "For input string: """ error.
    Any ideas?
    Thanks,
    Santosh

  • Random file uploads fail - LDS (LDS did not complete request)

    Hello,
    It's happening on about 15% of our uploads to FCServer where we see the error, ""LDS (LDS did not complete request)". It's happening on both FCP project uploads and MOVs'.
    Thanks!

    i've been getting the error while trying to write XML
    in the job detail i don't get a Destination Filename:, then STATUS: FAIL
    and at the bottom:
    ERROR: E_COM Error in comms channel to LDS (LDS did not complete request)

  • File upload fails if a NTLM auth in IE11

    In latest IE 11, I have the same issue which solved with KB2980019 for IE 10.
    Can somebody say, how it is possible. But I don't know why it works in IE9, but doesn't in IE11. Tested on different windows (Server 2008R2, 7Pro, 10TechPreview).
    Server can't get any data if I send file in formdata with NTLM authentication on server.
    11.0.9600.17501 on Windows 7 x64
    11.0.9600.16428 on Windows Server 2008 R2
    11.0.9841.0 on Windows 10

    Hi,
    Windows Server versions of IE run in Protected Mode (all security zones are a higher integrity of a comparable client browser).
    Compare which security zones the domains of your parent page and form action submit to...
    Your server version of IE is probably not mapping the same domains to the same security zone (File>Properties).
    f12>Networking tab, click "Start" then submit your form... the networking tab will list the request uri and domain.
    Regards.
    Rob^_^

Maybe you are looking for

  • Why we use Setup Table.

    Hi All, Can u plz tell me why do we use setup table and what is flow of data from R/3 2 BI? Please search the forum before posting a thread Edited by: Pravender on Sep 16, 2010 11:45 AM

  • Best downloading software.

    Hi Can someone tell me out of these programs which is the best and easiest to use? I need help please. 'QuadSucker', 'WebCopier', 'BlackWidow' or Flashget. Thanks

  • RH8 Webhelp not working with IE8 - potential workaround

    So after about 2 hours on the phone with Adobe, and no luck getting even an ounce of support, I'm totally frustrated and ready to give up. Problem - generate webhelp with RH8, display in IE8. Browser opens, spawns a blank window. Help might be displa

  • Start Screen Layout with Windows 8.1

    Hi Team, Just wondering if below Technet article for capture and deploy start screen layout applies to windows 8.1\windows 8.1 update 1? http://technet.microsoft.com/library/jj134269#BKMK_AppFolder As far as i understand these 3 methods are good with

  • Is it possible to do a direct transfer of photos from iphone 4s to ax external hard drive?

    I would like to be able to free up space on an iphone 4s. Too many photos on there to be stored on icloud.  I was thinking of buying and external hard drive to store the photos onto.  Is it possible to do it directly without using a computer?  If so