[Esciencecentral-users] An error with building the source code
Cloud based scientific data analysis
Status: Beta
Brought to you by:
sjwoodman
|
From: Stanislav P. <s.p...@gm...> - 2015-09-24 06:31:24
|
Hello!
Could you help me please?
I cannot not install e-Science Central on my computer (I'm using Ubuntu)
because of the error that occurs when I try to build the source code:
~/esc/esciencecentral-code/code$ mvn -e clean install
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were
encountered while processing the POMs:
[ERROR] Child module
/home/stas/esc/esciencecentral-code/code/server/MongoDatasets of
/home/stas/esc/esciencecentral-code/code/pom.xml does not exist @
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
at
org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
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:622)
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)
[ERROR]
[ERROR] The project com.connexience:meta-project:3.1-SNAPSHOT
(/home/stas/esc/esciencecentral-code/code/pom.xml) has 1 error
[ERROR] Child module
/home/stas/esc/esciencecentral-code/code/server/MongoDatasets of
/home/stas/esc/esciencecentral-code/code/pom.xml does not exist
[ERROR]
[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/ProjectBuildingException
Best regards,
Stanislav Polyakov
|