mantidproject / autoreduce

Autoreduction service
0 stars 0 forks source link

Find cause of (and resolve) the reoccurring security errors in ActiveMQ logs #337

Closed lottiegreenwood closed 7 years ago

lottiegreenwood commented 7 years ago

In /opt/activemq/data, the logs often have this line:

2017-02-16 09:17:26,114 | WARN  | Security Error occurred: User name [autoreduce] or password is invalid. | org.apache.activemq.broker.TransportConnection.Service | ActiveMQ Transport: 
2017-02-16 09:17:28,115 | INFO  | Stopping tcp://127.0.0.1:56894 because Failed with SecurityException: User name [autoreduce] or password is invalid. | org.apache.activemq.broker.TransportConnection | ActiveMQ BrokerService[localhost] Task-1252

We should probably understand the cause of this and fix it, if possible.

tg137 commented 7 years ago

Hi Lottie,

I'll double check when I'm back at work but I think this was me testing out the Nagios checks. Some of the time I was using the wrong password to make sure requests couldn't get through :)

tg137 commented 7 years ago

I've double checked this and it's definitely my script causing this :)