Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Throwing SyncDeviceActiveException everay 30sec after change of Cach co
Today I configured a new cache in the cache configuration file (multi-vm-clustered.xml). Then I restarted the tomcat service and cleared the cache. The declaration of the cache is totally fine, the server starts and caches the items as expected.But then we found out that in the portal ui files are not more shown. So I did some investigations into log files and found the following:
++++ more of that Errors followingI did not change anything in the sync stuff so what is the problem?
17:23:20,559 ERROR [http-apr-8080-exec-16][JSONWebServiceServiceAction:97] com.liferay.sync.SyncDeviceActiveException", "error": {"message":"com.liferay.sync.SyncDeviceActiveException","type":"com.liferay.sync.SyncDeviceActiveException"}, "throwable": "com.liferay.sync.SyncDeviceActiveException
17:23:50,624 ERROR [http-apr-8080-exec-24][JSONWebServiceServiceAction:97] com.liferay.sync.SyncDeviceActiveException", "error": {"message":"com.liferay.sync.SyncDeviceActiveException","type":"com.liferay.sync.SyncDeviceActiveException"}, "throwable": "com.liferay.sync.SyncDeviceActiveException++++ more of that Errors followingI did not change anything in the sync stuff so what is the problem?
Do you have a full stack trace? It appears there's a disabled Sync client trying to connect to the portal. The Sync Connector is too verbose in logging error messages when an inactive client tries to connect. You can check for disabled Sync devices by going to Control Panel > Configuration > Sync Connector Admin > Devices tab.
I created SYNC-1819 to address this in a future release.
I created SYNC-1819 to address this in a future release.