Re: FaultFailureException

Andrus Adamchik <[email protected]> Thu, 14 Nov 2024 09:12:50 -0500
Newsgroups gmane.comp.java.cayenne.user
Message-ID <[email protected]>
FaultFailureExceptions are usually caused by referential integrity problems in DB. But this one is unusual as it references a TEMP ID (i.e. an uncommitted object). I don't think I've seen this flavor. Can you provide some more context around the error. I.e. what code leads to this.

Andrus


> On Nov 14, 2024, at 9:07 AM, Markus Reich <[email protected]> wrote:
> 
> Hi,
> 
> in my production environment sometimes I get the following errors:
> 
> FaultFailureException
> 
> [v.4.2.1 Jun 14 2024 07:43:08] Error resolving fault, no matching row
> exists in the database for ObjectId:
> <ObjectId:Recipes,TEMP:-639058002>
> 
> 
> they are not specific to a certain object and I did get it
> reproducible to debug it :-/
> 
> 
> Maybe someone has some hints or tipps to get the root of evil?
> 
> 
> regards
> 
> Meex