FYI This was caused by a race condition between the opennlp-ner engine loading the models and the registration of the BundleDataFileProvider for the stanbol.defaultdata bundle. Basically the opennlp-ner engine tried to create the models before the required data where available
here are the according lines of the log [1] 26.06.2011 10:57:57.663 *INFO* [FelixStartLevel] org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource en-sent.bin via the DataFileProvider 26.06.2011 10:57:57.664 *INFO* [FelixStartLevel] org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource en-ner-person.bin via the DataFileProvider 26.06.2011 10:57:57.664 *INFO* [FelixStartLevel] org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource en-ner-location.bin via the DataFileProvider 26.06.2011 10:57:57.665 *INFO* [FelixStartLevel] org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource en-ner-organization.bin via the DataFileProvider ... 26.06.2011 10:58:01.066 *INFO* [FelixDispatchQueue] org.apache.stanbol.commons.stanboltools.datafileprovider.bundle.impl.DataBundleInstaller Registerd BundleResourceProvider for org.apache.stanbol.commons.stanboltools.datafileprovider.bundle and relative paths [org/apache/stanbol/defaultdata/opennlp/] I hope that http://svn.apache.org/viewvc?rev=1139954&view=rev will resolve this issue. best Rupert Westenthaler [1] https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/integration-tests/target/launchdir/sling/logs/error.log On Sun, Jun 26, 2011 at 7:58 PM, Apache Jenkins Server <[email protected]> wrote: > See <https://builds.apache.org/job/stanbol-trunk-1.6/244/changes> > > > -- | Rupert Westenthaler [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
