-1

After starting one server in a cluster we are getting below error while other node is working fine

Runtime synchronization failed (No constructor has a @ConstructorProperties for this set of items: [action, createdTime, downloadLink, message, multiLanguageMessagesJSON])

Server MobileFirst 7.1

Please advice ?

MichealSmith
  • 183
  • 1
  • 2
  • 9
  • Have you resolved this? It sounds like your deployment in the cluster is... not good. You should most likely remove this question and open a PMR instead... it's not so related to programming. – Idan Adar Nov 01 '16 at 04:56

1 Answers1

0

Such an error may happen because the faulty server may be missing the correct level of an iFix, unlike the rest of the servers in the cluster, or an iFix that was "partially" installed, i.e. it is missing the correct JEE .jar or the admin .war files.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89