Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: MOTION-157 + remove activation

...

Code Block
languagenone
Activation refused due to request arriving too late or time not synced between author and public instance. Please contact your administrator to ensure server times are synced or the tolerance is set high enough to counter the differences.

The error is coming either from info.magnolia.publishing.command.PublicationCommand when using the Publishing module or from info.magnolia.cms.exchange.ExchangeException when using the Activation module

To resolve this issue, check the system time (server time) on both instances. Configure the servers to use Network Time Protocol (NTP) so that they could use the same time and stay in sync.

If you are still getting the error, then on your public instance(s) configure:

...

configure a higher publicationDelayTolerance property:

...

enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse

...

Mgnl f
modules

...

Mgnl f
publishing-core

Image Added

The property allows

...

Mgnl f
config

...

Mgnl p
publicationDelayTolerance

...

60000

With the Activation module in use, a higher activationDelayTolerance property:

...

enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse

...

Mgnl f
modules

...

Mgnl f
activation

...

Mgnl f
config

...

Mgnl p
activationDelayTolerance

...

60000

In both cases the properties allow for a time difference between the instances. The default value is 30,000 milliseconds (30 seconds).

...