Re: Strange null pointer error

2020-06-26 Thread Aaron Rosenzweig via Webobjects-dev
Hi Michael, It’s an interesting problem with at first blush seems impossible but on second pass, looks plausible. That is clearly Wonder code so you can trace it and debug it. The line number 125 of ERXDatabaseContext.java is likely very accurate. Stepping through (mentally) I concur that th

Re: Strange null pointer error

2020-06-26 Thread Jesse Tayler via Webobjects-dev
Heh, ya, I figured you’d say that…and who does? I’m sure someone… If you don’t have a clue, read your SQL and find those timestamps and see what transactions were going on. If you can’t reproduce it, I’d guess you’ll want to turn up a bit of logging and just do a "hunt and peck” until you see w

Re: Strange null pointer error

2020-06-26 Thread Michael Kondratov via Webobjects-dev
Jesse, I believe we do not have any read only objects in out application… Michael > On Jun 26, 2020, at 12:55 PM, Jesse Tayler wrote: > > Well something triggered a change in a read only entity > > I’d guess you can see specifically by checking sql output > > >> On Jun 26, 2020,

Re: Strange null pointer error

2020-06-26 Thread Jesse Tayler via Webobjects-dev
Well something triggered a change in a read only entity I’d guess you can see specifically by checking sql output > On Jun 26, 2020, at 12:24 PM, Michael Kondratov via Webobjects-dev > wrote: > > Hello everybody! > > > We started to see a strange error: > > > java.lang.NullPointer