Hi Morsey/Julien/All,

Thanks for all the support..

I am *http://dbpedia.org/documentation* documentation for installation. The
Instructions there are as follows.

"
$hg clone
http://dbpedia.hg.sourceforge.net:8000/hgroot/dbpedia/extraction_framework
$hg update dump
$mvn clean install
$cd dump
$../run download config=download.properties.file
$../run extraction extraction.properties.file
"

when  I am doing *"mvn clean install"* I am getting below error below
errors.

*with -e option(stack trace)  ===>*
"
[ERROR] Failed to execute goal
org.scala-tools:maven-scala-plugin:2.15.2:compile (process-resources) on
project core: wrap: org.apache.commons.exec.ExecuteException: Process
exited with an error: 137(Exit value: 137) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.scala-tools:maven-scala-plugin:2.15.2:compile (process-resources)
on project core: wrap: org.apache.commons.exec.ExecuteException: Process
exited with an error: 137(Exit value: 137)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: wrap:
org.apache.commons.exec.ExecuteException: Process exited with an error:
137(Exit value: 137)
    at
org_scala_tools_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:350)
    at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    ... 19 more
Caused by: org.apache.commons.exec.ExecuteException: Process exited with an
error: 137(Exit value: 137)
    at
org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:346)
    at
org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:149)
    at
org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:136)
    at
org_scala_tools_maven_executions.JavaMainCallerByFork.run(JavaMainCallerByFork.java:80)
    at
org_scala_tools_maven.ScalaCompilerSupport.compile(ScalaCompilerSupport.java:124)
    at
org_scala_tools_maven.ScalaCompilerSupport.doExecute(ScalaCompilerSupport.java:80)
    at
org_scala_tools_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:342)
    ... 21 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
"
and

*with -X option ===>* Almost same error message as above.

I am using  *Ubuntu 12.04.1 LTS* & *kernal 3.2.0-36-virtual*.


Please help me out to resolve this installation problem.

Thanks for your precious advices.


On Tue, Feb 19, 2013 at 6:06 PM, Mohamed Morsey <
[email protected]> wrote:

>  Hi,
>
>
> On 02/19/2013 10:51 AM, Julien Cojan wrote:
>
> Hi,
>
> International Chapters may have more recent dumps.
> I added a column "last extraction" in
> http://wiki.dbpedia.org/Internationalization/Chapters#p78033-2
>
> Julien
>
> ------------------------------
>
> *De: *"gaurav pant" <[email protected]> <[email protected]>
> *À: *"Dimitris Kontokostas" <[email protected]> <[email protected]>,
> "Mohamed Morsey" 
> <[email protected]><[email protected]>,
> [email protected]
> *Envoyé: *Mardi 19 Février 2013 07:14:51
> *Objet: *Re: [Dbpedia-discussion] How to get DBpedia updated dump for
> different languages
>
> Hi ,
>
> Thanks Mohamad & Dimitris for your great help...
>
> I have some more queries-
>
> 1-  Is there someway so that I can get just updated records or dumps
> rather than whole dump for a particular language ( except English) ?
>
> 2- Can you suggest which of these dumps should I use for getting a sort
> description of somethings(max 500 characters) and some specificity like
> some accomplishment,Date of Birth,Birth place, Occupation if he is a person
> or so on?
>
>
> You can control the resulting data by activating/deactivating the required
> extractors, e.g. for extracting the short description (short abstract), you
> should activate the AbstractExtractor [1].
> You can configure the extraction process through file [2].
>
>
>
> Again big thanks for all the support.
>
>
> [1]
> http://dbpedia.hg.sourceforge.net/hgweb/dbpedia/extraction_framework/file/d5d2afdbce6b/core/src/main/scala/org/dbpedia/extraction/mappings/AbstractExtractor.scala
> [2]
> http://dbpedia.hg.sourceforge.net/hgweb/dbpedia/extraction_framework/file/d5d2afdbce6b/dump/extraction.default.properties
>
> --
> Kind Regards
> Mohamed Morsey
> Department of Computer Science
> University of Leipzig
>
>


-- 
Regards
Gaurav Pant
+91-7709196607,+91-9405757794
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to