Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-26 Thread Blotto
Final update, extractions work now with the latest pull and a clean install. Thanks for your help! N On Wed, Sep 24, 2014 at 12:29 PM, Blotto wrote: > Running extractions now with clean install. My mistake, incorrect command > before didn't actually kick off the extractions. :) > N > > On Wed,

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-24 Thread Blotto
Running extractions now with clean install. My mistake, incorrect command before didn't actually kick off the extractions. :) N On Wed, Sep 24, 2014 at 12:24 PM, Blotto wrote: > Ah, yea my oversight. I now reran with the clean-install-run script, and > it now shows success, but it doesn't see

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-24 Thread Blotto
Ah, yea my oversight. I now reran with the clean-install-run script, and it now shows success, but it doesn't seem to do any extraction it finishes in only a few minutes. The only thing that stands out to me is "[WARNING] Not mainClass or valid launcher found/define" near the end of the summary.

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-24 Thread Dimitris Kontokostas
just to make sure in order to investigate further did you run $../clean-install-run extraction ... before you try again or did you just run $../run extraction ... If it;s the latter, changes in core did not compile when you run from the dump module On Wed, Sep 24, 2014 at 7:53 AM, Blotto wrote

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-23 Thread Blotto
Thanks Dimitris, Jona! I’ve pulled latest and re-generated settings. Extraction still fails in the same place. "Caused by: java.util.NoSuchElementException: key not found: 2600" After generating settings , is there any additional step to do prior to running extractions? Cheers, Nick On Tue, S

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-23 Thread Jona Christopher Sahnwaldt
P.S.: By the way, the "Queen Isabel II Statue" has nothing to do with this error. That's just a warning that is printed because a redirect page cannot be parsed correctly. It just happens to be printed just before the error occurs. ;-) On 23 September 2014 15:25, Jona Christopher Sahnwaldt wrote

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-23 Thread Jona Christopher Sahnwaldt
Hi all, @Nick: could you check out the latest code on the master branch, re-generate the settings as Dimitris suggested and try again? We should also re-generate the settings and commit them on github, but there was a bit more to do. The problem was caused by the new 'Topic' namespace that was ad

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-22 Thread Dimitris Kontokostas
Hi Nick, Can you try to re-generate the settings [1] and give it another go? This should be the problem but let's wait for your feedback. Cheers, Dimitris [1] https://github.com/dbpedia/extraction-framework/wiki/Extraction-Instructions#generate-settings On Mon, Sep 22, 2014 at 7:54 PM, Blotto

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-22 Thread Blotto
Hi Alexandru. This happens on any of the extractors I use for example.. ../run extraction extraction.default.properties ../run extraction extraction.topical.properties ../run extraction extraction.abstracts.properties On Sep 22, 2014, at 9:50 AM, Alexandru Todor wrote: Hi Nick, Your error

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-22 Thread Blotto
Hi Alexandru. This happens on any of the extractors I use for example.. ../run extraction extraction.default.properties ../run extraction extraction.topical.properties ../run extraction extraction.abstracts.properties I’ve tried with the -X options as well, but get mostly verbose [INFO] log entr

Re: [Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-22 Thread Alexandru Todor
Hi Nick, Your error log is to short to deduce the necessary info out of it. Are you trying to run the abstract extraction, which extractors are you using ? Cheers, Alexandru On 09/22/2014 06:40 PM, Blotto wrote: > Hi all, > > I've exhausted my own troubleshooting on this issue below, and hope >

[Dbpedia-discussion] WikipediaDumpParser fails during extractions

2014-09-22 Thread Blotto
Hi all, I've exhausted my own troubleshooting on this issue below, and hope someone can point me in the right direction for next steps. This is the first time I am trying to do the extractions locally and have followed all directions I can find. I have tried the latest code from the master branc