>
>
> This is the error in edex-request.log
>
> INFO 2015-04-23 22:33:20,434 [purgeGridInfoCache-1]
> FailoverSingleServer: Delay between connect retries:5000
>
> INFO 2015-04-23 22:33:20,739 [subscription.notify-1] AMQConnection:
> Unable to connect to broker at
This is a known problem with 14.2.1 EDEX, after it has been running for a
long time and is restarted, the Qpid service doesn't have enough memory to
handle the message queue records that is has accumulated, so it doesn't
start.
The workaround for now is:
1) edex stop (then wait until all processes are done, watching with the
command "edex")
2) rm -rf /awips2/qpid/messageStore/edex/
3) edex start
This problem is being addressed in 14.4.1!