Hi Andreas, looks like the Entityhub Site with the DBpedia default data (as used by most of the integration tests) was not initialized correctly.
Do you still have the log files for this test run? You can find the log under 'integration-tests/target/launchdir/stanbol/logs/error.log' Is this reproduceable, or was it only happening once? What mvn command do you run (mvn clean install, mvn test, ...)? best Rupert On Mon, Sep 30, 2013 at 9:41 AM, Andreas Kuckartz <a.kucka...@ping.de> wrote: > $ mvn clean install -rf :org.apache.stanbol.integration-tests > fails. See below. > > Cheers, > Andreas > --- > > Failed tests: > testCRUD(org.apache.stanbol.ontologymanager.web.it.SessionTest): GET > request to http://localhost:8765/ontonet/session: expecting status 200 > (content: <html>(..) > > testSupportedRDFFormats(org.apache.stanbol.ontologymanager.web.it.SessionTest): > GET request to http://localhost:8765/ontonet/session: expecting status > 200 (content: <html>(..) > > testSupportedOWLFormats(org.apache.stanbol.ontologymanager.web.it.SessionTest): > GET request to http://localhost:8765/ontonet/session: expecting status > 200 (content: <html>(..) > testCRUD(org.apache.stanbol.ontologymanager.web.it.ScopeTest): GET > request to http://localhost:8765/ontonet/ontology: expecting status 200 > (content: <html>(..) > > testSupportedRDFFormats(org.apache.stanbol.ontologymanager.web.it.ScopeTest): > GET request to http://localhost:8765/ontonet/ontology: expecting status > 200 (content: <html>(..) > testRetrievel(org.apache.stanbol.entityhub.it.SitesManagerTest): GET > request to > http://localhost:8765/entityhub/sites/entity?id=http%3A%2F%2Fdbpedia.org%2Fresource%2FParis: > expecting status 200 (content: Entity with ID > 'http://dbpedia.org/resource/Paris' not found an any referenced site(..) > > testFieldQueryValueConstraints(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testBoostAndProximityRanking(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testConstraintValueModeQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testMultiWordWildcardTextConstraints(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testFieldQueryRangeConstraints(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > testFindNameQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testSimilaritySearch(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testSemanticContextQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testFieldQueryMultipleValueConstraints(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testFieldQueryMultiReferenceConstraints(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > testFindWildcards(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testFieldQueryTextConstraints(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testFindLanguageQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > testFullTextQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testFindLimitAndOffsetQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testValueConstraintDefaultDataType(org.apache.stanbol.entityhub.it.SitesManagerTest): > Returned Query does not contain the default data type > > testLimitNegativeNumber(org.apache.stanbol.entityhub.it.SitesManagerTest): > Result Query does not contain Limit property > > testSimpleReconciliation(org.apache.stanbol.entityhub.it.reconcile.DbpediaReconcileTest): > GET request to > http://localhost:8765/entityhub/site/dbpedia/reconcile?queries=%7B%22q0%22%3A%7B%22query%22%3A%22Paris%22%2C%22limit%22%3A3%7D%2C%22q1%22%3A%7B%22query%22%3A%22London%22%2C%22limit%22%3A3%7D%7D: > expecting status 200 (content: ReferencedSite 'dbpedia' not acitve!) > expected:<200> but was:<404> > > testInitialization(org.apache.stanbol.entityhub.it.reconcile.DbpediaReconcileTest): > GET request to > http://localhost:8765/entityhub/site/dbpedia/reconcile?callback=jsonp1361172630576: > expecting status 200 (content: ReferencedSite 'dbpedia' not acitve!) > expected:<200> but was:<404> > testRetrievel(org.apache.stanbol.entityhub.it.ReferencedSiteTest): GET > request to > http://localhost:8765/entityhub/site/dbpedia/entity?id=http%3A%2F%2Fdbpedia.org%2Fresource%2FParis: > expecting status 200 (content: <html>(..) > > testFieldQueryValueConstraints(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testBoostAndProximityRanking(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testConstraintValueModeQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testMultiWordWildcardTextConstraints(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testFieldQueryRangeConstraints(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > testFindNameQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > > testSimilaritySearch(org.apache.stanbol.entityhub.it.ReferencedSiteTest): POST > request to http://localhost:8765/entityhub/site/dbpedia/query: expecting > status 200 (content: <html>(..) > > testSemanticContextQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testFieldQueryMultipleValueConstraints(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testFieldQueryMultiReferenceConstraints(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > testFindWildcards(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > > testFieldQueryTextConstraints(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testFindLanguageQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > testFullTextQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testFindLimitAndOffsetQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > > testValueConstraintDefaultDataType(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testOffsetNegativeNumber(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testEmptyFieldProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testMissingConstrints(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testMissingConstraintTypeProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testDefaultRangeConstraintDatatypeProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testDefaultsParameter(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > > testLimitNegativeNumber(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testMultipleConstraintsForSameField(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testMissingTextConstraintTextProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testMissingConstraintFieldProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testCustomFieldParameter(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > > testEmptyNameParameter(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 400 (content: <html>(..) > > testRangeConstraintNoBoundsProperties(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > testLimitNoNumber(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testMissinValueConstraintValueProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testOffsetNoNumber(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testMissingReferenceConstraintValueProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testDefaultTextConstraintPatternTypeProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testUnknownTextConstraintPatternType(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testUnknownConstraintType(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testEmptyTextConstraintTextProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testMissingNameParameter(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 400 (content: <html>(..) > testIllegalJSON(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > > testNoContext(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: <html>(..) > > testIllegalLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: <html>(..) > > testMultipleContext(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 200 (content: <html>(..) > > testUnknownContext(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 200 (content: <html>(..) > > testFindInvalidLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: <html>(..) > > testQueryLDPathSelection(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: <html>(..) > > testFindLDPathOnMultipleResults(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > > testEmptyLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: <html>(..) > > testNoLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: <html>(..) > > testQueryIllegalLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: <html>(..) > testLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 200 (content: <html>(..) > > testFindLDPathSelectLabel(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > > testFindLDPathSelectPaths(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: <html>(..) > > testEmptyContext(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: <html>(..) -- | Rupert Westenthaler rupert.westentha...@gmail.com | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen