Hi all, Let me add some quick information
> Tests in error: > > OpenNLPTest.testLoadModelByName:145 ? EOF Unexpected end of ZLIB input stream [..] If one sees errors like that it indicates that the according model is corrupted. In this case one needs to call mvn clean -Ddownloads best in the ./data directory to force the re-download of all the models > The URL > http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia_26k.solrindex.bz2 > doesn't exist anymore. The dev.iks-project.eu server had a hardware issue and is currently not available. For all SNAPSHOT versions I have redirected the downloads to a different version. All released versions still point to the no longer existing URI as their is nothing one can do about that. I hope to bring back the dev.iks-project server in the coming weeks. In the meantime one needs to also check out the release-0.12 [1] branch and copy over the binary resources to 0.12.0 release. (this are all folders called "download" under the "./data" directory. best Rupert [1] http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/ On Sun, Mar 29, 2015 at 6:05 AM, Joni Hoppen <j...@aquare.la> wrote: > Rafa and Steve, > > Let me thank you for you supper support and also publicly apologize for my > big mistake that I found on the the compilation process, the amazon > instance had not space left for the installation, I took me a while to spot > it and resizing it. Now it is compiled and running on my Centos, the Mac I > haven't touched. > > Many cheers from Florianópolis Brazil. > > > > > Joni Hoppen > > Diretor financeiro e de operações > > > > > Aquarela Inovação Tecnológica do Brasil > > www.aquare.la/pt > > j...@aquare.la > > (48) 3304 1137 > (48) 9623 4864 > > ----- Mensagem original ----- > De: "steve reinders" <steve...@gmail.com> > Para: dev@stanbol.apache.org > Enviadas: Sábado, 28 de março de 2015 23:16:20 > Assunto: Re: Super Help - Build Stanbol > > Joni, > > The URL > > http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia_26k.solrindex.bz2 > doesn't > exist anymore. It looks like you may be working with old versions or have > old builds laying around and are getting confused. > > Try this: > - create a new empty directory and cd into it > - run the svn command in that directory to check out the source code from > the stanbol repository > - when that's done loading cd into the stanbol directory and do mvn clean > install > - it should take about a 1/2hour to build > > I did the above on OSX and it built OK. The stanbol build does download > resources from other sites. I've no idea if an AWS instance has rules about > pulling external resources. > > boa sorte > > Steve > > > > > On Sat, Mar 28, 2015 at 7:13 PM, Joni Hoppen <j...@aquare.la> wrote: > > > Steve, > > > > This is the latest error, is there a workaround with this? > > > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 01:40 min > > [INFO] Finished at: 2015-03-28T21:08:45-03:00 > > [INFO] Final Memory: 120M/239M > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-antrun-plugin:1.6:run (download) on > project > > org.apache.stanbol.data.sites.dbpedia: An Ant BuildException has occured: > > The following error occurred while executing this line: > > [ERROR] > > > /Users/jhs/Desktop/MeuStambol/apache-stanbol-0.12.0/data/sites/dbpedia/download_index.xml:28: > > Warning: Could not find resource url " > > > http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia_26k.solrindex.bz2 > " > > to copy. > > [ERROR] -> [Help 1] > > > > > > > > > > Joni Hoppen > > > > Diretor financeiro e de operações > > > > > > > > > > Aquarela Inovação Tecnológica do Brasil > > > > www.aquare.la/pt > > > > j...@aquare.la > > > > (48) 3304 1137 > > (48) 9623 4864 > > > > ----- Mensagem original ----- > > De: "Joni Hoppen" <j...@aquare.la> > > Para: dev@stanbol.apache.org > > Enviadas: Sábado, 28 de março de 2015 20:42:01 > > Assunto: Re: Super Help - Build Stanbol > > > > Hi Steve > > > > Responding your questions: > > > > I am trying to make it running in a command line server running on > > CENTOS and also trying on my OSX, > > > > Where are you following the build procedure ? > > > > http://stanbol.apache.org/docs/trunk/tutorial.html > > > > Are you using 0.12 or 1.0 releases ? > > > > I don't know which one is being used in the tutorial above that uses > > svn checkout > > > > > > If you're having "random" troubles on tests is there a problem with your > > connection if you're using a network connection ? > > > > I have a quite stable connection specially the centos which is running > > on a Amazon linux instance. > > > > > > What is your java version ? javac -version > > > > javac 1.7.0_75 > > > > What is your maven version ? mvn -version > > > > Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; > > 2014-08-11T20:58:10+00:00) > > Maven home: /usr/local/apache-maven-3.2.3 > > Java version: 1.7.0_75, vendor: Oracle Corporation > > Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75.x86_64/jre > > Default locale: en_US, platform encoding: ANSI_X3.4-1968 > > OS name: "linux", version: "2.6.32-431.29.2.el6.x86_64", arch: "amd64", > > family: "unix" > > > > > > Any advices? super thanks in advance for giving a hand. > > > > > > > > Joni Hoppen > > > > Diretor financeiro e de operações > > > > > > > > > > Aquarela Inovação Tecnológica do Brasil > > > > www.aquare.la/pt > > > > j...@aquare.la > > > > (48) 3304 1137 > > (48) 9623 4864 > > > > ----- Mensagem original ----- > > De: "steve reinders" <steve...@gmail.com> > > Para: dev@stanbol.apache.org > > Enviadas: Sábado, 28 de março de 2015 20:12:27 > > Assunto: Re: Super Help - Build Stanbol > > > > joni, > > > > Are you using an IDE ( like Netbeans ) or the command line ? I've found > > that I have to edit the POM when using Netbeans. > > > > As far as command line, it has worked fine in build and tests. This on > OSX > > on the last 3 releases . Where are you following the build procedure ? > > > > Are you using 0.12 or 1.0 releases ? > > > > If you're having "random" troubles on tests is there a problem with your > > connection if you're using a network connection ? > > > > What is your java version ? javac -version > > What is your maven version ? mvn -version > > > > Steve > > > > > > > > > > On Sat, Mar 28, 2015 at 5:51 PM, Rafa Haro <rh...@apache.org> wrote: > > > > > You should be able to build it just using Java 7.x and maven 3. The > test > > is > > > failing for you shouldn't be failing also (it's not failing to me) but > > > anyway, if you want to have it built and running just skip the tests > with > > > maven. > > > > > > Cheers, > > > Rafa > > > > > > El sábado, 28 de marzo de 2015, Joni Hoppen <j...@aquare.la> escribió: > > > > > > > Hi Rafa, > > > > > > > > My problem is that I can't find a way to get stanbol compiled and > > > running, > > > > everytime I try different problems occur, I am trying to install it > on > > my > > > > mac and on a Centos 6.5. Do you have it running? > > > > > > > > Below is the very last message I got from one of my attempts, I would > > be > > > > glad if anyone can help. > > > > > > > > Cheers > > > > Joni > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Results : > > > > > > > > > > > > > > > > > > > > Failed tests: > > > > > > > > > > > > > > TextAnalyzerTest.testMultipleSentenceDefaultConfig:139->checkSingleSentence:152 > > > > null > > > > > > > > > > > > > > > > > > > > Tests in error: > > > > > > > > OpenNLPTest.testLoadModelByName:145 ? EOF Unexpected end of ZLIB > input > > > > stream > > > > > > > > OpenNLPTest.testLoadIncompatibleModelByName ? Unexpected exception, > > > > expected<... > > > > > > > > OpenNLPTest.testLoadEnTokenizer:57 ? EOF Unexpected end of ZLIB input > > > > stream > > > > > > > > OpenNLPTest.testLoadEnSentence:81 ? EOF Unexpected end of ZLIB input > > > stream > > > > > > > > OpenNLPTest.testLoadEnChunker:109 ? EOF Unexpected end of ZLIB input > > > stream > > > > > > > > OpenNLPTest.testLoadEnNER:124 ? EOF Unexpected end of ZLIB input > stream > > > > > > > > > > > > > > > > > > > > Tests run: 18, Failures: 1, Errors: 6, Skipped: 0 > > > > > > > > > > > > > > > > > > > > [INFO] > > > > > > ------------------------------------------------------------------------ > > > > > > > > [INFO] Reactor Summary: > > > > > > > > [INFO] > > > > > > > > [INFO] Apache Stanbol Commons OpenNLP Utilities and Models FAILURE [ > > > > 24.099 s] > > > > > > > > [INFO] Apache Stanbol Commons Testing Jar Executor ........ SKIPPED > > > > > > > > [INFO] Apache Stanbol Commons Testing HTTP Testing Library SKIPPED > > > > > > > > [INFO] Apache Stanbol Commons Testing Stanbol Utilities ... SKIPPED > > > > > > > > [INFO] Apache Stanbol Commons OWL Bundle .................. SKIPPED > > > > > > > > [INFO] Apache Stanbol Commons Launchpad ................... SKIPPED > > > > > > > > [INFO] Apache Stanbol Commons Security Core ............... SKIPPED > > > > > > > > [INFO] Apache Stanbol Commons Basic Authenticator ......... SKIPPED > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Joni Hoppen > > > > > > > > Diretor financeiro e de operações > > > > > > > > > > > > > > > > > > > > Aquarela Inovação Tecnológica do Brasil > > > > > > > > www.aquare.la/pt > > > > > > > > j...@aquare.la <javascript:;> > > > > > > > > (48) 3304 1137 > > > > (48) 9623 4864 > > > > > > > > ----- Mensagem original ----- > > > > > > > > De: "Rafa Haro" <rh...@apache.org <javascript:;>> > > > > Para: dev@stanbol.apache.org <javascript:;> > > > > Enviadas: Sexta-feira, 27 de março de 2015 20:09:38 > > > > Assunto: Re: Super Help - Build Stanbol > > > > > > > > Hi Joni > > > > > > > > which are exactly your problems? > > > > > > > > Cheers > > > > > > > > El viernes, 27 de marzo de 2015, Joni Hoppen <j...@aquare.la > > > > <javascript:;>> escribió: > > > > > > > > > Hello folks, how have you being doing? > > > > > > > > > > It's been months, perhaps more than 6 months that I am trying to > have > > > > > Stanbol up and running, but no matter what I do I simply can't have > > it > > > > > done, is there anyone who can give a tutorial that works? or a > > > suggested > > > > > platform linux and versions? I would very much appreciate to know > if > > > the > > > > > difficulties to install is technical or political based. If the > > second > > > > case > > > > > applies, is it solvable? Are there alternatives to Stanbol? > > > > > > > > > > Many thanks for you valuable attention. I wish you all a restful > > > weekend. > > > > > > > > > > > > > > > > > > > > > > > > > Joni Hoppen > > > > > > > > > > Managing Director > > > > > > > > > > > > > > > > > > > > > > > > > Aquarela Inovação Tecnológica do Brasil > > > > > > > > > > www.aquare.la > > > > > > > > > > j...@aquare.la <javascript:;> <javascript:;> > > > > > > > > > > (48) 3304 1137 > > > > > (48) 9623 4864 > > > > > > > > > > > > > > > > > > > > > > > > -- | Rupert Westenthaler rupert.westentha...@gmail.com | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen | REDLINK.CO .......................................................................... | http://redlink.co/