Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

ERROR ATNA.SYSLOG_ERROR_LOG

When running 8.2.0 there are "some" logs like

ERROR ATNA.SYSLOG_ERROR_LOG.log(42) - ===> SYSLOG EXCEPTION THROWN no bytes available.

The message comes from
ehealth-8.2.0\openncp-application\openncp-application-openatna\audit\src\main\java\org\openhealthtools\openatna\audit\log\SyslogErrorLogger.java

which is called from 3 different classes, e.g. ehealth-8.2.0\openncp-application\openncp-application-openatna\audit\src\main\java\org\openhealthtools\openatna\audit\server\MessageQueue.java

... but obviously with no info about the exception ("no bytes available"), which makes it hard to find/analyze ...

And: Web Manager shows ATNA Errors like "org.openhealthtools.openatna.syslog.SyslogException:Event outcome for the ATNA message was not a success but [MAJOR_FAILURE]"

Edited by Christian Baumann