Hi Rupert, I compiled stanbol again but I was still facing the same issue. I have reported this on jira [1].
[1] https://issues.apache.org/jira/browse/STANBOL-1311 Regards, Suman Saurabh On Thu, Apr 3, 2014 at 9:38 AM, Rupert Westenthaler < rupert.westentha...@gmail.com> wrote: > Hi Suman, > > If you still see the failure it would be good to report this as an > issue at [1]. Please make sure to include information about your > environment (OS, Java version ...) in addition to the stack trace and > the surefire-reports (the text files under 'target/surefire-reports') > > best > Rupert > > [1] https://issues.apache.org/jira/browse/STANBOL > > On Wed, Apr 2, 2014 at 8:22 PM, Suman Saurabh > <ss.sumansaurab...@gmail.com> wrote: > > Hi Rupert, > > Stanbol got successfully compiled but I had to turn of the tests. > Hopefully > > there should be no issue in future. > > > > Regards, > > Suman Saurabh > > > > > > > > On Wed, Apr 2, 2014 at 7:18 PM, Rupert Westenthaler < > > rupert.westentha...@gmail.com> wrote: > > > >> Hi Suman, > >> > >> this looks like an issue with the Zemanta service. I have just tried > >> to build this module and it was completing successfully. > >> > >> best > >> Rupert > >> > >> > >> On Wed, Apr 2, 2014 at 2:32 PM, Suman Saurabh > >> <ss.sumansaurab...@gmail.com> wrote: > >> > Hi Rupert, all, > >> > > >> > I got the issue cleared but I got involved with another issue, I was > >> trying > >> > to install stanbol in another machine and stepped into the error: > >> > Failed to execute goal > >> > org.apache.maven.plugins:maven-surefire-plugin:2.16:test > (default-test) > >> on > >> > project org.apache.stanbol.enhancer.engines.zemanta: There are test > >> > failures. > >> > > >> > This is the sue-fire reports for the test: > >> > > >> > ------------------------------------------------------------------------------- > >> > Test set: > >> > > >> > org.apache.stanbol.enhancer.engines.zemanta.impl.ZemantaEnhancementEngineTest > >> > > >> > ------------------------------------------------------------------------------- > >> > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.662 > sec > >> > <<< FAILURE! - in > >> > > >> > org.apache.stanbol.enhancer.engines.zemanta.impl.ZemantaEnhancementEngineTest > >> > > >> > tesetBioText(org.apache.stanbol.enhancer.engines.zemanta.impl.ZemantaEnhancementEngineTest) > >> > Time elapsed: 0.573 sec <<< ERROR! > >> > com.hp.hpl.jena.shared.JenaException: org.xml.sax.SAXParseException; > >> > systemId: http://relative-uri.fake/; lineNumber: 1; columnNumber: > 438; > >> The > >> > content of elements must consist of well-formed character data or > markup. > >> > at > >> > > >> > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown > >> > Source) > >> > at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown > >> Source) > >> > at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown > >> Source) > >> > at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown > >> Source) > >> > at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown > Source) > >> > at > >> > > >> > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown > >> > Source) > >> > at > >> > > >> > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown > >> > Source) > >> > at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown > Source) > >> > at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown > Source) > >> > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > >> > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown > Source) > >> > at > >> > com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:151) > >> > at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:171) > >> > at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158) > >> > at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:229) > >> > at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:276) > >> > at > >> > > >> > org.apache.clerezza.rdf.jena.parser.JenaParserProvider.parse(JenaParserProvider.java:68) > >> > at > >> > > >> > org.apache.stanbol.enhancer.engines.zemanta.impl.ZemantaAPIWrapper.parseResponse(ZemantaAPIWrapper.java:137) > >> > at > >> > > >> > org.apache.stanbol.enhancer.engines.zemanta.impl.ZemantaAPIWrapper.enhance(ZemantaAPIWrapper.java:60) > >> > at > >> > > >> > org.apache.stanbol.enhancer.engines.zemanta.impl.ZemantaEnhancementEngine.computeEnhancements(ZemantaEnhancementEngine.java:216) > >> > at > >> > > >> > org.apache.stanbol.enhancer.engines.zemanta.impl.ZemantaEnhancementEngineTest.tesetBioText(ZemantaEnhancementEngineTest.java:105) > >> > > >> > > >> > __________________________________________________________________________________________________________ > >> > > >> > Is this an issue that is to be fixed or their is an issue with system. > >> > > >> > > >> > > >> > > >> > On Mon, Mar 31, 2014 at 9:59 AM, Rupert Westenthaler < > >> > rupert.westentha...@gmail.com> wrote: > >> > > >> >> Hi Suman, > >> >> > >> >> this was fixed with rev 1583176 [1] (see also STANBOL-1248) > >> >> > >> >> > >> >> [1] http://svn.apache.org/r1583176 > >> >> > >> >> On Mon, Mar 31, 2014 at 12:50 AM, Furkan KAMACI < > furkankam...@gmail.com > >> > > >> >> wrote: > >> >> > Hi Suman; > >> >> > > >> >> > Could you apply my patch at STANBOL-1306? > >> >> > > >> >> > Thanks; > >> >> > Furkan KAMACI > >> >> > > >> >> > > >> >> > 2014-03-31 1:25 GMT+03:00 Suman Saurabh < > ss.sumansaurab...@gmail.com > >> >: > >> >> > > >> >> >> Hi, > >> >> >> I want to know whether 'enhancer-engines-restricted' bundle are > made > >> >> >> available, whether code for developing enhancement engine requires > >> the > >> >> >> specified bundle. > >> >> >> > >> >> >> Sample project gets successfully compiled when I commented out the > >> >> >> following bundle from pom file[1]. > >> >> >> > >> >> >> [1] > >> >> > https://svn.apache.org/repos/asf/stanbol/trunk/launchers/full/pom.xml, > >> >> >> > >> >> >> Regards, > >> >> >> Suman Sauarbh > >> >> >> > >> >> > >> >> > >> >> > >> >> -- > >> >> | Rupert Westenthaler rupert.westentha...@gmail.com > >> >> | Bodenlehenstraße 11 ++43-699-11108907 > >> >> | A-5500 Bischofshofen > >> >> > >> > >> > >> > >> -- > >> | Rupert Westenthaler rupert.westentha...@gmail.com > >> | Bodenlehenstraße 11 ++43-699-11108907 > >> | A-5500 Bischofshofen > >> > > > > -- > | Rupert Westenthaler rupert.westentha...@gmail.com > | Bodenlehenstraße 11 ++43-699-11108907 > | A-5500 Bischofshofen >