Issue 860 - The storeToURL() method throws a stack overflow error.
Summary: The storeToURL() method throws a stack overflow error.
Status: CLOSED WONT_FIX
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows 98
: P1 (highest) Trivial
Target Milestone: ---
Assignee: issues@www
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-05 12:25 UTC by issues@www
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 issues@www 2001-05-05 12:25:24 UTC
when after opening a existing doument and editing it i say

            PropertyValue [] szEmptyArgs1 = new PropertyValue [1];
            PropertyValue first = new PropertyValue();

           first.Name="FilterName";
           first.Value="HTML (StarWriter)";
           szEmptyArgs1[0]=first;
           oStorable.storeToURL("file:///Star Office/abc.html",szEmptyArgs1);
it gives a exception like this 

Exception java.lang.ClassCastException: java.lang.StackOverflowError
java.lang.ClassCastException: java.lang.StackOverflowError
	at com.sun.star.uno.WeakTable$IDispatcher.invoke(WeakTable.java:63)
	at 
com.sun.star.lib.sandbox.generic.DispatcherAdapterBase.invokeV(DispatcherAdapter
Base.java:83)
	at 
JSGencom_sun_star_frame_XStorablecom_sun_star_uno_RefererObject_22.storeToURL(Un
known Source)
	at staroffice.HelloWorldOffice.openWriter(HelloWorldOffice.java:220)
	at staroffice.HelloWorldOffice.main(HelloWorldOffice.java:98)


can you tell why it's throwing this exception.
Comment 1 issues@www 2001-05-07 07:40:25 UTC
To a.agrawal@eudoramail.com :

Can you please state, what office version, which JVM and which OS you use ?
There are some known bugs in the earlier OOo builds. Please check, if the bug
also occurs in the current 627 build, and if it does, assign the bug to me
(joerg.budischewski@germany.sun.com)
Comment 2 issues@www 2001-05-07 07:56:13 UTC
the version of staroffice is 5.2.
jvm is jdk1.8.8.
OS is win95.
i am using SDK1.0 and all teh jar files present with sdk1.0
what is this OOo builds,627 build..
i don't know.
know can you tell me the why the problem is coming.
Comment 3 issues@www 2001-05-07 08:27:36 UTC
> the version of staroffice is 5.2.
As the interprocess bridge was in a beta state with StarOffice 5.2, we won't 
fix any bugs there anymore.
(In case you want to discuss this, please do with markus.meyer@germany.sun.com)

> what is this OOo builds,627 build..
> i don't know.
These are the latest builds of OpenOffice (see www.openoffice.org, download 
section).
Comment 4 lohmaier 2002-03-14 00:18:06 UTC
intentionally invalid, but marked as wontfix, now closing