-
Notifications
You must be signed in to change notification settings - Fork 16
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
Getting an IPC error: Access is denied #4
Comments
@psyantyst , I wonder why were they missing in the documentation... Thanks, |
the ipc is not useful for common case. |
Another inconsistency, is that file's in this repo only include the websockets option in the node1.toml file node1.toml
whereas in the tutorial here https://wiki.parity.io/Demo-PoA-tutorial.html#2-setting-up-the-two-nodes, the example node0.toml and node1.toml code snippets suggest including the following websockets options in both files, and using different ports: node0.toml
node1.toml
|
Thanks for providing the config files for the PoA tutorial.
However, compared to the tutorial, the following two lines are missing in your node1.toml:
[ipc]
disable = true
So after starting node0, attempting to start node1 fails with the following error:
IPC error: Access is denied. (os error 5)
Adding the above two lines fixes the error. Are these lines missing on purpose, or is it simply by accident?
Thanks!
The text was updated successfully, but these errors were encountered: