Hi,

> 14.06.2004 09:41:31 ch.eugster.pos.db.Table describeError
> SCHWERWIEGEND: Can not init Identity for given object
> [EMAIL PROTECTED]

ok, this means that the Identity object couldn't be created. You do an insert, thus I assume that the sequence manager has a problem in lookup the next sequence.
Is this the whole stack trace you get?
No other logging messages before that?


regards,
Armin

Christian Eugster wrote:

Hi Armin,


hmm difficult to say what's going wrong. I can't find metadata for
'ch.eugster.pos.db.DBResult' class or what does this entry mean?


DBResult is just an object that capsulate the information a transaction is
providing me. As following:

DBResult result = receipt.store();

if receipt.store() returns an errorcode, DBResult logs this to my logger.
The relevant metadata are those i provided in my mail.

The situation is, that some clients are - as a load-test - inserting
concurrently records in the same db over a network. all clients use ojb (as
i mentioned before rc5). Sometimes i get also the following error:

14.06.2004 09:41:31 ch.eugster.pos.db.Table describeError
SCHWERWIEGEND: Can not init Identity for given object
[EMAIL PROTECTED]

where ch.eugster.pos.db.Table is the abstract superclass of
ch.eugster.pos.db.Position.

Does this information help you?

Thank you and regards

Christian


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to