2011/2/13 Rupert Westenthaler <[email protected]>: > Hi > > after some digging I found the reason for this is the unavailability > of the geonames.org webserivce > > see this section in the log > > Caused by: java.io.IOException: Server returned HTTP response code: > 503 for URL: > http://ws.geonames.org/search?name=Paris&maxRows=5&type=json&style=FULL > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313) > at > org.apache.stanbol.enhancer.engines.geonames.impl.GeonamesAPIWrapper.searchToponyms(GeonamesAPIWrapper.java:358) > at > org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine.computeEnhancements(LocationEnhancementEngine.java:292) > ... 42 more > > I suggest to deactivate all engines that depend on external service > for the integration builds. However I have no Idea how to do that > other than creating an own sling launcher configuration that excludes > such engines.
A launcher for off-line stanbol is a good idea anyway: it would be useful for people pre-loading the entithub with precomputed entity dumps and only use enhancements related to this local base without relying on an internet connection to remote services and / or knowledge bases. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
