Issue 106607 - problems with XStoreable.storeToURL and storeAsURL
Summary: problems with XStoreable.storeToURL and storeAsURL
Status: CLOSED DUPLICATE of issue 106057
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: mikhail.voytenko
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 16:46 UTC by jsc
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jsc 2009-11-04 16:46:37 UTC
problem when trying to save a new created or loaded document via api and store
it for example as "MS Word 97". Important seems to be the export into a
different format.

XStorable.storeToURL as well as XStorable.storeAsURL  produce an Exception

com.sun.star.task.ErrorCodeIOException: 
        at
com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:180)
        at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:146)
        at
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:338)
        at
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:307)
        at
com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:94)
        at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:642)
        at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:154)
        at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:136)
        at $Proxy7.storeToURL(Unknown Source)
        at org.openoffice.test.TestClientApp.main(TestClientApp.java:62)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.star.lib.loader.Loader.main(Loader.java:143)
 
We noticed also that sometimes the office crashed with EOF exception

It works with a dev300m61! FileIOBuffer changes??
Comment 1 mikhail.voytenko 2009-11-06 14:57:00 UTC
This is a duplicate to issue 106057.

*** This issue has been marked as a duplicate of 106057 ***
Comment 2 mikhail.voytenko 2009-11-06 14:58:07 UTC
.