Hello, I'm having trouble getting the blog application to run with jetty-start.sh
2010-02-13 08:53:27.781::WARN: failed RomaWebFilter
org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.test.blog.CustomApplicationConfiguration] for bean with name 'ApplicationConfiguration' defined in file [/Users/reiner/Sites/blog/blog/WebContent/WEB-INF/classes/META-INF/components/applicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: AbstractApplicationConfiguration
The full session output, including failure message, is attached.
Roma was installed from a binary distribution. OS is MacOSX lepard (10.5).
Can anyone help me getting started ?
Thanks,
Reiner
startup dump
Hi,
seems that jetty can't find the class org.romaframework.core.config.AbstractApplicationConfiguration but it's contained in the roma-core.jar that you have for sure inside the app's classhpath.
Usually the wizard generates the application ready to start without problems, so I think it's a problem of your configuration of MacOSX. Unfortunately I've not a Mac and I can't help in that.
I just suggest you to double check if the jars are under the WebContent/WEB-INF/lib directory of your project.
bye,
Lvc@