Re: Still integrating latest updates
"Sasvata (Shash) Chatterjee" <[email protected]> Tue, 20 Sep 2005 13:54:50 -0500
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Gene, this was a recursion error (causing running out of stack memory), that I think Pierre already fixed yesterday or day before in keel-core. But most likely, there is some other error that is happening, which you'll see after you get this fix applied :-). I think this shows up when trying to translate some error messages, for which no resource bundle is available. >Getting the following at startup: > >[KeelContainerFactory] Server Working directory is >/usr/local/src/jakarta-tomcat-5.5.10/webapps/occa/WEB-INF >java.lang.StackOverflowError > at java.lang.ref.ReferenceQueue.poll(ReferenceQueue.java:82) > at sun.misc.SoftCache.processQueue(SoftCache.java:153) > at sun.misc.SoftCache.get(SoftCache.java:269) > at >java.util.ResourceBundle.findBundleInCache(ResourceBundle.java:968) > at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:692) > at java.util.ResourceBundle.getBundle(ResourceBundle.java:511) > at org.keel.util.i18n.Translator.toString(Translator.java:165) > at org.keel.util.i18n.Translator.toString(Translator.java:167) > at org.keel.util.i18n.Translator.toString(Translator.java:167) >... and on and on > > > http://keelframework.org/documentation.shtml Keelgroup mailing list [email protected] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com