Hi there - I'm working on trying to get Marmotta (either 3.2.1 as-released or a 3.3.0 snapshot) up and running in Jetty 8.1.16. I know the directions [0] specify Jetty 6.x, but I'm trying to use a slightly more recent version based on another project, hydra-jetty, [1] that provides a convenience deployment of Jetty, Solr, and the Fedora repository framework.
I think I have successfully resolved a good number of the dependency issues, and have created a fork of hydra-jetty for use with Marmotta [2]. However, when Jetty starts and begins to load, it runs into a NullPointerException on MarmottaResourceFilter.init. My logs are here [3]. Please let me know if you have any insight. [0] http://marmotta.apache.org/installation.html [1] https://github.com/projecthydra/hydra-jetty [2] https://github.com/anarchivist/marmotta-jetty [3] https://gist.github.com/anarchivist/58463ee38bc012b12210 Cheers, Mark Matienzo