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

Error thrown when Neo4j server properties file isn't specified #28

Open
neils-s opened this issue Feb 8, 2019 · 1 comment
Open

Error thrown when Neo4j server properties file isn't specified #28

neils-s opened this issue Feb 8, 2019 · 1 comment

Comments

@neils-s
Copy link

neils-s commented Feb 8, 2019

When the package parameter /ServiceName is used without specifying the /ImportServiceProperties file location, and error is thrown by the powershell installation script. This is because the powershell script tries to write the $servicename variable into the neo4j-wrapper.conf file; which doesn't exist yet.

To duplicate this error, run the following choco command in Windows Powershell:
choco install neo4j-community -version 3.5.1 -packageParameters "%TMP%\neo4j.conf /ServiceName:neo4j" --verbose

If this is intended behavior, it should be explicitly documented in the readme.md file.

@neils-s
Copy link
Author

neils-s commented Feb 8, 2019

In fact, why does the installation script even refer to the neo4j-wrapper.conf file. It was deprecated as of Neo4j version 3.1.
For details, see: https://neo4j.com/developer/kb/manually-merging-neo4jwrapperconf-into-neo4jconf-in-neo4j-31/

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

1 participant