rbeckman-nextgen / test-mc

test-migration
1 stars 0 forks source link

Cannot save channels in Thaïland because of the buddhist calendar #1346

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

When trying to save a channel, the following error appears:

"Could not call sun.util.BuddhistCalendar.readObject(): No such field sun.util.BuddhistCalendar.areFieldsSet [...] cause-exception: com.thoughtworks.xstream.converters.reflection.ObjectAccessException"

I suggest, at least, to not prevent the saving of the channel just because of the last modification date.

Imported Issue. Original Details: Reporter: dbe Created: 2012-09-06T08:09:55.000-0700

rbeckman-nextgen commented 4 years ago

I attach the error displayed when trying to save the channel.

Imported Comment. Original Details: Author: dbe Created: 2012-09-06T08:16:19.000-0700

rbeckman-nextgen commented 4 years ago

There are at least two threads on this subject in the forum, but no solving: 2009 [Can't save channels]: http://www.mirthcorp.com/community/forums/showthread.php?t=2687 2011 [About BuddhistCalendar]: http://www.mirthcorp.com/community/forums/showthread.php?t=5690

Imported Comment. Original Details: Author: dbe Created: 2012-09-10T01:13:09.000-0700

rbeckman-nextgen commented 4 years ago

just change channel name valid regEX RULE

Imported Comment. Original Details: Author: lin_xd Created: 2013-05-11T16:15:09.000-0700

rbeckman-nextgen commented 4 years ago

The name of the channel has a length of 28 characters and only characters between a and z and A and Z. I don't see what would be problematic. The error is dealing with the buddhist calendar, as indicated in the title.

Imported Comment. Original Details: Author: dbe Created: 2013-05-12T23:44:55.000-0700