I am using Eclipse-3.1 and Eclipse's remote debugging capability.
I am using Tomcat-5.5.9, you just provide the following VM options in
the Java tab of the launcher:
"-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"
If using Tomcat-5.0.x, then you have to set the following env. vars:
JPDA_ADDRESS=8000
JPDA_TRANSPORT=dt_socket
and start tomcat with )on WIndows/Cygwin):
$TOMCAT_HOME/bin/catalina.bat jpda start
Sasvata (Shash) Chatterjee wrote:
> I guess we have to wait until Pierre replies. The way I got around it
> was to put a debugger breakpoint in Sequence.execute and catching the
> error generated by my Model in the debugger....
>
>> 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)
>>
>>
>>
>>
>
>
>
http://keelframework.org/documentation.shtml
> Keelgroup mailing list
>
Keelgroup@list...
>
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
http://keelframework.org/documentation.shtml
Keelgroup mailing list
Keelgroup@list...
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
opensubscriber is not affiliated with the authors of this message nor responsible for its content.