[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-11-14 Thread kr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468


User kr changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Nov 14 02:09:48 -0800 
2005 ---
closed.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-11-14 Thread kr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468


User kr changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Mon Nov 14 02:07:08 -0800 
2005 ---
closing ...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-11-02 Thread kr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468





--- Additional comments from [EMAIL PROTECTED] Wed Nov  2 08:12:04 -0800 
2005 ---
If nobody objects, I am going to close this next week ...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-08-30 Thread kr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468





--- Additional comments from [EMAIL PROTECTED] Tue Aug 30 02:12:20 -0700 
2005 ---
rjmills, could you provide a stack of the crashing office? The crashreporter may
be you friend here ;-)



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-08-30 Thread rjmills
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468





--- Additional comments from [EMAIL PROTECTED] Tue Aug 30 08:19:22 -0700 
2005 ---
kr,  

I've only had it crash on me once and I allowed the crashreport to be sent.
Every other time the delphi interface catches an exception and that's all I see.

What other information are you looking for?  

The entire process seems to work right up to the point where I call SaveToURL
 At that point OOo fails with an exception to Delphi usually reporting an
interface not loaded or a variant error.  This error only occurs when the OLE
automation is being used by a Win 32 Service application.  

As far as I can tell, especially since I can get the process to work correctly
with other loaded file extensions, OOo isn't properly loading one or more of
it's document filters.  As I've stated the following filetypes, .txt, .sxw, .pas
(another text file), and .odt, all work correctly when opened in OOo via OLE
automation from the Win32 service.  The following filetypes, .doc and .htm(l)
fail with OLE variant or unavailable interface errors.

When the same calling process is run as a standard application instead of a
Win32 service all of the above mentioned filetypes work with out fail.

I've offered to provide a working example program to demonstrate the error.  As
a programmer myself I would expect that having a working example of the bug
would actually make it much easier to trackdown and fix.  If it's something I'm
doing or missing in my automation code your programmer would be able to tell me
that as well.

I hate to sound rude, especially because I don't mean to, but what is the
problem?  Am I not providing enough information?  Are you not able to reproduce
the problem?  Is there a build of OOo that has debug information compiled into
it that I can use to try and trace further?  Please let me know, I would really
like to get this cleared up as soon as possible.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-08-30 Thread kr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468





--- Additional comments from [EMAIL PROTECTED] Tue Aug 30 09:09:15 -0700 
2005 ---
The point is just that I would like to avoid to debug this. OOo is neither
specified nor tested to be used as a Windows service or on behalf of such a
service. And, we mostly try to avoid debugging other peoples applications, so,
ideally you would just provide a patch for the OOo code basis. We don't have any
version of Delphi here and we are also probably not going to buy one. I have to
say, tracking this down further is (mostly) _your_ job!

So, what is the ID of your crash report?

If I understand correctly, OOo converts documents properly when invoked on
behalf of a user land application, and does not work when invoked on behalf of a
windows service. Are there more differences between these two scenarios? May be
different installation pathes, or home directories or some such. In case the
services home directory is different, are there any special latters in the path?
Please try to minimize differences, if you have not already done this.

You said, it seems that OOo is not able to find its filters, have you tried to
trace OOo to see what files / libraries it tries to load?



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-08-22 Thread rjmills
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468





--- Additional comments from [EMAIL PROTECTED] Mon Aug 22 12:59:05 -0700 
2005 ---
kr, here is what I've been able to track to this point.

The DSO is able to properly start Writer and get the documents loaded.  When it
comes to exporting .DOC and .HTM(L) files as .PDFs the program crashes on the
StoreToURL command with the error messages already provided.  The program works
fine on the native and straight text formats.
 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-08-18 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468





--- Additional comments from [EMAIL PROTECTED] Thu Aug 18 08:41:19 -0700 
2005 ---
added me to cc

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-08-18 Thread kr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468


User kr changed the following:

  What|Old value |New value

  Priority|P1|P3





--- Additional comments from [EMAIL PROTECTED] Thu Aug 18 08:56:54 -0700 
2005 ---
rjmills, could you please provide more info.? E.g. what file types generate when
(e.g. loading/saving) which errors?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-08-18 Thread rjmills
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468





--- Additional comments from [EMAIL PROTECTED] Thu Aug 18 09:18:50 -0700 
2005 ---
kr, Here are the errors I get when trying to convert specific document types:

DOC: Variant does not reference an automation object
HTML: com.sun.star.task.ErrorCodeIOException

Here are the files type that convert correctly:

PAS: no error, converts correctly
TXT: no error, converts correctly
SWX: no error, converts correctly

I'm mostly concerned with the HTML, DOC and possibly RTF file types.  The fact
that the others convert correctly now tells me that it could be a configuration
for those specific file types.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 53468] COM/OLE automation failur e when called by a windows Service

2005-08-18 Thread rjmills
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53468





--- Additional comments from [EMAIL PROTECTED] Thu Aug 18 09:20:46 -0700 
2005 ---
Sorry kr, 

As for when the errors happen, I can't tell very easily I'll do some more
research  and get back to you on it ASAP.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]