farhanrahman/kyoto

Kyoto UI breaking Presage CLI

Closed this issue · 4 comments

Can anyone let me know a simID / name that broke the presage CLI list cmd ?

IT's most likely a type definition that we've missed or got wrong!

I suspect it is field: finishTime, we're saving as a longINT (mongo INT 64) but the presage CLI saves them as Int31 ...

Which sim causes this: Caused by: java.lang.ClassCastException: java.lang.Double cannot be cast to java.lang.Long

Did you try resaving? Ideally users wopuldnt change the I'd of the sim... So delete sim 72 to save the trouble!
------Original Message------
From: Farhan Rahman
To: Webbo
Subject: Re: [kyoto] Kyoto UI breaking Presage CLI (#129)
Sent: 23 Jun 2012 19:29

72


Reply to this email directly or view it on GitHub:
#129 (comment)


OK presage CLI now working again.

Changing sim ID is not allowed!