Hi guys
I am migrating a GIR server (services totally down) and at new server when I start RCS (windows server) I get the following error:
[code]
2018-10-29T20:18:37.875 Trc 09900 com.genesyslab.rcs.model.RcsModel Keystore path is: keystore.bin
2018-10-29T20:18:37.876 Trc 09900 com.genesyslab.rcs.model.RcsModel Exception reading keystore: Exception: class java.io.IOException / Error initialising store of key store: java.security.InvalidKeyException: Illegal key size
2018-10-29T20:18:37.878 Alr 09900 com.genesyslab.rcs.controller.RcsWebMvcConfiguration Fatal error - unable to initialize cryptography, exiting now! java.io.IOException: Error initialising store of key store: java.security.InvalidKeyException: Illegal key size[/code]
I know it has to do with encryption level but don't understand how to fix it. At install documentation can't find anything related to this. Only part I can think of is this:
[code]Copy the Local_policy.jar and Us_export_policy.jar files to the JRE_HOME/lib/security directory. If there are already copies of these files in that directory, make backup copies of these existing files in case you want to revert the installation.[/code]
However I have searched those files and can't find them at the installation DVD or folder...
Can anyone suggest? Version is 8.5.0.8076 and java is 1.8.0_121
Regards