Skip to content

Known hosts error #107

Closed
Closed
@lifwanian

Description

@lifwanian

I keep getting a knownHosts error on boot. Is this just a warning that the directory doesnt exists and that its being created? Is this a folder we can create ourselves? Or am I missing something?

Driver:

var neo4j = require('neo4j-driver').v1;
var driver = neo4j.driver(_URI_, neo4j.auth.basic(_USER_, _PASS_), {
    trust: 'TRUST_ON_FIRST_USE',
    encrypted: true
});
var session = driver.session();

Error:

[Error: ENOENT: no such file or directory, open '/app/.neo4j/known_hosts']
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/app/.neo4j/known_hosts'

Running:

node: 4.4.5
npm: 2.15.5
neo4j: 3.0.2
neo4j-driver: 1.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions