Upload a big file size cause the server down

We are currently using WebLogic 6.1 SP 2 with jdk1.3.1. We have encountered the
below error when trying to upload file on client side. Does anyone able to help
us solve this problem?
<Error> <HTTP> <myserver> <myserver> <ExecuteThread: '0' for queue: 'default'>
<> <> <101083> <Connection failure>
java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
bytes, out of which at least: '0' were already buffered
     at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
     at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
     at java.io.InputStream.skip(InputStream.java:219)
     at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
     at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
     at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
     at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
<Error> <HTTP> <myserver> <myserver> <ExecuteThread: '3' for queue: 'default'>
<> <> <101083> <Connection failure>
java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
bytes, out of which at least: '0' were already buffered
     at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
     at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
     at java.io.InputStream.skip(InputStream.java:219)
     at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
     at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
     at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
     at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
<Error> <HTTP> <myserver> <myserver> <ExecuteThread: '0' for queue: 'default'>
<> <> <101104> <Servlet execution in servlet context "WebAppServletContext(5651275,WebApp,/WebApp)"
failed, java.net.ProtocolException: EOF after reading only: '49152' of: '1279958'
promised bytes, out of which at least: '0' were already buffered
Start server side stack trace:
java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
bytes, out of which at least: '0' were already buffered
     at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
     at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
     at java.io.InputStream.skip(InputStream.java:219)
     at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
     at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
     at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
     at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
End server side stack trace
>
java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
bytes, out of which at least: '0' were already buffered
Start server side stack trace:
java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
bytes, out of which at least: '0' were already buffered
     at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
     at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
     at java.io.InputStream.skip(InputStream.java:219)
     at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
     at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
     at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
     at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
End server side stack trace
     at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
     at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
     at java.io.InputStream.skip(InputStream.java:219)
     at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
     at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
     at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
     at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

All,
Has anyone got solution for this. I am facing the same problem. Please throw light on this issue.
Thanks
Raj

Similar Messages

  • Wiki file attachments - can the wiki be configured to link to a file already on the server rather than uploading it into the page?

    Can the wiki be configured to link to a file already on the server rather than uploading it into the page? This would enable users to open (and edit) the original server hosted document rather than downloading a static copy that can't be edited and synced back into the wiki page.
    As a workaround I've tried attaching an alias to a file but it doesn't work - the wiki instead uploads the aliased file.
    From what I can work out, the default wiki behaviour is to upload a document to a wiki page, which creates a copy of the uploaded document in the wiki database. This copy has no connection to the original document. It can be downloaded and edited, but the edits are not saved back into the wiki hosted version of the document.
    I'd like to be able to upload a link or alias to a document (with preview please!) already on the server. A user could then preview the document or click to open and edit it.
    The only way I can do this at the moment is to create a link "afp://123.../doc.rtf" to the original. This is timeconsuming and confusing for non-technical users and doesn't offer the benefits of the attach function (ie document preview).
    Is there any way the wiki can be configured to link to documents already on the server using the attach functionality?

    An update for anyone in a similar situation.
    Patch 3944727 for 9.0.4.1 that solves this issue: "USER LOV IASM11SHIP EDIT USER LOV SHOULD SHOW THE NICKNAME ATTRIBUTE." However, the patch is mutually exclusive with the latest CPU's and there's no plan to merge the pacthes given the dwindling support for 9.0.4.1. So that patch is pretty much worthless.
    I've been told that this patch is included in newer portal versions, so the real solution is an upgrade.
    Trenton

  • Sql script for uploading multiple .rdl files in to the reporting server

    Hi,
    I have multile .rdl files in my local path.i have to upload those .rdl files in to the repoting server single attempt  using sql script.
    please help me on this issue.
    Thanks & Regards,
    Muni

    I am aware of three different options.  RS.exe, Working with the APIs (i.e., CreateCatalogItem) using custom code like C# or PowerShell, or using BIDs.
    Here's a good link on the first two items:
    http://msdn.microsoft.com/en-us/library/ms159720.aspx
    You could also add each report to a BIDs project and deploy that way.  I don't think Microsoft will support any other methods, like using a SQL Script.

  • Why do copied files show different file sizes than the original files?

    When I copy files (to another drive, folder, etc.) some show the same file size as the original, but others don't.
    I'm guessing this is not abnormal, but what causes it?
    Thanks.

    Hi dymar,
    Copying to another Drive is understandable, they may have a differentnumber of Blocks allocated per file, for insnce a one Byte file might take up 512 bytes, 1024 Bytes, etc, but a Get info should show the actual size of the file within that/those blocks.
    If copying to another Format, like MS-DOS, Forks may be lost also.
    There are ways to actually Compare the files...
    http://www.hutsby.net/2008/01/apple-mac-osx-compare-files-and-folders.html
    http://www.deltopia.com/compare-merge-sync/macosx/
    http://www.macworld.com/article/49584/2006/03/cmpfldr.html
    http://www.araxis.com/merge_mac/index.html
    Or the most expensive one & my favorite, but far more useful, Tri-Backup...
    http://www.tri-edre.com/english/tribackup.html

  • Reader Error:  There was an error opening this document.  The file size exceeds the limit allowed...

    The full error is:  There was an error opening this document.  The file size exceeds the limit allowed and cannot be saved.
    I didn't think Reader had a size limit?  The file is only a couple of hundred MB.
    Does anyone have an idea what could be causing this error?
    -Richard.

    Is that an online document, or a local one?
    If online, see http://answers.microsoft.com/en-us/windows/forum/windows_xp-hardware/error-0x800700df-the- file-size-exceeds-the-limit/d208bba6-920c-4639-bd45-f345f462934f

  • SWF to play mp3 files located on the server

    Hello,
    Does anyone know if it is possible to create an SWF file that can play mp3 files directly from the server, without the need for a streaming media server or external JS.
    And also for the application to read the current directory its located in and build a playlist based on the files inside.
    any information of examples would be greatly appreciated.
    Peter.

    As for loading and playing the files there is no issue.  Simply load them as you would load any file.  You can even use a relative path if they are in the same folder as the SWF, or a sub-folder that is in the folder with the SWF.
    As for looking at the server directory for what files are there, and using them - I know of no way to do this.  That doesn't mean it is impossible, just that I haven't come across a method in my experience.
    What I typically do is to archive the list of files in an XML file, and load the XML.  I know, that adds an extra step, and an extra file, but it is the easiest method for approximating what you want to do.
    Let me edit this response.
    You could use javascript, or a server language to grab the list of files in the directory and pass it into Flash via the ExternalInterface classes.

  • How do I show file size in the Finder icon view for images?

    How can I add the file size to the icon view "File Info" for images?
    I know how to get it to display the image size under View Options. In this mode it shows pixel dimensions for some images (not for svg or pdfs tho) and file size for some non-images (rar, zip, but not txt or plain text files).
    Is there some plist I can modify?

    Just found the answer in a post with this subject: 
    How Do I Change the Mailbox Font Size in the Sidebar?

  • How to open a file created at the server through form/report at client end

    How to open a file created at the server through form/report at client end
    Dear Sir/Madame,
    I am creating a exception report at the server-end using utl file utility. I want to display this report at the client end. A user doesn't have any access to server. Will u please write me the solution and oblige me.
    Thanks
    Rajesh Jain

    One way of doing this is to write a PL/SQL procedure that uses UTL_FILE to read the file and DBMS_OUTPUT to display the contents to the users.
    Cheers, APC

  • Error while accessing a file located in the server from JSP

              Hi
              I am having problem while accessing the file located in the server from a JSP
              page. I am not getting the RealPath from a JSP page using getRealPath(request.getServletpath()).
              The same code is working if the jsp placd under defaultwebApp directory and not
              working if i create a war and deploy the same.
              I am using weblogic server 7.0 trail version.I am setting the context path also.
              Can any help me in this regard.
              Thank And Regards
              Anand Mohan
              

              Hi
              Thank you.Is there a way to read a file which is existing in the war file.
              Regards
              Anand Mohan
              "Wenjin Zhang" <[email protected]> wrote:
              >
              >In Weblogic, if your files are archived in a WAR, you cannot get an entry
              >as individual
              >file since it is only bytes in a large archive file. So getRealPath will
              >give
              >you null result. If you only want the path, try to use other getXXXPath,
              >getURL,
              >or getURI method. If you want to read the content, use getResource.
              >
              >
              >"Anand" <[email protected]> wrote:
              >>
              >>Hi
              >>I am having problem while accessing the file located in the server from
              >>a JSP
              >>page. I am not getting the RealPath from a JSP page using getRealPath(request.getServletpath()).
              >>
              >>The same code is working if the jsp placd under defaultwebApp directory
              >>and not
              >>working if i create a war and deploy the same.
              >>
              >>I am using weblogic server 7.0 trail version.I am setting the context
              >>path also.
              >>
              >>Can any help me in this regard.
              >>
              >>Thank And Regards
              >>
              >>Anand Mohan
              >
              

  • Tcode for checking that file is on the server

    what is the tcode for checking that file is on the server.
    thanks...

    Hi
    AL11.
    CG3Y/CG3Z.
    Regards,
    Sree

  • File download from the server

    I have this page(in a distributive application) that checks the status of files on the server. These are hyperlinked and I am trying to allow the users to download the files. I can see the files, and the links but can't download a file or "save target as.." option.
    I have added an .xml file in the configuration directory of my application server(JBoss). I can download the files on the same computer, but if I can't do that from other computer. I got this .xml file from online search, someone suggested to use this in order to allow for download option.
    <?xml version='1.0' encoding='utf-8'?>
    <Context debug="99" docBase="/home/jboss-4.0.5.GA/bin/Fastran" path="/Fastran" reloadable="true">
    </Context>Can I get some help in this regard ? The files are created in the application server folder, should I change the destination for resultant files outside of the server folder ?
    Thanks.

    <%
            String userFolder = applicationId.getUserEmail() + applicationId.getSessionId() ;
            for (int i = 0 ; i < Integer.parseInt(applicationId.getSpecValue()) ; i ++)
                int j = i + 1 ;
                File spec = new File("C:\\jboss-4.0.5.GA\\bin\\Fastran\\" + userFolder + "\\ftn07_" + (i+1)) ;
                if (spec.exists() == true)
                    //out.println("") ;
                %>
                <a href = "<%= destFile %><%= j %>"><% out.println("ftn07_" + j); %></a><br>
                <%
                else
                    out.println("File not found") ;
        %>
    and here is how i get to the destFile:
    <%
         String destFile = "C:\\jboss-4.0.5.GA\\bin\\Fastran\\" + applicationId.getUserEmail() + applicationId.getSessionId() + "\\ftn07_" ;
            String destSum = "C:\\jboss-4.0.5.GA\\bin\\Fastran\\" + applicationId.getUserEmail() + applicationId.getSessionId() + "\\DamageSummary.txt" ;
        %>

  • What is the actual file size for the iphone 4s update - 55.5 mb's or 832 mb's

    Can someone tell me the actual file size of the new update for the iphone 4s On my iphone it is telling me it is 55.5 mbs but when I try to download the file thru i tunes it twlls me it is 830 odd mb's.
    Thanks, michael.

    I suspect if you update wirelessly you are just downloading a "delta" updater whereas downloading through iTunes you are downloading the entire replacement firmware. Wirelessly updating does not take nearly as long for the download nor does it require completely erasing then restoring the device.

  • Why doesnt my swf file play on the server?

    why doesnt my swf file play on the server? but it plays on my computer.
    what do i need to do to make it work?

    It easier to see why the file might not be playing on the server if you provide a link to the file on the server.  That allows for checking if files are where they should be.
    In your case you may want to do some repairs on the html file that you linked.  It appears as though the tags are out of whack and possibly the embedding is as well.  What you should do is let Flash generate the html page when you publish the swf.  You are normally going to get the best results letting Flash create the embedding code.

  • PLSQL sample for searching a file name in the server

    Hello All,
    what plsql package i need to use or any plsql sample code available for searching a file name in the server.
    For example If I provide any text "XX%", the plsql code should provide me the list of file names in a specific folder in server.
    If any one worked on this kind of requirement, please provide me the sample code.
    Thanks & Regards
    Aboothahir

    Hello,
    https://sourceforge.net/projects/oracle-jutils/
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:439619916584#1565062600346635117
    {message:id=4070746}
    Regards
    Marcus

  • Do we have any method to list out the servers that are critical and the component/monitor causing the server to turn into critical state in SCOM 2012

    Hello Team,
    We are monitoring 1000 servers in our environment and out of 1000 servers, we have approximately 100 servers showing as critical state on the server state view.
    We can get the critical servers list from SCOM console, but we are not able to get the information about the component responsible for the server to be critical. Using Health explorer to find the root cause for 100 servers is really impossible and time consuming.
    Do we have any method to list out the servers that are critical and the component/monitor causing the server to turn into critical state?
    Advance thanks for your help.
    Regards,
    Dinesh
    Thanks &amp; Regards, Dinesh

    Hi,
    As far as I know alerts with severity as criticla may cause windows computer in a critical state, we can try below code to find all critical alerts:
    get-alert -criteria 'ResolutionState=0 AND Severity=2' | select Name,ResolutionState,TimeRaised | export-csv c:\Alerts.txt
    Criteria Syntax http://msdn.microsoft.com/en-us/library/bb437603.aspx
    Values to use.
    Resolution State 
    Severity Values for Alerts
    0       =   New
    0 = INFORMATIONAL
    255   =   Closed
    1 = WARNING
    2 = CRITICAL
    Hope this helps.
    Regards,
    Yan Li
    Regards, Yan Li

Maybe you are looking for

  • DB13 can not find the correct controlfile.

    My environment is Win2003 Oracle 10g Ecc 6.0 When I use DB13 for the full offline backup, I get the following message: BR0051I BRBACKUP 7.00 (13) BR0055I Start of database backup: bdtelngh.afd 2006-08-02 21.01.03 BR0252W Function remove() failed for

  • IPhone 5S Bluetooth call quality

    Problem: Degraded iPhone sound quality over Bluetooth when making voice call, FaceTime video/audio calls and Siri requests. I have been waiting for Apple to release a software update to fix this issue for some time. It appears to be a known issue how

  • Certain MP3 files not recognized in iTunes

    I have found many .mp3's that are in my music folder (on hard drive) but NOT in my iTunes library, dispite the fact that they were all manually added to the library at the same time. This may seem trivial, but when you have over 30,000 songs, it's ha

  • Limiting lowermost position of desktop icons

    I use a third-party launch bar which is positioned horizontally along the bottom of the screen. Although it has a transparency feature, one inconvenience is that it obscures the lowermost desktop icons, and I periodically have to move it out of the w

  • Question re: Installing a subwoofer into a 2012 Subaru Impreza

    Hello! My daughter just graduated from high school and I promised that I would get her a subwoofer for her car (2012 Subaru Impreza 4 door sedan w/o navigation). Does Best Buy sell a Kicker 10" 100 watt subwoofer? You can buy the part from Subaru but