HTTPS upload failed under Linux Error #2038

HI,
we're developing  Flex based framework, focusing on, among the others, file upload. Everything is fine and works well for the browsers Opera, Firefox, Chrome under the Windows/Mac OS/Linux in the http mode. Unfortunately in https we are unable to upload files, using the same application under Linux ( all browsers fail with that ).
The result is as follows:
I've found a similar looking bug here:
https://bugbase.adobe.com/index.cfm?event=bug&id=2980517
but it differs from our case since we're experiencing that problem only under Linux ( all browsers in their latest versions ). I tried both the latest Flash plugin ( stable ) and the 11 bet version. The same effect.
I would be gratefull for any hints on that. If there will be a need I can arrange a demosite with an application to perform some tests. I'm not excatly sure wheter this forum is the right place to ask for such issue, if not please point me to the correct place.
Regards,
Piotr

I have the same error # 2038 problem , when search google there has the kind of problem since 2008 , which cause many factor :
my code : is easy form flex -> air run to mobile iphone upload image to tomcat server.
//private const serverURL:String = "http://localhost:8400/aii-mobile-services-1.0-SNAPSHOT/imageupload"; //work
private const serverURL:String = "http://192.9.xxx.xxx:8400/aii-mobile-services-1.0-SNAPSHOT/imageupload"; // error # 2038
                file.addEventListener( Event.COMPLETE, uploadComplete );
                file.addEventListener( IOErrorEvent.IO_ERROR, ioError );
                try
                    //file.upload( new URLRequest( serverURL ) );
                    //fileUpload.upload( new URLRequest( serverURL ) );
                    var request:URLRequest = new URLRequest(serverURL);                   
                    var params:URLVariables = new URLVariables();
                    params.name = id_refnumber;
                    params.userid = "AII-IT-DEV";
                    request.method = URLRequestMethod.POST;
                    request.contentType = "multipart/form-data";
                    request.data = params;
                    file.upload(request,"file");
                catch( e:Error )
                    trace( e );
                    currentState = "unsupported";
                    msg.text = e.toString();
                finally {
The server is tomcat and servlet is /imageupload
The  point is when I test air / mobile  for  local host is work perfectly but when I point to real server I was punch by #2038
- When I test with html form upload image to servlet (/imageupload)  and it worked both local , server machine ( so firewall stuff may not the factosr.)
If I found the way out I will come back to update
or someone know this trick  to fix this case would be make me happy
sorry for my bad english

Similar Messages

  • Compile fail under linux ! oci.h: No such file or directory

    I want to transplant an Win32 OCI program to Linux.When i compile the program under Linux, the gcc returns the error information 'oci.h: No such file or directory '.
    Where can i find the OCI libs and includes under Linux/Unix?

    and I suggest you should use $ORACLE_HOME/rdbms/demo/demo_rdbms.mk to build oci applications. Instructions are there in the same file.

  • FX5600 fails under Linux kernel 2.4.22

    I’m attempting to make an FX 5600 graphics card work with Red Hat Linux 9 kernel 2.4.22 1 2115 n.
    I’ve downloaded and installed the NVIDIA driver from http://www.nvidia.com/object/linux_display_ia32_1.0-4496
    It worked fine last week when I was running the 2.4.20  kernel.  The NVIDIA driver for the FX 5600 card installed without error and worked fine.  But Linux 2.4.20  would not recognize the Ethernet card that is onboard the MSI 875P Neo motherboard.  The website http://www.linuxhardware.org/article.pl?sid=03/08/19/1521256&mode=thread
    Says I must have a newer  kernel, 2.4.21 or higher before Linux would work with all the features of the MSI 875P Neo motherboard.  
    With a lot of help from a friend at work the new kernel, 2.4.22, has been installed.  But it’s disabled my NVIDIA driver for the FX 5600.  And the NVIDIA driver won’t install under the new kernel, returning an error message saying:
         “ERROR: Unable to build the NVIDIA kernel module.”
    I’ve been studying the support documentation, the README text file for the driver linked to on the NVIDIA download page.  But I’ve not found an answer to this problem.  
    The NVIDIA page, under support, says to contact the manufacturer if you have any problems.  So here I am.  Any suggestions?
    Any estimates on how long it will be before the NVIDIA driver set is updated to support Linux kernel 2.4.22 ?

    Maybe this thread will help you:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:30011178429375
    C.

  • Cross-file links failing under Linux

    (Cross-posted to FrameUsers list)
    FM 9 p250 on WinXP Pro SP3
    Acrobat Pro Extended 9.3.2
    I am  struggling with links across PDF files.  They all work in Windows, but  some work and some don't under Red Hat Enterprise 4 Linux.
    I am  using the following directory structure to create a hierarchy of "menu"  pages with links to other PDFs:
    C:\nCode Desktop 6.0 ISR2\nCode  Desktop 6.0 ISR2\source_docs\contents\Draft for .fm files and .book  files; C:\nCode Desktop 6.0 ISR2\nCode Desktop 6.0  ISR2\source_docs\contents\Draft\graphics for graphics.
    There are  about 50 other directories for PDF documents (they are what you arrive  at using the menus), one for each .book and .fm file set, with a path  such as C:\nCode Desktop 6.0 ISR2\nCode Desktop 6.0  ISR2\source_docs\designlifetheory\draft.  This creates  designlifetheory.pdf. There are crosslinks to other pdfs from within  some of these files.
    For the Contents "menus", I have created one  book per menu. Menus are a  single page long.
    All of the books create single pdfs (i.e., not  multiple files per book). The books are all output to a single  directory, C:\nCode Desktop 6.0 ISR2\nCode Desktop 6.0  ISR2\Deliverables.
    I am using the newlink and gotolink  commands.  The newlink commands are all on master pages.  The gotolink  commands are all on body pages. A typical gotolink would be "gotolink  map_of_help.pdf:helpmap".  This one seems to fail consistently on Linux.  I have tried using "gotolink map_of_help.fm:helpmap", which also  fails.  Should I be using ".fm" instead of ".pdf" in the link?
    The  .pdfs are created using Print to Adobe PDF.  The PDF Setup is Settings:  Standard Job Options, View Generated PDF in Acrobat, Convert CMYK  Colors to RGB; Bookmarks: Generate PDF Bookmarks; Tags: Generate Tagged  PDF; Links: Create Named Destinations for All Elements and Paragraphs.
    I  have tried placing all the books in a single directory using Save As,  with all the paths relative, and books open, and with books closed.  I  have tried dumping all the .fm files and .book files into the same  directory. I have tried outputting to various directories.  I have  combed the archives, and tried to follow Shlomo's training module on  "FrameMaker Books & Cross-File Links."
    I don't seem to get  it, whatever it may be.
    Any help for this newbie appreciated.

    Your links look okay, directory-wise.
    A link would be traversing the root directory if, say, the document is in some subdirectory below C:\nCode Desktop 6.0 ISR2\ and the target was in, say, C:\nCode Masters 6.0 ISR2\....blah blah or on a different disk.
    One other thing: Maybe it's just me and my UNIX background, but using spaces in pathnames or filenames just feels like you're asking for trouble, especially if you want the end product to be portable to other platforms.
    If the links are relative and they work on Windows, as you say they do, then my guess is that Reader on Linux is the problem. Try viewing them using xpdf on Linux and see if the links work then.
    As matter of fact, I issue a very large manual set (69 manuals with approximately 400,000 links) for my Linux customers, and some time ago I abandoned Reader 8.1.2 on Linux in favour of xpdf because I didn't have the time to wait for a fix. The truth is, the links in Reader 6.0 didn't work either, and I was fed up with having to test every new Reader version that came out to see if it actually worked.
    I'd be interested to know if you trace the problem to Reader on Linux, and if you find a Reader version later than 8.1.2 on Linux that works.
    Dave

  • XSQL failing under Linux

    Hi,
    I have a straightforward install of Oracle8.1.6, iAS8i under redhat7. I cannot get XSQL to run the helloworld.xsql query. The jserv.log file is written to with:
    [04/02/2001 16:55:47:282] (EMERGENCY) ajp12: can not connect to host 127.0.0.1:8
    007
    [04/02/2001 16:55:47:282] (EMERGENCY) ajp12: connection fail
    [04/02/2001 16:55:47:282] (ERROR) an error returned handling request via protoco
    l "ajpv12"
    [04/02/2001 16:56:41:561] (ERROR) wrapper: printing debugging information (comma
    nd line, env)
    [04/02/2001 16:56:41:562] (ERROR) wrapper: argument[ 0] /llap/tools/ias10/Apache
    /jdk/bin/java
    [04/02/2001 16:56:41:562] (ERROR) wrapper: argument[ 1] org.apache.jserv.JServ
    [04/02/2001 16:56:41:562] (ERROR) wrapper: argument[ 2] /llap/tools/ias10/Apache
    /Jserv/etc/jserv.properties
    Can anyone point me in the right direction as I guess it is a config problem.
    regards,
    Steve

    Yes, I can ping 127.0.0.1 (localhost) and it is on port 8007 in jserv.properties. I have Oracle 8.1.6 running under unix user Oracle with a database on port 1521. iAS is installed under oraias on a separate home using 8ienv.sh for the profile. The iAS server works fine on port 7777 and I have Forms6i running okay as well. Should XSQL work straight out of the box? I have installed on a site under NT2000 and it worked perfectly.
    Steve

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

  • Upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy

    Hi All,
    upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy button.
    This is the issue which I am facing while working with SharePoint 2010. In a sharePoint 2010 document library I am having an excel file and I am trying to open it from Windows 7 and is office 2010.
    I cam e across few suggestion as mentined below but unable to find the location where to do
    Go to Resource Policies > Web >
    Rewriting > Custom Headers > (if 'Custom Headers' is not visible, click
    Customize on the right top to enable the view).
    Create a new policy with the Resource as <fully qualified domain name of the SharePoint server:*/*> (for example https://sharepoint.juniper.net:*/* ).
    Create the action as Allow Custom Headers.
    Apply the settings to the required roles.
    Please suggest.

    Hi rkarteek
    All things you have to do is as follows:
    1. Open regedit.exe
    2. Naviagate to following key:
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Common\Internet]
    3. Click Edit Menu -> New -> DWORD with name of "FSSHTTPOff"
    (without quotes)
    4. Click on "FSSHTTPOff" and enter value of 1
    5.
    Close any Office Applications and browser sessions
    6. Try to reopen your document (no more read only or failure to upload)
    have a nice day!

  • DISPLAY/PRINT MY EXPENSE REPORTS UNDER TERA FAILS WITH THE ERROR MESSAGE

    Hi Techies,
    When i click on "Display/print" button under my expense report ( Employee --> Travel & expenses --> Manage Expenses (TERA) --> My trip reports), it opens up a new window with the error message "SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send failed with exception communication_failure(100,101)."
    This behaviour is noticed in the new upgraded system NW 701 SP7 (portal) and backend ECC 6.0 EHP4; However it works perfectly fine with our non-upgraded system NW 70 SP10 (portal) and backend ECC 6.0.
    When i ran the trace on this functionality, i could notice that in the non-upgraded system, after pulling all the values, it calls the RFC function module "PTRM_WEB_FORM_HTML_GET"; however the upgraded system calls "PTRM_WEB_FORM_PDF_GET".
    For the "PTRM_WEB_FORM_PDF_GET", I believe we need to configure the "ADS" rfc pointing to the ADS service on a j2ee server which am not planning for.
    MY QUESTION IS:-
    IS THERE ANY OPTION TO CHANGE THE FORM BEING CALLED FROM "PTRM_WEB_FORM_PDF_GET" TO "PTRM_WEB_FORM_HTML_GET" WHICH I BELIEVE WILL RESOLVE THE PROBLEM AM FACING?
    Kindly assist with your thoughts!1
    -GK

    Read the steps on note 1032311 on how to achieve it,
    In Web Dynpro, the Parameter for Formula is Defaulted to PDF file. If
    you don't want to use the ADOBE Form in ESS, you have to follow 2 steps:
    Solution
        o  Check the Homepage framework configuration.
      In IMG (transaction SIMGH) go in Travel Management->Employee Self
    Service->Homepages Framework->Ressources
    Delete the URL parameter "sap.xss.tra.UsePdf=true" of the ressource
    "EMPLOYEE_TRAVEL_TRIPFORM_SRV05".
      Check that the field URL for PCD file is filled with
    ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_fol
    der/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/
    com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_trave
    l_expenses/com.sap.pct.erp.ess.tripform
      Normally if it is not filled in your client, the system should use the
    one from client 000, that is the SAP delivered customizing.
        o  Check the Portal PCD configuration
      Logon on to your SAP portal as Administrator.
      In the Content Administration - Portal content, select Content
    provided by SAP->end User Content->Employee Self Service->iViews->Travel
    and Expenses->Display Trip Form
      Right Click on Display Trip Form and Select Object->Open
      In the field Application Parameters, you will find a parameter
                                                                     Page 2
    sap.xss.tra.UsePdf=true . Delete this line completely.
    When this configuration is done, the PDF form is desactivated and the
    HTML form is used.
    This is the issue with ADOBE set up
    Firstly, I would ask you to check the customizing steps from 944221
    to ensure no issue with the ADS configuration for the pdf form.
    to review OSS note 925741 as there can be a issue with the
    platform validity and version.

  • Failed to install enterprise manager under linux

    When I installed Oracle 10g(10.2.0.1) under linux, I got an error when running
    /ora01/db/oracle/product/10.2.0.1/bin/emca within oracle universal installer.
    The emConfig.log file shows such error:
    oracle.sysman.emcp.exception.EMConfigException: Invalid value null for parameter PORT
    at oracle.sysman.emcp.ParamsManager.checkParam(ParamsManager.java:2630)
    at oracle.sysman.emcp.EMDBPreConfig.checkConfigParams(EMDBPreConfig.java:1285)
    at oracle.sysman.emcp.EMDBPreConfig.checkParameters(EMDBPreConfig.java:1060)
    at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:174)
    at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:160)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:141)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:426)
    at java.lang.Thread.run(Thread.java:534)
    So I have to run emca after the oracle installation. I am new to this tool. I modified both tnsnames.ora and listener.ora file to set port to 1521. And then I run emca -config all db,
    but now I cannot pass "entering the password for SYS user" (I already set SYS user's password to oracle, and it works when using sqlplus.) .
    I am totally confused. What should I run emca to set up the enterprise manager's website? Now I can use localhost:5560/isqlplus and localhost:5560/isqlplus/dba.
    Many thanks!!

    I just run emca as oracle instead of root, then the password got passed, but I got new errors:
    Aug 30, 2007 5:59:59 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Failed to allocate port(s) in the specified range(s) for the following process(es): JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM Agent [3938] | [1830-1849]
    What should I do? Is running emca -config all db necessary to get enterprise manager installed?

  • HTTP request failed. Error code: "500". Error message

    Hi ,
    When we are trying to test webservices (exposed webservice in PI)  scenarios in PI box we are getting error related Adapter framework service
    HTTP request failed. Error code: "500". Error message: "Internal Server Error [http://xxxx:xxxx/AdapterFramework/rtc]"
    in the RWB it is showing that
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIAdapterFramework:GENERAL:com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 01d76ce0-972e-11e0-c652-b25394b91e0c(INBOUND) expired
    Can any body help .
    Edited by: subhaniABAP on Jun 15, 2011 11:30 AM

    Hi,
    If you want to resolve this error when dealing with the messages, please try the cache refresh with the link:
    http://host:j2eeport/CPACache/refresh?mode=full
    And also go thorugh:
    - In Integration Repository/Directory go to menu Environment ->
    Clear SLD Data Cache
    - In R/3 go to transaction SXI_CACHE -> menu XI Runtime Cache -> Start
    Complete Cache Refresh
    MESSAGE EXPIRED:
    Increase the value of the timeout parameter 'xiadapter.inbound.timeout.default' under Services -> 'XPI Adapter:XI'
    to a higher value say '600000'.
    Regards,
    Caio Cagnani

  • Hi Guys, Im trying to send a 80pages IPhoto book to the store but the uploading fails, I tried several times and always a message "an error occurred" without clarification, can you help me?

    Hi Guys, Im trying to send a 80pages IPhoto book to the store but the uploading fails, I tried several times and always a message "an error occurred" without clarification, can you help me?
    Is there any size limit? or a limit of time to upload? (as it takes more than one hour!!!)

    Preview the book -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    if it is good boot into safe mode, preview again (only limited fonts are loaded in safe mode) and upload
    LN

  • I created a book and tried to place order but failed.  I followed the procedures, when the book completed uploading, the message "An error occured uploading your order" pop up.  There was no error message all along when I created the book.

    I created a book and tried to place order but failed.  I followed the procedures, when the book completed uploading, the message "An error occured uploading  your order" appeard.  There was no error message all along when I created the book. I tried several time but failed.

    preview the order and try again - http://support.apple.com/kb/HT1040
    If it still does not work boot into Safe Mode, preview again and try
    With the number of reports in the last few days it may be server overload - if so trying during a time of lower activity might help
    LN

  • Forms compilation Errors under Linux

    Hello,
    I have a main form called Tbdoctrk.fmb.
    This forms compiles and runs perfectly through Oracle 9i iDS.
    When transfering the fmb file under Linux, and attempting to recompile using the f90genm.sh utility, I get the following compilation errors:
    FRM-18108: Failed to load the following objects.
    FRM-30436: Parent window not specified for canvas.View Canvas H_TOOLBAR
    FRM-30041: Position of item places it off of canvas.
    Item: BUTTON_HELP
    Block: VARIABLE
    Form: TBDOCTRK
    FRM: Unable to adjust form for output.
    ====
    I noticed that most of the object that failed to load (1 data block object, 1 canvas and a number of property classes and visual attributes) are contained in a file called TOOLBAR.fmb.
    The TOOLBAR.fmb file compiles without errors under Linux/WIndows + is located in the same folder as the Tbdoctrk.fmb file.
    1) How can I resolve this issue ?
    PT
    PS: I tried renaming the fmb files to upper/lower case without success.

    Hello,
    My main form called Tbdoctrk.fmb in turn calls a form called Pre_bord.fmb in a Program Unit.
    Most but not all Class and Value Attributes are included in a file called toolbar.fmb. I did not find any specific reference to the toolbar.fmb file.
    However, at compile time, I find that those objects are not loaded.
    1) In what part of the main form Tbdoctrk.fmb should I find any such reference to the toolbar.fmb file ?
    2) How should I create those symbolic links under Linux ?
    PT

  • I am having trouble uploading pics to a forum profile.I keep getting 'Error #2038' message after it says the pic was uploaded.

    I am a member on a web group. I have repeatedly tried to upload photos to my profile on the site, but when it says the photo was uploaded successfully, I get an error message, Error #2038. It's not clear whether the error is on the web page or on my end. This is not the first time this sort of thing has happened. My room mate is a member of the same group, and has no difficulties on his computer, so it may be on my end.

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 9.0.x: http://www.mozilla.org/en-US/firefox/all.html
    *Trash the current Firefox application to do a clean (re-)install
    *Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Download to KOBOereader failed - Event error #2038

    We own 2 KOBOereaders and recently purchased the Holy Bible from Borders.  It downloaded into 1st KOBO but when we used the Adobe Reader function to drag and download this purchased book into the 2nd KOBO it failed - Message was "H:\DigitalEditions\Holy_Bible_New_International_V.epub  Event detail  Error #2038.  Called Borders and they determined that this was a problem that needed to be addressed by Adobe.  Found that we are not able to get phone assistance - please advise as to how to get this download to work.   Thank you

    Publications purchased from Borders (and others) would be expected to have Digital Rights Management (DRM) applied.
    Borders (Kobo Reader) uses Adobe's Content Server for this.
    So, what is needed is Adobe's Digital Editions which acts as a 'gateway' to assure the author/publisher property rights are maintained.
    Aside for looking over what may be at any Kobo forums out there you might find useful information at the Digital Editions user-to-user forum over at:
    http://forums.adobe.com/community/adobe_digital_editions
    Of particular use are posts by Jim Lester (an Adobe employee).
    Be well...

Maybe you are looking for

  • How to import Oracle .dmp file

    Hi ! 1. I want to import oracle .dmp file in to mySql database. 2. How it is possible. 3. I am using oracle 10g database. Plz help me. Thanks in advance. Regards.

  • How to  write and what are reports for Income Statement by Region (SD/AR)?

    Hi all, I am anticipating  to write some abap reports, I am new to abap..Here is one of them..Anyone can help  me with writing a Report , how to do  'Income Statement by Region (SD/AR)' But since I am new to abap , if you wish to reply, please use a

  • Not able to connect to orcl database other than system user

    Hi, I am getting the following error when I am trying to connect to orcl database. I had created a user 'jeff' on oracle and oracle_sid is already set and database is up.listener is started, tnsnames.ora, listenrer.ora are configured.What other probl

  • ORDRSP

    hello experts, a question about the IDOC ORDRSP, when i receive this type of idocs does the system change the ORDER with the right data ( quatitiy..)  received in the message ORDRSP

  • B1 for the payment process?

    Hi Guys, we are planning to integrate B1 with the 3rd party web based systems and achecive the payment process. I am confused between B1, SDK, componennts and tools. All these come with B1 install or seperately. How to install B1? Do i need to downlo