Getting error after when trying to print managed session bean property.

Hi All,
I am reading a file from my local machine. After reading a file , i am storing file details in the property of the same bean.
After that i am trying to preint contents of that file in one jsp by accessing that stored managed bean property.
But I am getting following error:
Nov 15, 2009 2:33:41 PM com.sun.faces.lifecycle.LifecycleImpl phase
WARNING: executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@138c63) threw exception
javax.faces.FacesException
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:135)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
     at java.lang.Thread.run(Unknown Source)
Caused by: ClientAbortException:  java.net.SocketException: Connection reset by peer: socket write error
     at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:319)
     at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:288)
     at org.apache.catalina.connector.Response.flushBuffer(Response.java:548)
     at org.apache.catalina.connector.ResponseFacade.flushBuffer(ResponseFacade.java:279)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:201)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
     ... 15 more
Caused by: java.net.SocketException: Connection reset by peer: socket write error
     at java.net.SocketOutputStream.socketWrite0(Native Method)
     at java.net.SocketOutputStream.socketWrite(Unknown Source)
     at java.net.SocketOutputStream.write(Unknown Source)
     at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:740)
     at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
     at org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:299)
     at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:973)
     at org.apache.coyote.Response.action(Response.java:183)
     at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:314)
     ... 20 more
Nov 15, 2009 2:33:41 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet Faces Servlet threw exception
java.net.SocketException: Connection reset by peer: socket write error
     at java.net.SocketOutputStream.socketWrite0(Native Method)
     at java.net.SocketOutputStream.socketWrite(Unknown Source)
     at java.net.SocketOutputStream.write(Unknown Source)
     at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:740)
     at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
     at org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:299)
     at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:973)
     at org.apache.coyote.Response.action(Response.java:183)
     at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:314)
     at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:288)
     at org.apache.catalina.connector.Response.flushBuffer(Response.java:548)
     at org.apache.catalina.connector.ResponseFacade.flushBuffer(ResponseFacade.java:279)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:201)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
     at java.lang.Thread.run(Unknown Source)There is no specific reason mentioned for this error. Anyone has faced this problem before?
Whats wrong here?

Hi gimbal2,
I haven't deployed the project yet. I am still in development phase. I am using eclipse. So i am using inbuilt browser from eclipse only.
I saw this post on the same forum:
http://forums.sun.com/thread.jspa?threadID=5297862
This person had the same problem. But his question is not answered yet.
People here are saying:
*1)page is getting submitted more than once. Either because the user is clicking on the commandbuttons/links multiple times or through some other event.*
->I am not using any javascript. But problem here is whenever i try to load file from my local machine, in first attempt it wont proceed. I need to load file twice or thrice. Is it some problem?
But one thing to note here is that i am not getting exception after loading the file. I am getting exception after reading the file in managed bean and returning from it with some status.
*2)This exception can be caused by the browser closing its end of the socket for any number of reasons (user presses stop loading button, clicks another link, closes the browser window, etc.):*
->I am not pressing any button or doing any activity once i load the file.
*3)Sounds like it should be caught and ignored since these are normal user actions. I was just concerned it might be causing some kind of impact that we don't know about.*
->I can't ignore it because, my next JSP is not getting loaded after i return from the read file bean.
Hope People here can help me solve this problem. I am not able to proceed :(

Similar Messages

  • Getting error message when trying to print (LR4)

    Hi All,
    I am getting this message (/Library/Printers/EPSON/InkjetPrinter/Filter/pdftopdf.app/Contents/MacOS/pdftopdf failed) when trying to print
    through the LR4 print module to my Epson 3880
    I am running OSX 10.7.3 and have just downloaded and installed Epson driver v8.64
    Cant seem to get around this.
    Any ideas?
    thanks.

    Got this one today.
    In the end I solved it by deleting /Library/Printers/Epson, then used Software Update to install new drivers.

  • Getting Error Message When Trying to Print

    Dear All: This is Indy. Greetings!!! Well, I decided to give up on my Envy printer and go back to my Deskjet. Now, I'm getting the same message that says, "An error occurred." That's lovely, but it doesn't tell me what the error is nor how to fix it. As usual I was trying to print out a walkthrough for one of my adventure games. Any ideas, vague notions or brainstorms will be entertained here.                                                                                          Sincerely yours always,                                                                                                                                                Indy.

     Dear Drakster: This is Indy. Greetings from  Canada!!! For openers, I did a system restore on Gus (my computer) to get rid of another annoying problem that wasn't related to my printer. As for browsers, I don't like Internet Explorer (too troublesome) and I'm working from Firefox.  In fact, it was Firefox from which I was trying to print. I like Firefox. Now, Chrome I haven't touched yet. I think I might give that shot. It worked okay when I first put it back to work after the trouble I was having with my HP Envy 5530. That printer will be taken to a friend to sort when I can get back to the mall in which he's working. I will try Chrome and tell you what happened. Thank you very kindly for your reply.                                                                                          Sincerely yours always,                                                                                            Indy.

  • Get error message when trying to print from Sheet Music Plus

    I have Windows 8, Have installed Adobe Air and flashplayer, but when I try to do digital print from Sheet Music Plus I get error message: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.

    Wow, that's the first time I think I've ever seen that solution!  Very happy you were able to get this solved.  I'm not sure what would cause this to fail, maybe some sort of permission issue with the desktop folder?  If you have a chance, would you mind emailing me ([email protected]) the following log file?  I'd love to take a look and see if we caught anything with our error reporting.
    Troubleshoot AIR installation | Windows
    Thanks,
    Chris

  • Get error message when trying to print

    Recently ungraded iMac to 10.4.1; since then unable to print PDF except thru "Preview".
    I get error message " pictwpstops stopped unexpectedly with status 1".
    I have no idea what this means or how to fix it; I can print PDF fine in preview but not from desktop as before.
    Any ideas would be apprecaited.

    re pictwpstops
    I have the same problem - I have found one work around. Adobe reader 6.0 will print my adobe documents.
    if anyone knows a real solution I'm at [email protected]

  • Getting error message when trying to print to HP photosmart 8050

    When I try to print something, it stays in the print que as "pending" then says "error-printing". I using a dell inspiron 1525. My printer is connected by USB. Help!

    Got this one today.
    In the end I solved it by deleting /Library/Printers/Epson, then used Software Update to install new drivers.

  • Getting error (-1202) when trying to access my wishlist

      getting error (-1202) when trying to access my wishlist   

    this may help from another thread
    byzon2
    This solved my questionRe: iTunes Error (-1202)
    Dec 28, 2012 6:35 PM (in response to crossi85)
    I am having the same issue on my iMac.  It occurred after the last iTunes update.  Apple support offered no real solution.  They tried "clearing" my Wish List, but that didn't work, and advised me to re-install iTunes.  However, I tried clicking the "My Wish List" link on the right side of the iTunes Home page, instead of the one I usually use under the "Manage" column near the bottom of the screen - and it worked!  Furthermore, my Wish List was still intact even though they had supposedly cleared it.  So, in my case, the problem appears to be the iTunes site, and not my computer.  My solution: Try accessing the Wish List from a different link within iTunes.

  • I get error OxE80000084 when trying to sync my I Pod classic to I Tunes

    I get error OxE80000084 when trying to sync my Ipod classic to iTunes, what do I do?

    Hello aztecc16,
    The following articles provide some useful troubleshooting steps and information that can help get your iPod to work correctly with your computer.
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/TS1369
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/TS1363
    Also, while the following article is tailored for iOS devices, it does contain some further information and troubleshooting should you still be having issues getting your iPod to work with your computer.
    1. Restart your computer.
    2. Install the latest version of iTunes.
    3. Verify that your computer meets the minimum system requirements. iOS devices require the following minimum version of Windows:
    Windows XP Service Pack 3
    Windows Vista
    Windows 7
    Windows 8
    4. Download and install any available software updates from Microsoft.5. Connect the device directly to your computer; not to an external USB hub. Find out if your computer has USB 2.0 ports.6. Check that the Dock Connector or Lightning Connector on both the device and cable are clean of any lint or other debris. If possible, connect your device using a different Apple 30-pin to USB cable or Apple Lightning Connector to USB cable.7. Disconnect other USB peripherals from your computer, with the exception of your keyboard and mouse. After disconnecting these peripherals, restart your computer, connect your device, and open iTunes.8. Connect your device to a different USB port on your computer.9. Use the Task Manager to stop some Apple Services:
    Launch the Task Manager:
    For Windows XP: Press Control + alt + delete on the keyboard.
    For Windows Vista, Windows 7 and Windows 8: Press Control + alt + delete on the keyboard. Then click "Start Task Manager". If Windows needs your permission to continue, click "Continue".
    Click the Processes tab of the Task Manager. End each of these three processes by clicking in their names and choosing "End Process":
    iTunesHelper.exe
    AppleMobileDeviceService.exe
    iPodService.exe
    After ending these processes, reboot your computer, open iTunes, and test.
    10. Connect your device to a different computer to determine whether the issue is specific to your computer.
    iOS: Unknown error containing '0xE' when connecting to a Windows PC
    http://support.apple.com/kb/TS3221
    Cheers,
    Allen

  • I get error 23132 when trying to open a M4v file

    I use to be able to play m4v files on both iTunes and Quick Time 7. Suddenly, after upgrading iTunes, I get error 23132 when trying to open a M4v file. How do I fix it to view the files on QuickTime?

    There is software you installed to work with your company's cloud service, update it or talk to the developer.
    If it's Apple's software,  then run through this list of fixes.
    ..Step by Step to fix your Mac

  • I get error 5002 when trying to redeem gift cards , what do I need to do to fix this.

    I get error 5002 when trying to redeem gift cards, what can I do to fix this?

    http://store.apple.com/us
    I have been trying to fix this myself and just found a way tonight. This started happening after I downloaded a new version. I tried several other approaches and was unsuccessful until I was directed to the support website.  I searched for 5002 error.  I chose specific conditions and alert message.  Then chose "Error 5002" which gave a little detail. 
    Basically I had to go to the above site and change my password and some other account information.  It didn't work when I tried in my actual ITUNES application.  I think because my account was so old and they upgraded some security items like stronger passwords etc., so the old stuff was no longer good enough.  I have now redeemed two gift cards.  I hope it helps.

  • I am trying to install Photoshop CS6 onto Mac 10.9.5 and get Error:16 when trying to launch application??

    Anyone know how I can get Photoshop CS6 running on Mac 10.9.5 - I get error:16 when trying to run application after a complete removal and re-install??

    Other Adobe programs should not cause this error.
    Try this:  Open Terminal,
    copy/paste this into Terminal at the command prompt:  sudo chmod -R 777 /Library/Application\ Support/Adobe
    Press enter, and if asked enter your password.
    Try opening Photoshop again.
    If you do suspect older files, use the CS Cleaner
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Help, I get error 13019 when trying to sync my 5th generation ipod. I see others have had this error with the touch, but this is not the touch. What can be done?

    Help, I get error 13019 when trying to sync my 5th generation ipod. I see others have had this error with the touch, but this is not the touch. Does anyone have any ideas what can be done?

    follow the steps in this article first
    =http://support.apple.com/kb/HT1451
    after that restore your ipod and resync it
    hope this helps:)

  • TS1424 Getting error -1202 when trying to connect to My Wish List.  Says there was an error in the ITunes store and to try again later.  Any work arounds for this?  I have no other problems accessing anything else.

    Getting error -1202 when trying to connect to 'My Wish List" in ITurnes.  Says there was an error in the ITunes store and to try again later.  Have no other problems connecting or purchasing......

    This procedure is a diagnostic test. It makes no changes to your data.
    Please triple-click anywhere in the line below on this page to select it:
    ls -@Oaen L*/Coo* | pbcopy
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign ($) to appear below what you entered.
    The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message.
    The Terminal window doesn't show the output. Please don't copy anything from there.

  • TS3694 getting error 3004 when trying to update to ios7

    I keep getting error 3004 when trying to update to ios7

    I was trying to update my iphone 5 to IOS7 and couldnt do it for 5 times then I did the following and was able to update it right away
    Clearing your DNS cache may resolve the issue and enable you to connect to the iTunes Store.
    The easiest way to clear your DNS cache is to shut down your computer completely and then restart. If you can't shut down, you can clear your DNS cache manually.
    Click Start and choose Run.
    In the dialog that appears, type “cmd” (don’t type the quotes) and click OK.
    After the DOS prompt (C:\), type “ipconfig /flushdns” (without the quotes) and press Enter. Make sure you enter a single blank space after “ipconfig.”
    Let me know if it solved the issue for you

  • Keep getting error message when trying to sign in to make a Genius Bar Reservation

    Keep getting error message when trying to sign in to make a Genius Bar Reservation

    Make the reservation by phone. 

Maybe you are looking for

  • While creating the parameter it doesnot pull all the data of that particular column

    Post Author: pvds CA Forum: Data Connectivity and SQL Hi everyone. i am using a sql query with a join condition to pull data in to crystal reports. I got that data which i want in to the report. but when i was trying to create a parameter with a drop

  • Multi Language Support in OBI

    Hi all I need to implement Multi Language Support in OBI Reporting(For Chinese Clients) We are using Oracle Apps as Source with Single Sign-On, so there will be only one logon screen for all, and it will first redirect me to Apps and from there it wi

  • Asset Intelligence per site licenses

    Hello everyone! I have a question on the following scenario: One CAS on the parent company (in Europe) and two primary sites (both in South America). I need to configure Asset Intelligence on this environment, the catch is that each country has to ha

  • [SOLVED] Ktorrent and utorrent [SOLVED] Usiing wine and utorrent

    Hi i have dual boot between wxp and arch and i want to use utorrent and ktorrent is there any way to download/resume the same torrents between both programs without need to make a force reecheck when i start up the system?? thanks otherway, with utor

  • "PROGRESS INDICATOR" IN FORM OUTPUT !!

    HI I HAVE DEVELOPED A FORM BY TEMPLET.FMB. WHEN I RUN THIS FORM FROM FROUNT ENDI GET MINE FORM BUT WHENEVER I CLOSE THIS FORM I GET "PROGRESS INDICATOR" WINDOW . CAN U TELL ME WHY IT'S COME ? WHAT IS THE PROBLEM IN MINE TEMPLET FORM !? , HOW CAN I RE