Dear All,

While I'm trying to install DEF in my machine (Linux unbuntu) and using 
intelliJ IDEA, I have clone the DEF from this link:
git clone git://github.com/dbpedia/extraction-framework.githowever there are 
some missing dependencies in Maven Project in "Live Extraction" project and 
when I run clean and install which recommended from this link:

http://wiki.dbpedia.org/Documentation/IntelliJ?v=p8l

PS: I have user git clone git://github.com/dbpedia/extraction-framework.git  in 
stead of Mercurial repository URL: 
http://dbpedia.hg.sourceforge.net:8000/hgroot/dbpedia/extraction_framework , 
because Dr. Hady inform that no longer supported.


I got the following error:

INFO] Building Live extraction
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/anm/Applications/IntelliJ12/idea-IC-129.713/extraction-framework/live/src/main/resources
Downloading: 
http://maven.aksw.org/archiva/repository/internal/org/oclc/oai/harvester2/0.1.12/harvester2-0.1.12.pom
[WARNING] Unable to get resource 'org.oclc.oai:harvester2:pom:0.1.12' from 
repository aksw (http://maven.aksw.org/archiva/repository/internal): Error 
transferring file: Server returned HTTP response code: 503 for URL: 
http://maven.aksw.org/archiva/repository/internal/org/oclc/oai/harvester2/0.1.12/harvester2-0.1.12.pom
Downloading: 
http://repo1.maven.org/maven2/org/oclc/oai/harvester2/0.1.12/harvester2-0.1.12.pom
[INFO] Unable to find resource 'org.oclc.oai:harvester2:pom:0.1.12' in 
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://maven.aksw.org/archiva/repository/internal/com/openlink/virtuoso/virtjdbc4/6.1.6/virtjdbc4-6.1.6.pom
[WARNING] Unable to get resource 'com.openlink.virtuoso:virtjdbc4:pom:6.1.6' 
from repository aksw (http://maven.aksw.org/archiva/repository/internal): Error 
transferring file: Server returned HTTP response code: 503 for URL: 
http://maven.aksw.org/archiva/repository/internal/com/openlink/virtuoso/virtjdbc4/6.1.6/virtjdbc4-6.1.6.pom
Downloading: 
http://repo1.maven.org/maven2/com/openlink/virtuoso/virtjdbc4/6.1.6/virtjdbc4-6.1.6.pom
[INFO] Unable to find resource 'com.openlink.virtuoso:virtjdbc4:pom:6.1.6' in 
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://maven.aksw.org/archiva/repository/internal/org/aksw/commons/model/0.4/model-0.4.pom
[WARNING] Unable to get resource 'org.aksw.commons:model:pom:0.4' from 
repository aksw (http://maven.aksw.org/archiva/repository/internal): Error 
transferring file: Server returned HTTP response code: 503 for URL: 
http://maven.aksw.org/archiva/repository/internal/org/aksw/commons/model/0.4/model-0.4.pom
Downloading: 
http://repo1.maven.org/maven2/org/aksw/commons/model/0.4/model-0.4.pom
[INFO] Unable to find resource 'org.aksw.commons:model:pom:0.4' in repository 
central (http://repo1.maven.org/maven2)
Downloading: 
http://maven.aksw.org/archiva/repository/internal/com/openlink/virtuoso/virtjdbc4/6.1.6/virtjdbc4-6.1.6.jar
Downloading: 
http://maven.aksw.org/archiva/repository/internal/org/oclc/oai/harvester2/0.1.12/harvester2-0.1.12.jar
Downloading: 
http://maven.aksw.org/archiva/repository/internal/org/aksw/commons/model/0.4/model-0.4.jar
[WARNING] Unable to get resource 'org.aksw.commons:model:jar:0.4' from 
repository aksw (http://maven.aksw.org/archiva/repository/internal): Error 
transferring file: Server returned HTTP response code: 503 for URL: 
http://maven.aksw.org/archiva/repository/internal/org/aksw/commons/model/0.4/model-0.4.jar
[WARNING] Unable to get resource 'com.openlink.virtuoso:virtjdbc4:jar:6.1.6' 
from repository aksw (http://maven.aksw.org/archiva/repository/internal): Error 
transferring file: Server returned HTTP response code: 503 for URL: 
http://maven.aksw.org/archiva/repository/internal/com/openlink/virtuoso/virtjdbc4/6.1.6/virtjdbc4-6.1.6.jar
[WARNING] Unable to get resource 'org.oclc.oai:harvester2:jar:0.1.12' from 
repository aksw (http://maven.aksw.org/archiva/repository/internal): Error 
transferring file: Server returned HTTP response code: 503 for URL: 
http://maven.aksw.org/archiva/repository/internal/org/oclc/oai/harvester2/0.1.12/harvester2-0.1.12.jar
Downloading: 
http://repo1.maven.org/maven2/org/aksw/commons/model/0.4/model-0.4.jar
Downloading: 
http://repo1.maven.org/maven2/com/openlink/virtuoso/virtjdbc4/6.1.6/virtjdbc4-6.1.6.jar
Downloading: 
http://repo1.maven.org/maven2/org/oclc/oai/harvester2/0.1.12/harvester2-0.1.12.jar
[INFO] Unable to find resource 'org.oclc.oai:harvester2:jar:0.1.12' in 
repository central (http://repo1.maven.org/maven2)
[INFO] Unable to find resource 'com.openlink.virtuoso:virtjdbc4:jar:6.1.6' in 
repository central (http://repo1.maven.org/maven2)
[INFO] Unable to find resource 'org.aksw.commons:model:jar:0.4' in repository 
central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.


Missing:
----------
1) org.oclc.oai:harvester2:jar:0.1.12

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.oclc.oai -DartifactId=harvester2 
-Dversion=0.1.12 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.oclc.oai -DartifactId=harvester2 
-Dversion=0.1.12 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
      1) org.dbpedia.extraction:live:jar:3.8
      2) org.oclc.oai:harvester2:jar:0.1.12

2) com.openlink.virtuoso:virtjdbc4:jar:6.1.6

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=com.openlink.virtuoso 
-DartifactId=virtjdbc4 -Dversion=6.1.6 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=com.openlink.virtuoso 
-DartifactId=virtjdbc4 -Dversion=6.1.6 -Dpackaging=jar -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
      1) org.dbpedia.extraction:live:jar:3.8
      2) com.openlink.virtuoso:virtjdbc4:jar:6.1.6

3) org.aksw.commons:model:jar:0.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.aksw.commons -DartifactId=model 
-Dversion=0.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.aksw.commons -DartifactId=model 
-Dversion=0.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
      1) org.dbpedia.extraction:live:jar:3.8
      2) org.aksw.commons:model:jar:0.4

----------
3 required artifacts are missing.

for artifact: 
  org.dbpedia.extraction:live:jar:3.8

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  aksw (http://maven.aksw.org/archiva/repository/internal)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 41 seconds
[INFO] Finished at: Wed Jul 31 20:13:34 BST 2013
[INFO] Final Memory: 60M/493M
[INFO] ------------------------------------------------------------------------

Process finished with exit code 1

Please can anyone help me to solve this problem. and explain to me how can 
downoad the missed jars such as "org.oclc.oai:harvester2:jar:0.1.12"

Many thanks in advance.

With Regards,
Abdullah

                                          
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to