Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

warnings in error log for GET /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json

Avatar

Level 2

Hi,

     When i refresh aem home page or fire any request to aem,

     Aem  itself write below exception in C:\AEM 6.4\crx-quickstart\logs\error.log

30.07.2019 17:22:13.529 *WARN* [192.168.200.160 [1564487533498] GET /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json HTTP/1.1] com.adobe.granite.taskmanagement.impl.jcr.TaskAdapterFactory error adapting to Task

javax.jcr.ValueFormatException: [Property of node]= [value of property] is multi-valued.

Note- primery:Type of Above node is  'granite:Task'

3 Replies

Avatar

Employee

Hello,

Could you provide the complete warning message? Which property of task node and value is being printed here?

Regards,

Vishu

Avatar

Level 2

Hi,

     Complete warning message is as below,

01.08.2019 10:25:12.608 *WARN* [192.168.200.160 [1564635312561] GET /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json HTTP/1.1] com.adobe.granite.taskmanagement.impl.jcr.TaskAdapterFactory error adapting to Task

javax.jcr.ValueFormatException: commentCreatedBy = [maninder] is multi-valued.

Thanx,

Rohit

Avatar

Employee

Hello Rohit,

Now go to crxde and check the type of commentCreatedBy propertry. It is String or String[]?

Regards,

Vishu