Hi,

I was trying to download wikipedia dumps using the Download module but I am
getting this error:

done: 0 -
todo: 1 - en
downloading 'http://dumps.wikimedia.org/enwiki/' to
'/home/gonephishing/dbpedia-extraction/extraction-framework/dump/files/enwiki/index.html'
read 1.3837891 KB of ? B in 0.005 seconds (276.75778 KB/s)
downloading 'http://dumps.wikimedia.org/enwiki/20150205/' to
'/home/gonephishing/dbpedia-extraction/extraction-framework/dump/files/enwiki/20150205/index.html'
did not download 'http://dumps.wikimedia.org/enwiki/20150205/' to
'/home/gonephishing/dbpedia-extraction/extraction-framework/dump/files/enwiki/20150205/index.html'
- file is up to date
*date page 'http://dumps.wikimedia.org/enwiki/20150205/
<http://dumps.wikimedia.org/enwiki/20150205/> has no links to
[enwiki-20150205-pages-articles2.xml-p000010002p000024999.bz
<http://enwiki-20150205-pages-articles2.xml-p000010002p000024999.bz>]*
*Exception in thread "main" java.lang.Exception: found no date on
http://dumps.wikimedia.org/enwiki/ <http://dumps.wikimedia.org/enwiki/> in
range 20150205-20150205 with files
(enwiki-20150205-pages-articles2.xml-p000010002p000024999.bz
<http://enwiki-20150205-pages-articles2.xml-p000010002p000024999.bz>,false)*
at
org.dbpedia.extraction.dump.download.LanguageDownloader.downloadDates(LanguageDownloader.scala:49)
at
org.dbpedia.extraction.dump.download.Download$$anonfun$main$3.apply(Download.scala:74)
at
org.dbpedia.extraction.dump.download.Download$$anonfun$main$3.apply(Download.scala:69)
at
scala.collection.immutable.RedBlackTree$._foreachKey(RedBlackTree.scala:109)
at
scala.collection.immutable.RedBlackTree$.foreachKey(RedBlackTree.scala:105)
at scala.collection.immutable.TreeSet.foreach(TreeSet.scala:154)
at org.dbpedia.extraction.dump.download.Download$.main(Download.scala:69)
at org.dbpedia.extraction.dump.download.Download.main(Download.scala)
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:606)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)

======================================================
The contents of my download.minimal.properties file are:

base-url=http://dumps.wikimedia.org/

base-dir=/home/gonephishing/dbpedia-extraction/extraction-framework/dump/files

download-dates=20150205-20150205
# Replace xx by your language.
download=en:enwiki-20150205-pages-articles2.xml-p000010002p000024999.bz2

unzip=false
retry-max=2
retry-millis=10000

But the index.html page downloaded from here
<https://dumps.wikimedia.org/enwiki/20150205/> contains the required
link. Any workaround for this?


Ritesh
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dbpedia-developers mailing list
Dbpedia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-developers

Reply via email to