Steve: I think you need the latest build.xml etc from keel-build module. It creates the <modules> config thing that lets Keel know what conditional configuration to load - the elements you see being skipped below are using the "if="xxx" tag, and there's no "xxx" module, so they get skipped.
Mike On Mon, 03 Nov 2003 17:29:41 -0600 Stephen Davidson <[EMAIL PROTECTED]> wrote: > Hi Mike. > > One of us has broken something severely in Keel in regards to the menu. I am hoping > that it is you, as I am not sure what to look for, given the attached error. > > However, I was in working on StrutsClientConnector, so it is entirely conceivalbe I > did something bad. If so, it would be greatly appreciated if you could point out > what I did that was bad so I can go fix. > > Thanks, > Steve > > [KeelStarter] JAR: excalibur-component-1.1.jar > [KeelStarter] JAR: excalibur-instrument-1.0.jar > Initializing Keel Container... > Building configurations... > [KeelMetaInfoManager] Initialize > WARNING: There were no modules listed in configuration > [KeelContainer] Configuration nav.navigate skipped > [KeelContainer] Configuration default-persistent skipped > [KeelContainer] Configuration hsqldb skipped > Setting system property 'java.security.auth.login.config' to > '/home/steve/projects/Blueline/keel-build/deploy/jakarta-tomcat-4.1.29/webapps/struts/WEB-INF/keel/server/conf/jaas.config' > Setting system property 'model.timeout' to '60' > Nov 3, 2003 5:24:10 PM org.keel.clients.struts.StrutsClientConnector createDynaBean > SEVERE: No elements in response from server > Nov 3, 2003 5:24:10 PM org.keel.clients.struts.StrutsClientConnector handleErrors > SEVERE: Stack for error 'model' (Could not run model 'nav.navigate' for role > 'org.keel.services.model.Model', null, Unable to provide implementation for > org.keel.services.model.Model/nav.navigate > (Key='org.keel.services.model.Model/nav.navigate')) > org.keel.services.model.ModelException: Could not run model 'nav.navigate' for role > 'org.keel.services.model.Model', null, Unable to provide implementation for > org.keel.services.model.Model/nav.navigate > (Key='org.keel.services.model.Model/nav.navigate') > at > org.keel.services.model.defaultmodel.DefaultModelRequest.execute(DefaultModelRequest.java:162) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.apache.avalon.fortress.impl.factory.PassThroughInvocationHandler.invoke(PassThroughInvocationHandler.java:100) > at $Proxy1.execute(Unknown Source) > at > org.keel.servers.direct.KeelDirectServer.execute(KeelDirectServer.java:251) > at > org.keel.servers.direct.KeelDirectServer$MultiThreadedProcessor.run(KeelDirectServer.java:294) > > ----------------------------------------- > > > > -- > Java/J2EE Developer/Integrator > Co-Chair, Dallas/FortWorth J2EE Sig > 214-724-7741 > > > http://keelframework.org/documentation > Keelgroup mailing list > [EMAIL PROTECTED] > http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com Michael Nash JGlobal Ltd Next-Generation Web Application Development and Open Source Support http://www.jglobal.com Bahamas Commerce and Trade Offshore eCommerce Hosting and Business Services http://www.bahamascommerce.com http://keelframework.org/documentation Keelgroup mailing list [EMAIL PROTECTED] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
