Я только что загрузил neo4j Desktop и смог создать новый экземпляр графа и подключиться.
- Вот сообщение о подключении. Вы подключены как пользователь
neo4j
к bolt://localhost:7687
Учетные данные подключения хранится в вашем веб-браузере.
Сообщение о подключении
Я разработчик. NET и попытался загрузить образец Hello Word с https://neo4j.com/docs/developer-manual/3.2/drivers/get-started/.
Тем не менее, ниже исключения были выброшены. Пожалуйста, помогите.
Neo4j.Driver.V1.ServiceUnavailableException
HResult=0x80131500
Message=Failed after retried for 5 times in 30000ms. Make sure that your database is online and retry again.
Source=Neo4j.Driver
StackTrace:
at Neo4j.Driver.Internal.ExponentialBackoffRetryLogic.Retry[T](Func`1 runTxFunc)
at Neo4j.Driver.Internal.Session.<>c__DisplayClass41_0`1.<RunTransaction>b__0()
at Neo4j.Driver.Internal.Logging.DriverLoggerUtil.TryExecute[T](IDriverLogger logger, Func`1 func, String message)
at Neo4j.Driver.Internal.Session.RunTransaction[T](AccessMode mode, Func`2 work, TransactionConfig txConfig)
at Neo4j.Driver.Internal.Session.WriteTransaction[T](Func`2 work, TransactionConfig txConfig)
at Neo4j.Driver.Internal.Session.WriteTransaction[T](Func`2 work)
at HelloWorldExample.PrintGreeting(String message) in D:\AI\neo4j\TestNeo4j\ConsoleApp1\Program.cs:line 21
at HelloWorldExample.Main() in D:\AI\neo4j\TestNeo4j\ConsoleApp1\Program.cs:line 42
Inner Exception 1:
AggregateException: One or more errors occurred.
Inner Exception 2:
ServiceUnavailableException: Connection with the server breaks due to SecurityException: Failed to establish encrypted connection with server bolt://localhost:7687/.
Inner Exception 3:
SecurityException: Failed to establish encrypted connection with server bolt://localhost:7687/.
Inner Exception 4: