How to configure GS/S 6.1.2 through a firewall (blast from the past)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Constraint violation on RcQueueElement

Normand Mongeau-2

Thanks that was very helpful.

 

 

 

From: Reno, John [mailto:[hidden email]]
Sent: mardi, 4 mars 2014 13:42
To: Normand Mongeau
Subject: RE: [GemStone-Smalltalk] Constraint violation on RcQueueElement

 

I ran into the same problem, timeGmt95 has overflowed from Smallinteger to Large.

 

The fix is to add a new method, System timeGmt2005 which returns timeGmt95 – 315619200. Then find all references to timeGmt95 in Rc* and change to timeGmt2005. If the queues are not empty you will process the contents out of order until the queue has been emptied.

 

This will be the least disruptive if you ever upgrade.

 

Thanks,

 

jlr

 

From: [hidden email] [[hidden email]] On Behalf Of Normand Mongeau
Sent: Tuesday, March 04, 2014 12:41 PM
To: [hidden email]
Subject: [GemStone-Smalltalk] Constraint violation on RcQueueElement

 

Another hurdle : GbsObjErrContraintViolation – Attempt to store 605031930 of class LargePositiveInteger into an instance variable of aRcQueueElement constrained to be a SmallInteger

 

Is there an official workaround for this issue?

 

It’s an older GS/S version 6.1.2 system.

 

Thanks,

 

Normand


_______________________________________________
GemStone-Smalltalk mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/gemstone-smalltalk
12