Notification Error

Parth Chaudharya year ago

Hello,
After Upgading from 5.6 to 5.9 then getting this error,
Can anyone help regarding this:

2023-09-06 21:59:35  INFO: [T32ae4012] error - Failed to get notificator  - RuntimeException (NotificatorManager:75 < NotificationManager:110 < ... < *:107 < ... < *:106 < *:148 < ConnectionManager:247 < ...)
2023-09-06 21:59:35  INFO: [T32ae4012] disconnected
2023-09-06 21:59:35  INFO: [T32ae4012] error - Failed to get notificator  - RuntimeException (NotificatorManager:75 < NotificationManager:110 < ... < *:107 < ... < *:106 < *:148 < ConnectionManager:247 < ...)
2023-09-06 21:59:35  INFO: [T62222516: gt06 < 106.209.213.254] 7878110103551721066220028066000100bc186d0d0a
2023-09-06 21:59:36  INFO: [T62222516] error - Failed to get notificator  - RuntimeException (NotificatorManager:75 < NotificationManager:110 < ... < *:107 < ... < *:106 < *:148 < ConnectionManager:247 < ...)
2023-09-06 21:59:36  INFO: [T62222516] disconnected
2023-09-06 21:59:36  INFO: [T2fa58d84] connected
2023-09-06 21:59:36  INFO: [T2fa58d84: gt06 < 42.111.6.42] 7878110103551721001938857011000100c58bb70d0a
2023-09-06 21:59:36  INFO: [T2fa58d84] error - Failed to get notificator  - RuntimeException (NotificatorManager:75 < NotificationManager:110 < ... < *:107 < ... < *:106 < *:148 < ConnectionManager:247 < ...)
2023-09-06 21:59:36  INFO: [T2fa58d84] disconnected
2023-09-06 21:59:36  INFO: [T78296731] connected
2023-09-06 21:59:36  INFO: [T78296731: gt06 < 106.209.213.184] 78781101035517210791137080660001009535380d0a
2023-09-06 21:59:36  INFO: [Tc1345981] connected
2023-09-06 21:59:36  INFO: [T78296731] error - Failed to get notificator  - RuntimeException (NotificatorManager:75 < NotificationManager:110 < ... < *:107 < ... < *:106 < *:148 < ConnectionManager:247 < ...)
2023-09-06 21:59:36  INFO: [T78296731] disconnected
Anton Tananaeva year ago

It looks like you have some misconfigured notifications. Specifically missing channel value.

Jonaya year ago

I have the same issue but after upgrading from 4.1 to 5.9. sorry Anton, could you tell me how can I fix it? , As far as notifications are concerned, isn't it simply a matter of putting it if you choose by email and/or push messages through the app?.

Thnks

Jonaya year ago

I find the solution adding to config file "traccar.xml" the key configuration:

<entry key='notificator.types'>traccar,...</entry>
<entry key='notificator.traccar.key'>TRACCAR_KEY</entry>

Thnks.