question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TransactionError when installing schema

See original GitHub issue

I receive an error every time I start up my server with this error

TransactionError: ERROR_TRANSACTION_FAILED

 at /home/taylor/duw/api/node_modules/neode/build/index.js:434:23
    at processTicksAndRejections (internal/process/task_queues.js:97:5) {
  errors: [
    {
      query: 'CREATE CONSTRAINT ON (model:Story) ASSERT model.id IS UNIQUE',
      params: {},
      error: [Neo4jError]
    },
    {
      query: 'CREATE CONSTRAINT ON (model:User) ASSERT model.id IS UNIQUE',
      params: {},
      error: [Neo4jError]
    },
    {
      query: 'CREATE CONSTRAINT ON (model:User) ASSERT model.email IS UNIQUE',
      params: {},
      error: [Neo4jError]
    }
  ]
}

This issue doesn’t seem to affect any other operation. just wondering what may have caused this issue.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
adam-cowleycommented, Jun 2, 2020

Try

.catch((err) => console.log(err.errors.map(error => error.message))

That should give you some more info on what has actually gone wrong

0reactions
4lessandrodevcommented, Apr 16, 2021

I have the same error, the schemas are installed when I start application. Any prevision for next release to fix it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is a TransientTransactionError in Mongoose (or ...
If the error message is MongoNetworkError , it means the transient transaction error is related to the network connectivity between the ...
Read more >
"There is no active transaction" error after successfully ...
The migrations themselves are performed successfully: the database schema appears to be altered as expected, and when re-running migrations ...
Read more >
Install to an existing Oracle database
This task topic describes the procedure for installing the AppScan Source Database schema and data to an existing Oracle database. In order to...
Read more >
New Relic data dictionary
TransactionError · AwsLambdaInvocation · Transaction ... Name that you assigned to the cluster when you installed the Kubernetes integration.
Read more >
node-mssql | Microsoft SQL Server client for Node.js
CLI; Geography and Geometry; Table-Valued Parameter; Response Schema; Affected Rows ... This driver is not part of the default package and must be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found