Can you attach the full (unabridged :-) log when you get a chance? I'll take a look at why there's no more info regarding the exact error when I get a chance. It should definitely be easier to track down than it appears to have been.
In the meantime, can you try replacing the "&" with "&" and see that is one of the causes of the crash? I am thinking that could cause an XML parse problem.
Shash
Stephen Davidson wrote:
Greetings.
Pete, heads up, I think this may be another one for your list.
Ok, found the file that I missed backing the changes out of, a system.xconf file.
I was trying to pass parameters via the Menu, via the following statement,
<menu title="Add Inventory" model="mam.editclip?command=clear&method=add"/>
This apparently causes a corrupted config file to be created, causing the
following error. Would it be possible to have some more information dumped
during an error like this, so that people like me have an easier time of
chasing down their own novel mistakes?
Regards, Steve
Stephen Davidson wrote:
Greetings.
It was working, then it stopped. I have backed out all the changes that I made, deleted my build directory, deleted the Deploy directory (note: the clean target is failing in Keel-server),
but I am still getting this.
Default works ok, but this error is too vague for me to even figure out where to start looking on it.
Suggestions?
-Steve
[ERROR] Startup error:
org.keel.services.model.ModelException: Error getting Keel container, Exception scanning configuration directory '/home/steve/projects/Blueline/keel-build/deploy/jakarta-tomcat-4.1.27/webapps/struts/WEB-INF/keel/server/conf'
at org.keel.servers.KeelAbstractServer.initialize(KeelAbstractServer.java:113)
at org.keel.servers.KeelAbstractServer.getContainer(KeelAbstractServer.java:99)
at org.keel.servers.direct.KeelDirectServer.run(KeelDirectServer.java:60)
-----------------------------------------
org.keel.core.exception.NestedException: Exception scanning configuration directory '/home/steve/projects/Blueline/keel-build/deploy/jakarta-tomcat-4.1.27/webapps/struts/WEB-INF/keel/server/conf'
at org.keel.core.container.KeelContainerBuilder.buildConfigs(KeelContainerBuilder.java:296)
at org.keel.core.container.KeelContainerBuilder.getContainer(KeelContainerBuilder.java:93)
at org.keel.servers.KeelAbstractServer.initialize(KeelAbstractServer.java:111)
at org.keel.servers.KeelAbstractServer.getContainer(KeelAbstractServer.java:99)
at org.keel.servers.direct.KeelDirectServer.run(KeelDirectServer.java:60)
java.lang.RuntimeException: Startup Error
at org.keel.servers.direct.KeelDirectServer.run(KeelDirectServer.java:74)
Caused by: org.keel.services.model.ModelException: Error getting Keel container, Exception scanning configuration directory '/home/steve/projects/Blueline/keel-build/deploy/jakarta-tomcat-4.1.27/webapps/struts/WEB-INF/keel/server/conf'
at org.keel.servers.KeelAbstractServer.initialize(KeelAbstractServer.java:113)
at org.keel.servers.KeelAbstractServer.getContainer(KeelAbstractServer.java:99)
at org.keel.servers.direct.KeelDirectServer.run(KeelDirectServer.java:60)
http://keelframework.org/documentation Keelgroup mailing list [EMAIL PROTECTED] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
