rajeshsegu Power User

Joined: 20 Dec 2005 Posts: 53
|
Posted: Thu Nov 30, 2006 3:28 am Post subject: IOException: EOF reached + Charts |
|
|
Hello Friends!!
When every I try to use charts.addNewByName() I am not able to properly read the output stream of the OpenOffice Calc Document. I frequenly encouter the following exception:
com.sun.star.lang.DisposedException: java.io.IOException: com.sun.star.io.IOException: EOF reached - socket,host=localhost,port=8100,localHost=segu,localPort=33260,peerHost=localhost,peerPort=8100|
I am reading the output stream of the spreadsheet document using OOOutputStraem and
xStore.storeToURL("private:stream",lProperties); in which one of the lproperty has OutStream assigned.
Can you please suggest me if at all I need to do something after I add a Chart to the spreadsheet ?????? |
|