2 common Errors while booting => need reboot

Here is 2 errors I have since several months while booting JNode :
- this error come about in 5% of the boots :
Error in bootstrap :
java.util.ConcurrentModificationException:
java.util.HashMap$HashMapIterator!hasNext(806)
java.util.Collections$UnmodifiableIterator!hasNext(3065)
org.jnode.debugger.DebuggerPlugin!startPlugin(44)
org.jnode.plugin.Plugin!start(58)
org.jnode.plugin.model.PluginDescriptorModel$2!run(440)
....

- this error come about in 15% of the boots (I will put the stacktrace the next time I get it) :
The message was something like that: can't find org.jnode.finder.finder

These 2 errors are unpredictables and so hardly reproduceable. It think it's because the boot is multithreaded. After the error, a reboot is needed.

Do you already had these errors ? Are you working on it or do you have an idea ?

concurrent modification

I've got that exception also. I think i've fixed it now.

Ewout

stacktrace of second error

Error starting org.jnode.driver.finder
Cannot start org.jnode.driver.finder
org.jnode.plugin.PluginException:
org.jnode.plugin.PluginManager!startSinglePlugin (65)
org.jnode.plugin.manager.DefaultPluginManager!startSystemPlugins(118)
org.jnode.boot.Main!vmMain(51)
Caused by: java.lang.ClassCastException:

Unfortunately, the stacktrace of the ClassCastException is always lost.

Fabien

I get the second error sometimes

Levente