[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XML documents too large?



Hello,

we have a problem when reading large XML documents (above 40-50 kB) from
an ozone server.
(Importing the documents is no problem, only converting them from the
persistent DOM.)
There is no error message on the server, but the client application
throws an error:

java.net.SocketException: Die Verbindung wurde vom Kommunikationspartner
zur?ckgesetzt: Die Verbindung wurde vom Kommunikationspartner
zur?ckgesetzt
        at
org.ozoneDB.xml.util.DOMConverterImpl_Proxy.convertDOM(DOMConverterImpl_Proxy.java:88)
        at
org.ozoneDB.xml.util.DOMConverterUtil.convertDOM(DOMConverterUtil.java:128)
     
This happens only on computers with 128MB RAM, no problem with 256 MB
RAM (OS is SuSE Linux with enough swap space).
Is there a maximum size for objects and XML documents to store in ozone?
Will it help to set JVM options and/or the properties in
config.properties?
BTW, is there any documentation for the file config.properties?

Michael Keuchen