Hello,

I still cannot get the build of current svn to run through:

The PermGen space errors in some taglib compilation I worked around with this command line:

MAVEN_OPTS="-Xmx256m -XX:MaxPermSize=256m" mvn clean install

Still the build fails in the webapp tests: the maven process installs a temporary sling repository in sling/_org.apache.sling.launchpad.testing-6-SNAPSHOT and there in logs/error.log I can see the failing attemps of the tests. There is one other error in the log:

09.11.2009 10:21:32.069 *ERROR* [FelixStartLevel] org.apache.sling.jcr.jackrabbit.server [org.apache.sling.jcr.jackrabbit.server.SlingServerRepository] Component Factory cannot be configured by factory configuration

maybe this can help tracking down what goes wrong?

when I do a mvn jetty:run in launchpad/webapp lots of files are downloaded and the container starts and the result is the same as during the build/test: Any access to sling fails due to "missing repository". The felix console works fine though, yet setting the repository there will not help.

--
peter

Reply via email to