Hello everybody! When trying to publish content sometimes it is successful but randomly, an exception appears:
java.security.InvalidParameterException: Activation action must be set for each activation request. .... Caused by: java.lang.SecurityException: Failed to create authentication string. Please use Java version with cryptography support. ... Caused by: java.security.spec.InvalidKeySpecException: java.io.IOException: corrupted stream - out of bounds length found ... This is "solved" when deleting browser cache but obviously (this shouldn't be done every time we get this error). But suddenly it appears again randomly. My guess is that there is some issue with the http request sent from author to public instances. A pattern seen is that this seems to appear when the public keys are updated and you have another previous session open and in this session you try to publish something. Our configuration in the author instance configuration/activation/suscribers is as follows: URL = http://172.21.16.52:8080 URL = http://172.21.16.53:8080 The deploy is: 172.21.16.52: one author instance, one public instance 172.21.16.53: another author instance, another public instance Both author instances share same Database. Each public instance has its own Database. Thanks in advance! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=814f4e5f-555c-4644-aaa0-b557b61a70d7 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
