Hi Max,

Maximilian Odendahl wrote:

> Hi,
> 
>> scenario looks to be pretty simple, I would suspect that something is 
>> wrong with the environment.
> 
> any idea what that might be? It is a fresh new installation of Solaris 
> 10 and an official Ooo build from Sun.
> 
> As I wrote, opening the file via startcenter as well as loading it with 
> loaddocumentfromurl fails.

The type detection

- first looks for a know extension
- if it finds one, it selects corresponding format and looks for a
component that can verify this selection by inspecting the file content
- if it doesn't find one or the verification fails, all registered
components that can verify format selections are asked one after another

So what can be wrong:

- configuration error (no type detection component registered)
- the required type detection component can't be loaded
- the file is damaged (but I assume that this is not true here; it
should either have the mimetype stream or a MediaType in the manifest.xml)

You could debug this in filter/source/config/cache. Alternatively, you
could check the filter and type configuration with some basic code.

Regards,
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "nospamfor...@gmx.de".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@framework.openoffice.org
For additional commands, e-mail: dev-h...@framework.openoffice.org

Reply via email to