graphfoundation / ongdb

ONgDB is an independent fork of Neo4j® Enterprise Edition version 3.4.0.rc02 licensed under AGPLv3 and/or Community Edition licensed under GPLv3
https://www.graphfoundation.org/projects/ongdb/
391 stars 58 forks source link

Invoke-Neo4j : Unable to determine the version of the installation #41

Closed huanbd closed 4 years ago

huanbd commented 4 years ago

I've get an error when start db use command bin\neo4j start

Invoke-Neo4j : Unable to determine the version of the installation at F:\ONgDB\ongdb-enterprise-3.6.0.RC1
At F:\ONgDB\ongdb-enterprise-3.6.0.RC1\bin\neo4j.ps1:29 char:7
+ Exit (Invoke-Neo4j -Verbose:$Arguments.Verbose -Command $Arguments.Ar ...
+       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-Neo4j

ONgDB Version: 3.6 RC1 Operating System: Window 10

Note: When I change to use version 3.5.17, run with that command, and not get error like that, it run perfect

bradnussbaum commented 4 years ago

Hi @huanbd,

We are looking into this issue and expect to have it resolved shortly.

Best, Brad

jmsuhy commented 4 years ago

I just committed a fix for this issue. Will generate a PR.

huanbd commented 4 years ago

Thank you, @jmsuhy !

bradnussbaum commented 4 years ago

PR with fix is building here: https://github.com/graphfoundation/ongdb/pull/43

This will go out in the 3.6.0 release.