Products | Versions |
---|---|
TIBCO LogLogic Log Management Intelligence | 4.4.3 |
If you see the message “error: premature end of file” when logging into Web UI after upgrading then follow the procedure below to resolve it. This is actually due to a missing community string for the SNMP Trap receiver field in the LMI configuration database.
2. Execute the following commands:
$ mtask stop
$ /etc/rc.d/init.d/mysql start
$ mysql -e "UPDATE logappconfig.admSnmpTrapRcvr SET communityString='public'"
$ mysql stop
$ mtask start