Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command line build fails.. #155

Open
karux opened this issue Nov 16, 2018 · 2 comments
Open

command line build fails.. #155

karux opened this issue Nov 16, 2018 · 2 comments

Comments

@karux
Copy link

karux commented Nov 16, 2018

Following instructions at https://orientdb.com/docs/3.0.x/tinkerpop3/OrientDB-TinkerPop3.html#gremlin-server

Steps to recreate:
$ git clone https://github.com/orientechnologies/orientdb-gremlin
$ cd orientdb-gremlin
$ git checkout develop
$ mvn clean install

Expected Results: a successful build

Note: I HAVE NOT BUILD THE SERVER... I ONLY NEED THE CONSOLE APP, and the instructions do NOT state a server build is a required pre-requisite.

Actual Results:
$ mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.orientechnologies:orientdb-gremlin-parent:[unknown-version]: Could not find artifact com.orientechnologies:orientdb-parent:pom:3.1.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 15, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.orientechnologies:orientdb-gremlin-parent:[unknown-version] (/Users/chrishaddad/karuxdev/clients/hilton/dream/db/orientdb-gremlin/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.orientechnologies:orientdb-gremlin-parent:[unknown-version]: Could not find artifact com.orientechnologies:orientdb-parent:pom:3.1.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 15, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
karux1:orientdb-gremlin chrishaddad$ mvn install -P release
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.orientechnologies:orientdb-gremlin-parent:[unknown-version]: Could not find artifact com.orientechnologies:orientdb-parent:pom:3.1.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 15, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.orientechnologies:orientdb-gremlin-parent:[unknown-version] (/Users/chrishaddad/karuxdev/clients/hilton/dream/db/orientdb-gremlin/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.orientechnologies:orientdb-gremlin-parent:[unknown-version]: Could not find artifact com.orientechnologies:orientdb-parent:pom:3.1.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 15, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

@x007007007
Copy link

I have same problem

@luigidellaquila
Copy link
Member

Hi @x007007007

reading the docs:
As a pre-requirement, you have to build the same branch for OrientDB core distribution
https://orientdb.com/docs/3.0.x/tinkerpop3/OrientDB-TinkerPop3.html#source-code-installation

Am I missing something?

Thanks

Luigi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants