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.

Problem writing to 4.1x

See original GitHub issue

Upgraded to 4.1x (tried most of the minor updated all the way to 4.1.1) causes the following error any time a write is attempted Neo4jError: Writing in read access mode not allowed. Attempted write to internal graph 0 Using the Neo4J browser works just fine. Downgrading to 4.0.x also works just fine.

Anyone else had this?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
adam-cowleycommented, Sep 2, 2020

.session open a read session by default, try this instead:

 this.neo.writeCypher(query, {
   ...issue, ...{uuid}
});
0reactions
adam-cowleycommented, Sep 3, 2020

Can you link me to a repo that replicate the issue? If it’s a driver/database issue then I can pass it on to the right people to make sure it’s safe for you to upgrade and stop others from running into the same problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Known Issues and Limitations: Version 4.1.x IBM Spectrum ...
This document details the Known Issues and Limitations for IBM Spectrum Protect™ Snapshot for Microsoft Exchange Server 4.1.x and Data ...
Read more >
Write in Exponential Form log base 5.3 of 4.1=x - Mathway
Free math problem solver answers your algebra, geometry, trigonometry, ... Popular Problems · Precalculus. Write in Exponential Form log base 5.3 of 4.1=x....
Read more >
Problem 6.72 This is a challenging problem. Solve it ... - Chegg
Question : Problem 6.72 This is a challenging problem. Solve it on paper, writing out each step carefully. When doing calculations, do not...
Read more >
R News - The Comprehensive R Archive Network
R CMD check now also reports problems when reading package news in md (file ... Writing to a clipboard connection works again, fixing...
Read more >
Are there known issues with Android Services on 4.1.x (Jelly ...
I figured this out; I hope this helps you too ... The problem is not in firing the onCompletion event but rather that...
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