Skip to main content
15-Moonstone
November 28, 2019
Question

WSCommunicationsSubsystem: Could not dispatch async service request [NotifyPropertyUpdate] : null

  • November 28, 2019
  • 2 replies
  • 1922 views

Hi,

 

There are many errors during the ThingworxServer starting

2019-11-28 03:14:59.497-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-9] Could not dispatch async service request [NotifyPropertyUpdate] : null
2019-11-28 03:14:59.506-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-6] Could not dispatch async service request [NotifyPropertyUpdate] : null
2019-11-28 03:14:59.513-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-4] Could not dispatch async service request [NotifyPropertyUpdate] : null
2019-11-28 03:14:59.514-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-3] Could not dispatch async service request [NotifyPropertyUpdate] : null
2019-11-28 03:14:59.514-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-8] Could not dispatch async service request [NotifyPropertyUpdate] : null
2019-11-28 03:14:59.549-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-3] Could not dispatch async service request [NotifyPropertyUpdate] : null
2019-11-28 03:14:59.552-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-1] Could not dispatch async service request [NotifyPropertyUpdate] : null
2019-11-28 03:14:59.553-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-9] Could not dispatch async service request [NotifyPropertyUpdate] : null

 

I wonder what is that warning and how i can get rid of them.

 

My Bests,

Hung Tran

2 replies

17-Peridot
November 29, 2019

Hi,

 

Seems that NotifyPropertyUpdate service is being called in your implementation and is not returning any result or has insufficient access rights.

However, these warnings need to be put in context.

Please provide more info on this:

- when these warning show? when you run a remote service?

-version of Thingworx

-set Application.log to Trace level and reproduce this again. After warning is reproduced you can stop Trace and set again Application log level to INFO/WARNING. Please attach log here for analysis.

 

Thank you,

Raluca Edu

htran-2115-MoonstoneAuthor
15-Moonstone
November 29, 2019

Hi Raluca Edu,

 

I am pretty sure that we don't have any code to invoke the NotifyPropertyUpdate service, it happens when ThingworxServer is starting. Thingworx version is 7.4.0. 

 

Please check in Thingworx source code when such error message is logged and find out reasons, thanks!

 

My Bests,

Hung Tran

17-Peridot
December 2, 2019
Hi, Any property updates on the Platform will trigger a notifyPropertyUpdate message to the Edge, that's why this service is executed. The warning is showing into the log as the result of notifyPropertyUpdate service is null. However, this should be put in your context, and logs should be investigated. Source code is not helping here as it is dependent on variables and parameters taken from every environment. If you can, please attach logs to look into the issue. Thank you, Raluca Edu
16-Pearl
November 29, 2019

Hi Hung Tran,

 

What kind of AlwaysOn agent are you using on the edge ?

How many are reconnecting when you restart the platform ?

 

Thanks

htran-2115-MoonstoneAuthor
15-Moonstone
November 29, 2019

Hi smainente,

 

AlwaysOn agent? Do you mean the version of WSEMS? it is 5.3.2.1693

There were about 6k re-established connections

 

My Bests,

Hung Tran