Archived

This forum has been archived. Please start a new discussion on GitHub.

Strange Dispatch Exception

I'm getting exceptions thrown like these:
04/04/12 22:29:18.311 warning: dispatch exception: std::exception: Negative integer can not be converted to unsigned integer
identity: DatabaseWorkspace/{\"SessionID\":-1218747208,\"DBWSID\":3076299160}
facet: 
operation: Delete

The interface that is called from ruby is simply:
interface DatabaseWorkspace
{
  ...
  bool Delete() throws APALSvcError;
  ...
};

I cannot see where an unsigned int features here (except of cause inside the JSON structure stored stringyfied inside the Ice::Identity.name).

Where shall I look next?

Comments

  • Found the problem, all my fault (don't I hate this?) and Ice is fault-less as usual.

    Cheers
    Pete