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

Re: possible ozone 0.6 bug?



Hi,

I seem to be getting the same error as mentioned below.  I'm using a
modified loader and loading many small individual files (rather than one
large one like below), but after about 30 min. of loading I get the same
error (this is all within one transaction... is that a problem?)

The files are OK because I can create a new database and start loading
from where the error was triggered and there is no problem with loading
them.  I'm still trying variations on the process and would be glad to
share the modified code I'm using if that would help.

Unlike below, it happens at the same file each time, but I have tried
loading that file separately in a clean database and it loads and I've
tried removing that file (and the error then happens at the next file).  
I've tried loading that file in a clean database and it loads OK, etc.

Thanks for your time, Kevin


On Thu, 28 Dec 2000, Jean-Marc Vanel wrote:

> I have an apparently random crash. This time it crashes after writing 12
> Mb in the database; in a preceding trial it crashed after writing 6 Mb .
> 
> Client side (after about 30mn):
> 
> DOMException(11): DOMException: Exception reason is unspecified. (code
> 11)
> java.lang.NullPointerException
>         at
> org.ozoneDB.xml.util.XMLContainerHelperImpl_Proxy.putChunk(XMLContainerHelperImpl_Proxy.java,
> Compiled Code)
>         at
> org.ozoneDB.xml.util.XMLContainer.processChunk(XMLContainer.java,
> Compiled Code)

...