Closed webbo89 closed 12 years ago
Which sim causes this: Caused by: java.lang.ClassCastException: java.lang.Double cannot be cast to java.lang.Long
72
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: https://github.com/farhanrahman/kyoto/issues/129#issuecomment-6527027
OK presage CLI now working again.
Changing sim ID is not allowed!
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 ...