I found I was able to work around getting stanbol to work on windows if I copy the opennlp files to my C:\projects\stanbol\sling\datafiles
(didn't have to do this on Linux) https://issues.apache.org/jira/browse/STANBOL-259 previously just had them in C:\projects\stanbol\defaultdata\src\main\resources\org\apache\stanbol\defaul tdata\opennlp Before building So it seems to be an issue with DataFileProvider not being able to get files from an http location when running on windows Waiting to give download time and trying again didn't help Maybe the install documentation should be updated to reflect the copying the files to datafiles step until this is fixed I also copied dbpedia_43k.solrindex.zip from C:\projects\stanbol\defaultdata\src\main\resources\org\apache\stanbol\defaul tdata\site\dbpedia\index To C:\projects\stanbol\sling\datafiles Also on http://incubator.apache.org/stanbol/docs/trunk/contentenhancement.html Section on "Using an index of linked open data locally" Is copying the zip file like I did enough? (all the info about installing bundles is confusing, and the [here][stan-download] seemed like a placeholder) Assume having the zip locally speeds things up. Does it prevent getting additional non local LOD info ? Also in the error logs, seems to be some errors that throw exceptions that are more for optional features not configured out of the box 1. *ERROR* [FelixStartLevel] org.apache.stanbol.factstore [org.apache.stanbol.factstore.derby.DerbyFactStore] The activate method has thrown an exception 2. 11.07.2011 14:47:07.572 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.geonames [org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine ] The activate method has thrown an exception 3. 11.07.2011 14:47:07.695 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.opencalais [org.apache.stanbol.enhancer.engines.opencalais.impl.OpenCalaisEngine] The activate method has thrown an exception 4. 11.07.2011 14:47:07.717 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.zemanta [org.apache.stanbol.enhancer.engines.zemanta.impl.ZemantaEnhancementEngine] The activate method has thrown an exception Steve
