Hi William, the problem is this line in extraction.default.properties:
languages=10000- This means that all languages with 10000 articles or more should be extracted (and to find out which languages that are we would need the language list in wikipedias.csv). But you need only English, so you should change it to languages=en This should fix that problem. We should probably also have a file extraction.minimal.properties that works with download.minimal.properties, and we should have a better error message. Noted. Cheers, JC On Sun, Sep 23, 2012 at 11:07 AM, William Kisman <[email protected]> wrote: > Hi Pablo > > Yes, I did download using the DBPedia Framework, with the command given by > Dimitris. > > dell:/home/william/universe/Downloads/02a1dff9e208/dump # ../run download > config=download.minimal.properties > > below is the config for download.minimal.properties > > # NOTE: format is not java.util.Properties, but > org.dbpedia.extraction.dump.download.DownloadConfig > > # Default download server. It lists mirrors which may be faster. > base-url=http://dumps.wikimedia.org/ > > # Replace by your target folder. > base-dir=/home/william/universe/dev/dbp-latest/dump/ > > # Replace xx by your language. > download=en:pages-articles.xml.bz2 > > # Only needed for the ImageExtractor > # download=commons:pages-articles.xml.bz2 > > # Unzip files while downloading? Not necessary, extraction will unzip on the > fly. Let's save space. > unzip=false > > # Sometimes connecting to the server fails, so we try five times with pauses > of 10 seconds. > retry-max=5 > retry-millis=10000 > > > Then I have these files downloaded > > dell:~ # ll /home/william/universe/dev/dbp-latest/dump/ > total 4 > drwxr-xr-x 3 root root 4096 Sep 23 11:19 enwiki > dell:~ # ll /home/william/universe/dev/dbp-latest/dump/enwiki/ > total 8 > drwxr-xr-x 2 root root 4096 Sep 23 11:19 20120902 > -rw-r--r-- 1 root root 3700 Sep 22 20:59 index.html > dell:~ # ll /home/william/universe/dev/dbp-latest/dump/enwiki/20120902/ > total 9028776 > -rw-r--r-- 1 root root 0 Sep 23 11:19 > enwiki-20120902-download-complete > -rw-r--r-- 1 root root 9245341516 Sep 3 12:54 > enwiki-20120902-pages-articles.xml.bz2 > -rw-r--r-- 1 root root 103050 Sep 10 15:11 index.html > dell:~ # > > Regards, > William > > > > On Sun, Sep 23, 2012 at 4:55 PM, Pablo N. Mendes <[email protected]> > wrote: >> >> Hi William, >> Did you download the files yourself, or did you use the DBpedia >> downloader? In the command lines you posted, I don't see this one, suggested >> by Dimitris as a fix: >> >> $../run download YourDownloadConfigFile (to download the wikipedia dumps) >> >> Abs, >> Pablo >> >> On Sun, Sep 23, 2012 at 8:59 AM, William Kisman <[email protected]> wrote: >>> >>> Hi Olivier, >>> >>> Thanks for your reply. I have done those but still there's error. Missing >>> the file wikipedias.csv >>> >>> dell:/home/william/universe/Downloads/02a1dff9e208/dump # scala -cp >>> core-3.8.jar:dump-3.8.jar org.dbpedia.extraction.dump.extract.Extraction >>> extraction.default.properties >>> parsing /home/william/universe/dev/dbp-latest/wikipedias.csv >>> java.io.FileNotFoundException: >>> /home/william/universe/dev/dbp-latest/wikipedias.csv (No such file or >>> directory) >>> at java.io.FileInputStream.open(Native Method) >>> at java.io.FileInputStream.<init>(FileInputStream.java:137) >>> >>> >>> >>> Hi Dimitris, >>> >>> I have downloaded the dump file successfully. But the extraction does not >>> generate anything although it say BUILD SUCCESS. >>> I have configured the base-dir in extraction.default.properties >>> base-dir=/home/william/universe/dev/dbp-latest/dump/ >>> This directory already contain the folder enwiki and downloaded files. >>> What could be wrong from this ? >>> >>> >>> dell:/home/william/universe/Downloads/02a1dff9e208/dump # ../run extract >>> config=extraction.default.properties >>> [INFO] Scanning for projects... >>> [INFO] >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Building DBpedia Dump Extraction 3.8 >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] >>> [INFO] >>> maven-scala-plugin:2.15.2:run (default-cli) @ dump >>> >>> [INFO] >>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ >>> dump --- >>> [debug] execute contextualize >>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>> [INFO] skip non existing resourceDirectory >>> /home/william/Downloads/02a1dff9e208/dump/src/main/resources >>> [INFO] >>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ dump >>> --- >>> [INFO] Checking for multiple versions of scala >>> [INFO] includes = [**/*.scala,**/*.java,] >>> [INFO] excludes = [] >>> [INFO] Nothing to compile - all classes are up to date >>> [INFO] >>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ dump >>> --- >>> [INFO] Nothing to compile - all classes are up to date >>> [INFO] >>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ dump --- >>> [INFO] Checking for multiple versions of scala >>> [INFO] includes = [**/*.scala,**/*.java,] >>> [INFO] excludes = [] >>> [INFO] Nothing to compile - all classes are up to date >>> [INFO] >>> [INFO] --- maven-resources-plugin:2.5:testResources >>> (default-testResources) @ dump --- >>> [debug] execute contextualize >>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>> [INFO] skip non existing resourceDirectory >>> /home/william/Downloads/02a1dff9e208/dump/src/test/resources >>> [INFO] >>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) >>> @ dump --- >>> [INFO] No sources to compile >>> [INFO] >>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ dump >>> --- >>> [INFO] Checking for multiple versions of scala >>> [INFO] includes = [**/*.scala,**/*.java,] >>> [INFO] excludes = [] >>> [WARNING] No source files found. >>> [INFO] >>> [INFO] <<< maven-scala-plugin:2.15.2:run (default-cli) @ dump <<< >>> [INFO] >>> [INFO] --- maven-scala-plugin:2.15.2:run (default-cli) @ dump --- >>> [INFO] Checking for multiple versions of scala >>> [WARNING] Not mainClass or valid launcher found/define >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] BUILD SUCCESS >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Total time: 1.470s >>> [INFO] Finished at: Sun Sep 23 14:04:24 SGT 2012 >>> [INFO] Final Memory: 12M/210M >>> [INFO] >>> ------------------------------------------------------------------------ >>> >>> >>> Regards, >>> William >>> >>> >>> On Mon, Sep 17, 2012 at 10:17 PM, Sollier Olivier >>> <[email protected]> wrote: >>>> >>>> I had the same error, if you are using 3.8 here's a short step by step >>>> guide : >>>> >>>> After compiling the sources : >>>> 1° Copy core-3.8.jar & dump-3.8.jar (located in >>>> /home/user/.m2/repository/org/dbpedia/extraction/dump/3.8/dump-3.8.jar and >>>> /home/dbpedia2/.m2/repository/org/dbpedia/extraction/core/3.8/core-3.8.jar) >>>> to the same folder (eg FOLDER) >>>> 2° Edit the file extraction.default.properties (located in >>>> extraction_framework/dump) to suit your needs and copy it to FOLDER >>>> 3° place yourself in FOLDER and try the following : >>>> >>>> scala -cp core-3.8.jar:dump-3.8.jar >>>> org.dbpedia.extraction.dump.extract.Extraction >>>> extraction.default.properties >>>> >>>> >>>> There was still an error after that, you can find it and its solution >>>> there : >>>> >>>> >>>> http://www.mail-archive.com/[email protected]/msg03833.html >>>> >>>> >>>> Regards, >>>> >>>> Olivier Sollier >>>> >>>> ________________________________ >>>> From: Dimitris Kontokostas [mailto:[email protected]] >>>> To: William Kisman [mailto:[email protected]] >>>> Cc: [email protected] >>>> Sent: Fri, 14 Sep 2012 23:16:04 -0400 >>>> Subject: Re: [Dbpedia-discussion] Install error for DBpedia extraction >>>> framework >>>> >>>> >>>> Inside the dump folder try >>>> $../run download YourDownloadConfigFile (to download the wikipedia >>>> dumps) >>>> $../run extract YourExtractConfigFile (to start extraction) >>>> >>>> You can also use the provided files for default options >>>> >>>> Best, >>>> Dimitris >>>> >>>> On Fri, Sep 14, 2012 at 11:38 PM, William Kisman <[email protected]> >>>> wrote: >>>>> >>>>> Hi >>>>> >>>>> I have made >>>>> hg update dump >>>>> >>>>> Success on >>>>> mvn install >>>>> >>>>> but fail on >>>>> mvn scala:run >>>>> in dump directory >>>>> >>>>> It say /home/release/wikipedia/wikipedias.csv (No such file or >>>>> directory) >>>>> >>>>> Can give me more light ? Thanks >>>>> >>>>> dell:/home/william/Downloads/02a1dff9e208/dump # mvn scala:run >>>>> >>>>> [INFO] Scanning for projects... >>>>> [INFO] >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] Building DBpedia Dump Extraction 3.8 >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] >>>>> [INFO] >>> maven-scala-plugin:2.15.2:run (default-cli) @ dump >>> >>>>> >>>>> [INFO] >>>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ >>>>> dump --- >>>>> [debug] execute contextualize >>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>> [INFO] skip non existing resourceDirectory >>>>> /home/william/Downloads/02a1dff9e208/dump/src/main/resources >>>>> >>>>> [INFO] >>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ dump >>>>> --- >>>>> [INFO] Checking for multiple versions of scala >>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>> [INFO] excludes = [] >>>>> [INFO] Nothing to compile - all classes are up to date >>>>> [INFO] >>>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ dump >>>>> --- >>>>> [INFO] Nothing to compile - all classes are up to date >>>>> [INFO] >>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ dump --- >>>>> [INFO] Checking for multiple versions of scala >>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>> [INFO] excludes = [] >>>>> [INFO] Nothing to compile - all classes are up to date >>>>> [INFO] >>>>> [INFO] --- maven-resources-plugin:2.5:testResources >>>>> (default-testResources) @ dump --- >>>>> [debug] execute contextualize >>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>> [INFO] skip non existing resourceDirectory >>>>> /home/william/Downloads/02a1dff9e208/dump/src/test/resources >>>>> >>>>> [INFO] >>>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile >>>>> (default-testCompile) @ dump --- >>>>> [INFO] No sources to compile >>>>> [INFO] >>>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ dump >>>>> --- >>>>> [INFO] Checking for multiple versions of scala >>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>> [INFO] excludes = [] >>>>> [WARNING] No source files found. >>>>> [INFO] >>>>> [INFO] <<< maven-scala-plugin:2.15.2:run (default-cli) @ dump <<< >>>>> [INFO] >>>>> [INFO] --- maven-scala-plugin:2.15.2:run (default-cli) @ dump --- >>>>> >>>>> [INFO] Checking for multiple versions of scala >>>>> [INFO] launcher 'import' selected => >>>>> org.dbpedia.extraction.dump.sql.Import >>>>> parsing /home/release/wikipedia/wikipedias.csv >>>>> java.lang.reflect.InvocationTargetException >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>> at >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>>>> at java.lang.reflect.Method.invoke(Method.java:601) >>>>> at >>>>> org_scala_tools_maven_executions.MainHelper.runMain(MainHelper.java:161) >>>>> at >>>>> org_scala_tools_maven_executions.MainWithArgsInFile.main(MainWithArgsInFile.java:26) >>>>> Caused by: java.io.FileNotFoundException: >>>>> /home/release/wikipedia/wikipedias.csv (No such file or directory) >>>>> at java.io.FileInputStream.open(Native Method) >>>>> at java.io.FileInputStream.<init>(FileInputStream.java:138) >>>>> at scala.io.Source$.fromFile(Source.scala:91) >>>>> at scala.io.Source$.fromFile(Source.scala:76) >>>>> at >>>>> org.dbpedia.extraction.util.WikiInfo$.fromFile(WikiInfo.scala:26) >>>>> at >>>>> org.dbpedia.extraction.util.ConfigUtils$.parseLanguages(ConfigUtils.scala:43) >>>>> at >>>>> org.dbpedia.extraction.dump.sql.Import$.main(Import.scala:26) >>>>> at org.dbpedia.extraction.dump.sql.Import.main(Import.scala) >>>>> ... 6 more >>>>> >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] BUILD FAILURE >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] Total time: 2.135s >>>>> [INFO] Finished at: Sat Sep 15 04:32:08 SGT 2012 >>>>> [INFO] Final Memory: 11M/149M >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [ERROR] Failed to execute goal >>>>> org.scala-tools:maven-scala-plugin:2.15.2:run (default-cli) on project >>>>> dump: >>>>> wrap: org.apache.commons.exec.ExecuteException: Process exited with an >>>>> error: 240(Exit value: 240) -> [Help 1] >>>>> >>>>> [ERROR] >>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with >>>>> the -e switch. >>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >>>>> [ERROR] >>>>> [ERROR] For more information about the errors and possible solutions, >>>>> please read the following articles: >>>>> [ERROR] [Help 1] >>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException >>>>> >>>>> >>>>> >>>>> On Sat, Sep 15, 2012 at 3:00 AM, William Kisman <[email protected]> >>>>> wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> Okay, noted thanks :) >>>>>> >>>>>> >>>>>> On Sat, Sep 15, 2012 at 2:55 AM, Dimitris Kontokostas >>>>>> <[email protected]> wrote: >>>>>>> >>>>>>> Hi William, >>>>>>> >>>>>>> We are under active development/structural changes and for dump-based >>>>>>> extraction the dump branch is the stable one. >>>>>>> This should change soon, but till then, try switching to the dump >>>>>>> branch (hg update dump). >>>>>>> >>>>>>> Best, >>>>>>> Dimitris >>>>>>> >>>>>>> On Fri, Sep 14, 2012 at 9:48 PM, William Kisman <[email protected]> >>>>>>> wrote: >>>>>>>> >>>>>>>> Hi >>>>>>>> >>>>>>>> I am trying to install the DEF, when running the mvn install in the >>>>>>>> extraction directory. It does not build successfully, can point some >>>>>>>> light ? >>>>>>>> >>>>>>>> Thanks. >>>>>>>> >>>>>>>> >>>>>>>> [INFO] Scanning for projects... >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Reactor Build Order: >>>>>>>> [INFO] >>>>>>>> [INFO] Parent POM of the DBpedia framework >>>>>>>> [INFO] DBpedia Core Libraries >>>>>>>> [INFO] DBpedia Server >>>>>>>> [INFO] DBpedia Dump Extraction >>>>>>>> [INFO] DBpedia Scripts >>>>>>>> [INFO] Live extraction >>>>>>>> [INFO] Wiktionary Dump >>>>>>>> [INFO] >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Building Parent POM of the DBpedia framework 3.8 >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ >>>>>>>> extraction --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [WARNING] No source files found. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ extraction >>>>>>>> --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [WARNING] No source files found. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ >>>>>>>> extraction --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [WARNING] No source files found. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ >>>>>>>> extraction --- >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/pom.xml to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/3.8/extraction-3.8.pom >>>>>>>> [INFO] >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Building DBpedia Core Libraries 3.8 >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) >>>>>>>> @ core --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] skip non existing resourceDirectory >>>>>>>> /home/william/Downloads/extraction_framework/core/src/main/resources >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ >>>>>>>> core --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ >>>>>>>> core --- >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ core --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:testResources >>>>>>>> (default-testResources) @ core --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] Copying 18 resources >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile >>>>>>>> (default-testCompile) @ core --- >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ >>>>>>>> core --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ core --- >>>>>>>> [INFO] Tests are skipped. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ core --- >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ >>>>>>>> core --- >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/core/target/core-3.8.jar >>>>>>>> to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/core/3.8/core-3.8.jar >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/core/pom.xml to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/core/3.8/core-3.8.pom >>>>>>>> [INFO] >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Building DBpedia Server 3.8 >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) >>>>>>>> @ server --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] Copying 1 resource >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ >>>>>>>> server --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ >>>>>>>> server --- >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ server --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:testResources >>>>>>>> (default-testResources) @ server --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] skip non existing resourceDirectory >>>>>>>> /home/william/Downloads/extraction_framework/server/src/test/resources >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile >>>>>>>> (default-testCompile) @ server --- >>>>>>>> [INFO] No sources to compile >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ >>>>>>>> server --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ server >>>>>>>> --- >>>>>>>> [INFO] Tests are skipped. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ server --- >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ >>>>>>>> server --- >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/server/target/server-3.8.jar >>>>>>>> to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/server/3.8/server-3.8.jar >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/server/pom.xml to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/server/3.8/server-3.8.pom >>>>>>>> [INFO] >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Building DBpedia Dump Extraction 3.8 >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) >>>>>>>> @ dump --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] skip non existing resourceDirectory >>>>>>>> /home/william/Downloads/extraction_framework/dump/src/main/resources >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ >>>>>>>> dump --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ >>>>>>>> dump --- >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ dump --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:testResources >>>>>>>> (default-testResources) @ dump --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] skip non existing resourceDirectory >>>>>>>> /home/william/Downloads/extraction_framework/dump/src/test/resources >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile >>>>>>>> (default-testCompile) @ dump --- >>>>>>>> [INFO] No sources to compile >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ >>>>>>>> dump --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [WARNING] No source files found. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ dump --- >>>>>>>> [INFO] Tests are skipped. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ dump --- >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ >>>>>>>> dump --- >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/dump/target/dump-3.8.jar >>>>>>>> to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/dump/3.8/dump-3.8.jar >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/dump/pom.xml to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/dump/3.8/dump-3.8.pom >>>>>>>> [INFO] >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Building DBpedia Scripts 3.8 >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) >>>>>>>> @ scripts --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] skip non existing resourceDirectory >>>>>>>> /home/william/Downloads/extraction_framework/scripts/src/main/resources >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ >>>>>>>> scripts --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ >>>>>>>> scripts --- >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ scripts --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:testResources >>>>>>>> (default-testResources) @ scripts --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] skip non existing resourceDirectory >>>>>>>> /home/william/Downloads/extraction_framework/scripts/src/test/resources >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile >>>>>>>> (default-testCompile) @ scripts --- >>>>>>>> [INFO] No sources to compile >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ >>>>>>>> scripts --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [WARNING] No source files found. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ scripts >>>>>>>> --- >>>>>>>> [INFO] Tests are skipped. >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ scripts --- >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ >>>>>>>> scripts --- >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/scripts/target/scripts-3.8.jar >>>>>>>> to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/scripts/3.8/scripts-3.8.jar >>>>>>>> [INFO] Installing >>>>>>>> /home/william/Downloads/extraction_framework/scripts/pom.xml to >>>>>>>> /root/.m2/repository/org/dbpedia/extraction/scripts/3.8/scripts-3.8.pom >>>>>>>> [INFO] >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Building Live extraction 3.8 >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) >>>>>>>> @ live --- >>>>>>>> [debug] execute contextualize >>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>>>>>>> [INFO] skip non existing resourceDirectory >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/resources >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ >>>>>>>> live --- >>>>>>>> [INFO] Checking for multiple versions of scala >>>>>>>> [INFO] includes = [**/*.scala,**/*.java,] >>>>>>>> [INFO] excludes = [] >>>>>>>> [INFO] Nothing to compile - all classes are up to date >>>>>>>> [INFO] >>>>>>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ >>>>>>>> live --- >>>>>>>> [INFO] Compiling 109 source files to >>>>>>>> /home/william/Downloads/extraction_framework/live/target/classes >>>>>>>> [INFO] ------------------------------------------------------------- >>>>>>>> [ERROR] COMPILATION ERROR : >>>>>>>> [INFO] ------------------------------------------------------------- >>>>>>>> [ERROR] >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/CoreUtil.java:[16,0] >>>>>>>> error: cannot find symbol >>>>>>>> [ERROR] class >>>>>>>> >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/Triple.java:[14,0] >>>>>>>> error: cannot find symbol >>>>>>>> [ERROR] class >>>>>>>> >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/Triple.java:[93,30] >>>>>>>> error: cannot find symbol >>>>>>>> [ERROR] class Triple >>>>>>>> >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/CoreUtil.java:[141,15] >>>>>>>> error: cannot find symbol >>>>>>>> [INFO] 4 errors >>>>>>>> [INFO] ------------------------------------------------------------- >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Reactor Summary: >>>>>>>> [INFO] >>>>>>>> [INFO] Parent POM of the DBpedia framework ............... SUCCESS >>>>>>>> [0.959s] >>>>>>>> [INFO] DBpedia Core Libraries ............................ SUCCESS >>>>>>>> [1.453s] >>>>>>>> [INFO] DBpedia Server .................................... SUCCESS >>>>>>>> [0.138s] >>>>>>>> [INFO] DBpedia Dump Extraction ........................... SUCCESS >>>>>>>> [0.120s] >>>>>>>> [INFO] DBpedia Scripts ................................... SUCCESS >>>>>>>> [0.079s] >>>>>>>> [INFO] Live extraction ................................... FAILURE >>>>>>>> [3.652s] >>>>>>>> [INFO] Wiktionary Dump ................................... SKIPPED >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] BUILD FAILURE >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [INFO] Total time: 6.602s >>>>>>>> [INFO] Finished at: Sat Sep 15 02:37:17 SGT 2012 >>>>>>>> [INFO] Final Memory: 28M/338M >>>>>>>> [INFO] >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> [ERROR] Failed to execute goal >>>>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile >>>>>>>> (default-compile) on project live: Compilation failure: Compilation >>>>>>>> failure: >>>>>>>> [ERROR] >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/CoreUtil.java:[16,0] >>>>>>>> error: cannot find symbol >>>>>>>> [ERROR] class >>>>>>>> [ERROR] >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/Triple.java:[14,0] >>>>>>>> error: cannot find symbol >>>>>>>> [ERROR] class >>>>>>>> [ERROR] >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/Triple.java:[93,30] >>>>>>>> error: cannot find symbol >>>>>>>> [ERROR] class Triple >>>>>>>> [ERROR] >>>>>>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/CoreUtil.java:[141,15] >>>>>>>> error: cannot find symbol >>>>>>>> [ERROR] -> [Help 1] >>>>>>>> [ERROR] >>>>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with >>>>>>>> the -e switch. >>>>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug >>>>>>>> logging. >>>>>>>> [ERROR] >>>>>>>> [ERROR] For more information about the errors and possible >>>>>>>> solutions, please read the following articles: >>>>>>>> [ERROR] [Help 1] >>>>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException >>>>>>>> [ERROR] >>>>>>>> [ERROR] After correcting the problems, you can resume the build with >>>>>>>> the command >>>>>>>> [ERROR] mvn <goals> -rf :live >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Got visibility? >>>>>>>> Most devs has no idea what their production app looks like. >>>>>>>> Find out how fast your code is with AppDynamics Lite. >>>>>>>> http://ad.doubleclick.net/clk;262219671;13503038;y? >>>>>>>> http://info.appdynamics.com/FreeJavaPerformanceDownload.html >>>>>>>> _______________________________________________ >>>>>>>> Dbpedia-discussion mailing list >>>>>>>> [email protected] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Kontokostas Dimitris >>>>>> >>>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Kontokostas Dimitris >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Everyone hates slow websites. So do we. >>> Make your web apps faster with AppDynamics >>> Download AppDynamics Lite for free today: >>> http://ad.doubleclick.net/clk;258768047;13503038;j? >>> >>> http://info.appdynamics.com/FreeJavaPerformanceDownload.html >>> _______________________________________________ >>> Dbpedia-discussion mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion >>> >> >> >> >> -- >> --- >> Pablo N. Mendes >> http://pablomendes.com >> Events: http://wole2012.eurecom.fr >> > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Dbpedia-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion > ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
