Re: Still integrating latest updates

Gene McCullough <[email protected]> Tue, 20 Sep 2005 15:58:34 -0500
Newsgroups gmane.comp.java.keel.devel
Message-ID <[email protected]>
Hi Pierre, Thanks.  I manually copied KeelFrameworkResources* from
keel-common to my WEB-INF/classes location, and got past that error.  It
looks like none of my properties files are getting copied, except my
custom app's.  Any ideas?  I'm running keel-plugin 1.3

gene

Raoul Pierre wrote:
> Hello,
> 
> There is still some problem if Translator find neither the properties
> files for the message to be translate nor its own properties file. I'm
> working on it. I hope to patche something tonight.
> 
> Atm be sure that all the needed properties files are available,
> especially the KeelFrameworkResources one.
> 
> Pierre
> 
> Gene McCullough a écrit :
> 
>> Saw keel-core had a few changes, updated it also
>> $KEEL_HOME/rm -rf */target
>> $KEEL_HOME/maven multiproject:install
>> $KEEL_HOME/$MY_PROJECT/maven clean keel:maven
>> $KEEL_HOME/$MY_PROJECT/maven war
>>
>> and then a slight variation at startup follows:
>>
>> [KeelContainer] 7 modules found
>> [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:169)
>>        at org.keel.util.i18n.Translator.toString(Translator.java:148)
>>        at org.keel.util.i18n.Translator.toString(Translator.java:171)
>>        at org.keel.util.i18n.Translator.toString(Translator.java:148)
>>        at org.keel.util.i18n.Translator.toString(Translator.java:171)
>>        at org.keel.util.i18n.Translator.toString(Translator.java:148)
>>        at org.keel.util.i18n.Translator.toString(Translator.java:171)
>>
>>
>> Gene McCullough wrote:
>>  
>>
>>> Got update keel-common from CVS, now line numbers have changed, but same
>>> problem.  I'll check other logs...
>>>
>>> [KeelContainer] 7 modules found
>>> [KeelContainerFactory] Server Working directory is
>>> /usr/local/src/jakarta-tomcat-5.5.10/webapps/occa/WEB-INF
>>> java.lang.StackOverflowError
>>>        at
>>> java.util.ResourceBundle$ResourceCacheKey.equals(ResourceBundle.java:431)
>>>
>>>        at java.util.HashMap.eq(HashMap.java:277)
>>>        at java.util.HashMap.get(HashMap.java:326)
>>>        at sun.misc.SoftCache.get(SoftCache.java:270)
>>>        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:169)
>>>        at org.keel.util.i18n.Translator.toString(Translator.java:148)
>>>        at org.keel.util.i18n.Translator.toString(Translator.java:171)
>>>        at org.keel.util.i18n.Translator.toString(Translator.java:148)
>>>        at org.keel.util.i18n.Translator.toString(Translator.java:171)
>>>        at org.keel.util.i18n.Translator.toString(Translator.java:148)
>>>        at org.keel.util.i18n.Translator.toString(Translator.java:171)
>>>        at org.keel.util.i18n.Translator.toString(Translator.java:148)
>>>        at org.keel.util.i18n.Translator.toString(Translator.java:171)
>>> ... and so on repeating
>>>
>>> Thanks for the response,
>>> gene
>>>
>>>
>>> Sasvata (Shash) Chatterjee wrote:
>>>
>>>   
>>>
>>>> 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
>>>>
>>>>     
>>>
>>> http://keelframework.org/documentation.shtml
>>> Keelgroup mailing list
>>> [email protected]
>>> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
>>>
>>>   
>>
>> http://keelframework.org/documentation.shtml
>> Keelgroup mailing list
>> [email protected]
>> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
>>
>>
>>
>>  
>>
> 
> 
> 
> 
> http://keelframework.org/documentation.shtml
> Keelgroup mailing list
> [email protected]
> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
> 
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com