Re: Server Crash

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Fabio,

I understand your point, however i am in tremendous pressure to provide the solution.

I have attached the log file for review.

We have Red Hat machine and Postgres 9.1.13 version.

Appreciate for your response and help.
 
 
 

Regards,

Anjul TYAGI

 

ü Go Green


------ Original Message ------
From: "Fabio Pardi" <f.pardi@xxxxxxxxxxxx>
To: pgsql-admin@xxxxxxxxxxxxxxxxxxxx
Sent: 27-06-2018 14:43:30
Subject: Re: Server Crash

Hi Anjul,

please avoid cross posting over multiple mailing lists.

Also asking again does not help, and usually is counterproductive: members see a reply and they might put efforts on helping somebody who did not get a reply yet.

Please take good note of it.

About your problem:

I would suggest you to upgrade to a newer version, since Postgres 9.1 is too old and does not get updates any longer.

Besides that, not being a perl expert i cannot help with your procedure. I think anyway the problem might be somewhere else. I suspect that your server crashes and what you read there is only a consequence, not the cause.

Could you post any relevant log entry in /var/log/messages and maybe anything else appearing in the postgres logfile?


What kind of machine are you running on? can we have more specs?

How is your server configured?


regards,

fabio pardi




On 27/06/18 10:51, Anjul Tyagi wrote:
Hi All,

can you please suggest on the issue we are facing?
 
 
 

Regards,

Anjul TYAGI

 

ü Go Green


------ Original Message ------
From: "Anjul Tyagi" <anjul@xxxxxxxxxxxxxxxx>
To: "pgsql-bugs@xxxxxxxxxxxxxxxxxxxx" <pgsql-bugs@xxxxxxxxxxxxxxxxxxxx>
Sent: 26-06-2018 18:17:26
Subject: Server Crash

Hi All,

We have recently deployed couple of new plperl SPROC in our postgres production server and after that server start throwing error. Currently we are using postgres 9.1 and planning to upgrade with PG 10. 

But we are not sure if that will cause the same error in PG 10 as well. We really need help.

Error Message:

2018-06-21 13:43:29 EDT [22212]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(56601),id=5b2bdea5.56c4,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.

 

2018-06-21 13:43:29 EDT [3673]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(55649),id=5b2bd568.e59,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.


Server Details: 
Linux - Red Hat Enterprise Linux Server release 6.3 (Santiago)
Postgres -  Postgres 9.1.13

below are the sample SPROC code:


CREATE OR REPLACE FUNCTION getauthcode(
    claim character varying,
    oflag character varying,
    pacode character varying,
    dispos character varying)
  RETURNS text AS
$BODY$
use strict;
use warnings;
use SOAP::Lite;
use JSON;


try
{
    my $host = `hostname`;
    my $rv = spi_exec_query("select * from getsprocurl('getauthcode','".$host."')");
    my $url = "" />     elog(NOTICE, 'Host Name  ' . $host . ' URL '. $url );
   
    my $soap = SOAP::Lite->new();
    my $service = $soap->service($url);
    my %params =  ("claim" => $_[0], "oflag" => $_[1], "pacode" => $_[2], "dispos" => $_[3]);
    my $response = $service->getAuthCode(%params);
    my $json_array = decode_json($response);
   
    for my $report ( $json_array) {
    my $status =  $report->{status}, '\n';
        if ($status eq 'success')
        {
            return $report->{PriorApprovalCode};
        }
        else{
            return $report->{message};
        }
    }   
}
catch Exception with
{
    my $ex = shift;
    return 'SOAPFAULT: ' . date('H:i:s') . ' ' . exception($ex);
}
 
$BODY$
  LANGUAGE plperlu VOLATILE STRICT
  COST 100;

Appreciate for your help in advance.
 

Regards,

Anjul TYAGI

 

ü Go Green



2018-06-22 10:29:52 EDT [2733]: [2-1] user=,db= ,host=,port=,id=4b8da28d.aad,line=2LOG:  server process (PID 7471) was terminated by signal 14: Alarm clock
2018-06-22 10:29:52 EDT [2733]: [3-1] user=,db= ,host=,port=,id=4b8da28d.aad,line=3LOG:  terminating any other active server processes
2018-06-22 10:29:52 EDT [19838]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54404),id=5b2d07e0.4d7e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19838]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54404),id=5b2d07e0.4d7e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19838]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54404),id=5b2d07e0.4d7e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19834]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41822),id=5b2d07e0.4d7a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19834]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41822),id=5b2d07e0.4d7a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19834]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41822),id=5b2d07e0.4d7a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19832]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54403),id=5b2d07e0.4d78,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19832]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54403),id=5b2d07e0.4d78,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19832]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54403),id=5b2d07e0.4d78,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19830]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(4642),id=5b2d07e0.4d76,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19830]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(4642),id=5b2d07e0.4d76,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19830]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(4642),id=5b2d07e0.4d76,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19797]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42221),id=5b2d07df.4d55,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19797]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42221),id=5b2d07df.4d55,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19797]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42221),id=5b2d07df.4d55,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19533]: [3-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(1348),id=5b2d07da.4c4d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19533]: [4-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(1348),id=5b2d07da.4c4d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19533]: [5-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(1348),id=5b2d07da.4c4d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19822]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27553),id=5b2d07df.4d6e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19822]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27553),id=5b2d07df.4d6e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19822]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27553),id=5b2d07df.4d6e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19810]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42222),id=5b2d07df.4d62,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19810]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42222),id=5b2d07df.4d62,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19810]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42222),id=5b2d07df.4d62,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18727]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42716),id=5b2d07ca.4927,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18727]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42716),id=5b2d07ca.4927,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18727]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42716),id=5b2d07ca.4927,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16600]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52372),id=5b2d07a2.40d8,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16600]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52372),id=5b2d07a2.40d8,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16600]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52372),id=5b2d07a2.40d8,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14577]: [3-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45756),id=5b2d0779.38f1,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14577]: [4-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45756),id=5b2d0779.38f1,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14577]: [5-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45756),id=5b2d0779.38f1,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15101]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52368),id=5b2d0784.3afd,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15101]: [6-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52368),id=5b2d0784.3afd,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15101]: [7-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52368),id=5b2d0784.3afd,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14582]: [656-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45760),id=5b2d0779.38f6,line=656WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14582]: [657-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45760),id=5b2d0779.38f6,line=657DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14582]: [658-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45760),id=5b2d0779.38f6,line=658HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14582]: [659-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45760),id=5b2d0779.38f6,line=659CONTEXT:  SQL statement "select max(sg_pmt_seq)                    from sg_pmt_m1 
2018-06-22 10:29:52 EDT [14582]: [660-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45760),id=5b2d0779.38f6,line=660STATEMENT:  select * from ng_save_claim($1,'NGCMS',$2) as result
2018-06-22 10:29:52 EDT [14574]: [3-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45754),id=5b2d0779.38ee,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14574]: [4-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45754),id=5b2d0779.38ee,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14574]: [5-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45754),id=5b2d0779.38ee,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12563]: [3-1] user=republic_service,db=forte ,host=10.10.6.29,port=10.10.6.29(51359),id=5b2d074f.3113,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12563]: [4-1] user=republic_service,db=forte ,host=10.10.6.29,port=10.10.6.29(51359),id=5b2d074f.3113,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12563]: [5-1] user=republic_service,db=forte ,host=10.10.6.29,port=10.10.6.29(51359),id=5b2d074f.3113,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9813]: [4-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42620),id=5b2d0717.2655,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9813]: [5-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42620),id=5b2d0717.2655,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9813]: [6-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42620),id=5b2d0717.2655,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19820]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27580),id=5b2d07df.4d6c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19820]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27580),id=5b2d07df.4d6c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19820]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27580),id=5b2d07df.4d6c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9261]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52358),id=5b2d070c.242d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9261]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52358),id=5b2d070c.242d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9261]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52358),id=5b2d070c.242d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9263]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52360),id=5b2d070c.242f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9263]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52360),id=5b2d070c.242f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9263]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52360),id=5b2d070c.242f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13110]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38674),id=5b2d075a.3336,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13110]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38674),id=5b2d075a.3336,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13110]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38674),id=5b2d075a.3336,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9266]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52362),id=5b2d070c.2432,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9266]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52362),id=5b2d070c.2432,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9266]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52362),id=5b2d070c.2432,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8321]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46930),id=5b2d06f7.2081,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8321]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46930),id=5b2d06f7.2081,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8321]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46930),id=5b2d06f7.2081,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9256]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52354),id=5b2d070c.2428,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9256]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52354),id=5b2d070c.2428,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9256]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52354),id=5b2d070c.2428,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4963]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57041),id=5b2d06b4.1363,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4963]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57041),id=5b2d06b4.1363,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4963]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57041),id=5b2d06b4.1363,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13112]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38675),id=5b2d075a.3338,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13112]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38675),id=5b2d075a.3338,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13112]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38675),id=5b2d075a.3338,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19829]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58442),id=5b2d07e0.4d75,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19829]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58442),id=5b2d07e0.4d75,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19829]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58442),id=5b2d07e0.4d75,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19831]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55327),id=5b2d07e0.4d77,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19831]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55327),id=5b2d07e0.4d77,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19831]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55327),id=5b2d07e0.4d77,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19795]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41818),id=5b2d07df.4d53,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19795]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41818),id=5b2d07df.4d53,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19795]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41818),id=5b2d07df.4d53,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9267]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52363),id=5b2d070c.2433,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9267]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52363),id=5b2d070c.2433,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9267]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52363),id=5b2d070c.2433,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10037]: [3-1] user=claimdealer,db=forte ,host=10.10.5.102,port=10.10.5.102(57968),id=5b2d071b.2735,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10037]: [4-1] user=claimdealer,db=forte ,host=10.10.5.102,port=10.10.5.102(57968),id=5b2d071b.2735,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10037]: [5-1] user=claimdealer,db=forte ,host=10.10.5.102,port=10.10.5.102(57968),id=5b2d071b.2735,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8326]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46934),id=5b2d06f7.2086,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8326]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46934),id=5b2d06f7.2086,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8326]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46934),id=5b2d06f7.2086,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19821]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41821),id=5b2d07df.4d6d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19821]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41821),id=5b2d07df.4d6d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19821]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41821),id=5b2d07df.4d6d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21141]: [3-1] user=republic_service,db=forte ,host=10.10.5.246,port=10.10.5.246(40664),id=5b2d056c.5295,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21141]: [4-1] user=republic_service,db=forte ,host=10.10.5.246,port=10.10.5.246(40664),id=5b2d056c.5295,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21141]: [5-1] user=republic_service,db=forte ,host=10.10.5.246,port=10.10.5.246(40664),id=5b2d056c.5295,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8044]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44538),id=5b2d06f2.1f6c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8044]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44538),id=5b2d06f2.1f6c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8044]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44538),id=5b2d06f2.1f6c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19308]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42721),id=5b2d07d6.4b6c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19308]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42721),id=5b2d07d6.4b6c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19308]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42721),id=5b2d07d6.4b6c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13105]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38670),id=5b2d075a.3331,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13105]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38670),id=5b2d075a.3331,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13105]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38670),id=5b2d075a.3331,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23866]: [36-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40989),id=5b2d05a6.5d3a,line=36WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23866]: [37-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40989),id=5b2d05a6.5d3a,line=37DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23866]: [38-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40989),id=5b2d05a6.5d3a,line=38HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30541]: [3-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49307),id=5b2d062b.774d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30541]: [4-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49307),id=5b2d062b.774d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30541]: [5-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49307),id=5b2d062b.774d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4969]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57046),id=5b2d06b4.1369,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4969]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57046),id=5b2d06b4.1369,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4969]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57046),id=5b2d06b4.1369,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5610]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49319),id=5b2d06c1.15ea,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5610]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49319),id=5b2d06c1.15ea,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5610]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49319),id=5b2d06c1.15ea,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8047]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44540),id=5b2d06f2.1f6f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8047]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44540),id=5b2d06f2.1f6f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8047]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44540),id=5b2d06f2.1f6f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8316]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46927),id=5b2d06f7.207c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8316]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46927),id=5b2d06f7.207c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8316]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46927),id=5b2d06f7.207c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19809]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41820),id=5b2d07df.4d61,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19809]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41820),id=5b2d07df.4d61,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19809]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41820),id=5b2d07df.4d61,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12565]: [3-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51361),id=5b2d074f.3115,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12565]: [4-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51361),id=5b2d074f.3115,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12565]: [5-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51361),id=5b2d074f.3115,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8322]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46931),id=5b2d06f7.2082,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8322]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46931),id=5b2d06f7.2082,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8322]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46931),id=5b2d06f7.2082,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17173]: [4-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42692),id=5b2d07ae.4315,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17173]: [5-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42692),id=5b2d07ae.4315,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17173]: [6-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42692),id=5b2d07ae.4315,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17798]: [3-1] user=ssclaims,db=forte ,host=10.10.5.149,port=10.10.5.149(48076),id=5b2d07b9.4586,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17798]: [4-1] user=ssclaims,db=forte ,host=10.10.5.149,port=10.10.5.149(48076),id=5b2d07b9.4586,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17798]: [5-1] user=ssclaims,db=forte ,host=10.10.5.149,port=10.10.5.149(48076),id=5b2d07b9.4586,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13106]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38671),id=5b2d075a.3332,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13106]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38671),id=5b2d075a.3332,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13106]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38671),id=5b2d075a.3332,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13115]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38677),id=5b2d075a.333b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13115]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38677),id=5b2d075a.333b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13115]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38677),id=5b2d075a.333b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19824]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55323),id=5b2d07df.4d70,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19824]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55323),id=5b2d07df.4d70,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19824]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55323),id=5b2d07df.4d70,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19826]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(35232),id=5b2d07df.4d72,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19826]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(35232),id=5b2d07df.4d72,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19826]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(35232),id=5b2d07df.4d72,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9259]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52356),id=5b2d070c.242b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9259]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52356),id=5b2d070c.242b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9259]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52356),id=5b2d070c.242b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32049]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42537),id=5b2d0649.7d31,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32049]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42537),id=5b2d0649.7d31,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32049]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42537),id=5b2d0649.7d31,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26929]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41166),id=5b2cf5ef.6931,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26929]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41166),id=5b2cf5ef.6931,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26929]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41166),id=5b2cf5ef.6931,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31678]: [3-1] user=rjain,db=postgres ,host=10.10.1.147,port=10.10.1.147(51865),id=5b2d0641.7bbe,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31678]: [4-1] user=rjain,db=postgres ,host=10.10.1.147,port=10.10.1.147(51865),id=5b2d0641.7bbe,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31678]: [5-1] user=rjain,db=postgres ,host=10.10.1.147,port=10.10.1.147(51865),id=5b2d0641.7bbe,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8054]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44546),id=5b2d06f2.1f76,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8054]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44546),id=5b2d06f2.1f76,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8054]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44546),id=5b2d06f2.1f76,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14575]: [3-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45755),id=5b2d0779.38ef,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14575]: [4-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45755),id=5b2d0779.38ef,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14575]: [5-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45755),id=5b2d0779.38ef,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8329]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46936),id=5b2d06f7.2089,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8329]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46936),id=5b2d06f7.2089,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8329]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46936),id=5b2d06f7.2089,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5187]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51357),id=5b2d06b9.1443,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5187]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51357),id=5b2d06b9.1443,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5187]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51357),id=5b2d06b9.1443,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23142]: [3-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44466),id=5b2d0314.5a66,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23142]: [4-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44466),id=5b2d0314.5a66,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23142]: [5-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44466),id=5b2d0314.5a66,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22485]: [3-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57040),id=5b2d0588.57d5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22485]: [4-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57040),id=5b2d0588.57d5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22485]: [5-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57040),id=5b2d0588.57d5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5302]: [691-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(62569),id=5b2d06bb.14b6,line=691WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5302]: [692-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(62569),id=5b2d06bb.14b6,line=692DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5302]: [693-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(62569),id=5b2d06bb.14b6,line=693HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19676]: [3-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40660),id=5b2d054e.4cdc,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19676]: [4-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40660),id=5b2d054e.4cdc,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19676]: [5-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40660),id=5b2d054e.4cdc,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19080]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41116),id=5b2cf547.4a88,line=8WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19080]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41116),id=5b2cf547.4a88,line=9DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19080]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41116),id=5b2cf547.4a88,line=10HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30083]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51345),id=5b2d0623.7583,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30083]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51345),id=5b2d0623.7583,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30083]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51345),id=5b2d0623.7583,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30527]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49296),id=5b2d062b.773f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30527]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49296),id=5b2d062b.773f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30527]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49296),id=5b2d062b.773f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30530]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49299),id=5b2d062b.7742,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30530]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49299),id=5b2d062b.7742,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30530]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49299),id=5b2d062b.7742,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6519]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40696),id=5b2d06d4.1977,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6519]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40696),id=5b2d06d4.1977,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6519]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40696),id=5b2d06d4.1977,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13066]: [3-1] user=claimdealer,db=forte ,host=10.10.6.26,port=10.10.6.26(56089),id=5b2d0759.330a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13066]: [4-1] user=claimdealer,db=forte ,host=10.10.6.26,port=10.10.6.26(56089),id=5b2d0759.330a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13066]: [5-1] user=claimdealer,db=forte ,host=10.10.6.26,port=10.10.6.26(56089),id=5b2d0759.330a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13116]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38678),id=5b2d075a.333c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13116]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38678),id=5b2d075a.333c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13116]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38678),id=5b2d075a.333c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14578]: [5-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45757),id=5b2d0779.38f2,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14578]: [6-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45757),id=5b2d0779.38f2,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14578]: [7-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45757),id=5b2d0779.38f2,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14473]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42658),id=5b2d0776.3889,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14473]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42658),id=5b2d0776.3889,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14473]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42658),id=5b2d0776.3889,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19813]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7475),id=5b2d07df.4d65,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19813]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7475),id=5b2d07df.4d65,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19813]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7475),id=5b2d07df.4d65,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14580]: [3-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45758),id=5b2d0779.38f4,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14580]: [4-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45758),id=5b2d0779.38f4,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14580]: [5-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45758),id=5b2d0779.38f4,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5603]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49312),id=5b2d06c1.15e3,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5603]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49312),id=5b2d06c1.15e3,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5603]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49312),id=5b2d06c1.15e3,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19812]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(48665),id=5b2d07df.4d64,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19812]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(48665),id=5b2d07df.4d64,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19812]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(48665),id=5b2d07df.4d64,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5599]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49310),id=5b2d06c1.15df,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5599]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49310),id=5b2d06c1.15df,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5599]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49310),id=5b2d06c1.15df,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6510]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40689),id=5b2d06d4.196e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6510]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40689),id=5b2d06d4.196e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6510]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40689),id=5b2d06d4.196e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8324]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46932),id=5b2d06f7.2084,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8324]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46932),id=5b2d06f7.2084,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8324]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46932),id=5b2d06f7.2084,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3707]: [5-1] user=mgregory,db=forte ,host=10.0.2.133,port=10.0.2.133(62647),id=5b2d0411.e7b,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3707]: [6-1] user=mgregory,db=forte ,host=10.0.2.133,port=10.0.2.133(62647),id=5b2d0411.e7b,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3707]: [7-1] user=mgregory,db=forte ,host=10.0.2.133,port=10.0.2.133(62647),id=5b2d0411.e7b,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32133]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41218),id=5b2cf660.7d85,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32133]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41218),id=5b2cf660.7d85,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32133]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41218),id=5b2cf660.7d85,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9536]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42142),id=5b2d0208.2540,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9536]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42142),id=5b2d0208.2540,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9536]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42142),id=5b2d0208.2540,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13109]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38673),id=5b2d075a.3335,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13109]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38673),id=5b2d075a.3335,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13109]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38673),id=5b2d075a.3335,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30536]: [3-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49305),id=5b2d062b.7748,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30536]: [4-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49305),id=5b2d062b.7748,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30536]: [5-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49305),id=5b2d062b.7748,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21147]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40667),id=5b2d056c.529b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21147]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40667),id=5b2d056c.529b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21147]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40667),id=5b2d056c.529b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22564]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40672),id=5b2d058a.5824,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22564]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40672),id=5b2d058a.5824,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22564]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40672),id=5b2d058a.5824,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6518]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40695),id=5b2d06d4.1976,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6518]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40695),id=5b2d06d4.1976,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6518]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40695),id=5b2d06d4.1976,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19589]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57019),id=5b2d054c.4c85,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19589]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57019),id=5b2d054c.4c85,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19589]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57019),id=5b2d054c.4c85,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19798]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7476),id=5b2d07df.4d56,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19798]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7476),id=5b2d07df.4d56,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19798]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7476),id=5b2d07df.4d56,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [7848]: [5-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42590),id=5b2d06ee.1ea8,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [7848]: [6-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42590),id=5b2d06ee.1ea8,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [7848]: [7-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42590),id=5b2d06ee.1ea8,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5598]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49309),id=5b2d06c1.15de,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5598]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49309),id=5b2d06c1.15de,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5598]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49309),id=5b2d06c1.15de,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10036]: [3-1] user=claimdealer,db=forte ,host=10.10.5.102,port=10.10.5.102(57967),id=5b2d071b.2734,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10036]: [4-1] user=claimdealer,db=forte ,host=10.10.5.102,port=10.10.5.102(57967),id=5b2d071b.2734,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10036]: [5-1] user=claimdealer,db=forte ,host=10.10.5.102,port=10.10.5.102(57967),id=5b2d071b.2734,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12564]: [3-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51360),id=5b2d074f.3114,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12564]: [4-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51360),id=5b2d074f.3114,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12564]: [5-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51360),id=5b2d074f.3114,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4966]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57044),id=5b2d06b4.1366,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4966]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57044),id=5b2d06b4.1366,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4966]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57044),id=5b2d06b4.1366,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8051]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44543),id=5b2d06f2.1f73,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8051]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44543),id=5b2d06f2.1f73,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8051]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44543),id=5b2d06f2.1f73,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9262]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52359),id=5b2d070c.242e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9262]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52359),id=5b2d070c.242e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9262]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52359),id=5b2d070c.242e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32097]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41861),id=5b2cfea6.7d61,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32097]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41861),id=5b2cfea6.7d61,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32097]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41861),id=5b2cfea6.7d61,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21571]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41796),id=5b2cfdca.5443,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21571]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41796),id=5b2cfdca.5443,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21571]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41796),id=5b2cfdca.5443,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13114]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38676),id=5b2d075a.333a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13114]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38676),id=5b2d075a.333a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13114]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38676),id=5b2d075a.333a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [11607]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41336),id=5b2cf75d.2d57,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [11607]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41336),id=5b2cf75d.2d57,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [11607]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41336),id=5b2cf75d.2d57,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22563]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40671),id=5b2d058a.5823,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22563]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40671),id=5b2d058a.5823,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22563]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40671),id=5b2d058a.5823,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19307]: [524-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42720),id=5b2d07d6.4b6b,line=524WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19307]: [525-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42720),id=5b2d07d6.4b6b,line=525DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19307]: [526-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42720),id=5b2d07d6.4b6b,line=526HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19678]: [3-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40661),id=5b2d054e.4cde,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19678]: [4-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40661),id=5b2d054e.4cde,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19678]: [5-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40661),id=5b2d054e.4cde,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27884]: [21-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41432),id=5b2cf8bc.6cec,line=21WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27884]: [22-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41432),id=5b2cf8bc.6cec,line=22DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27884]: [23-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41432),id=5b2cf8bc.6cec,line=23HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30535]: [3-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49304),id=5b2d062b.7747,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30535]: [4-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49304),id=5b2d062b.7747,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30535]: [5-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49304),id=5b2d062b.7747,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9265]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52361),id=5b2d070c.2431,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9265]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52361),id=5b2d070c.2431,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9265]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52361),id=5b2d070c.2431,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21782]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42460),id=5b2d0579.5516,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21782]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42460),id=5b2d0579.5516,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21782]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42460),id=5b2d0579.5516,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4965]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57043),id=5b2d06b4.1365,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4965]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57043),id=5b2d06b4.1365,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4965]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57043),id=5b2d06b4.1365,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9260]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52357),id=5b2d070c.242c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9260]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52357),id=5b2d070c.242c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9260]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52357),id=5b2d070c.242c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4214]: [3-1] user=claimdealer,db=forte ,host=10.10.5.103,port=10.10.5.103(38255),id=5b2d06a5.1076,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4214]: [4-1] user=claimdealer,db=forte ,host=10.10.5.103,port=10.10.5.103(38255),id=5b2d06a5.1076,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4214]: [5-1] user=claimdealer,db=forte ,host=10.10.5.103,port=10.10.5.103(38255),id=5b2d06a5.1076,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15317]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51337),id=5b2d04f7.3bd5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15317]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51337),id=5b2d04f7.3bd5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15317]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51337),id=5b2d04f7.3bd5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12673]: [204-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41348),id=5b2cf774.3181,line=204WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12673]: [205-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41348),id=5b2cf774.3181,line=205DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12673]: [206-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41348),id=5b2cf774.3181,line=206HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18435]: [4-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42714),id=5b2d07c4.4803,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18435]: [5-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42714),id=5b2d07c4.4803,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18435]: [6-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42714),id=5b2d07c4.4803,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6512]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40690),id=5b2d06d4.1970,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6512]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40690),id=5b2d06d4.1970,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6512]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40690),id=5b2d06d4.1970,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22484]: [3-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57039),id=5b2d0588.57d4,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22484]: [4-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57039),id=5b2d0588.57d4,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22484]: [5-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57039),id=5b2d0588.57d4,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25152]: [4-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42475),id=5b2d05c0.6240,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25152]: [5-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42475),id=5b2d05c0.6240,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25152]: [6-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42475),id=5b2d05c0.6240,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8978]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52311),id=5b2d0478.2312,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8978]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52311),id=5b2d0478.2312,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8978]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52311),id=5b2d0478.2312,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13068]: [3-1] user=claimdealer,db=forte ,host=10.10.6.26,port=10.10.6.26(56090),id=5b2d0759.330c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13068]: [4-1] user=claimdealer,db=forte ,host=10.10.6.26,port=10.10.6.26(56090),id=5b2d0759.330c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13068]: [5-1] user=claimdealer,db=forte ,host=10.10.6.26,port=10.10.6.26(56090),id=5b2d0759.330c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6516]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40694),id=5b2d06d4.1974,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6516]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40694),id=5b2d06d4.1974,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6516]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40694),id=5b2d06d4.1974,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30257]: [6-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52300),id=5b2d03a6.7631,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30257]: [7-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52300),id=5b2d03a6.7631,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30257]: [8-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52300),id=5b2d03a6.7631,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4971]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57048),id=5b2d06b4.136b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4971]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57048),id=5b2d06b4.136b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4971]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57048),id=5b2d06b4.136b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4972]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57049),id=5b2d06b4.136c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4972]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57049),id=5b2d06b4.136c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4972]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57049),id=5b2d06b4.136c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8049]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44541),id=5b2d06f2.1f71,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8049]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44541),id=5b2d06f2.1f71,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8049]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44541),id=5b2d06f2.1f71,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8043]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44537),id=5b2d06f2.1f6b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8043]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44537),id=5b2d06f2.1f6b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8043]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44537),id=5b2d06f2.1f6b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13107]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38672),id=5b2d075a.3333,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13107]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38672),id=5b2d075a.3333,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13107]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38672),id=5b2d075a.3333,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8023]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40697),id=5b2d06f2.1f57,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8023]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40697),id=5b2d06f2.1f57,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8023]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40697),id=5b2d06f2.1f57,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9258]: [3-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52355),id=5b2d070c.242a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9258]: [4-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52355),id=5b2d070c.242a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9258]: [5-1] user=claimdealer,db=forte ,host=10.10.5.158,port=10.10.5.158(52355),id=5b2d070c.242a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30526]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49295),id=5b2d062b.773e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30526]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49295),id=5b2d062b.773e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30526]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49295),id=5b2d062b.773e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2929]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41699),id=5b2cfc2f.b71,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2929]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41699),id=5b2cfc2f.b71,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2929]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41699),id=5b2cfc2f.b71,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30088]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51350),id=5b2d0623.7588,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30088]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51350),id=5b2d0623.7588,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30088]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51350),id=5b2d0623.7588,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5186]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51356),id=5b2d06b9.1442,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5186]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51356),id=5b2d06b9.1442,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5186]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51356),id=5b2d06b9.1442,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22482]: [3-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57037),id=5b2d0588.57d2,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22482]: [4-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57037),id=5b2d0588.57d2,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22482]: [5-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57037),id=5b2d0588.57d2,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17548]: [4-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42701),id=5b2d07b5.448c,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17548]: [5-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42701),id=5b2d07b5.448c,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17548]: [6-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42701),id=5b2d07b5.448c,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8327]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46935),id=5b2d06f7.2087,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8327]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46935),id=5b2d06f7.2087,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8327]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46935),id=5b2d06f7.2087,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6180]: [3-1] user=republic_service,db=forte ,host=10.10.5.136,port=10.10.5.136(44487),id=5b2d0440.1824,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6180]: [4-1] user=republic_service,db=forte ,host=10.10.5.136,port=10.10.5.136(44487),id=5b2d0440.1824,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6180]: [5-1] user=republic_service,db=forte ,host=10.10.5.136,port=10.10.5.136(44487),id=5b2d0440.1824,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30179]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41436),id=5b2cf8ec.75e3,line=10WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30179]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41436),id=5b2cf8ec.75e3,line=11DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30179]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41436),id=5b2cf8ec.75e3,line=12HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4970]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57047),id=5b2d06b4.136a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4970]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57047),id=5b2d06b4.136a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4970]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57047),id=5b2d06b4.136a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22568]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40675),id=5b2d058a.5828,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22568]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40675),id=5b2d058a.5828,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22568]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40675),id=5b2d058a.5828,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23976]: [3-1] user=fsamuels,db=forte ,host=10.0.2.107,port=10.0.2.107(59208),id=5b2cfb3d.5da8,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23976]: [4-1] user=fsamuels,db=forte ,host=10.0.2.107,port=10.0.2.107(59208),id=5b2cfb3d.5da8,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23976]: [5-1] user=fsamuels,db=forte ,host=10.0.2.107,port=10.0.2.107(59208),id=5b2cfb3d.5da8,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4964]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57042),id=5b2d06b4.1364,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4964]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57042),id=5b2d06b4.1364,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4964]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57042),id=5b2d06b4.1364,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3029]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44479),id=5b2d0404.bd5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3029]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44479),id=5b2d0404.bd5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3029]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44479),id=5b2d0404.bd5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5601]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49311),id=5b2d06c1.15e1,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5601]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49311),id=5b2d06c1.15e1,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5601]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49311),id=5b2d06c1.15e1,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8320]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46929),id=5b2d06f7.2080,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8320]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46929),id=5b2d06f7.2080,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8320]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46929),id=5b2d06f7.2080,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5605]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49314),id=5b2d06c1.15e5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5605]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49314),id=5b2d06c1.15e5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5605]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49314),id=5b2d06c1.15e5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8325]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46933),id=5b2d06f7.2085,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8325]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46933),id=5b2d06f7.2085,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8325]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46933),id=5b2d06f7.2085,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6507]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40687),id=5b2d06d4.196b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6507]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40687),id=5b2d06d4.196b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6507]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40687),id=5b2d06d4.196b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30092]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51353),id=5b2d0623.758c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30092]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51353),id=5b2d0623.758c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30092]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51353),id=5b2d0623.758c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30087]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51349),id=5b2d0623.7587,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30087]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51349),id=5b2d0623.7587,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30087]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51349),id=5b2d0623.7587,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8053]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44545),id=5b2d06f2.1f75,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8053]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44545),id=5b2d06f2.1f75,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8053]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44545),id=5b2d06f2.1f75,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4973]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57050),id=5b2d06b4.136d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4973]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57050),id=5b2d06b4.136d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4973]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57050),id=5b2d06b4.136d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22481]: [3-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57036),id=5b2d0588.57d1,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22481]: [4-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57036),id=5b2d0588.57d1,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22481]: [5-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57036),id=5b2d0588.57d1,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30255]: [3-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52299),id=5b2d03a6.762f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30255]: [4-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52299),id=5b2d03a6.762f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30255]: [5-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52299),id=5b2d03a6.762f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30086]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51348),id=5b2d0623.7586,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30086]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51348),id=5b2d0623.7586,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30086]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51348),id=5b2d0623.7586,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6513]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40691),id=5b2d06d4.1971,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6513]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40691),id=5b2d06d4.1971,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6513]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40691),id=5b2d06d4.1971,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18058]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57015),id=5b2d052e.468a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18058]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57015),id=5b2d052e.468a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18058]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57015),id=5b2d052e.468a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30538]: [3-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49306),id=5b2d062b.774a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30538]: [4-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49306),id=5b2d062b.774a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30538]: [5-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49306),id=5b2d062b.774a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22691]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51340),id=5b2d058d.58a3,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22691]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51340),id=5b2d058d.58a3,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22691]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51340),id=5b2d058d.58a3,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4926]: [3-1] user=rhaseja,db=forte ,host=10.10.2.10,port=10.10.2.10(63879),id=5b2cf6cb.133e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4926]: [4-1] user=rhaseja,db=forte ,host=10.10.2.10,port=10.10.2.10(63879),id=5b2cf6cb.133e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4926]: [5-1] user=rhaseja,db=forte ,host=10.10.2.10,port=10.10.2.10(63879),id=5b2cf6cb.133e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32156]: [45-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51698),id=5b2d064e.7d9c,line=45WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32156]: [46-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51698),id=5b2d064e.7d9c,line=46DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32156]: [47-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51698),id=5b2d064e.7d9c,line=47HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32156]: [48-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51698),id=5b2d064e.7d9c,line=48CONTEXT:  SQL statement "select *                   from ck_get_part_information2(callCKServiceDataFeed,upper(P_part_number),contract_vin)"
2018-06-22 10:29:52 EDT [32156]: [49-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51698),id=5b2d064e.7d9c,line=49STATEMENT:  select * from ng_get_part_price10($1, $2, $3, $4, $5, $6, $7, $8, $9) as result
2018-06-22 10:29:52 EDT [18410]: [29-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41114),id=5b2cf538.47ea,line=29WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18410]: [30-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41114),id=5b2cf538.47ea,line=30DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18410]: [31-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41114),id=5b2cf538.47ea,line=31HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30084]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51346),id=5b2d0623.7584,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30084]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51346),id=5b2d0623.7584,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30084]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51346),id=5b2d0623.7584,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6515]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40693),id=5b2d06d4.1973,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6515]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40693),id=5b2d06d4.1973,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6515]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40693),id=5b2d06d4.1973,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25130]: [3-1] user=fsamuels,db=forte ,host=10.0.2.107,port=10.0.2.107(59216),id=5b2cfb56.622a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25130]: [4-1] user=fsamuels,db=forte ,host=10.0.2.107,port=10.0.2.107(59216),id=5b2cfb56.622a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25130]: [5-1] user=fsamuels,db=forte ,host=10.0.2.107,port=10.0.2.107(59216),id=5b2cfb56.622a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29298]: [391-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41182),id=5b2cf622.7272,line=391WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29298]: [392-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41182),id=5b2cf622.7272,line=392DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29298]: [393-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41182),id=5b2cf622.7272,line=393HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19588]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57018),id=5b2d054c.4c84,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19588]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57018),id=5b2d054c.4c84,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19588]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57018),id=5b2d054c.4c84,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6222]: [6-1] user=rhaseja,db=forte ,host=10.10.2.10,port=10.10.2.10(64030),id=5b2cf6e7.184e,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6222]: [7-1] user=rhaseja,db=forte ,host=10.10.2.10,port=10.10.2.10(64030),id=5b2cf6e7.184e,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6222]: [8-1] user=rhaseja,db=forte ,host=10.10.2.10,port=10.10.2.10(64030),id=5b2cf6e7.184e,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5607]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49316),id=5b2d06c1.15e7,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5607]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49316),id=5b2d06c1.15e7,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5607]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49316),id=5b2d06c1.15e7,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16826]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42169),id=5b2d0295.41ba,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16826]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42169),id=5b2d0295.41ba,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16826]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42169),id=5b2d0295.41ba,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1007]: [3-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44477),id=5b2d03e6.3ef,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1007]: [4-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44477),id=5b2d03e6.3ef,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1007]: [5-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44477),id=5b2d03e6.3ef,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13507]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41563),id=5b2cfa51.34c3,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13507]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41563),id=5b2cfa51.34c3,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13507]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41563),id=5b2cfa51.34c3,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18857]: [42-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41787),id=5b2cfd8b.49a9,line=42WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18857]: [43-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41787),id=5b2cfd8b.49a9,line=43DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18857]: [44-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41787),id=5b2cfd8b.49a9,line=44HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12007]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42151),id=5b2d0238.2ee7,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12007]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42151),id=5b2d0238.2ee7,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12007]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42151),id=5b2d0238.2ee7,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3028]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44478),id=5b2d0404.bd4,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3028]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44478),id=5b2d0404.bd4,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3028]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44478),id=5b2d0404.bd4,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22566]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40674),id=5b2d058a.5826,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22566]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40674),id=5b2d058a.5826,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22566]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40674),id=5b2d058a.5826,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5609]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49318),id=5b2d06c1.15e9,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5609]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49318),id=5b2d06c1.15e9,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5609]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49318),id=5b2d06c1.15e9,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25040]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40871),id=5b2cf2ff.61d0,line=14WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25040]: [15-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40871),id=5b2cf2ff.61d0,line=15DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25040]: [16-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40871),id=5b2cf2ff.61d0,line=16HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15318]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51338),id=5b2d04f7.3bd6,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15318]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51338),id=5b2d04f7.3bd6,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15318]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51338),id=5b2d04f7.3bd6,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28653]: [1159-1] user=srvlink,db=forte ,host=10.10.1.186,port=10.10.1.186(61485),id=5b2d0606.6fed,line=1159WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28653]: [1160-1] user=srvlink,db=forte ,host=10.10.1.186,port=10.10.1.186(61485),id=5b2d0606.6fed,line=1160DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28653]: [1161-1] user=srvlink,db=forte ,host=10.10.1.186,port=10.10.1.186(61485),id=5b2d0606.6fed,line=1161HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9938]: [2566-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45682),id=5b2d048b.26d2,line=2566WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9938]: [2567-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45682),id=5b2d048b.26d2,line=2567DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9938]: [2568-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45682),id=5b2d048b.26d2,line=2568HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30079]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51342),id=5b2d0623.757f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30079]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51342),id=5b2d0623.757f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30079]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51342),id=5b2d0623.757f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18057]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57014),id=5b2d052e.4689,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18057]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57014),id=5b2d052e.4689,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18057]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57014),id=5b2d052e.4689,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5301]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(62568),id=5b2d06bb.14b5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5301]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(62568),id=5b2d06bb.14b5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5301]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(62568),id=5b2d06bb.14b5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30531]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49300),id=5b2d062b.7743,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30531]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49300),id=5b2d062b.7743,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30531]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49300),id=5b2d062b.7743,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13119]: [3-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38679),id=5b2d075a.333f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13119]: [4-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38679),id=5b2d075a.333f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13119]: [5-1] user=twclaim,db=forte ,host=10.10.5.114,port=10.10.5.114(38679),id=5b2d075a.333f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1368]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40964),id=5b2cf3c0.558,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1368]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40964),id=5b2cf3c0.558,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1368]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40964),id=5b2cf3c0.558,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5608]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49317),id=5b2d06c1.15e8,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5608]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49317),id=5b2d06c1.15e8,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5608]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49317),id=5b2d06c1.15e8,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19680]: [3-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40663),id=5b2d054e.4ce0,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19680]: [4-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40663),id=5b2d054e.4ce0,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19680]: [5-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40663),id=5b2d054e.4ce0,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4552]: [18-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52267),id=5b2d01a8.11c8,line=18WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4552]: [19-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52267),id=5b2d01a8.11c8,line=19DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4552]: [20-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52267),id=5b2d01a8.11c8,line=20HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1353]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41459),id=5b2cf93a.549,line=10WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1353]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41459),id=5b2cf93a.549,line=11DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1353]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41459),id=5b2cf93a.549,line=12HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5906]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52304),id=5b2d043c.1712,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5906]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52304),id=5b2d043c.1712,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5906]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52304),id=5b2d043c.1712,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21433]: [3-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52284),id=5b2d02f2.53b9,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21433]: [4-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52284),id=5b2d02f2.53b9,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21433]: [5-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52284),id=5b2d02f2.53b9,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24686]: [19-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51678),id=5b2d05b6.606e,line=19WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24686]: [20-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51678),id=5b2d05b6.606e,line=20DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24686]: [21-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51678),id=5b2d05b6.606e,line=21HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10350]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41739),id=5b2cfccd.286e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10350]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41739),id=5b2cfccd.286e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10350]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41739),id=5b2cfccd.286e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22690]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51339),id=5b2d058d.58a2,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22690]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51339),id=5b2d058d.58a2,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22690]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51339),id=5b2d058d.58a2,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30082]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51344),id=5b2d0623.7582,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30082]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51344),id=5b2d0623.7582,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30082]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51344),id=5b2d0623.7582,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1861]: [6-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42551),id=5b2d0676.745,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1861]: [7-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42551),id=5b2d0676.745,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1861]: [8-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42551),id=5b2d0676.745,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16119]: [345-1] user=ssclaims,db=forte ,host=10.10.5.233,port=10.10.5.233(49455),id=5b2cf7bc.3ef7,line=345WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16119]: [346-1] user=ssclaims,db=forte ,host=10.10.5.233,port=10.10.5.233(49455),id=5b2cf7bc.3ef7,line=346DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16119]: [347-1] user=ssclaims,db=forte ,host=10.10.5.233,port=10.10.5.233(49455),id=5b2cf7bc.3ef7,line=347HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16119]: [348-1] user=ssclaims,db=forte ,host=10.10.5.233,port=10.10.5.233(49455),id=5b2cf7bc.3ef7,line=348CONTEXT:  SQL statement "update ng_claim_sg_clm_d1 set Doc_id = case when coalesce(docinfo.Docid,'') != '' then docinfo.Docid else Doc_id end, 
2018-06-22 10:29:52 EDT [16119]: [349-1] user=ssclaims,db=forte ,host=10.10.5.233,port=10.10.5.233(49455),id=5b2cf7bc.3ef7,line=349STATEMENT:  select * from kta_update_and_get_updated_doc_list($1,XML($2)) as result
2018-06-22 10:29:52 EDT [8841]: [7181-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41733),id=5b2cfcad.2289,line=7181WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8841]: [7182-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41733),id=5b2cfcad.2289,line=7182DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8841]: [7183-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41733),id=5b2cfcad.2289,line=7183HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21834]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41797),id=5b2cfdd0.554a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21834]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41797),id=5b2cfdd0.554a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21834]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41797),id=5b2cfdd0.554a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17435]: [3-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46851),id=5b2d02a1.441b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17435]: [4-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46851),id=5b2d02a1.441b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17435]: [5-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46851),id=5b2d02a1.441b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19411]: [265-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40901),id=5b2cfad9.4bd3,line=265WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19411]: [266-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40901),id=5b2cfad9.4bd3,line=266DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19411]: [267-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40901),id=5b2cfad9.4bd3,line=267HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1375]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42072),id=5b2d0168.55f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1375]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42072),id=5b2d0168.55f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1375]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42072),id=5b2d0168.55f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21143]: [3-1] user=republic_service,db=forte ,host=10.10.5.246,port=10.10.5.246(40665),id=5b2d056c.5297,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21143]: [4-1] user=republic_service,db=forte ,host=10.10.5.246,port=10.10.5.246(40665),id=5b2d056c.5297,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21143]: [5-1] user=republic_service,db=forte ,host=10.10.5.246,port=10.10.5.246(40665),id=5b2d056c.5297,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19835]: [3-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(42223),id=5b2d07e0.4d7b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19835]: [4-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(42223),id=5b2d07e0.4d7b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19835]: [5-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(42223),id=5b2d07e0.4d7b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21022]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57022),id=5b2d056a.521e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21022]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57022),id=5b2d056a.521e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21022]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57022),id=5b2d056a.521e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31683]: [4-1] user=rjain,db=forte ,host=10.10.1.147,port=10.10.1.147(51866),id=5b2d0641.7bc3,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31683]: [5-1] user=rjain,db=forte ,host=10.10.1.147,port=10.10.1.147(51866),id=5b2d0641.7bc3,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31683]: [6-1] user=rjain,db=forte ,host=10.10.1.147,port=10.10.1.147(51866),id=5b2d0641.7bc3,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19674]: [3-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40659),id=5b2d054e.4cda,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19674]: [4-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40659),id=5b2d054e.4cda,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19674]: [5-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40659),id=5b2d054e.4cda,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21026]: [3-1] user=republic_service,db=forte ,host=10.10.5.245,port=10.10.5.245(57024),id=5b2d056a.5222,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21026]: [4-1] user=republic_service,db=forte ,host=10.10.5.245,port=10.10.5.245(57024),id=5b2d056a.5222,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21026]: [5-1] user=republic_service,db=forte ,host=10.10.5.245,port=10.10.5.245(57024),id=5b2d056a.5222,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12285]: [3-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52233),id=5b2cffaa.2ffd,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12285]: [4-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52233),id=5b2cffaa.2ffd,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12285]: [5-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52233),id=5b2cffaa.2ffd,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30085]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51347),id=5b2d0623.7585,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30085]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51347),id=5b2d0623.7585,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30085]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51347),id=5b2d0623.7585,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23910]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42465),id=5b2d05a7.5d66,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23910]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42465),id=5b2d05a7.5d66,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23910]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42465),id=5b2d05a7.5d66,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5339]: [27-1] user=ssclaims,db=forte ,host=10.10.5.233,port=10.10.5.233(49515),id=5b2d0431.14db,line=27WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5339]: [28-1] user=ssclaims,db=forte ,host=10.10.5.233,port=10.10.5.233(49515),id=5b2d0431.14db,line=28DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5339]: [29-1] user=ssclaims,db=forte ,host=10.10.5.233,port=10.10.5.233(49515),id=5b2d0431.14db,line=29HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [7498]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52306),id=5b2d045a.1d4a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [7498]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52306),id=5b2d045a.1d4a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [7498]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52306),id=5b2d045a.1d4a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30529]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49298),id=5b2d062b.7741,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30529]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49298),id=5b2d062b.7741,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30529]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49298),id=5b2d062b.7741,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8221]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42315),id=5b2d0468.201d,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8221]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42315),id=5b2d0468.201d,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8221]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42315),id=5b2d0468.201d,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24594]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44468),id=5b2d0332.6012,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24594]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44468),id=5b2d0332.6012,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24594]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44468),id=5b2d0332.6012,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18454]: [84-1] user=ssclaims,db=forte ,host=10.10.5.232,port=10.10.5.232(43835),id=5b2d002a.4816,line=84WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18454]: [85-1] user=ssclaims,db=forte ,host=10.10.5.232,port=10.10.5.232(43835),id=5b2d002a.4816,line=85DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18454]: [86-1] user=ssclaims,db=forte ,host=10.10.5.232,port=10.10.5.232(43835),id=5b2d002a.4816,line=86HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6197]: [69-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42113),id=5b2d01c9.1835,line=69WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6197]: [70-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42113),id=5b2d01c9.1835,line=70DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6197]: [71-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42113),id=5b2d01c9.1835,line=71HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1939]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40975),id=5b2cf3cb.793,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1939]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40975),id=5b2cf3cb.793,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1939]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40975),id=5b2cf3cb.793,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17739]: [38-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42424),id=5b2d0528.454b,line=38WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17739]: [39-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42424),id=5b2d0528.454b,line=39DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17739]: [40-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42424),id=5b2d0528.454b,line=40HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17739]: [41-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42424),id=5b2d0528.454b,line=41CONTEXT:  SQL statement "Select *                    from cc_postpaymentauthrequest(contract_num,claim_number,pmt_seq,pmt_amt,cur_code,servicer_code)"
2018-06-22 10:29:52 EDT [17739]: [42-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42424),id=5b2d0528.454b,line=42STATEMENT:  select cc_activate('0014800881','07465928','01','468.91','USD')
2018-06-22 10:29:52 EDT [467]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44532),id=5b2d065c.1d3,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [467]: [6-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44532),id=5b2d065c.1d3,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [467]: [7-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44532),id=5b2d065c.1d3,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17316]: [1771-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51666),id=5b2d0520.43a4,line=1771WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17316]: [1772-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51666),id=5b2d0520.43a4,line=1772DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17316]: [1773-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51666),id=5b2d0520.43a4,line=1773HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32155]: [1539-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51697),id=5b2d064e.7d9b,line=1539WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32155]: [1540-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51697),id=5b2d064e.7d9b,line=1540DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32155]: [1541-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51697),id=5b2d064e.7d9b,line=1541HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32056]: [3-1] user=republic_service,db=forte ,host=10.10.5.244,port=10.10.5.244(49308),id=5b2d0649.7d38,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32056]: [4-1] user=republic_service,db=forte ,host=10.10.5.244,port=10.10.5.244(49308),id=5b2d0649.7d38,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32056]: [5-1] user=republic_service,db=forte ,host=10.10.5.244,port=10.10.5.244(49308),id=5b2d0649.7d38,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15935]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41965),id=5b2cfff6.3e3f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15935]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41965),id=5b2cfff6.3e3f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15935]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41965),id=5b2cfff6.3e3f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9722]: [21-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46845),id=5b2d020b.25fa,line=21WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9722]: [22-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46845),id=5b2d020b.25fa,line=22DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9722]: [23-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46845),id=5b2d020b.25fa,line=23HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27579]: [40-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41425),id=5b2cf8b5.6bbb,line=40WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27579]: [41-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41425),id=5b2cf8b5.6bbb,line=41DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27579]: [42-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41425),id=5b2cf8b5.6bbb,line=42HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9778]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41737),id=5b2cfcc1.2632,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9778]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41737),id=5b2cfcc1.2632,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9778]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41737),id=5b2cfcc1.2632,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32200]: [3-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46873),id=5b2d03cd.7dc8,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32200]: [4-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46873),id=5b2d03cd.7dc8,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32200]: [5-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46873),id=5b2d03cd.7dc8,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14581]: [770-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45759),id=5b2d0779.38f5,line=770WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14581]: [771-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45759),id=5b2d0779.38f5,line=771DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14581]: [772-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45759),id=5b2d0779.38f5,line=772HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14581]: [773-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45759),id=5b2d0779.38f5,line=773CONTEXT:  SQL statement "select  right(sg_clm_payeenum,9)               from  sg_clm_m1 where sg_clm_claim=(left(claim_record.xrefnumber, 8))"
2018-06-22 10:29:52 EDT [14581]: [774-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45759),id=5b2d0779.38f5,line=774STATEMENT:  select * from ng_save_claim($1,'NGCMS',$2) as result
2018-06-22 10:29:52 EDT [8975]: [3-1] user=republic_service,db=forte ,host=10.10.5.158,port=10.10.5.158(52309),id=5b2d0478.230f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8975]: [4-1] user=republic_service,db=forte ,host=10.10.5.158,port=10.10.5.158(52309),id=5b2d0478.230f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8975]: [5-1] user=republic_service,db=forte ,host=10.10.5.158,port=10.10.5.158(52309),id=5b2d0478.230f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6509]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40688),id=5b2d06d4.196d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6509]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40688),id=5b2d06d4.196d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6509]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40688),id=5b2d06d4.196d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27083]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41420),id=5b2cf8a7.69cb,line=10WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27083]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41420),id=5b2cf8a7.69cb,line=11DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27083]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41420),id=5b2cf8a7.69cb,line=12HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10102]: [8-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60417),id=5b2d048e.2776,line=8WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10102]: [9-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60417),id=5b2d048e.2776,line=9DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10102]: [10-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60417),id=5b2d048e.2776,line=10HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24849]: [2692-1] user=ssclaims,db=forte ,host=10.10.5.146,port=10.10.5.146(51916),id=5b2d00b0.6111,line=2692WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24849]: [2693-1] user=ssclaims,db=forte ,host=10.10.5.146,port=10.10.5.146(51916),id=5b2d00b0.6111,line=2693DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24849]: [2694-1] user=ssclaims,db=forte ,host=10.10.5.146,port=10.10.5.146(51916),id=5b2d00b0.6111,line=2694HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26179]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46868),id=5b2d0355.6643,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26179]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46868),id=5b2d0355.6643,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26179]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46868),id=5b2d0355.6643,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4837]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46881),id=5b2d0427.12e5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4837]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46881),id=5b2d0427.12e5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4837]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46881),id=5b2d0427.12e5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21020]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57021),id=5b2d056a.521c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21020]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57021),id=5b2d056a.521c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21020]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57021),id=5b2d056a.521c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15170]: [3-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44380),id=5b2cfd38.3b42,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15170]: [4-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44380),id=5b2cfd38.3b42,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15170]: [5-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44380),id=5b2cfd38.3b42,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3030]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44480),id=5b2d0404.bd6,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3030]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44480),id=5b2d0404.bd6,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3030]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44480),id=5b2d0404.bd6,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8052]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44544),id=5b2d06f2.1f74,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8052]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44544),id=5b2d06f2.1f74,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8052]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44544),id=5b2d06f2.1f74,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2222]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41478),id=5b2cf94a.8ae,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2222]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41478),id=5b2cf94a.8ae,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2222]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41478),id=5b2cf94a.8ae,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22892]: [6-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52286),id=5b2d0310.596c,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22892]: [7-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52286),id=5b2d0310.596c,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22892]: [8-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52286),id=5b2d0310.596c,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14524]: [27-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41952),id=5b2cffda.38bc,line=27WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14524]: [28-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41952),id=5b2cffda.38bc,line=28DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14524]: [29-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41952),id=5b2cffda.38bc,line=29HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30091]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51352),id=5b2d0623.758b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30091]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51352),id=5b2d0623.758b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30091]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51352),id=5b2d0623.758b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9568]: [3-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51309),id=5b2d0209.2560,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9568]: [4-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51309),id=5b2d0209.2560,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9568]: [5-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51309),id=5b2d0209.2560,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30533]: [3-1] user=republic_service,db=forte ,host=10.10.5.244,port=10.10.5.244(49302),id=5b2d062b.7745,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30533]: [4-1] user=republic_service,db=forte ,host=10.10.5.244,port=10.10.5.244(49302),id=5b2d062b.7745,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30533]: [5-1] user=republic_service,db=forte ,host=10.10.5.244,port=10.10.5.244(49302),id=5b2d062b.7745,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3298]: [3-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46877),id=5b2d0409.ce2,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3298]: [4-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46877),id=5b2d0409.ce2,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3298]: [5-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46877),id=5b2d0409.ce2,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18129]: [63-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41389),id=5b2cf7e8.46d1,line=63WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18129]: [64-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41389),id=5b2cf7e8.46d1,line=64DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18129]: [65-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41389),id=5b2cf7e8.46d1,line=65HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19587]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57017),id=5b2d054c.4c83,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19587]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57017),id=5b2d054c.4c83,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19587]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57017),id=5b2d054c.4c83,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16587]: [31-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41091),id=5b2cf511.40cb,line=31WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16587]: [32-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41091),id=5b2cf511.40cb,line=32DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16587]: [33-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41091),id=5b2cf511.40cb,line=33HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4834]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46879),id=5b2d0427.12e2,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4834]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46879),id=5b2d0427.12e2,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4834]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46879),id=5b2d0427.12e2,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18059]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57016),id=5b2d052e.468b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18059]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57016),id=5b2d052e.468b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18059]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57016),id=5b2d052e.468b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18338]: [22-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41782),id=5b2cfd80.47a2,line=22WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18338]: [23-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41782),id=5b2cfd80.47a2,line=23DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18338]: [24-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41782),id=5b2cfd80.47a2,line=24HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21148]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40668),id=5b2d056c.529c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21148]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40668),id=5b2d056c.529c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21148]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40668),id=5b2d056c.529c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32123]: [3-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51694),id=5b2d064d.7d7b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32123]: [4-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51694),id=5b2d064d.7d7b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32123]: [5-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51694),id=5b2d064d.7d7b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2946]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42292),id=5b2d0403.b82,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2946]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42292),id=5b2d0403.b82,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2946]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42292),id=5b2d0403.b82,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30528]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49297),id=5b2d062b.7740,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30528]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49297),id=5b2d062b.7740,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30528]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49297),id=5b2d062b.7740,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30523]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49292),id=5b2d062b.773b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30523]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49292),id=5b2d062b.773b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30523]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49292),id=5b2d062b.773b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17319]: [16-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51668),id=5b2d0520.43a7,line=16WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17319]: [17-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51668),id=5b2d0520.43a7,line=17DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17319]: [18-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51668),id=5b2d0520.43a7,line=18HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19136]: [187-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40900),id=5b2cfad3.4ac0,line=187WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19136]: [188-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40900),id=5b2cfad3.4ac0,line=188DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19136]: [189-1] user=ssclaims,db=forte ,host=10.10.5.234,port=10.10.5.234(40900),id=5b2cfad3.4ac0,line=189HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16660]: [3-1] user=republic_service,db=forte ,host=10.10.5.136,port=10.10.5.136(44508),id=5b2d0512.4114,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16660]: [4-1] user=republic_service,db=forte ,host=10.10.5.136,port=10.10.5.136(44508),id=5b2d0512.4114,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16660]: [5-1] user=republic_service,db=forte ,host=10.10.5.136,port=10.10.5.136(44508),id=5b2d0512.4114,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10111]: [56-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42340),id=5b2d048f.277f,line=56WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10111]: [57-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42340),id=5b2d048f.277f,line=57DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10111]: [58-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42340),id=5b2d048f.277f,line=58HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19650]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41121),id=5b2cf553.4cc2,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19650]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41121),id=5b2cf553.4cc2,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19650]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41121),id=5b2cf553.4cc2,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25928]: [6-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44472),id=5b2d0350.6548,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25928]: [7-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44472),id=5b2d0350.6548,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25928]: [8-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44472),id=5b2d0350.6548,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14032]: [57-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46705),id=5b2cfd1f.36d0,line=57WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14032]: [58-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46705),id=5b2cfd1f.36d0,line=58DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14032]: [59-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46705),id=5b2cfd1f.36d0,line=59HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30093]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51355),id=5b2d0623.758d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30093]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51355),id=5b2d0623.758d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30093]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51355),id=5b2d0623.758d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30525]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49294),id=5b2d062b.773d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30525]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49294),id=5b2d062b.773d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30525]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49294),id=5b2d062b.773d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23110]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.62,port=10.10.3.62(48832),id=5b2cf2d1.5a46,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23110]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.62,port=10.10.3.62(48832),id=5b2cf2d1.5a46,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23110]: [6-1] user=webapp1205_rw,db=forte ,host=10.10.3.62,port=10.10.3.62(48832),id=5b2cf2d1.5a46,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8627]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42329),id=5b2d0471.21b3,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8627]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42329),id=5b2d0471.21b3,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8627]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42329),id=5b2d0471.21b3,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30080]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51343),id=5b2d0623.7580,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30080]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51343),id=5b2d0623.7580,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30080]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51343),id=5b2d0623.7580,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5340]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46923),id=5b2d06bb.14dc,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5340]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46923),id=5b2d06bb.14dc,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5340]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46923),id=5b2d06bb.14dc,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14629]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42413),id=5b2d04e8.3925,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14629]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42413),id=5b2d04e8.3925,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14629]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42413),id=5b2d04e8.3925,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30468]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44475),id=5b2d03aa.7704,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30468]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44475),id=5b2d03aa.7704,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30468]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44475),id=5b2d03aa.7704,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4838]: [39-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46882),id=5b2d0427.12e6,line=39WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4838]: [40-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46882),id=5b2d0427.12e6,line=40DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4838]: [41-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46882),id=5b2d0427.12e6,line=41HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32169]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41442),id=5b2cf916.7da9,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32169]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41442),id=5b2cf916.7da9,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32169]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41442),id=5b2cf916.7da9,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8977]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52310),id=5b2d0478.2311,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8977]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52310),id=5b2d0478.2311,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8977]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52310),id=5b2d0478.2311,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8974]: [3-1] user=republic_service,db=forte ,host=10.10.5.158,port=10.10.5.158(52308),id=5b2d0478.230e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8974]: [4-1] user=republic_service,db=forte ,host=10.10.5.158,port=10.10.5.158(52308),id=5b2d0478.230e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8974]: [5-1] user=republic_service,db=forte ,host=10.10.5.158,port=10.10.5.158(52308),id=5b2d0478.230e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30719]: [6-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46872),id=5b2d03af.77ff,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30719]: [7-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46872),id=5b2d03af.77ff,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30719]: [8-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46872),id=5b2d03af.77ff,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28760]: [7-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42508),id=5b2d0608.7058,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28760]: [8-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42508),id=5b2d0608.7058,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28760]: [9-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42508),id=5b2d0608.7058,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [7867]: [3-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44447),id=5b2d01e8.1ebb,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [7867]: [4-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44447),id=5b2d01e8.1ebb,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [7867]: [5-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44447),id=5b2d01e8.1ebb,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24579]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42470),id=5b2d05b3.6003,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24579]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42470),id=5b2d05b3.6003,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24579]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42470),id=5b2d05b3.6003,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8046]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44539),id=5b2d06f2.1f6e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8046]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44539),id=5b2d06f2.1f6e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8046]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44539),id=5b2d06f2.1f6e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28780]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42257),id=5b2d038a.706c,line=18WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28780]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42257),id=5b2d038a.706c,line=19DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28780]: [20-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42257),id=5b2d038a.706c,line=20HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27482]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42048),id=5b2d00e6.6b5a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27482]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42048),id=5b2d00e6.6b5a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27482]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42048),id=5b2d00e6.6b5a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5188]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51358),id=5b2d06b9.1444,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5188]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51358),id=5b2d06b9.1444,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5188]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51358),id=5b2d06b9.1444,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4681]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42096),id=5b2d01ab.1249,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4681]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42096),id=5b2d01ab.1249,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4681]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42096),id=5b2d01ab.1249,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21025]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57023),id=5b2d056a.5221,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21025]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57023),id=5b2d056a.5221,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21025]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57023),id=5b2d056a.5221,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6154]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41272),id=5b2cf6e6.180a,line=8WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6154]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41272),id=5b2cf6e6.180a,line=9DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6154]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41272),id=5b2cf6e6.180a,line=10HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30524]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49293),id=5b2d062b.773c,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30524]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49293),id=5b2d062b.773c,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30524]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49293),id=5b2d062b.773c,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23752]: [3-1] user=fsamuels,db=postgres ,host=10.0.2.107,port=10.0.2.107(59204),id=5b2cfb39.5cc8,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23752]: [4-1] user=fsamuels,db=postgres ,host=10.0.2.107,port=10.0.2.107(59204),id=5b2cfb39.5cc8,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23752]: [5-1] user=fsamuels,db=postgres ,host=10.0.2.107,port=10.0.2.107(59204),id=5b2cfb39.5cc8,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3031]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44481),id=5b2d0404.bd7,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3031]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44481),id=5b2d0404.bd7,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3031]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44481),id=5b2d0404.bd7,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28911]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42052),id=5b2d0105.70ef,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28911]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42052),id=5b2d0105.70ef,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28911]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42052),id=5b2d0105.70ef,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21149]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40669),id=5b2d056c.529d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21149]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40669),id=5b2d056c.529d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21149]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40669),id=5b2d056c.529d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1233]: [9-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46876),id=5b2d03eb.4d1,line=9WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1233]: [10-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46876),id=5b2d03eb.4d1,line=10DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1233]: [11-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46876),id=5b2d03eb.4d1,line=11HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9569]: [3-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51310),id=5b2d0209.2561,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9569]: [4-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51310),id=5b2d0209.2561,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9569]: [5-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51310),id=5b2d0209.2561,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [781]: [277-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.134,port=10.10.5.134(43934),id=5b2d015a.30d,line=277WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [781]: [278-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.134,port=10.10.5.134(43934),id=5b2d015a.30d,line=278DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [781]: [279-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.134,port=10.10.5.134(43934),id=5b2d015a.30d,line=279HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1948]: [16-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42281),id=5b2d03f1.79c,line=16WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1948]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42281),id=5b2d03f1.79c,line=17DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1948]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42281),id=5b2d03f1.79c,line=18HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32443]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41862),id=5b2cfead.7ebb,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32443]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41862),id=5b2cfead.7ebb,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32443]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41862),id=5b2cfead.7ebb,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4836]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46880),id=5b2d0427.12e4,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4836]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46880),id=5b2d0427.12e4,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4836]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46880),id=5b2d0427.12e4,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3486]: [7-1] user=mgregory,db=forte ,host=10.0.2.133,port=10.0.2.133(62646),id=5b2d040d.d9e,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3486]: [8-1] user=mgregory,db=forte ,host=10.0.2.133,port=10.0.2.133(62646),id=5b2d040d.d9e,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3486]: [9-1] user=mgregory,db=forte ,host=10.0.2.133,port=10.0.2.133(62646),id=5b2d040d.d9e,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30532]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49301),id=5b2d062b.7744,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30532]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49301),id=5b2d062b.7744,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30532]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.244,port=10.10.5.244(49301),id=5b2d062b.7744,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19390]: [119-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41118),id=5b2cf54e.4bbe,line=119WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19390]: [120-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41118),id=5b2cf54e.4bbe,line=120DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19390]: [121-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41118),id=5b2cf54e.4bbe,line=121HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19679]: [3-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40662),id=5b2d054e.4cdf,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19679]: [4-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40662),id=5b2d054e.4cdf,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19679]: [5-1] user=twclaim,db=forte ,host=10.10.5.246,port=10.10.5.246(40662),id=5b2d054e.4cdf,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27609]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46869),id=5b2d0373.6bd9,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27609]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46869),id=5b2d0373.6bd9,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27609]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.137,port=10.10.5.137(46869),id=5b2d0373.6bd9,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12460]: [48-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44377),id=5b2cfcfc.30ac,line=48WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12460]: [49-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44377),id=5b2cfcfc.30ac,line=49DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12460]: [50-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44377),id=5b2cfcfc.30ac,line=50HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8980]: [24-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52312),id=5b2d0478.2314,line=24WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8980]: [25-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52312),id=5b2d0478.2314,line=25DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8980]: [26-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52312),id=5b2d0478.2314,line=26HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2132]: [1859-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45671),id=5b2d03f5.854,line=1859WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2132]: [1860-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45671),id=5b2d03f5.854,line=1860DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2132]: [1861-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45671),id=5b2d03f5.854,line=1861HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30534]: [3-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49303),id=5b2d062b.7746,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30534]: [4-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49303),id=5b2d062b.7746,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30534]: [5-1] user=twclaim,db=forte ,host=10.10.5.244,port=10.10.5.244(49303),id=5b2d062b.7746,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27542]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41174),id=5b2cf5fc.6b96,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27542]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41174),id=5b2cf5fc.6b96,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27542]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41174),id=5b2cf5fc.6b96,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22483]: [3-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57038),id=5b2d0588.57d3,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22483]: [4-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57038),id=5b2d0588.57d3,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22483]: [5-1] user=twclaim,db=forte ,host=10.10.5.245,port=10.10.5.245(57038),id=5b2d0588.57d3,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32601]: [6-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52264),id=5b2d014e.7f59,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32601]: [7-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52264),id=5b2d014e.7f59,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32601]: [8-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.158,port=10.10.5.158(52264),id=5b2d014e.7f59,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8778]: [296-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.135,port=10.10.5.135(59134),id=5b2d0474.224a,line=296WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8778]: [297-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.135,port=10.10.5.135(59134),id=5b2d0474.224a,line=297DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8778]: [298-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.135,port=10.10.5.135(59134),id=5b2d0474.224a,line=298HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5606]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49315),id=5b2d06c1.15e6,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5606]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49315),id=5b2d06c1.15e6,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5606]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49315),id=5b2d06c1.15e6,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3482]: [3-1] user=mgregory,db=postgres ,host=10.0.2.133,port=10.0.2.133(62645),id=5b2d040d.d9a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3482]: [4-1] user=mgregory,db=postgres ,host=10.0.2.133,port=10.0.2.133(62645),id=5b2d040d.d9a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3482]: [5-1] user=mgregory,db=postgres ,host=10.0.2.133,port=10.0.2.133(62645),id=5b2d040d.d9a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29048]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40920),id=5b2cf358.7178,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29048]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40920),id=5b2cf358.7178,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29048]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40920),id=5b2cf358.7178,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9939]: [662-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45683),id=5b2d048b.26d3,line=662WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9939]: [663-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45683),id=5b2d048b.26d3,line=663DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9939]: [664-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45683),id=5b2d048b.26d3,line=664HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17210]: [7-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60306),id=5b2cfaa8.433a,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17210]: [8-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60306),id=5b2cfaa8.433a,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17210]: [9-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60306),id=5b2cfaa8.433a,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [766]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40963),id=5b2cf3b4.2fe,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [766]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40963),id=5b2cf3b4.2fe,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [766]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40963),id=5b2cf3b4.2fe,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26992]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41832),id=5b2cfe3e.6970,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26992]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41832),id=5b2cfe3e.6970,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26992]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41832),id=5b2cfe3e.6970,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9570]: [3-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51311),id=5b2d0209.2562,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9570]: [4-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51311),id=5b2d0209.2562,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9570]: [5-1] user=claims,db=forte ,host=10.10.6.29,port=10.10.6.29(51311),id=5b2d0209.2562,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4679]: [1760-1] user=rhaseja,db=postgres ,host=10.10.2.10,port=10.10.2.10(63852),id=5b2cf6c6.1247,line=1760WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4679]: [1761-1] user=rhaseja,db=postgres ,host=10.10.2.10,port=10.10.2.10(63852),id=5b2cf6c6.1247,line=1761DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4679]: [1762-1] user=rhaseja,db=postgres ,host=10.10.2.10,port=10.10.2.10(63852),id=5b2cf6c6.1247,line=1762HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15416]: [3-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46706),id=5b2cfd3d.3c38,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15416]: [4-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46706),id=5b2cfd3d.3c38,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15416]: [5-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46706),id=5b2cfd3d.3c38,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30089]: [3-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51351),id=5b2d0623.7589,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30089]: [4-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51351),id=5b2d0623.7589,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30089]: [5-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51351),id=5b2d0623.7589,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16958]: [3-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52282),id=5b2d0298.423e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16958]: [4-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52282),id=5b2d0298.423e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16958]: [5-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52282),id=5b2d0298.423e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4213]: [3-1] user=claimdealer,db=forte ,host=10.10.5.103,port=10.10.5.103(38254),id=5b2d06a5.1075,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4213]: [4-1] user=claimdealer,db=forte ,host=10.10.5.103,port=10.10.5.103(38254),id=5b2d06a5.1075,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4213]: [5-1] user=claimdealer,db=forte ,host=10.10.5.103,port=10.10.5.103(38254),id=5b2d06a5.1075,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21632]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44455),id=5b2d02f6.5480,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21632]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44455),id=5b2d02f6.5480,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21632]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44455),id=5b2d02f6.5480,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6930]: [4-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42577),id=5b2d06dc.1b12,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6930]: [5-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42577),id=5b2d06dc.1b12,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6930]: [6-1] user=c2s_can,db=forte ,host=10.10.1.3,port=10.10.1.3(42577),id=5b2d06dc.1b12,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4833]: [3-1] user=republic_service,db=forte ,host=10.10.5.137,port=10.10.5.137(46878),id=5b2d0427.12e1,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4833]: [4-1] user=republic_service,db=forte ,host=10.10.5.137,port=10.10.5.137(46878),id=5b2d0427.12e1,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4833]: [5-1] user=republic_service,db=forte ,host=10.10.5.137,port=10.10.5.137(46878),id=5b2d0427.12e1,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22693]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51341),id=5b2d058d.58a5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22693]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51341),id=5b2d058d.58a5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22693]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.6.29,port=10.10.6.29(51341),id=5b2d058d.58a5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9571]: [3-1] user=republic_service,db=forte ,host=10.10.6.29,port=10.10.6.29(51312),id=5b2d0209.2563,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9571]: [4-1] user=republic_service,db=forte ,host=10.10.6.29,port=10.10.6.29(51312),id=5b2d0209.2563,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9571]: [5-1] user=republic_service,db=forte ,host=10.10.6.29,port=10.10.6.29(51312),id=5b2d0209.2563,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21145]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40666),id=5b2d056c.5299,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21145]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40666),id=5b2d056c.5299,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21145]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40666),id=5b2d056c.5299,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23310]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41139),id=5b2cf5a6.5b0e,line=11WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23310]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41139),id=5b2cf5a6.5b0e,line=12DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23310]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41139),id=5b2cf5a6.5b0e,line=13HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3220]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41495),id=5b2cf95e.c94,line=8WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3220]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41495),id=5b2cf95e.c94,line=9DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3220]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41495),id=5b2cf95e.c94,line=10HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10805]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41050),id=5b2cf493.2a35,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10805]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41050),id=5b2cf493.2a35,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10805]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41050),id=5b2cf493.2a35,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17305]: [185-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41098),id=5b2cf521.4399,line=185WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17305]: [186-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41098),id=5b2cf521.4399,line=186DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17305]: [187-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41098),id=5b2cf521.4399,line=187HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8773]: [54-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.135,port=10.10.5.135(59133),id=5b2d0474.2245,line=54WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8773]: [55-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.135,port=10.10.5.135(59133),id=5b2d0474.2245,line=55DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8773]: [56-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.135,port=10.10.5.135(59133),id=5b2d0474.2245,line=56HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9248]: [30658-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41734),id=5b2cfcb6.2420,line=30658WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9248]: [30659-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41734),id=5b2cfcb6.2420,line=30659DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9248]: [30660-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41734),id=5b2cfcb6.2420,line=30660HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20344]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41398),id=5b2cf815.4f78,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [20344]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41398),id=5b2cf815.4f78,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [20344]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41398),id=5b2cf815.4f78,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20344]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41398),id=5b2cf815.4f78,line=6STATEMENT:  BEGIN
2018-06-22 10:29:52 EDT [19484]: [6-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27600),id=5b2d07d9.4c1c,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19484]: [7-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27600),id=5b2d07d9.4c1c,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19484]: [8-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27600),id=5b2d07d9.4c1c,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19484]: [9-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27600),id=5b2d07d9.4c1c,line=9STATEMENT:  SELECT "tblform"."description" FROM "tblform" WHERE (form_number = 'MBTPVSC')
2018-06-22 10:29:52 EDT [27352]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41169),id=5b2cf5f8.6ad8,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27352]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41169),id=5b2cf5f8.6ad8,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27352]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41169),id=5b2cf5f8.6ad8,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4968]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57045),id=5b2d06b4.1368,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4968]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57045),id=5b2d06b4.1368,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4968]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57045),id=5b2d06b4.1368,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18882]: [3-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46855),id=5b2d02bf.49c2,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18882]: [4-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46855),id=5b2d02bf.49c2,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18882]: [5-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46855),id=5b2d02bf.49c2,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19806]: [3-1] user=araghavan,db=forte ,host=10.10.0.74,port=10.10.0.74(62171),id=5b2cfae1.4d5e,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19806]: [4-1] user=araghavan,db=forte ,host=10.10.0.74,port=10.10.0.74(62171),id=5b2cfae1.4d5e,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19806]: [5-1] user=araghavan,db=forte ,host=10.10.0.74,port=10.10.0.74(62171),id=5b2cfae1.4d5e,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14328]: [257-1] user=ssclaims,db=forte ,host=10.10.5.235,port=10.10.5.235(56865),id=5b2cfa63.37f8,line=257WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14328]: [258-1] user=ssclaims,db=forte ,host=10.10.5.235,port=10.10.5.235(56865),id=5b2cfa63.37f8,line=258DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14328]: [259-1] user=ssclaims,db=forte ,host=10.10.5.235,port=10.10.5.235(56865),id=5b2cfa63.37f8,line=259HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10719]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41923),id=5b2cff89.29df,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10719]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41923),id=5b2cff89.29df,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10719]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41923),id=5b2cff89.29df,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30316]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40934),id=5b2cf373.766c,line=18WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30316]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40934),id=5b2cf373.766c,line=19DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30316]: [20-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40934),id=5b2cf373.766c,line=20HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19514]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41788),id=5b2cfd9e.4c3a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19514]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41788),id=5b2cfd9e.4c3a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19514]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41788),id=5b2cfd9e.4c3a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32116]: [7-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51693),id=5b2d064c.7d74,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32116]: [8-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51693),id=5b2d064c.7d74,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32116]: [9-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51693),id=5b2d064c.7d74,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5604]: [3-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49313),id=5b2d06c1.15e4,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5604]: [4-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49313),id=5b2d06c1.15e4,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5604]: [5-1] user=claimdealer,db=forte ,host=10.10.5.244,port=10.10.5.244(49313),id=5b2d06c1.15e4,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28110]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41433),id=5b2cf8c1.6dce,line=10WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28110]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41433),id=5b2cf8c1.6dce,line=11DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28110]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41433),id=5b2cf8c1.6dce,line=12HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19590]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57020),id=5b2d054c.4c86,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19590]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57020),id=5b2d054c.4c86,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19590]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.245,port=10.10.5.245(57020),id=5b2d054c.4c86,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3032]: [24-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44482),id=5b2d0404.bd8,line=24WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3032]: [25-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44482),id=5b2d0404.bd8,line=25DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3032]: [26-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.136,port=10.10.5.136(44482),id=5b2d0404.bd8,line=26HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13487]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.62,port=10.10.3.62(49155),id=5b2cf784.34af,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13487]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.62,port=10.10.3.62(49155),id=5b2cf784.34af,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13487]: [6-1] user=webapp1205_rw,db=forte ,host=10.10.3.62,port=10.10.3.62(49155),id=5b2cf784.34af,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18056]: [3-1] user=republic_service,db=forte ,host=10.10.5.245,port=10.10.5.245(57013),id=5b2d052e.4688,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18056]: [4-1] user=republic_service,db=forte ,host=10.10.5.245,port=10.10.5.245(57013),id=5b2d052e.4688,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18056]: [5-1] user=republic_service,db=forte ,host=10.10.5.245,port=10.10.5.245(57013),id=5b2d052e.4688,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1854]: [783-1] user=srvlink,db=forte ,host=10.10.1.186,port=10.10.1.186(61504),id=5b2d0676.73e,line=783WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1854]: [784-1] user=srvlink,db=forte ,host=10.10.1.186,port=10.10.1.186(61504),id=5b2d0676.73e,line=784DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1854]: [785-1] user=srvlink,db=forte ,host=10.10.1.186,port=10.10.1.186(61504),id=5b2d0676.73e,line=785HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30292]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41197),id=5b2cf638.7654,line=10WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30292]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41197),id=5b2cf638.7654,line=11DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30292]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41197),id=5b2cf638.7654,line=12HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16489]: [24-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41973),id=5b2d0002.4069,line=24WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16489]: [25-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41973),id=5b2d0002.4069,line=25DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16489]: [26-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41973),id=5b2d0002.4069,line=26HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32148]: [3-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51696),id=5b2d064e.7d94,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32148]: [4-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51696),id=5b2d064e.7d94,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32148]: [5-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51696),id=5b2d064e.7d94,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25462]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42041),id=5b2d00bd.6376,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25462]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42041),id=5b2d00bd.6376,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25462]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42041),id=5b2d00bd.6376,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8050]: [3-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44542),id=5b2d06f2.1f72,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8050]: [4-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44542),id=5b2d06f2.1f72,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8050]: [5-1] user=claimdealer,db=forte ,host=10.10.5.136,port=10.10.5.136(44542),id=5b2d06f2.1f72,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18893]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41392),id=5b2cf7f8.49cd,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18893]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41392),id=5b2cf7f8.49cd,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18893]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41392),id=5b2cf7f8.49cd,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22562]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40670),id=5b2d058a.5822,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22562]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40670),id=5b2d058a.5822,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22562]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40670),id=5b2d058a.5822,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6425]: [3-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57051),id=5b2d06d2.1919,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6425]: [4-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57051),id=5b2d06d2.1919,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6425]: [5-1] user=claimdealer,db=forte ,host=10.10.5.245,port=10.10.5.245(57051),id=5b2d06d2.1919,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17178]: [129-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41095),id=5b2cf51e.431a,line=129WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17178]: [130-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41095),id=5b2cf51e.431a,line=130DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17178]: [131-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41095),id=5b2cf51e.431a,line=131HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6514]: [3-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40692),id=5b2d06d4.1972,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6514]: [4-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40692),id=5b2d06d4.1972,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6514]: [5-1] user=claimdealer,db=forte ,host=10.10.5.246,port=10.10.5.246(40692),id=5b2d06d4.1972,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17680]: [134-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60307),id=5b2cfab2.4510,line=134WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17680]: [135-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60307),id=5b2cfab2.4510,line=135DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17680]: [136-1] user=dkumar,db=forte ,host=10.10.2.54,port=10.10.2.54(60307),id=5b2cfab2.4510,line=136HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [7973]: [3-1] user=republic_service,db=forte ,host=10.10.5.137,port=10.10.5.137(46885),id=5b2d0463.1f25,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [7973]: [4-1] user=republic_service,db=forte ,host=10.10.5.137,port=10.10.5.137(46885),id=5b2d0463.1f25,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [7973]: [5-1] user=republic_service,db=forte ,host=10.10.5.137,port=10.10.5.137(46885),id=5b2d0463.1f25,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8319]: [3-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46928),id=5b2d06f7.207f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8319]: [4-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46928),id=5b2d06f7.207f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8319]: [5-1] user=claimdealer,db=forte ,host=10.10.5.137,port=10.10.5.137(46928),id=5b2d06f7.207f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2600]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42073),id=5b2d017f.a28,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2600]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42073),id=5b2d017f.a28,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2600]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42073),id=5b2d017f.a28,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22565]: [3-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40673),id=5b2d058a.5825,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22565]: [4-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40673),id=5b2d058a.5825,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22565]: [5-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.246,port=10.10.5.246(40673),id=5b2d058a.5825,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17318]: [2912-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51667),id=5b2d0520.43a6,line=2912WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17318]: [2913-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51667),id=5b2d0520.43a6,line=2913DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17318]: [2914-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51667),id=5b2d0520.43a6,line=2914HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17318]: [2915-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51667),id=5b2d0520.43a6,line=2915CONTEXT:  SQL statement "select *                   from ck_get_part_information2(callCKServiceDataFeed,upper(P_part_number),contract_vin)"
2018-06-22 10:29:52 EDT [17318]: [2916-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51667),id=5b2d0520.43a6,line=2916STATEMENT:  select * from ng_get_part_price10($1, $2, $3, $4, $5, $6, $7, $8, $9) as result
2018-06-22 10:29:52 EDT [21795]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40828),id=5b2cf2b4.5523,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21795]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40828),id=5b2cf2b4.5523,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21795]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40828),id=5b2cf2b4.5523,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9897]: [968-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51650),id=5b2d048a.26a9,line=968WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9897]: [969-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51650),id=5b2d048a.26a9,line=969DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9897]: [970-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51650),id=5b2d048a.26a9,line=970HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17496]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41101),id=5b2cf525.4458,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17496]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41101),id=5b2cf525.4458,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17496]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41101),id=5b2cf525.4458,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31950]: [246-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.134,port=10.10.5.134(43884),id=5b2cfea3.7cce,line=246WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31950]: [247-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.134,port=10.10.5.134(43884),id=5b2cfea3.7cce,line=247DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31950]: [248-1] user=riskwebsvc_prod,db=forte ,host=10.10.5.134,port=10.10.5.134(43884),id=5b2cfea3.7cce,line=248HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18656]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40793),id=5b2cf26c.48e0,line=12WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18656]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40793),id=5b2cf26c.48e0,line=13DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18656]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40793),id=5b2cf26c.48e0,line=14HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20847]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40811),id=5b2cf29e.516f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [20847]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40811),id=5b2cf29e.516f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [20847]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40811),id=5b2cf29e.516f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6181]: [3-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44488),id=5b2d0440.1825,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6181]: [4-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44488),id=5b2d0440.1825,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6181]: [5-1] user=twclaim,db=forte ,host=10.10.5.136,port=10.10.5.136(44488),id=5b2d0440.1825,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19828]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(17098),id=5b2d07df.4d74,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19828]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(17098),id=5b2d07df.4d74,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19828]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(17098),id=5b2d07df.4d74,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4854]: [3-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52351),id=5b2d06b2.12f6,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4854]: [4-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52351),id=5b2d06b2.12f6,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4854]: [5-1] user=twclaim,db=forte ,host=10.10.5.158,port=10.10.5.158(52351),id=5b2d06b2.12f6,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20534]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41404),id=5b2cf819.5036,line=11WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [20534]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41404),id=5b2cf819.5036,line=12DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [20534]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41404),id=5b2cf819.5036,line=13HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6185]: [156-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40668),id=5b2cf145.1829,line=156WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6185]: [157-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40668),id=5b2cf145.1829,line=157DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6185]: [158-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40668),id=5b2cf145.1829,line=158HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10980]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40705),id=5b2cf1ba.2ae4,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10980]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40705),id=5b2cf1ba.2ae4,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10980]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40705),id=5b2cf1ba.2ae4,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13846]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40736),id=5b2cf1fd.3616,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13846]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40736),id=5b2cf1fd.3616,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13846]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40736),id=5b2cf1fd.3616,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13065]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40727),id=5b2cf1ec.3309,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13065]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40727),id=5b2cf1ec.3309,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13065]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40727),id=5b2cf1ec.3309,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16955]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41383),id=5b2cf7d1.423b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16955]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41383),id=5b2cf7d1.423b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16955]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(41383),id=5b2cf7d1.423b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [11866]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40710),id=5b2cf1d0.2e5a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [11866]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40710),id=5b2cf1d0.2e5a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [11866]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40710),id=5b2cf1d0.2e5a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27126]: [625-1] user=ssclaims,db=forte ,host=10.10.5.235,port=10.10.5.235(56779),id=5b2cf04a.69f6,line=625WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27126]: [626-1] user=ssclaims,db=forte ,host=10.10.5.235,port=10.10.5.235(56779),id=5b2cf04a.69f6,line=626DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27126]: [627-1] user=ssclaims,db=forte ,host=10.10.5.235,port=10.10.5.235(56779),id=5b2cf04a.69f6,line=627HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31670]: [311-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40648),id=5b2cf0b0.7bb6,line=311WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31670]: [312-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40648),id=5b2cf0b0.7bb6,line=312DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31670]: [313-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40648),id=5b2cf0b0.7bb6,line=313HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6722]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40673),id=5b2cf153.1a42,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6722]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40673),id=5b2cf153.1a42,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6722]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40673),id=5b2cf153.1a42,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30919]: [49-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40622),id=5b2cf0a0.78c7,line=49WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30919]: [50-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40622),id=5b2cf0a0.78c7,line=50DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30919]: [51-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40622),id=5b2cf0a0.78c7,line=51HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29949]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40621),id=5b2cf08a.74fd,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29949]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40621),id=5b2cf08a.74fd,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29949]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40621),id=5b2cf08a.74fd,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31563]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40647),id=5b2cf0ae.7b4b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31563]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40647),id=5b2cf0ae.7b4b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31563]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40647),id=5b2cf0ae.7b4b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28871]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40615),id=5b2cf072.70c7,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28871]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40615),id=5b2cf072.70c7,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28871]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40615),id=5b2cf072.70c7,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14930]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40513),id=5b2cef2e.3a52,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14930]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40513),id=5b2cef2e.3a52,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14930]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40513),id=5b2cef2e.3a52,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21474]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40552),id=5b2cefc5.53e2,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21474]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40552),id=5b2cefc5.53e2,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21474]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40552),id=5b2cefc5.53e2,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15613]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40515),id=5b2cef3f.3cfd,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15613]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40515),id=5b2cef3f.3cfd,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15613]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40515),id=5b2cef3f.3cfd,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13420]: [956-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40494),id=5b2cef0b.346c,line=956WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13420]: [957-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40494),id=5b2cef0b.346c,line=957DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13420]: [958-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40494),id=5b2cef0b.346c,line=958HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [11744]: [96-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40467),id=5b2ceee4.2de0,line=96WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [11744]: [97-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40467),id=5b2ceee4.2de0,line=97DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [11744]: [98-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40467),id=5b2ceee4.2de0,line=98HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12623]: [3556-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40476),id=5b2ceef8.314f,line=3556WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12623]: [3557-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40476),id=5b2ceef8.314f,line=3557DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12623]: [3558-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40476),id=5b2ceef8.314f,line=3558HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12458]: [388-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40473),id=5b2ceef4.30aa,line=388WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12458]: [389-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40473),id=5b2ceef4.30aa,line=389DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12458]: [390-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40473),id=5b2ceef4.30aa,line=390HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27732]: [193-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40347),id=5b2ced6b.6c54,line=193WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27732]: [194-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40347),id=5b2ced6b.6c54,line=194DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27732]: [195-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40347),id=5b2ced6b.6c54,line=195HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29669]: [1795-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40353),id=5b2ced98.73e5,line=1795WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29669]: [1796-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40353),id=5b2ced98.73e5,line=1796DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29669]: [1797-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40353),id=5b2ced98.73e5,line=1797HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4090]: [260-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40396),id=5b2cee34.ffa,line=260WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4090]: [261-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40396),id=5b2cee34.ffa,line=261DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4090]: [262-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40396),id=5b2cee34.ffa,line=262HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30658]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40355),id=5b2cedaf.77c2,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30658]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40355),id=5b2cedaf.77c2,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30658]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40355),id=5b2cedaf.77c2,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6653]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40424),id=5b2cee70.19fd,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6653]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40424),id=5b2cee70.19fd,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6653]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40424),id=5b2cee70.19fd,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10248]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40462),id=5b2ceec2.2808,line=12WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10248]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40462),id=5b2ceec2.2808,line=13DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10248]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40462),id=5b2ceec2.2808,line=14HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10292]: [75-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40465),id=5b2ceec3.2834,line=75WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10292]: [76-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40465),id=5b2ceec3.2834,line=76DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10292]: [77-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40465),id=5b2ceec3.2834,line=77HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3696]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40395),id=5b2cee2b.e70,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3696]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40395),id=5b2cee2b.e70,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3696]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40395),id=5b2cee2b.e70,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2056]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40378),id=5b2cee06.808,line=11WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2056]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40378),id=5b2cee06.808,line=12DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2056]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40378),id=5b2cee06.808,line=13HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25302]: [283-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40332),id=5b2ced34.62d6,line=283WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25302]: [284-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40332),id=5b2ced34.62d6,line=284DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25302]: [285-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40332),id=5b2ced34.62d6,line=285HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15368]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40304),id=5b2cec55.3c08,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15368]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40304),id=5b2cec55.3c08,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15368]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40304),id=5b2cec55.3c08,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29829]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40354),id=5b2ced9c.7485,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29829]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40354),id=5b2ced9c.7485,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29829]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40354),id=5b2ced9c.7485,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17269]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40310),id=5b2cec83.4375,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17269]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40310),id=5b2cec83.4375,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17269]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40310),id=5b2cec83.4375,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24688]: [819-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51679),id=5b2d05b6.6070,line=819WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24688]: [820-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51679),id=5b2d05b6.6070,line=820DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24688]: [821-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51679),id=5b2d05b6.6070,line=821HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24688]: [822-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51679),id=5b2d05b6.6070,line=822CONTEXT:  PL/pgSQL function "ng_claim_get_repair_facility_info" line 106 at FETCH
2018-06-22 10:29:52 EDT [24688]: [823-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51679),id=5b2d05b6.6070,line=823STATEMENT:  select * from ng_claim_get_repair_facility_info($1) as result
2018-06-22 10:29:52 EDT [10314]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40283),id=5b2cebd8.284a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10314]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40283),id=5b2cebd8.284a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10314]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40283),id=5b2cebd8.284a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [11531]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40285),id=5b2cebf3.2d0b,line=8WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [11531]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40285),id=5b2cebf3.2d0b,line=9DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [11531]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40285),id=5b2cebf3.2d0b,line=10HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15033]: [16-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40301),id=5b2cec4d.3ab9,line=16WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15033]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40301),id=5b2cec4d.3ab9,line=17DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15033]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40301),id=5b2cec4d.3ab9,line=18HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14050]: [150-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40300),id=5b2cec35.36e2,line=150WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14050]: [151-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40300),id=5b2cec35.36e2,line=151DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14050]: [152-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40300),id=5b2cec35.36e2,line=152HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19839]: [3-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(16183),id=5b2d07e0.4d7f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19839]: [4-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(16183),id=5b2d07e0.4d7f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19839]: [5-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(16183),id=5b2d07e0.4d7f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26880]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40340),id=5b2ced57.6900,line=8WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26880]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40340),id=5b2ced57.6900,line=9DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26880]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40340),id=5b2ced57.6900,line=10HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8802]: [34-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40274),id=5b2cebaf.2262,line=34WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8802]: [35-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40274),id=5b2cebaf.2262,line=35DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8802]: [36-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40274),id=5b2cebaf.2262,line=36HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8159]: [189-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40273),id=5b2ceba0.1fdf,line=189WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8159]: [190-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40273),id=5b2ceba0.1fdf,line=190DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8159]: [191-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40273),id=5b2ceba0.1fdf,line=191HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3429]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40250),id=5b2ceb32.d65,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3429]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40250),id=5b2ceb32.d65,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3429]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40250),id=5b2ceb32.d65,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [514]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40217),id=5b2ceaf2.202,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [514]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40217),id=5b2ceaf2.202,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [514]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40217),id=5b2ceaf2.202,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26934]: [358-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40187),id=5b2cea65.6936,line=358WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26934]: [359-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40187),id=5b2cea65.6936,line=359DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26934]: [360-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40187),id=5b2cea65.6936,line=360HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17206]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40309),id=5b2cec81.4336,line=10WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17206]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40309),id=5b2cec81.4336,line=11DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17206]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40309),id=5b2cec81.4336,line=12HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2404]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40234),id=5b2ceb1b.964,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2404]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40234),id=5b2ceb1b.964,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2404]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40234),id=5b2ceb1b.964,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28203]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40191),id=5b2cea82.6e2b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28203]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40191),id=5b2cea82.6e2b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28203]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40191),id=5b2cea82.6e2b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4475]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40255),id=5b2ceb4b.117b,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4475]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40255),id=5b2ceb4b.117b,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4475]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40255),id=5b2ceb4b.117b,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13103]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40289),id=5b2cec1e.332f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13103]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40289),id=5b2cec1e.332f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13103]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40289),id=5b2cec1e.332f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18577]: [1138-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40119),id=5b2ce99f.4891,line=1138WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18577]: [1139-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40119),id=5b2ce99f.4891,line=1139DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18577]: [1140-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40119),id=5b2ce99f.4891,line=1140HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18577]: [1141-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40119),id=5b2ce99f.4891,line=1141STATEMENT:  select sg_dlr_dealer,
2018-06-22 10:29:52 EDT [18455]: [4096-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40112),id=5b2ce99c.4817,line=4096WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18455]: [4097-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40112),id=5b2ce99c.4817,line=4097DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18455]: [4098-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40112),id=5b2ce99c.4817,line=4098HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24234]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40165),id=5b2cea24.5eaa,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24234]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40165),id=5b2cea24.5eaa,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24234]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40165),id=5b2cea24.5eaa,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23223]: [1453-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40162),id=5b2cea0d.5ab7,line=1453WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23223]: [1454-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40162),id=5b2cea0d.5ab7,line=1454DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23223]: [1455-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40162),id=5b2cea0d.5ab7,line=1455HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22285]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40150),id=5b2ce9f8.570d,line=9WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22285]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40150),id=5b2ce9f8.570d,line=10DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22285]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40150),id=5b2ce9f8.570d,line=11HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22917]: [3669-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40161),id=5b2cea06.5985,line=3669WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22917]: [3670-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40161),id=5b2cea06.5985,line=3670DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22917]: [3671-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40161),id=5b2cea06.5985,line=3671HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22171]: [26-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40149),id=5b2ce9f5.569b,line=26WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22171]: [27-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40149),id=5b2ce9f5.569b,line=27DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22171]: [28-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40149),id=5b2ce9f5.569b,line=28HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [11772]: [561-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40089),id=5b2ce900.2dfc,line=561WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [11772]: [562-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40089),id=5b2ce900.2dfc,line=562DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [11772]: [563-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40089),id=5b2ce900.2dfc,line=563HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2533]: [811-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40036),id=5b2ce827.9e5,line=811WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2533]: [812-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40036),id=5b2ce827.9e5,line=812DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2533]: [813-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40036),id=5b2ce827.9e5,line=813HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5871]: [51-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39941),id=5b2ce585.16ef,line=51WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5871]: [52-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39941),id=5b2ce585.16ef,line=52DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5871]: [53-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39941),id=5b2ce585.16ef,line=53HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2117]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39927),id=5b2ce52a.845,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2117]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39927),id=5b2ce52a.845,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2117]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39927),id=5b2ce52a.845,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32248]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40023),id=5b2ce7ec.7df8,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32248]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40023),id=5b2ce7ec.7df8,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32248]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40023),id=5b2ce7ec.7df8,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15343]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39966),id=5b2ce668.3bef,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15343]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39966),id=5b2ce668.3bef,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15343]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39966),id=5b2ce668.3bef,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31298]: [1400-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40022),id=5b2ce7d6.7a42,line=1400WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31298]: [1401-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40022),id=5b2ce7d6.7a42,line=1401DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31298]: [1402-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40022),id=5b2ce7d6.7a42,line=1402HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22901]: [136-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61411),id=5b2ce717.5975,line=136WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22901]: [137-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61411),id=5b2ce717.5975,line=137DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22901]: [138-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61411),id=5b2ce717.5975,line=138HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4858]: [565-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39939),id=5b2ce56b.12fa,line=565WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4858]: [566-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39939),id=5b2ce56b.12fa,line=566DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4858]: [567-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39939),id=5b2ce56b.12fa,line=567HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14311]: [240-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39964),id=5b2ce64f.37e7,line=240WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14311]: [241-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39964),id=5b2ce64f.37e7,line=241DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14311]: [242-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39964),id=5b2ce64f.37e7,line=242HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [538]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40026),id=5b2ce7fd.21a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [538]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40026),id=5b2ce7fd.21a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [538]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40026),id=5b2ce7fd.21a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21123]: [309-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39992),id=5b2ce6ef.5283,line=309WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21123]: [310-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39992),id=5b2ce6ef.5283,line=310DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21123]: [311-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39992),id=5b2ce6ef.5283,line=311HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22899]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61410),id=5b2ce717.5973,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22899]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61410),id=5b2ce717.5973,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22899]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61410),id=5b2ce717.5973,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10106]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61378),id=5b2ce5eb.277a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10106]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61378),id=5b2ce5eb.277a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10106]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61378),id=5b2ce5eb.277a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4317]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39937),id=5b2ce55e.10dd,line=18WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4317]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39937),id=5b2ce55e.10dd,line=19DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4317]: [20-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39937),id=5b2ce55e.10dd,line=20HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9619]: [250-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39947),id=5b2ce5df.2593,line=250WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9619]: [251-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39947),id=5b2ce5df.2593,line=251DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9619]: [252-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39947),id=5b2ce5df.2593,line=252HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26942]: [100-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40010),id=5b2ce779.693e,line=100WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26942]: [101-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40010),id=5b2ce779.693e,line=101DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26942]: [102-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(40010),id=5b2ce779.693e,line=102HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1243]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39924),id=5b2ce517.4db,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1243]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39924),id=5b2ce517.4db,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1243]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39924),id=5b2ce517.4db,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16691]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39968),id=5b2ce687.4133,line=13WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16691]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39968),id=5b2ce687.4133,line=14DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16691]: [15-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39968),id=5b2ce687.4133,line=15HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10108]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61379),id=5b2ce5eb.277c,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10108]: [6-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61379),id=5b2ce5eb.277c,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10108]: [7-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61379),id=5b2ce5eb.277c,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30912]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39904),id=5b2ce4d4.78c0,line=14WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30912]: [15-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39904),id=5b2ce4d4.78c0,line=15DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30912]: [16-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39904),id=5b2ce4d4.78c0,line=16HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4736]: [250-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39938),id=5b2ce568.1280,line=250WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4736]: [251-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39938),id=5b2ce568.1280,line=251DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4736]: [252-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39938),id=5b2ce568.1280,line=252HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10417]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39950),id=5b2ce5f3.28b1,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10417]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39950),id=5b2ce5f3.28b1,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10417]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39950),id=5b2ce5f3.28b1,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22741]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39848),id=5b2ce404.58d5,line=17WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22741]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39848),id=5b2ce404.58d5,line=18DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22741]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39848),id=5b2ce404.58d5,line=19HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30111]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61314),id=5b2ce4bf.759f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30111]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61314),id=5b2ce4bf.759f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30111]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61314),id=5b2ce4bf.759f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25666]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39871),id=5b2ce450.6442,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25666]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39871),id=5b2ce450.6442,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25666]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39871),id=5b2ce450.6442,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [23360]: [80-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39854),id=5b2ce415.5b40,line=80WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [23360]: [81-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39854),id=5b2ce415.5b40,line=81DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [23360]: [82-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39854),id=5b2ce415.5b40,line=82HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25061]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39866),id=5b2ce443.61e5,line=17WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25061]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39866),id=5b2ce443.61e5,line=18DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25061]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39866),id=5b2ce443.61e5,line=19HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30112]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61315),id=5b2ce4bf.75a0,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30112]: [6-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61315),id=5b2ce4bf.75a0,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30112]: [7-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61315),id=5b2ce4bf.75a0,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29708]: [226-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39893),id=5b2ce4b5.740c,line=226WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29708]: [227-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39893),id=5b2ce4b5.740c,line=227DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29708]: [228-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39893),id=5b2ce4b5.740c,line=228HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [30591]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39757),id=5b2ce1a8.777f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [30591]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39757),id=5b2ce1a8.777f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [30591]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39757),id=5b2ce1a8.777f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [3670]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39765),id=5b2ce22f.e56,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [3670]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39765),id=5b2ce22f.e56,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [3670]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39765),id=5b2ce22f.e56,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14774]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39809),id=5b2ce33a.39b6,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14774]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39809),id=5b2ce33a.39b6,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14774]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39809),id=5b2ce33a.39b6,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17365]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39826),id=5b2ce37a.43d5,line=18WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17365]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39826),id=5b2ce37a.43d5,line=19DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17365]: [20-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39826),id=5b2ce37a.43d5,line=20HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9494]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39794),id=5b2ce2be.2516,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9494]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39794),id=5b2ce2be.2516,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9494]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39794),id=5b2ce2be.2516,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19837]: [3-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(55329),id=5b2d07e0.4d7d,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19837]: [4-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(55329),id=5b2d07e0.4d7d,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19837]: [5-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(55329),id=5b2d07e0.4d7d,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29458]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39756),id=5b2ce18e.7312,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29458]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39756),id=5b2ce18e.7312,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29458]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39756),id=5b2ce18e.7312,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26423]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39749),id=5b2ce142.6737,line=13WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26423]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39749),id=5b2ce142.6737,line=14DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26423]: [15-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39749),id=5b2ce142.6737,line=15HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13717]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39801),id=5b2ce320.3595,line=11WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13717]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39801),id=5b2ce320.3595,line=12DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13717]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39801),id=5b2ce320.3595,line=13HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21799]: [1410-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39737),id=5b2ce0cf.5527,line=1410WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21799]: [1411-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39737),id=5b2ce0cf.5527,line=1411DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21799]: [1412-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39737),id=5b2ce0cf.5527,line=1412HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18849]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39713),id=5b2ce082.49a1,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18849]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39713),id=5b2ce082.49a1,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18849]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39713),id=5b2ce082.49a1,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14216]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61139),id=5b2ce00f.3788,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14216]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61139),id=5b2ce00f.3788,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14216]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61139),id=5b2ce00f.3788,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17716]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39707),id=5b2ce067.4534,line=9WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17716]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39707),id=5b2ce067.4534,line=10DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17716]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39707),id=5b2ce067.4534,line=11HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14217]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61140),id=5b2ce00f.3789,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14217]: [6-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61140),id=5b2ce00f.3789,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14217]: [7-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(61140),id=5b2ce00f.3789,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9393]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39678),id=5b2cdf93.24b1,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9393]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39678),id=5b2cdf93.24b1,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9393]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39678),id=5b2cdf93.24b1,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [8267]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39674),id=5b2cdf77.204b,line=19WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [8267]: [20-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39674),id=5b2cdf77.204b,line=20DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [8267]: [21-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39674),id=5b2cdf77.204b,line=21HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [7558]: [286-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39671),id=5b2cdf65.1d86,line=286WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [7558]: [287-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39671),id=5b2cdf65.1d86,line=287DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [7558]: [288-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39671),id=5b2cdf65.1d86,line=288HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6341]: [34-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39662),id=5b2cdf45.18c5,line=34WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6341]: [35-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39662),id=5b2cdf45.18c5,line=35DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6341]: [36-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39662),id=5b2cdf45.18c5,line=36HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4868]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39651),id=5b2cdf1e.1304,line=14WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4868]: [15-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39651),id=5b2cdf1e.1304,line=15DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4868]: [16-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39651),id=5b2cdf1e.1304,line=16HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27594]: [50-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39630),id=5b2cde20.6bca,line=50WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27594]: [51-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39630),id=5b2cde20.6bca,line=51DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27594]: [52-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39630),id=5b2cde20.6bca,line=52HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28984]: [212-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39633),id=5b2cde48.7138,line=212WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28984]: [213-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39633),id=5b2cde48.7138,line=213DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28984]: [214-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39633),id=5b2cde48.7138,line=214HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2188]: [472-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39638),id=5b2cdeda.88c,line=472WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2188]: [473-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39638),id=5b2cdeda.88c,line=473DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2188]: [474-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39638),id=5b2cdeda.88c,line=474HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5348]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39655),id=5b2cdf2d.14e4,line=8WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5348]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39655),id=5b2cdf2d.14e4,line=9DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5348]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39655),id=5b2cdf2d.14e4,line=10HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9190]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39677),id=5b2cdf8e.23e6,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9190]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39677),id=5b2cdf8e.23e6,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9190]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39677),id=5b2cdf8e.23e6,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [25794]: [23-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39617),id=5b2cddf5.64c2,line=23WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [25794]: [24-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39617),id=5b2cddf5.64c2,line=24DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [25794]: [25-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39617),id=5b2cddf5.64c2,line=25HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21418]: [1424-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39609),id=5b2cdd89.53aa,line=1424WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21418]: [1425-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39609),id=5b2cdd89.53aa,line=1425DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21418]: [1426-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39609),id=5b2cdd89.53aa,line=1426HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24154]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39611),id=5b2cddcc.5e5a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24154]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39611),id=5b2cddcc.5e5a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24154]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39611),id=5b2cddcc.5e5a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24615]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39612),id=5b2cddd7.6027,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24615]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39612),id=5b2cddd7.6027,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24615]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39612),id=5b2cddd7.6027,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20622]: [339-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39607),id=5b2cdd75.508e,line=339WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [20622]: [340-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39607),id=5b2cdd75.508e,line=340DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [20622]: [341-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39607),id=5b2cdd75.508e,line=341HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15676]: [23-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39594),id=5b2cdcf8.3d3c,line=23WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15676]: [24-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39594),id=5b2cdcf8.3d3c,line=24DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15676]: [25-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39594),id=5b2cdcf8.3d3c,line=25HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17016]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39596),id=5b2cdd19.4278,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17016]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39596),id=5b2cdd19.4278,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17016]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39596),id=5b2cdd19.4278,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13622]: [259-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39583),id=5b2cdcc4.3536,line=259WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13622]: [260-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39583),id=5b2cdcc4.3536,line=260DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13622]: [261-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39583),id=5b2cdcc4.3536,line=261HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20306]: [995-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39503),id=5b2cda36.4f52,line=995WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [20306]: [996-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39503),id=5b2cda36.4f52,line=996DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [20306]: [997-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39503),id=5b2cda36.4f52,line=997HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20098]: [5527-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39502),id=5b2cda31.4e82,line=5527WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [20098]: [5528-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39502),id=5b2cda31.4e82,line=5528DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [20098]: [5529-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39502),id=5b2cda31.4e82,line=5529HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22801]: [16-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39505),id=5b2cda78.5911,line=16WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22801]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39505),id=5b2cda78.5911,line=17DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22801]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39505),id=5b2cda78.5911,line=18HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2269]: [1269-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39549),id=5b2cdba6.8dd,line=1269WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2269]: [1270-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39549),id=5b2cdba6.8dd,line=1270DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2269]: [1271-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39549),id=5b2cdba6.8dd,line=1271HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31251]: [25-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39535),id=5b2cdb4f.7a13,line=25WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31251]: [26-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39535),id=5b2cdb4f.7a13,line=26DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31251]: [27-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39535),id=5b2cdb4f.7a13,line=27HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31942]: [22782-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39537),id=5b2cdb60.7cc6,line=22782WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31942]: [22783-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39537),id=5b2cdb60.7cc6,line=22783DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31942]: [22784-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39537),id=5b2cdb60.7cc6,line=22784HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [14734]: [583-1] user=ssclaims,db=forte ,host=10.10.5.232,port=10.10.5.232(43648),id=5b2cd9b0.398e,line=583WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [14734]: [584-1] user=ssclaims,db=forte ,host=10.10.5.232,port=10.10.5.232(43648),id=5b2cd9b0.398e,line=584DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [14734]: [585-1] user=ssclaims,db=forte ,host=10.10.5.232,port=10.10.5.232(43648),id=5b2cd9b0.398e,line=585HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [15047]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39479),id=5b2cd9b8.3ac7,line=13WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [15047]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39479),id=5b2cd9b8.3ac7,line=14DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [15047]: [15-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39479),id=5b2cd9b8.3ac7,line=15HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32666]: [70-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39452),id=5b2cd83c.7f9a,line=70WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32666]: [71-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39452),id=5b2cd83c.7f9a,line=71DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32666]: [72-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39452),id=5b2cd83c.7f9a,line=72HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9514]: [2255-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39471),id=5b2cd92b.252a,line=2255WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9514]: [2256-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39471),id=5b2cd92b.252a,line=2256DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9514]: [2257-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39471),id=5b2cd92b.252a,line=2257HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27703]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39446),id=5b2cd7bb.6c37,line=8WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27703]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39446),id=5b2cd7bb.6c37,line=9DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27703]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39446),id=5b2cd7bb.6c37,line=10HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1127]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39453),id=5b2cd852.467,line=17WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1127]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39453),id=5b2cd852.467,line=18DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1127]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39453),id=5b2cd852.467,line=19HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13674]: [7925-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39476),id=5b2cd996.356a,line=7925WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13674]: [7926-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39476),id=5b2cd996.356a,line=7926DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13674]: [7927-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39476),id=5b2cd996.356a,line=7927HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32215]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39449),id=5b2cd832.7dd7,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32215]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39449),id=5b2cd832.7dd7,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32215]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39449),id=5b2cd832.7dd7,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [12735]: [1930-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39475),id=5b2cd97e.31bf,line=1930WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [12735]: [1931-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39475),id=5b2cd97e.31bf,line=1931DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [12735]: [1932-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39475),id=5b2cd97e.31bf,line=1932HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26609]: [25-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39445),id=5b2cd79f.67f1,line=25WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26609]: [26-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39445),id=5b2cd79f.67f1,line=26DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26609]: [27-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39445),id=5b2cd79f.67f1,line=27HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26504]: [338-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39444),id=5b2cd79c.6788,line=338WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26504]: [339-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39444),id=5b2cd79c.6788,line=339DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26504]: [340-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39444),id=5b2cd79c.6788,line=340HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20376]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39442),id=5b2cd6f4.4f98,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [20376]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39442),id=5b2cd6f4.4f98,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [20376]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39442),id=5b2cd6f4.4f98,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16340]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39422),id=5b2cd687.3fd4,line=17WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16340]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39422),id=5b2cd687.3fd4,line=18DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16340]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39422),id=5b2cd687.3fd4,line=19HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18312]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39434),id=5b2cd6b9.4788,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18312]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39434),id=5b2cd6b9.4788,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18312]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39434),id=5b2cd6b9.4788,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [20323]: [301-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39441),id=5b2cd6f3.4f63,line=301WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [20323]: [302-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39441),id=5b2cd6f3.4f63,line=302DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [20323]: [303-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39441),id=5b2cd6f3.4f63,line=303HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19877]: [68-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39440),id=5b2cd6e7.4da5,line=68WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19877]: [69-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39440),id=5b2cd6e7.4da5,line=69DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19877]: [70-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39440),id=5b2cd6e7.4da5,line=70HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13466]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39418),id=5b2cd638.349a,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13466]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39418),id=5b2cd638.349a,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13466]: [9-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39418),id=5b2cd638.349a,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [32134]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39382),id=5b2cd4c7.7d86,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [32134]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39382),id=5b2cd4c7.7d86,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [32134]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39382),id=5b2cd4c7.7d86,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13041]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39417),id=5b2cd62c.32f1,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13041]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39417),id=5b2cd62c.32f1,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13041]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39417),id=5b2cd62c.32f1,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9615]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39405),id=5b2cd5d2.258f,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9615]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39405),id=5b2cd5d2.258f,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9615]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39405),id=5b2cd5d2.258f,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13839]: [16-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39419),id=5b2cd642.360f,line=16WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13839]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39419),id=5b2cd642.360f,line=17DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13839]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39419),id=5b2cd642.360f,line=18HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1505]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39386),id=5b2cd4f6.5e1,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1505]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39386),id=5b2cd4f6.5e1,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1505]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39386),id=5b2cd4f6.5e1,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10324]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39408),id=5b2cd5e4.2854,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10324]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39408),id=5b2cd5e4.2854,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10324]: [8-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39408),id=5b2cd5e4.2854,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31432]: [862-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39380),id=5b2cd4b4.7ac8,line=862WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31432]: [863-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39380),id=5b2cd4b4.7ac8,line=863DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31432]: [864-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39380),id=5b2cd4b4.7ac8,line=864HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31543]: [13-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39381),id=5b2cd4b7.7b37,line=13WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31543]: [14-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39381),id=5b2cd4b7.7b37,line=14DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31543]: [15-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39381),id=5b2cd4b7.7b37,line=15HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2672]: [48-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39343),id=5b2cd1a6.a70,line=48WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2672]: [49-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39343),id=5b2cd1a6.a70,line=49DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2672]: [50-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39343),id=5b2cd1a6.a70,line=50HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9605]: [251-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39348),id=5b2cd262.2585,line=251WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9605]: [252-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39348),id=5b2cd262.2585,line=252DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9605]: [253-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39348),id=5b2cd262.2585,line=253HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9395]: [1982-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39347),id=5b2cd25d.24b3,line=1982WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9395]: [1983-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39347),id=5b2cd25d.24b3,line=1983DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9395]: [1984-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39347),id=5b2cd25d.24b3,line=1984HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29921]: [16235-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39379),id=5b2cd48b.74e1,line=16235WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29921]: [16236-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39379),id=5b2cd48b.74e1,line=16236DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29921]: [16237-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39379),id=5b2cd48b.74e1,line=16237HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19214]: [201-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39359),id=5b2cd36a.4b0e,line=201WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19214]: [202-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39359),id=5b2cd36a.4b0e,line=202DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19214]: [203-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39359),id=5b2cd36a.4b0e,line=203HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [24051]: [17-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39365),id=5b2cd3ec.5df3,line=17WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [24051]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39365),id=5b2cd3ec.5df3,line=18DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [24051]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39365),id=5b2cd3ec.5df3,line=19HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [1254]: [23-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39341),id=5b2cd182.4e6,line=23WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [1254]: [24-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39341),id=5b2cd182.4e6,line=24DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [1254]: [25-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39341),id=5b2cd182.4e6,line=25HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16327]: [1798-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60362),id=5b2ccfa7.3fc7,line=1798WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16327]: [1799-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60362),id=5b2ccfa7.3fc7,line=1799DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16327]: [1800-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60362),id=5b2ccfa7.3fc7,line=1800HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [18183]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39331),id=5b2ccfd9.4707,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [18183]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39331),id=5b2ccfd9.4707,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [18183]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39331),id=5b2ccfd9.4707,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [21033]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39339),id=5b2cd027.5229,line=4WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [21033]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39339),id=5b2cd027.5229,line=5DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [21033]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39339),id=5b2cd027.5229,line=6HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [27177]: [29315-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39285),id=5b2ccd5b.6a29,line=29315WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [27177]: [29316-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39285),id=5b2ccd5b.6a29,line=29316DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [27177]: [29317-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39285),id=5b2ccd5b.6a29,line=29317HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4623]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39295),id=5b2cce64.120f,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4623]: [6-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39295),id=5b2cce64.120f,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4623]: [7-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39295),id=5b2cce64.120f,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16024]: [979-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39314),id=5b2ccfa0.3e98,line=979WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16024]: [980-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39314),id=5b2ccfa0.3e98,line=980DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16024]: [981-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39314),id=5b2ccfa0.3e98,line=981HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [16325]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60361),id=5b2ccfa7.3fc5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [16325]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60361),id=5b2ccfa7.3fc5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [16325]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60361),id=5b2ccfa7.3fc5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [6221]: [10-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39301),id=5b2cce90.184d,line=10WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [6221]: [11-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39301),id=5b2cce90.184d,line=11DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [6221]: [12-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39301),id=5b2cce90.184d,line=12HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26748]: [97-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60285),id=5b2ccd4f.687c,line=97WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26748]: [98-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60285),id=5b2ccd4f.687c,line=98DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26748]: [99-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60285),id=5b2ccd4f.687c,line=99HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26746]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60284),id=5b2ccd4f.687a,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26746]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60284),id=5b2ccd4f.687a,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26746]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60284),id=5b2ccd4f.687a,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [19064]: [7805-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39246),id=5b2cc9b5.4a78,line=7805WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [19064]: [7806-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39246),id=5b2cc9b5.4a78,line=7806DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [19064]: [7807-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39246),id=5b2cc9b5.4a78,line=7807HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [10891]: [2826-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39233),id=5b2cc8d3.2a8b,line=2826WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [10891]: [2827-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39233),id=5b2cc8d3.2a8b,line=2827DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [10891]: [2828-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39233),id=5b2cc8d3.2a8b,line=2828HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9487]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60195),id=5b2ccc23.250f,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9487]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60195),id=5b2ccc23.250f,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9487]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60195),id=5b2ccc23.250f,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [22335]: [435-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39247),id=5b2cca11.573f,line=435WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [22335]: [436-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39247),id=5b2cca11.573f,line=436DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [22335]: [437-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39247),id=5b2cca11.573f,line=437HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [9489]: [7-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60196),id=5b2ccc23.2511,line=7WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [9489]: [8-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60196),id=5b2ccc23.2511,line=8DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [9489]: [9-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60196),id=5b2ccc23.2511,line=9HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [28442]: [18626-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39258),id=5b2ccabe.6f1a,line=18626WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [28442]: [18627-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39258),id=5b2ccabe.6f1a,line=18627DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [28442]: [18628-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39258),id=5b2ccabe.6f1a,line=18628HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29505]: [6-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60032),id=5b2cc774.7341,line=6WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29505]: [7-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60032),id=5b2cc774.7341,line=7DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29505]: [8-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60032),id=5b2cc774.7341,line=8HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [7211]: [9-1] user=atyagi,db=forte ,host=10.10.214.87,port=10.10.214.87(62584),id=5b2cc871.1c2b,line=9WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [7211]: [10-1] user=atyagi,db=forte ,host=10.10.214.87,port=10.10.214.87(62584),id=5b2cc871.1c2b,line=10DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [7211]: [11-1] user=atyagi,db=forte ,host=10.10.214.87,port=10.10.214.87(62584),id=5b2cc871.1c2b,line=11HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [5195]: [36-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39224),id=5b2cc83d.144b,line=36WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [5195]: [37-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39224),id=5b2cc83d.144b,line=37DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [5195]: [38-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39224),id=5b2cc83d.144b,line=38HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17444]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60006),id=5b2cc647.4424,line=5WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17444]: [6-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60006),id=5b2cc647.4424,line=6DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17444]: [7-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60006),id=5b2cc647.4424,line=7HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29495]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60031),id=5b2cc773.7337,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29495]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60031),id=5b2cc773.7337,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29495]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60031),id=5b2cc773.7337,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4055]: [42268-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(59675),id=5b2cbe13.fd7,line=42268WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4055]: [42269-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(59675),id=5b2cbe13.fd7,line=42269DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4055]: [42270-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(59675),id=5b2cbe13.fd7,line=42270HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17443]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60005),id=5b2cc647.4423,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17443]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60005),id=5b2cc647.4423,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17443]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(60005),id=5b2cc647.4423,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [17516]: [18-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39215),id=5b2cc303.446c,line=18WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [17516]: [19-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39215),id=5b2cc303.446c,line=19DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [17516]: [20-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39215),id=5b2cc303.446c,line=20HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4575]: [3-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39223),id=5b2cc82d.11df,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4575]: [4-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39223),id=5b2cc82d.11df,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4575]: [5-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39223),id=5b2cc82d.11df,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [26766]: [16508-1] user=ssclaims,db=forte ,host=10.10.5.145,port=10.10.5.145(53774),id=5b2cabca.688e,line=16508WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [26766]: [16509-1] user=ssclaims,db=forte ,host=10.10.5.145,port=10.10.5.145(53774),id=5b2cabca.688e,line=16509DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [26766]: [16510-1] user=ssclaims,db=forte ,host=10.10.5.145,port=10.10.5.145(53774),id=5b2cabca.688e,line=16510HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13990]: [3-1] user=nbansal,db=forte ,host=10.10.2.72,port=10.10.2.72(49306),id=5b2c935e.36a6,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13990]: [4-1] user=nbansal,db=forte ,host=10.10.2.72,port=10.10.2.72(49306),id=5b2c935e.36a6,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13990]: [5-1] user=nbansal,db=forte ,host=10.10.2.72,port=10.10.2.72(49306),id=5b2c935e.36a6,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [4053]: [3-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(59674),id=5b2cbe13.fd5,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [4053]: [4-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(59674),id=5b2cbe13.fd5,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [4053]: [5-1] user=scribe,db=forte ,host=10.10.0.74,port=10.10.0.74(59674),id=5b2cbe13.fd5,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [29036]: [76-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39112),id=5b2cbd55.716c,line=76WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [29036]: [77-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39112),id=5b2cbd55.716c,line=77DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [29036]: [78-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(39112),id=5b2cbd55.716c,line=78HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31845]: [28974-1] user=nbansal,db=postgres ,host=10.10.2.72,port=10.10.2.72(65426),id=5b2c8069.7c65,line=28974WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [31845]: [28975-1] user=nbansal,db=postgres ,host=10.10.2.72,port=10.10.2.72(65426),id=5b2c8069.7c65,line=28975DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [31845]: [28976-1] user=nbansal,db=postgres ,host=10.10.2.72,port=10.10.2.72(65426),id=5b2c8069.7c65,line=28976HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [31845]: [28977-1] user=nbansal,db=postgres ,host=10.10.2.72,port=10.10.2.72(65426),id=5b2c8069.7c65,line=28977STATEMENT:  SELECT p.procpid AS pid, application_name, datname, usename,
2018-06-22 10:29:52 EDT [13771]: [12-1] user=nbansal,db=forte ,host=10.10.2.72,port=10.10.2.72(65393),id=5b2c7e71.35cb,line=12WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13771]: [13-1] user=nbansal,db=forte ,host=10.10.2.72,port=10.10.2.72(65393),id=5b2c7e71.35cb,line=13DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13771]: [14-1] user=nbansal,db=forte ,host=10.10.2.72,port=10.10.2.72(65393),id=5b2c7e71.35cb,line=14HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2904]: [2-1] user=,db= ,host=,port=,id=4b8da2a6.b58,line=2WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [2904]: [3-1] user=,db= ,host=,port=,id=4b8da2a6.b58,line=3DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [2904]: [4-1] user=,db= ,host=,port=,id=4b8da2a6.b58,line=4HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [13768]: [3-1] user=nbansal,db=postgres ,host=10.10.2.72,port=10.10.2.72(65392),id=5b2c7e71.35c8,line=3WARNING:  terminating connection because of crash of another server process
2018-06-22 10:29:52 EDT [13768]: [4-1] user=nbansal,db=postgres ,host=10.10.2.72,port=10.10.2.72(65392),id=5b2c7e71.35c8,line=4DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2018-06-22 10:29:52 EDT [13768]: [5-1] user=nbansal,db=postgres ,host=10.10.2.72,port=10.10.2.72(65392),id=5b2c7e71.35c8,line=5HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2018-06-22 10:29:52 EDT [2733]: [4-1] user=,db= ,host=,port=,id=4b8da28d.aad,line=4LOG:  archiver process (PID 2905) exited with exit code 1
2018-06-22 10:29:52 EDT [19840]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d80,line=1LOG:  connection received: host=10.10.5.181 port=60523
2018-06-22 10:29:52 EDT [19840]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.5.181,port=10.10.5.181(60523),id=5b2d07e0.4d80,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19841]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d81,line=1LOG:  connection received: host=10.10.3.7 port=58446
2018-06-22 10:29:52 EDT [19842]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d82,line=1LOG:  connection received: host=10.10.2.10 port=57059
2018-06-22 10:29:52 EDT [19842]: [2-1] user=rhaseja,db=postgres ,host=10.10.2.10,port=10.10.2.10(57059),id=5b2d07e0.4d82,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19843]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d83,line=1LOG:  connection received: host=10.10.3.7 port=34490
2018-06-22 10:29:52 EDT [19843]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34490),id=5b2d07e0.4d83,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19844]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d84,line=1LOG:  connection received: host=10.10.3.7 port=57237
2018-06-22 10:29:52 EDT [19841]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58446),id=5b2d07e0.4d81,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19844]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(57237),id=5b2d07e0.4d84,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19845]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d85,line=1LOG:  connection received: host=10.10.3.7 port=36486
2018-06-22 10:29:52 EDT [19845]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36486),id=5b2d07e0.4d85,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19846]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d86,line=1LOG:  connection received: host=10.10.3.7 port=8342
2018-06-22 10:29:52 EDT [19846]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(8342),id=5b2d07e0.4d86,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19847]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d87,line=1LOG:  connection received: host=10.10.3.7 port=34491
2018-06-22 10:29:52 EDT [19847]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34491),id=5b2d07e0.4d87,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19848]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d88,line=1LOG:  connection received: host=10.10.3.7 port=35233
2018-06-22 10:29:52 EDT [19848]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(35233),id=5b2d07e0.4d88,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19849]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d89,line=1LOG:  connection received: host=10.10.3.7 port=19979
2018-06-22 10:29:52 EDT [19849]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(19979),id=5b2d07e0.4d89,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19850]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d8a,line=1LOG:  connection received: host=10.10.5.116 port=51748
2018-06-22 10:29:52 EDT [19850]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51748),id=5b2d07e0.4d8a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19851]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d8b,line=1LOG:  connection received: host=10.10.3.7 port=36487
2018-06-22 10:29:52 EDT [19851]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36487),id=5b2d07e0.4d8b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19852]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d8c,line=1LOG:  connection received: host=10.10.3.7 port=29614
2018-06-22 10:29:52 EDT [19852]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(29614),id=5b2d07e0.4d8c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19853]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d8d,line=1LOG:  connection received: host=10.10.5.116 port=51749
2018-06-22 10:29:52 EDT [19853]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51749),id=5b2d07e0.4d8d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19854]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d8e,line=1LOG:  connection received: host=10.10.5.116 port=51750
2018-06-22 10:29:52 EDT [19854]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51750),id=5b2d07e0.4d8e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19855]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d8f,line=1LOG:  connection received: host=10.10.5.116 port=51751
2018-06-22 10:29:52 EDT [19855]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51751),id=5b2d07e0.4d8f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19856]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d90,line=1LOG:  connection received: host=10.10.5.116 port=51752
2018-06-22 10:29:52 EDT [19856]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51752),id=5b2d07e0.4d90,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19857]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d91,line=1LOG:  connection received: host=10.10.5.116 port=51753
2018-06-22 10:29:52 EDT [19857]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51753),id=5b2d07e0.4d91,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19858]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d92,line=1LOG:  connection received: host=10.10.5.116 port=51754
2018-06-22 10:29:52 EDT [19858]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51754),id=5b2d07e0.4d92,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19859]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d93,line=1LOG:  connection received: host=10.10.3.7 port=5697
2018-06-22 10:29:52 EDT [19859]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(5697),id=5b2d07e0.4d93,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19860]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d94,line=1LOG:  connection received: host=10.10.5.116 port=51755
2018-06-22 10:29:52 EDT [19860]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51755),id=5b2d07e0.4d94,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19861]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d95,line=1LOG:  connection received: host=10.10.5.116 port=51756
2018-06-22 10:29:52 EDT [19861]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51756),id=5b2d07e0.4d95,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19862]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d96,line=1LOG:  connection received: host=10.10.5.116 port=51757
2018-06-22 10:29:52 EDT [19862]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51757),id=5b2d07e0.4d96,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19863]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d97,line=1LOG:  connection received: host=10.10.5.116 port=51758
2018-06-22 10:29:52 EDT [19863]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51758),id=5b2d07e0.4d97,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19864]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d98,line=1LOG:  connection received: host=10.10.5.116 port=51759
2018-06-22 10:29:52 EDT [19864]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51759),id=5b2d07e0.4d98,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19865]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d99,line=1LOG:  connection received: host=10.10.5.116 port=51760
2018-06-22 10:29:52 EDT [19865]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51760),id=5b2d07e0.4d99,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19866]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d9a,line=1LOG:  connection received: host=10.10.5.116 port=51761
2018-06-22 10:29:52 EDT [19866]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51761),id=5b2d07e0.4d9a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19867]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d9b,line=1LOG:  connection received: host=10.10.3.7 port=28184
2018-06-22 10:29:52 EDT [19867]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(28184),id=5b2d07e0.4d9b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19868]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d9c,line=1LOG:  connection received: host=10.10.1.186 port=61592
2018-06-22 10:29:52 EDT [19869]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d9d,line=1LOG:  connection received: host=10.10.5.116 port=51762
2018-06-22 10:29:52 EDT [19869]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51762),id=5b2d07e0.4d9d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19870]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d9e,line=1LOG:  connection received: host=10.10.3.7 port=55330
2018-06-22 10:29:52 EDT [19870]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55330),id=5b2d07e0.4d9e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19871]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4d9f,line=1LOG:  connection received: host=10.10.3.7 port=34492
2018-06-22 10:29:52 EDT [19868]: [2-1] user=srvlink,db=forte ,host=10.10.1.186,port=10.10.1.186(61592),id=5b2d07e0.4d9c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19871]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34492),id=5b2d07e0.4d9f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19872]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4da0,line=1LOG:  connection received: host=10.10.5.116 port=51763
2018-06-22 10:29:52 EDT [19872]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51763),id=5b2d07e0.4da0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19873]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4da1,line=1LOG:  connection received: host=10.10.5.116 port=51764
2018-06-22 10:29:52 EDT [19873]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51764),id=5b2d07e0.4da1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19874]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4da2,line=1LOG:  connection received: host=10.10.3.7 port=34493
2018-06-22 10:29:52 EDT [19874]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34493),id=5b2d07e0.4da2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [19875]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e0.4da3,line=1LOG:  connection received: host=10.10.5.116 port=51765
2018-06-22 10:29:52 EDT [19875]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51765),id=5b2d07e0.4da3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:52 EDT [2733]: [5-1] user=,db= ,host=,port=,id=4b8da28d.aad,line=5LOG:  all server processes terminated; reinitializing
2018-06-22 10:29:54 EDT [19878]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4da6,line=1LOG:  connection received: host=10.10.3.7 port=34494
2018-06-22 10:29:54 EDT [19877]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4da5,line=1LOG:  connection received: host=10.10.5.116 port=51766
2018-06-22 10:29:54 EDT [19877]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51766),id=5b2d07e2.4da5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19880]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4da8,line=1LOG:  connection received: host=10.10.3.7 port=55331
2018-06-22 10:29:54 EDT [19878]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34494),id=5b2d07e2.4da6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19879]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4da7,line=1LOG:  connection received: host=10.10.3.7 port=38581
2018-06-22 10:29:54 EDT [19881]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4da9,line=1LOG:  connection received: host=10.10.3.7 port=58442
2018-06-22 10:29:54 EDT [19882]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4daa,line=1LOG:  connection received: host=10.10.3.7 port=55332
2018-06-22 10:29:54 EDT [19880]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55331),id=5b2d07e2.4da8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19883]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dab,line=1LOG:  connection received: host=10.10.3.7 port=1339
2018-06-22 10:29:54 EDT [19879]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(38581),id=5b2d07e2.4da7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19881]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58442),id=5b2d07e2.4da9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19884]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dac,line=1LOG:  connection received: host=10.10.3.7 port=44210
2018-06-22 10:29:54 EDT [19882]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55332),id=5b2d07e2.4daa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19885]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dad,line=1LOG:  connection received: host=10.10.3.7 port=57904
2018-06-22 10:29:54 EDT [19884]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(44210),id=5b2d07e2.4dac,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19883]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(1339),id=5b2d07e2.4dab,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19886]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dae,line=1LOG:  connection received: host=10.10.3.7 port=36488
2018-06-22 10:29:54 EDT [19887]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4daf,line=1LOG:  connection received: host=10.10.3.7 port=7439
2018-06-22 10:29:54 EDT [19885]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(57904),id=5b2d07e2.4dad,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19886]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36488),id=5b2d07e2.4dae,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19887]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7439),id=5b2d07e2.4daf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19888]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db0,line=1LOG:  connection received: host=10.10.3.7 port=14990
2018-06-22 10:29:54 EDT [19889]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db1,line=1LOG:  connection received: host=10.10.3.7 port=36489
2018-06-22 10:29:54 EDT [19888]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(14990),id=5b2d07e2.4db0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19891]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db3,line=1LOG:  connection received: host=10.10.3.7 port=34495
2018-06-22 10:29:54 EDT [19889]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36489),id=5b2d07e2.4db1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19892]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db4,line=1LOG:  connection received: host=10.10.3.7 port=34496
2018-06-22 10:29:54 EDT [19891]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34495),id=5b2d07e2.4db3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19890]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db2,line=1LOG:  connection received: host=10.10.3.7 port=41823
2018-06-22 10:29:54 EDT [19893]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db5,line=1LOG:  connection received: host=10.10.3.7 port=36490
2018-06-22 10:29:54 EDT [19892]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34496),id=5b2d07e2.4db4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19894]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db6,line=1LOG:  connection received: host=10.10.3.7 port=16176
2018-06-22 10:29:54 EDT [19890]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41823),id=5b2d07e2.4db2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19895]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db7,line=1LOG:  connection received: host=10.10.3.7 port=57911
2018-06-22 10:29:54 EDT [19893]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36490),id=5b2d07e2.4db5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19894]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(16176),id=5b2d07e2.4db6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19895]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(57911),id=5b2d07e2.4db7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19897]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db9,line=1LOG:  connection received: host=10.10.3.7 port=19980
2018-06-22 10:29:54 EDT [19898]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dba,line=1LOG:  connection received: host=10.10.3.7 port=58443
2018-06-22 10:29:54 EDT [19897]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(19980),id=5b2d07e2.4db9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19896]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4db8,line=1LOG:  connection received: host=10.10.3.7 port=36955
2018-06-22 10:29:54 EDT [19899]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dbb,line=1LOG:  connection received: host=10.10.3.7 port=55333
2018-06-22 10:29:54 EDT [19898]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58443),id=5b2d07e2.4dba,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19899]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55333),id=5b2d07e2.4dbb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19896]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36955),id=5b2d07e2.4db8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19901]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dbd,line=1LOG:  connection received: host=10.10.3.7 port=6810
2018-06-22 10:29:54 EDT [19900]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dbc,line=1LOG:  connection received: host=10.10.5.181 port=60530
2018-06-22 10:29:54 EDT [19900]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.5.181,port=10.10.5.181(60530),id=5b2d07e2.4dbc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19902]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dbe,line=1LOG:  connection received: host=10.10.3.7 port=24431
2018-06-22 10:29:54 EDT [19901]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(6810),id=5b2d07e2.4dbd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19903]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dbf,line=1LOG:  connection received: host=10.10.3.7 port=44211
2018-06-22 10:29:54 EDT [19904]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc0,line=1LOG:  connection received: host=10.10.3.7 port=34497
2018-06-22 10:29:54 EDT [19903]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(44211),id=5b2d07e2.4dbf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19905]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc1,line=1LOG:  connection received: host=10.10.3.7 port=6043
2018-06-22 10:29:54 EDT [19904]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34497),id=5b2d07e2.4dc0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19906]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc2,line=1LOG:  connection received: host=10.10.3.7 port=36491
2018-06-22 10:29:54 EDT [19905]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(6043),id=5b2d07e2.4dc1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19907]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc3,line=1LOG:  connection received: host=10.10.3.7 port=42224
2018-06-22 10:29:54 EDT [19902]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(24431),id=5b2d07e2.4dbe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19906]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36491),id=5b2d07e2.4dc2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19907]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42224),id=5b2d07e2.4dc3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19908]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc4,line=1LOG:  connection received: host=10.10.3.7 port=54223
2018-06-22 10:29:54 EDT [19910]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc6,line=1LOG:  connection received: host=10.10.3.7 port=58446
2018-06-22 10:29:54 EDT [19909]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc5,line=1LOG:  connection received: host=10.10.3.7 port=36956
2018-06-22 10:29:54 EDT [19908]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54223),id=5b2d07e2.4dc4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19910]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58446),id=5b2d07e2.4dc6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19876]: [1-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=1LOG:  database system was interrupted; last known up at 2018-06-22 10:23:36 EDT
2018-06-22 10:29:54 EDT [19912]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc8,line=1LOG:  connection received: host=10.10.3.7 port=35234
2018-06-22 10:29:54 EDT [19909]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36956),id=5b2d07e2.4dc5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19911]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc7,line=1LOG:  connection received: host=10.10.3.7 port=58445
2018-06-22 10:29:54 EDT [19914]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dca,line=1LOG:  connection received: host=10.10.3.7 port=47738
2018-06-22 10:29:54 EDT [19912]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(35234),id=5b2d07e2.4dc8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19911]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58445),id=5b2d07e2.4dc7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19913]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dc9,line=1LOG:  connection received: host=10.10.3.7 port=9988
2018-06-22 10:29:54 EDT [19914]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(47738),id=5b2d07e2.4dca,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19916]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dcc,line=1LOG:  connection received: host=10.10.1.3 port=42726
2018-06-22 10:29:54 EDT [19913]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(9988),id=5b2d07e2.4dc9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19916]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42726),id=5b2d07e2.4dcc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19918]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dce,line=1LOG:  connection received: host=10.10.3.7 port=51101
2018-06-22 10:29:54 EDT [19919]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dcf,line=1LOG:  connection received: host=10.10.3.7 port=40393
2018-06-22 10:29:54 EDT [19917]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dcd,line=1LOG:  connection received: host=10.10.3.7 port=41824
2018-06-22 10:29:54 EDT [19915]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dcb,line=1LOG:  connection received: host=10.10.3.7 port=25956
2018-06-22 10:29:54 EDT [19920]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd0,line=1LOG:  connection received: host=10.10.3.7 port=4645
2018-06-22 10:29:54 EDT [19918]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(51101),id=5b2d07e2.4dce,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19920]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(4645),id=5b2d07e2.4dd0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19919]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(40393),id=5b2d07e2.4dcf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19921]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd1,line=1LOG:  connection received: host=10.10.3.7 port=34498
2018-06-22 10:29:54 EDT [19922]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd2,line=1LOG:  connection received: host=10.10.1.3 port=42727
2018-06-22 10:29:54 EDT [19923]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd3,line=1LOG:  connection received: host=10.10.3.7 port=54405
2018-06-22 10:29:54 EDT [19922]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42727),id=5b2d07e2.4dd2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19917]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41824),id=5b2d07e2.4dcd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19915]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(25956),id=5b2d07e2.4dcb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19921]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34498),id=5b2d07e2.4dd1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19924]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd4,line=1LOG:  connection received: host=10.10.3.7 port=34549
2018-06-22 10:29:54 EDT [19925]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd5,line=1LOG:  connection received: host=10.10.1.3 port=42728
2018-06-22 10:29:54 EDT [19923]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54405),id=5b2d07e2.4dd3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19926]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd6,line=1LOG:  connection received: host=10.10.3.7 port=34499
2018-06-22 10:29:54 EDT [19925]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42728),id=5b2d07e2.4dd5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19924]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34549),id=5b2d07e2.4dd4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19926]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34499),id=5b2d07e2.4dd6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19928]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd8,line=1LOG:  connection received: host=10.10.1.3 port=42729
2018-06-22 10:29:54 EDT [19876]: [2-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=2DEBUG:  checkpoint record is at 4F41/739130C8
2018-06-22 10:29:54 EDT [19876]: [3-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=3DEBUG:  redo record is at 4F41/6E2FE4E0; shutdown FALSE
2018-06-22 10:29:54 EDT [19929]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd9,line=1LOG:  connection received: host=10.10.3.7 port=38475
2018-06-22 10:29:54 EDT [19876]: [4-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=4DEBUG:  next transaction ID: 0/4273309623; next OID: 262256364
2018-06-22 10:29:54 EDT [19876]: [5-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=5DEBUG:  next MultiXactId: 6192; next MultiXactOffset: 17358
2018-06-22 10:29:54 EDT [19876]: [6-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=6DEBUG:  oldest unfrozen transaction ID: 4107719212, in database 12780
2018-06-22 10:29:54 EDT [19876]: [7-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=7DEBUG:  transaction ID wrap limit is 1960235563, limited by database with OID 12780
2018-06-22 10:29:54 EDT [19876]: [8-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=8LOG:  database system was not properly shut down; automatic recovery in progress
2018-06-22 10:29:54 EDT [19927]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dd7,line=1LOG:  connection received: host=10.10.3.7 port=55334
2018-06-22 10:29:54 EDT [19928]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42729),id=5b2d07e2.4dd8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19930]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dda,line=1LOG:  connection received: host=10.10.3.7 port=27558
2018-06-22 10:29:54 EDT [19929]: [2-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(38475),id=5b2d07e2.4dd9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19927]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55334),id=5b2d07e2.4dd7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19930]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27558),id=5b2d07e2.4dda,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19931]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4ddb,line=1LOG:  connection received: host=10.10.3.7 port=55335
2018-06-22 10:29:54 EDT [19932]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4ddc,line=1LOG:  connection received: host=10.10.3.7 port=34500
2018-06-22 10:29:54 EDT [19933]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4ddd,line=1LOG:  connection received: host=10.10.3.7 port=54224
2018-06-22 10:29:54 EDT [19932]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34500),id=5b2d07e2.4ddc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19931]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55335),id=5b2d07e2.4ddb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19934]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dde,line=1LOG:  connection received: host=10.10.3.7 port=5723
2018-06-22 10:29:54 EDT [19933]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54224),id=5b2d07e2.4ddd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19934]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(5723),id=5b2d07e2.4dde,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19935]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4ddf,line=1LOG:  connection received: host=10.10.3.7 port=54225
2018-06-22 10:29:54 EDT [19936]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de0,line=1LOG:  connection received: host=10.10.3.7 port=17111
2018-06-22 10:29:54 EDT [19937]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de1,line=1LOG:  connection received: host=10.10.3.7 port=34501
2018-06-22 10:29:54 EDT [19938]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de2,line=1LOG:  connection received: host=10.10.3.7 port=51091
2018-06-22 10:29:54 EDT [19936]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(17111),id=5b2d07e2.4de0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19939]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de3,line=1LOG:  connection received: host=10.10.3.7 port=34502
2018-06-22 10:29:54 EDT [19938]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(51091),id=5b2d07e2.4de2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19940]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de4,line=1LOG:  connection received: host=10.10.3.7 port=34503
2018-06-22 10:29:54 EDT [19937]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34501),id=5b2d07e2.4de1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19939]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34502),id=5b2d07e2.4de3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19941]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de5,line=1LOG:  connection received: host=10.10.3.7 port=36492
2018-06-22 10:29:54 EDT [19942]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de6,line=1LOG:  connection received: host=10.10.3.7 port=34504
2018-06-22 10:29:54 EDT [19940]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34503),id=5b2d07e2.4de4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19941]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36492),id=5b2d07e2.4de5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19943]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de7,line=1LOG:  connection received: host=10.10.3.7 port=54226
2018-06-22 10:29:54 EDT [19942]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34504),id=5b2d07e2.4de6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19944]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de8,line=1LOG:  connection received: host=10.10.1.3 port=42730
2018-06-22 10:29:54 EDT [19935]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54225),id=5b2d07e2.4ddf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19944]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42730),id=5b2d07e2.4de8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19945]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4de9,line=1LOG:  connection received: host=10.10.5.116 port=51767
2018-06-22 10:29:54 EDT [19945]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51767),id=5b2d07e2.4de9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19943]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54226),id=5b2d07e2.4de7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19946]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dea,line=1LOG:  connection received: host=10.10.1.3 port=42731
2018-06-22 10:29:54 EDT [19947]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4deb,line=1LOG:  connection received: host=10.10.1.3 port=42732
2018-06-22 10:29:54 EDT [19946]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42731),id=5b2d07e2.4dea,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19947]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42732),id=5b2d07e2.4deb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19948]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dec,line=1LOG:  connection received: host=10.10.1.3 port=42733
2018-06-22 10:29:54 EDT [19949]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4ded,line=1LOG:  connection received: host=10.10.1.3 port=42734
2018-06-22 10:29:54 EDT [19950]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dee,line=1LOG:  connection received: host=10.10.5.116 port=51768
2018-06-22 10:29:54 EDT [19950]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51768),id=5b2d07e2.4dee,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19949]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42734),id=5b2d07e2.4ded,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19948]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42733),id=5b2d07e2.4dec,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19951]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4def,line=1LOG:  connection received: host=10.10.5.116 port=51769
2018-06-22 10:29:54 EDT [19951]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51769),id=5b2d07e2.4def,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19952]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df0,line=1LOG:  connection received: host=10.10.1.3 port=42735
2018-06-22 10:29:54 EDT [19953]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df1,line=1LOG:  connection received: host=10.10.1.3 port=42736
2018-06-22 10:29:54 EDT [19952]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42735),id=5b2d07e2.4df0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19953]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42736),id=5b2d07e2.4df1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19955]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df3,line=1LOG:  connection received: host=10.10.1.3 port=42737
2018-06-22 10:29:54 EDT [19954]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df2,line=1LOG:  connection received: host=10.10.5.116 port=51770
2018-06-22 10:29:54 EDT [19954]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51770),id=5b2d07e2.4df2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19955]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42737),id=5b2d07e2.4df3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19956]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df4,line=1LOG:  connection received: host=10.10.1.3 port=42738
2018-06-22 10:29:54 EDT [19957]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df5,line=1LOG:  connection received: host=10.10.1.3 port=42739
2018-06-22 10:29:54 EDT [19956]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42738),id=5b2d07e2.4df4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19876]: [9-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=9DEBUG:  resetting unlogged relations: cleanup 1 init 0
2018-06-22 10:29:54 EDT [19958]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df6,line=1LOG:  connection received: host=10.10.5.116 port=51771
2018-06-22 10:29:54 EDT [19958]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51771),id=5b2d07e2.4df6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19957]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42739),id=5b2d07e2.4df5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19959]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df7,line=1LOG:  connection received: host=10.10.1.3 port=42740
2018-06-22 10:29:54 EDT [19960]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df8,line=1LOG:  connection received: host=10.10.1.3 port=42741
2018-06-22 10:29:54 EDT [19959]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42740),id=5b2d07e2.4df7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19961]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4df9,line=1LOG:  connection received: host=10.10.5.116 port=51772
2018-06-22 10:29:54 EDT [19961]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51772),id=5b2d07e2.4df9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19960]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42741),id=5b2d07e2.4df8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19962]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dfa,line=1LOG:  connection received: host=10.10.1.3 port=42742
2018-06-22 10:29:54 EDT [19962]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42742),id=5b2d07e2.4dfa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19963]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dfb,line=1LOG:  connection received: host=10.10.5.116 port=51773
2018-06-22 10:29:54 EDT [19963]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51773),id=5b2d07e2.4dfb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19876]: [10-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=10LOG:  redo starts at 4F41/6E2FE4E0
2018-06-22 10:29:54 EDT [19965]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dfd,line=1LOG:  connection received: host=10.10.1.3 port=42744
2018-06-22 10:29:54 EDT [19964]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dfc,line=1LOG:  connection received: host=10.10.1.3 port=42743
2018-06-22 10:29:54 EDT [19966]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dfe,line=1LOG:  connection received: host=10.10.5.116 port=51774
2018-06-22 10:29:54 EDT [19965]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42744),id=5b2d07e2.4dfd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19966]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51774),id=5b2d07e2.4dfe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19964]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42743),id=5b2d07e2.4dfc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19967]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4dff,line=1LOG:  connection received: host=10.10.1.3 port=42745
2018-06-22 10:29:54 EDT [19967]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42745),id=5b2d07e2.4dff,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19968]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e00,line=1LOG:  connection received: host=10.10.1.3 port=42746
2018-06-22 10:29:54 EDT [19968]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42746),id=5b2d07e2.4e00,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19969]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e01,line=1LOG:  connection received: host=10.10.5.116 port=51775
2018-06-22 10:29:54 EDT [19969]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51775),id=5b2d07e2.4e01,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19970]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e02,line=1LOG:  connection received: host=10.10.1.3 port=42747
2018-06-22 10:29:54 EDT [19970]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42747),id=5b2d07e2.4e02,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19971]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e03,line=1LOG:  connection received: host=10.10.1.3 port=42748
2018-06-22 10:29:54 EDT [19972]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e04,line=1LOG:  connection received: host=10.10.5.116 port=51776
2018-06-22 10:29:54 EDT [19972]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51776),id=5b2d07e2.4e04,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19971]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42748),id=5b2d07e2.4e03,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19973]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e05,line=1LOG:  connection received: host=10.10.1.3 port=42749
2018-06-22 10:29:54 EDT [19973]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42749),id=5b2d07e2.4e05,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19974]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e06,line=1LOG:  connection received: host=10.10.1.3 port=42750
2018-06-22 10:29:54 EDT [19974]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42750),id=5b2d07e2.4e06,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19975]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e07,line=1LOG:  connection received: host=10.10.1.3 port=42751
2018-06-22 10:29:54 EDT [19975]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42751),id=5b2d07e2.4e07,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19976]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e08,line=1LOG:  connection received: host=10.10.1.3 port=42752
2018-06-22 10:29:54 EDT [19977]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e09,line=1LOG:  connection received: host=10.10.5.116 port=51777
2018-06-22 10:29:54 EDT [19977]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51777),id=5b2d07e2.4e09,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19976]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42752),id=5b2d07e2.4e08,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19978]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e0a,line=1LOG:  connection received: host=10.10.1.3 port=42753
2018-06-22 10:29:54 EDT [19979]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e0b,line=1LOG:  connection received: host=10.10.5.116 port=51778
2018-06-22 10:29:54 EDT [19979]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51778),id=5b2d07e2.4e0b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19978]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42753),id=5b2d07e2.4e0a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19980]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e0c,line=1LOG:  connection received: host=10.10.1.3 port=42754
2018-06-22 10:29:54 EDT [19980]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42754),id=5b2d07e2.4e0c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19981]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e0d,line=1LOG:  connection received: host=10.10.1.3 port=42755
2018-06-22 10:29:54 EDT [19981]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42755),id=5b2d07e2.4e0d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19982]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e0e,line=1LOG:  connection received: host=10.10.1.3 port=42756
2018-06-22 10:29:54 EDT [19982]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42756),id=5b2d07e2.4e0e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19983]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e0f,line=1LOG:  connection received: host=10.10.3.7 port=44212
2018-06-22 10:29:54 EDT [19984]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e10,line=1LOG:  connection received: host=10.10.1.3 port=42757
2018-06-22 10:29:54 EDT [19983]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(44212),id=5b2d07e2.4e0f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19984]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42757),id=5b2d07e2.4e10,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19985]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e11,line=1LOG:  connection received: host=10.10.1.3 port=42758
2018-06-22 10:29:54 EDT [19985]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42758),id=5b2d07e2.4e11,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19986]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e12,line=1LOG:  connection received: host=10.10.1.3 port=42759
2018-06-22 10:29:54 EDT [19986]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42759),id=5b2d07e2.4e12,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19987]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e13,line=1LOG:  connection received: host=10.10.1.3 port=42760
2018-06-22 10:29:54 EDT [19987]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42760),id=5b2d07e2.4e13,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19988]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e14,line=1LOG:  connection received: host=10.10.1.3 port=42761
2018-06-22 10:29:54 EDT [19988]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42761),id=5b2d07e2.4e14,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19989]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e15,line=1LOG:  connection received: host=10.10.5.116 port=51779
2018-06-22 10:29:54 EDT [19989]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51779),id=5b2d07e2.4e15,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19990]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e16,line=1LOG:  connection received: host=10.10.1.3 port=42762
2018-06-22 10:29:54 EDT [19990]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42762),id=5b2d07e2.4e16,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19991]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e17,line=1LOG:  connection received: host=10.10.5.116 port=51780
2018-06-22 10:29:54 EDT [19991]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51780),id=5b2d07e2.4e17,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19992]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e18,line=1LOG:  connection received: host=10.10.1.3 port=42763
2018-06-22 10:29:54 EDT [19992]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42763),id=5b2d07e2.4e18,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19993]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e19,line=1LOG:  connection received: host=10.10.1.3 port=42764
2018-06-22 10:29:54 EDT [19993]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42764),id=5b2d07e2.4e19,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19994]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e1a,line=1LOG:  connection received: host=10.10.1.3 port=42765
2018-06-22 10:29:54 EDT [19994]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42765),id=5b2d07e2.4e1a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19995]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e1b,line=1LOG:  connection received: host=10.10.1.3 port=42766
2018-06-22 10:29:54 EDT [19995]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42766),id=5b2d07e2.4e1b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19996]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e1c,line=1LOG:  connection received: host=10.10.1.3 port=42767
2018-06-22 10:29:54 EDT [19996]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42767),id=5b2d07e2.4e1c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19997]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e1d,line=1LOG:  connection received: host=10.10.1.3 port=42768
2018-06-22 10:29:54 EDT [19997]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42768),id=5b2d07e2.4e1d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19998]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e1e,line=1LOG:  connection received: host=10.10.1.3 port=42769
2018-06-22 10:29:54 EDT [19998]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42769),id=5b2d07e2.4e1e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [19999]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e1f,line=1LOG:  connection received: host=10.10.1.3 port=42770
2018-06-22 10:29:54 EDT [19999]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42770),id=5b2d07e2.4e1f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20000]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e20,line=1LOG:  connection received: host=10.10.1.3 port=42771
2018-06-22 10:29:54 EDT [20000]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42771),id=5b2d07e2.4e20,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20001]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e21,line=1LOG:  connection received: host=10.10.1.3 port=42772
2018-06-22 10:29:54 EDT [20001]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42772),id=5b2d07e2.4e21,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20002]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e22,line=1LOG:  connection received: host=10.10.1.3 port=42773
2018-06-22 10:29:54 EDT [20002]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42773),id=5b2d07e2.4e22,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20003]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e23,line=1LOG:  connection received: host=10.10.1.3 port=42774
2018-06-22 10:29:54 EDT [20003]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42774),id=5b2d07e2.4e23,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20004]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e24,line=1LOG:  connection received: host=10.10.5.116 port=51781
2018-06-22 10:29:54 EDT [20004]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51781),id=5b2d07e2.4e24,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20005]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e25,line=1LOG:  connection received: host=10.10.1.3 port=42775
2018-06-22 10:29:54 EDT [20005]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42775),id=5b2d07e2.4e25,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20006]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e26,line=1LOG:  connection received: host=10.10.5.116 port=51782
2018-06-22 10:29:54 EDT [20006]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51782),id=5b2d07e2.4e26,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20007]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e27,line=1LOG:  connection received: host=10.10.1.3 port=42776
2018-06-22 10:29:54 EDT [20007]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42776),id=5b2d07e2.4e27,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20008]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e28,line=1LOG:  connection received: host=10.10.1.3 port=42777
2018-06-22 10:29:54 EDT [20008]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42777),id=5b2d07e2.4e28,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20009]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e29,line=1LOG:  connection received: host=10.10.1.3 port=42778
2018-06-22 10:29:54 EDT [20009]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42778),id=5b2d07e2.4e29,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20010]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e2a,line=1LOG:  connection received: host=10.10.1.3 port=42779
2018-06-22 10:29:54 EDT [20010]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42779),id=5b2d07e2.4e2a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20011]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e2b,line=1LOG:  connection received: host=10.10.1.3 port=42780
2018-06-22 10:29:54 EDT [20011]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42780),id=5b2d07e2.4e2b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20012]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e2c,line=1LOG:  connection received: host=10.10.3.7 port=34505
2018-06-22 10:29:54 EDT [20012]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34505),id=5b2d07e2.4e2c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20013]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e2d,line=1LOG:  connection received: host=10.10.1.3 port=42781
2018-06-22 10:29:54 EDT [20013]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42781),id=5b2d07e2.4e2d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20014]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e2e,line=1LOG:  connection received: host=10.10.1.3 port=42782
2018-06-22 10:29:54 EDT [20015]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e2f,line=1LOG:  connection received: host=10.10.5.116 port=51783
2018-06-22 10:29:54 EDT [20015]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51783),id=5b2d07e2.4e2f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20014]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42782),id=5b2d07e2.4e2e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20016]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e30,line=1LOG:  connection received: host=10.10.1.3 port=42783
2018-06-22 10:29:54 EDT [20016]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42783),id=5b2d07e2.4e30,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20017]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e31,line=1LOG:  connection received: host=10.10.1.3 port=42784
2018-06-22 10:29:54 EDT [20017]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42784),id=5b2d07e2.4e31,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20018]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e32,line=1LOG:  connection received: host=10.10.1.3 port=42785
2018-06-22 10:29:54 EDT [20018]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42785),id=5b2d07e2.4e32,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20019]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e33,line=1LOG:  connection received: host=10.10.5.116 port=51784
2018-06-22 10:29:54 EDT [20019]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51784),id=5b2d07e2.4e33,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20020]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e34,line=1LOG:  connection received: host=10.10.5.116 port=51785
2018-06-22 10:29:54 EDT [20020]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51785),id=5b2d07e2.4e34,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20021]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e35,line=1LOG:  connection received: host=10.10.5.116 port=51786
2018-06-22 10:29:54 EDT [20021]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51786),id=5b2d07e2.4e35,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20022]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e36,line=1LOG:  connection received: host=10.10.3.7 port=54227
2018-06-22 10:29:54 EDT [20022]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54227),id=5b2d07e2.4e36,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20023]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e37,line=1LOG:  connection received: host=10.10.3.7 port=34506
2018-06-22 10:29:54 EDT [20023]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34506),id=5b2d07e2.4e37,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20024]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e38,line=1LOG:  connection received: host=10.10.5.116 port=51787
2018-06-22 10:29:54 EDT [20024]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51787),id=5b2d07e2.4e38,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20025]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e39,line=1LOG:  connection received: host=10.10.5.116 port=51788
2018-06-22 10:29:54 EDT [20025]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51788),id=5b2d07e2.4e39,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20026]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e3a,line=1LOG:  connection received: host=10.10.3.7 port=34507
2018-06-22 10:29:54 EDT [20026]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34507),id=5b2d07e2.4e3a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20027]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e3b,line=1LOG:  connection received: host=10.10.5.116 port=51789
2018-06-22 10:29:54 EDT [20027]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51789),id=5b2d07e2.4e3b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:54 EDT [20028]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e2.4e3c,line=1LOG:  connection received: host=10.10.3.7 port=58446
2018-06-22 10:29:54 EDT [20028]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58446),id=5b2d07e2.4e3c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20029]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e3d,line=1LOG:  connection received: host=10.10.3.7 port=55336
2018-06-22 10:29:55 EDT [20029]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55336),id=5b2d07e3.4e3d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20030]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e3e,line=1LOG:  connection received: host=10.10.3.7 port=41825
2018-06-22 10:29:55 EDT [20030]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41825),id=5b2d07e3.4e3e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20031]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e3f,line=1LOG:  connection received: host=10.10.3.7 port=34508
2018-06-22 10:29:55 EDT [20031]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34508),id=5b2d07e3.4e3f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20032]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e40,line=1LOG:  connection received: host=10.10.3.7 port=57257
2018-06-22 10:29:55 EDT [20032]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(57257),id=5b2d07e3.4e40,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20033]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e41,line=1LOG:  connection received: host=10.10.3.7 port=36493
2018-06-22 10:29:55 EDT [20033]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36493),id=5b2d07e3.4e41,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20034]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e42,line=1LOG:  connection received: host=10.10.3.7 port=30940
2018-06-22 10:29:55 EDT [20034]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(30940),id=5b2d07e3.4e42,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20035]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e43,line=1LOG:  connection received: host=10.10.1.3 port=42786
2018-06-22 10:29:55 EDT [20035]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42786),id=5b2d07e3.4e43,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20036]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e44,line=1LOG:  connection received: host=10.10.1.3 port=42787
2018-06-22 10:29:55 EDT [20036]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42787),id=5b2d07e3.4e44,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20037]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e45,line=1LOG:  connection received: host=10.10.1.3 port=42788
2018-06-22 10:29:55 EDT [20037]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42788),id=5b2d07e3.4e45,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20038]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e46,line=1LOG:  connection received: host=10.10.1.3 port=42789
2018-06-22 10:29:55 EDT [20038]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42789),id=5b2d07e3.4e46,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20039]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e47,line=1LOG:  connection received: host=10.10.1.3 port=42790
2018-06-22 10:29:55 EDT [20039]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42790),id=5b2d07e3.4e47,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20040]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e48,line=1LOG:  connection received: host=10.10.1.3 port=42791
2018-06-22 10:29:55 EDT [20040]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42791),id=5b2d07e3.4e48,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20041]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e49,line=1LOG:  connection received: host=10.10.3.7 port=36494
2018-06-22 10:29:55 EDT [20041]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36494),id=5b2d07e3.4e49,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20042]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e4a,line=1LOG:  connection received: host=10.10.1.3 port=42792
2018-06-22 10:29:55 EDT [20042]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42792),id=5b2d07e3.4e4a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20043]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e4b,line=1LOG:  connection received: host=10.10.1.3 port=42793
2018-06-22 10:29:55 EDT [20043]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42793),id=5b2d07e3.4e4b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20044]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e4c,line=1LOG:  connection received: host=10.10.1.3 port=42794
2018-06-22 10:29:55 EDT [20045]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e4d,line=1LOG:  connection received: host=10.10.3.7 port=14960
2018-06-22 10:29:55 EDT [20044]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42794),id=5b2d07e3.4e4c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20045]: [2-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(14960),id=5b2d07e3.4e4d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20046]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e4e,line=1LOG:  connection received: host=10.10.1.3 port=42795
2018-06-22 10:29:55 EDT [20046]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42795),id=5b2d07e3.4e4e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20047]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e4f,line=1LOG:  connection received: host=10.10.1.3 port=42796
2018-06-22 10:29:55 EDT [20047]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42796),id=5b2d07e3.4e4f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20048]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e50,line=1LOG:  connection received: host=10.10.1.3 port=42797
2018-06-22 10:29:55 EDT [20048]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42797),id=5b2d07e3.4e50,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20049]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e51,line=1LOG:  connection received: host=10.10.1.3 port=42798
2018-06-22 10:29:55 EDT [20049]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42798),id=5b2d07e3.4e51,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20050]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e52,line=1LOG:  connection received: host=10.10.1.3 port=42799
2018-06-22 10:29:55 EDT [20050]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42799),id=5b2d07e3.4e52,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20051]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e53,line=1LOG:  connection received: host=10.10.1.3 port=42800
2018-06-22 10:29:55 EDT [20051]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42800),id=5b2d07e3.4e53,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20052]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e54,line=1LOG:  connection received: host=10.10.1.3 port=42801
2018-06-22 10:29:55 EDT [20052]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42801),id=5b2d07e3.4e54,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20053]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e55,line=1LOG:  connection received: host=10.10.1.3 port=42802
2018-06-22 10:29:55 EDT [20053]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42802),id=5b2d07e3.4e55,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20054]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e56,line=1LOG:  connection received: host=10.10.1.3 port=42803
2018-06-22 10:29:55 EDT [20054]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42803),id=5b2d07e3.4e56,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20055]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e57,line=1LOG:  connection received: host=10.10.1.3 port=42804
2018-06-22 10:29:55 EDT [20055]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42804),id=5b2d07e3.4e57,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20056]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e58,line=1LOG:  connection received: host=10.10.1.3 port=42805
2018-06-22 10:29:55 EDT [20056]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42805),id=5b2d07e3.4e58,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20057]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e59,line=1LOG:  connection received: host=10.10.1.3 port=42806
2018-06-22 10:29:55 EDT [20057]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42806),id=5b2d07e3.4e59,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20058]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e5a,line=1LOG:  connection received: host=10.10.1.3 port=42807
2018-06-22 10:29:55 EDT [20058]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42807),id=5b2d07e3.4e5a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20059]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e5b,line=1LOG:  connection received: host=10.10.1.3 port=42808
2018-06-22 10:29:55 EDT [20059]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42808),id=5b2d07e3.4e5b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20060]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e5c,line=1LOG:  connection received: host=10.10.1.3 port=42809
2018-06-22 10:29:55 EDT [20060]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42809),id=5b2d07e3.4e5c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20061]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e5d,line=1LOG:  connection received: host=10.10.1.3 port=42810
2018-06-22 10:29:55 EDT [20061]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42810),id=5b2d07e3.4e5d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20062]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e5e,line=1LOG:  connection received: host=10.10.1.3 port=42811
2018-06-22 10:29:55 EDT [20062]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42811),id=5b2d07e3.4e5e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20063]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e5f,line=1LOG:  connection received: host=10.10.3.7 port=55337
2018-06-22 10:29:55 EDT [20063]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55337),id=5b2d07e3.4e5f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20064]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e60,line=1LOG:  connection received: host=10.10.1.3 port=42812
2018-06-22 10:29:55 EDT [20064]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42812),id=5b2d07e3.4e60,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20065]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e61,line=1LOG:  connection received: host=10.10.1.3 port=42813
2018-06-22 10:29:55 EDT [20065]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42813),id=5b2d07e3.4e61,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20066]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e62,line=1LOG:  connection received: host=10.10.1.3 port=42814
2018-06-22 10:29:55 EDT [20066]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42814),id=5b2d07e3.4e62,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20067]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e63,line=1LOG:  connection received: host=10.10.1.3 port=42815
2018-06-22 10:29:55 EDT [20067]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42815),id=5b2d07e3.4e63,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20068]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e64,line=1LOG:  connection received: host=10.10.1.3 port=42816
2018-06-22 10:29:55 EDT [20068]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42816),id=5b2d07e3.4e64,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20069]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e65,line=1LOG:  connection received: host=10.10.1.3 port=42817
2018-06-22 10:29:55 EDT [20069]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42817),id=5b2d07e3.4e65,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20070]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e66,line=1LOG:  connection received: host=10.10.1.3 port=42818
2018-06-22 10:29:55 EDT [20070]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42818),id=5b2d07e3.4e66,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20071]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e67,line=1LOG:  connection received: host=10.10.1.3 port=42819
2018-06-22 10:29:55 EDT [20071]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42819),id=5b2d07e3.4e67,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20072]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e68,line=1LOG:  connection received: host=10.10.1.3 port=42820
2018-06-22 10:29:55 EDT [20072]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42820),id=5b2d07e3.4e68,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20074]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e6a,line=1LOG:  connection received: host=10.10.3.7 port=55338
2018-06-22 10:29:55 EDT [20073]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e69,line=1LOG:  connection received: host=10.10.1.3 port=42821
2018-06-22 10:29:55 EDT [20073]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42821),id=5b2d07e3.4e69,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20074]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55338),id=5b2d07e3.4e6a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20076]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e6c,line=1LOG:  connection received: host=10.10.5.116 port=51790
2018-06-22 10:29:55 EDT [20076]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51790),id=5b2d07e3.4e6c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20075]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e6b,line=1LOG:  connection received: host=10.10.1.3 port=42822
2018-06-22 10:29:55 EDT [20075]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42822),id=5b2d07e3.4e6b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20077]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e6d,line=1LOG:  connection received: host=10.10.1.3 port=42823
2018-06-22 10:29:55 EDT [20077]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42823),id=5b2d07e3.4e6d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20078]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e6e,line=1LOG:  connection received: host=10.10.1.3 port=42824
2018-06-22 10:29:55 EDT [20078]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42824),id=5b2d07e3.4e6e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20079]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e6f,line=1LOG:  connection received: host=10.10.1.3 port=42825
2018-06-22 10:29:55 EDT [20079]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42825),id=5b2d07e3.4e6f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20080]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e70,line=1LOG:  connection received: host=10.10.1.3 port=42826
2018-06-22 10:29:55 EDT [20080]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42826),id=5b2d07e3.4e70,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20081]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e71,line=1LOG:  connection received: host=10.10.1.3 port=42827
2018-06-22 10:29:55 EDT [20081]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42827),id=5b2d07e3.4e71,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20082]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e72,line=1LOG:  connection received: host=10.10.1.3 port=42828
2018-06-22 10:29:55 EDT [20082]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42828),id=5b2d07e3.4e72,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20083]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e73,line=1LOG:  connection received: host=10.10.1.3 port=42829
2018-06-22 10:29:55 EDT [20083]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42829),id=5b2d07e3.4e73,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20084]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e74,line=1LOG:  connection received: host=10.10.1.3 port=42830
2018-06-22 10:29:55 EDT [20084]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42830),id=5b2d07e3.4e74,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20085]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e75,line=1LOG:  connection received: host=10.10.1.3 port=42831
2018-06-22 10:29:55 EDT [20085]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42831),id=5b2d07e3.4e75,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20086]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e76,line=1LOG:  connection received: host=10.10.1.3 port=42832
2018-06-22 10:29:55 EDT [20086]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42832),id=5b2d07e3.4e76,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20087]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e77,line=1LOG:  connection received: host=10.10.1.3 port=42833
2018-06-22 10:29:55 EDT [20087]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42833),id=5b2d07e3.4e77,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20088]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e78,line=1LOG:  connection received: host=10.10.1.3 port=42834
2018-06-22 10:29:55 EDT [20088]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42834),id=5b2d07e3.4e78,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20089]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e79,line=1LOG:  connection received: host=10.10.1.3 port=42835
2018-06-22 10:29:55 EDT [20089]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42835),id=5b2d07e3.4e79,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20090]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e7a,line=1LOG:  connection received: host=10.10.1.3 port=42836
2018-06-22 10:29:55 EDT [20090]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42836),id=5b2d07e3.4e7a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20091]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e7b,line=1LOG:  connection received: host=10.10.1.3 port=42837
2018-06-22 10:29:55 EDT [20091]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42837),id=5b2d07e3.4e7b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20092]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e7c,line=1LOG:  connection received: host=10.10.1.3 port=42838
2018-06-22 10:29:55 EDT [20092]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42838),id=5b2d07e3.4e7c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20093]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e7d,line=1LOG:  connection received: host=10.10.1.3 port=42839
2018-06-22 10:29:55 EDT [20093]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42839),id=5b2d07e3.4e7d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20094]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e7e,line=1LOG:  connection received: host=10.10.1.3 port=42840
2018-06-22 10:29:55 EDT [20094]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42840),id=5b2d07e3.4e7e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20095]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e7f,line=1LOG:  connection received: host=10.10.1.3 port=42841
2018-06-22 10:29:55 EDT [20095]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42841),id=5b2d07e3.4e7f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20096]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e80,line=1LOG:  connection received: host=10.10.1.3 port=42842
2018-06-22 10:29:55 EDT [20096]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42842),id=5b2d07e3.4e80,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20097]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e81,line=1LOG:  connection received: host=10.10.3.7 port=36957
2018-06-22 10:29:55 EDT [20097]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36957),id=5b2d07e3.4e81,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20098]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e82,line=1LOG:  connection received: host=10.10.1.3 port=42843
2018-06-22 10:29:55 EDT [20098]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42843),id=5b2d07e3.4e82,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20099]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e83,line=1LOG:  connection received: host=10.10.5.116 port=51791
2018-06-22 10:29:55 EDT [20099]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51791),id=5b2d07e3.4e83,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20100]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e84,line=1LOG:  connection received: host=10.10.1.3 port=42844
2018-06-22 10:29:55 EDT [20100]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42844),id=5b2d07e3.4e84,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20101]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e85,line=1LOG:  connection received: host=10.10.1.3 port=42845
2018-06-22 10:29:55 EDT [20101]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42845),id=5b2d07e3.4e85,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20102]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e86,line=1LOG:  connection received: host=10.10.1.3 port=42846
2018-06-22 10:29:55 EDT [20102]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42846),id=5b2d07e3.4e86,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20103]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e87,line=1LOG:  connection received: host=10.10.1.3 port=42847
2018-06-22 10:29:55 EDT [20103]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42847),id=5b2d07e3.4e87,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20104]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e88,line=1LOG:  connection received: host=10.10.5.116 port=51792
2018-06-22 10:29:55 EDT [20104]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51792),id=5b2d07e3.4e88,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20105]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e89,line=1LOG:  connection received: host=10.10.3.7 port=36495
2018-06-22 10:29:55 EDT [20105]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36495),id=5b2d07e3.4e89,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20106]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e8a,line=1LOG:  connection received: host=10.10.5.116 port=51793
2018-06-22 10:29:55 EDT [20106]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51793),id=5b2d07e3.4e8a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20107]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e8b,line=1LOG:  connection received: host=10.10.5.116 port=51794
2018-06-22 10:29:55 EDT [20107]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51794),id=5b2d07e3.4e8b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20108]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e8c,line=1LOG:  connection received: host=10.10.1.3 port=42848
2018-06-22 10:29:55 EDT [20108]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42848),id=5b2d07e3.4e8c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20109]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e8d,line=1LOG:  connection received: host=10.10.1.3 port=42849
2018-06-22 10:29:55 EDT [20109]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42849),id=5b2d07e3.4e8d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20110]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e8e,line=1LOG:  connection received: host=10.10.1.3 port=42850
2018-06-22 10:29:55 EDT [20110]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42850),id=5b2d07e3.4e8e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20111]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e8f,line=1LOG:  connection received: host=10.10.1.3 port=42851
2018-06-22 10:29:55 EDT [20111]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42851),id=5b2d07e3.4e8f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20112]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e90,line=1LOG:  connection received: host=10.10.1.3 port=42852
2018-06-22 10:29:55 EDT [20112]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42852),id=5b2d07e3.4e90,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20113]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e91,line=1LOG:  connection received: host=10.10.1.3 port=42853
2018-06-22 10:29:55 EDT [20113]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42853),id=5b2d07e3.4e91,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20114]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e92,line=1LOG:  connection received: host=10.10.1.3 port=42854
2018-06-22 10:29:55 EDT [20114]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42854),id=5b2d07e3.4e92,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20115]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e93,line=1LOG:  connection received: host=10.10.3.7 port=41826
2018-06-22 10:29:55 EDT [20115]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41826),id=5b2d07e3.4e93,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20116]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e94,line=1LOG:  connection received: host=10.10.1.3 port=42855
2018-06-22 10:29:55 EDT [20116]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42855),id=5b2d07e3.4e94,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20117]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e95,line=1LOG:  connection received: host=10.10.1.3 port=42856
2018-06-22 10:29:55 EDT [20117]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42856),id=5b2d07e3.4e95,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20118]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e96,line=1LOG:  connection received: host=10.10.1.3 port=42857
2018-06-22 10:29:55 EDT [20118]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42857),id=5b2d07e3.4e96,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20119]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e97,line=1LOG:  connection received: host=10.10.1.3 port=42858
2018-06-22 10:29:55 EDT [20119]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42858),id=5b2d07e3.4e97,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20120]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e98,line=1LOG:  connection received: host=10.10.1.3 port=42859
2018-06-22 10:29:55 EDT [20120]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42859),id=5b2d07e3.4e98,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20121]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e99,line=1LOG:  connection received: host=10.10.1.3 port=42860
2018-06-22 10:29:55 EDT [20121]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42860),id=5b2d07e3.4e99,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20122]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e9a,line=1LOG:  connection received: host=10.10.1.3 port=42861
2018-06-22 10:29:55 EDT [20122]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42861),id=5b2d07e3.4e9a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20123]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e9b,line=1LOG:  connection received: host=10.10.1.3 port=42862
2018-06-22 10:29:55 EDT [20123]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42862),id=5b2d07e3.4e9b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20124]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e9c,line=1LOG:  connection received: host=10.10.5.116 port=51795
2018-06-22 10:29:55 EDT [20124]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51795),id=5b2d07e3.4e9c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20125]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e9d,line=1LOG:  connection received: host=10.10.1.3 port=42863
2018-06-22 10:29:55 EDT [20125]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42863),id=5b2d07e3.4e9d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20126]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e9e,line=1LOG:  connection received: host=10.10.1.3 port=42864
2018-06-22 10:29:55 EDT [20126]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42864),id=5b2d07e3.4e9e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20127]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4e9f,line=1LOG:  connection received: host=10.10.1.3 port=42865
2018-06-22 10:29:55 EDT [20127]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42865),id=5b2d07e3.4e9f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20128]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea0,line=1LOG:  connection received: host=10.10.1.3 port=42866
2018-06-22 10:29:55 EDT [20128]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42866),id=5b2d07e3.4ea0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20129]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea1,line=1LOG:  connection received: host=10.10.1.3 port=42867
2018-06-22 10:29:55 EDT [20129]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42867),id=5b2d07e3.4ea1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20130]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea2,line=1LOG:  connection received: host=10.10.3.7 port=58447
2018-06-22 10:29:55 EDT [20130]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58447),id=5b2d07e3.4ea2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20131]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea3,line=1LOG:  connection received: host=10.10.1.3 port=42868
2018-06-22 10:29:55 EDT [20131]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42868),id=5b2d07e3.4ea3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20132]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea4,line=1LOG:  connection received: host=10.10.1.3 port=42869
2018-06-22 10:29:55 EDT [20132]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42869),id=5b2d07e3.4ea4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20133]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea5,line=1LOG:  connection received: host=10.10.1.3 port=42870
2018-06-22 10:29:55 EDT [20133]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42870),id=5b2d07e3.4ea5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20134]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea6,line=1LOG:  connection received: host=10.10.1.3 port=42871
2018-06-22 10:29:55 EDT [20134]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42871),id=5b2d07e3.4ea6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20135]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea7,line=1LOG:  connection received: host=10.10.1.3 port=42872
2018-06-22 10:29:55 EDT [20135]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42872),id=5b2d07e3.4ea7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20136]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea8,line=1LOG:  connection received: host=10.10.1.3 port=42873
2018-06-22 10:29:55 EDT [20136]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42873),id=5b2d07e3.4ea8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20137]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ea9,line=1LOG:  connection received: host=10.10.1.3 port=42874
2018-06-22 10:29:55 EDT [20137]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42874),id=5b2d07e3.4ea9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20138]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eaa,line=1LOG:  connection received: host=10.10.5.116 port=51796
2018-06-22 10:29:55 EDT [20138]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51796),id=5b2d07e3.4eaa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20139]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eab,line=1LOG:  connection received: host=10.10.1.3 port=42875
2018-06-22 10:29:55 EDT [20139]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42875),id=5b2d07e3.4eab,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20140]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eac,line=1LOG:  connection received: host=10.10.3.7 port=34509
2018-06-22 10:29:55 EDT [20140]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34509),id=5b2d07e3.4eac,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20141]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ead,line=1LOG:  connection received: host=10.10.1.3 port=42876
2018-06-22 10:29:55 EDT [20141]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42876),id=5b2d07e3.4ead,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20142]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eae,line=1LOG:  connection received: host=10.10.1.3 port=42877
2018-06-22 10:29:55 EDT [20142]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42877),id=5b2d07e3.4eae,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20143]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eaf,line=1LOG:  connection received: host=10.10.1.3 port=42878
2018-06-22 10:29:55 EDT [20143]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42878),id=5b2d07e3.4eaf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20144]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb0,line=1LOG:  connection received: host=10.10.1.3 port=42879
2018-06-22 10:29:55 EDT [20144]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42879),id=5b2d07e3.4eb0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20145]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb1,line=1LOG:  connection received: host=10.10.3.7 port=10958
2018-06-22 10:29:55 EDT [20146]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb2,line=1LOG:  connection received: host=10.10.1.3 port=42880
2018-06-22 10:29:55 EDT [20145]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(10958),id=5b2d07e3.4eb1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20146]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42880),id=5b2d07e3.4eb2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20147]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb3,line=1LOG:  connection received: host=10.10.3.7 port=36496
2018-06-22 10:29:55 EDT [20147]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36496),id=5b2d07e3.4eb3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20148]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb4,line=1LOG:  connection received: host=10.10.1.3 port=42881
2018-06-22 10:29:55 EDT [20148]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42881),id=5b2d07e3.4eb4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20149]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb5,line=1LOG:  connection received: host=10.10.1.3 port=42882
2018-06-22 10:29:55 EDT [20149]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42882),id=5b2d07e3.4eb5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20150]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb6,line=1LOG:  connection received: host=10.10.1.3 port=42883
2018-06-22 10:29:55 EDT [20150]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42883),id=5b2d07e3.4eb6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20151]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb7,line=1LOG:  connection received: host=10.10.1.3 port=42884
2018-06-22 10:29:55 EDT [20151]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42884),id=5b2d07e3.4eb7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20152]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb8,line=1LOG:  connection received: host=10.10.1.3 port=42885
2018-06-22 10:29:55 EDT [20152]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42885),id=5b2d07e3.4eb8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20153]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eb9,line=1LOG:  connection received: host=10.10.1.3 port=42886
2018-06-22 10:29:55 EDT [20153]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42886),id=5b2d07e3.4eb9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20154]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eba,line=1LOG:  connection received: host=10.10.1.3 port=42887
2018-06-22 10:29:55 EDT [20154]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42887),id=5b2d07e3.4eba,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20155]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ebb,line=1LOG:  connection received: host=10.10.1.3 port=42888
2018-06-22 10:29:55 EDT [20155]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42888),id=5b2d07e3.4ebb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20156]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ebc,line=1LOG:  connection received: host=10.10.1.3 port=42889
2018-06-22 10:29:55 EDT [20157]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ebd,line=1LOG:  connection received: host=10.10.1.3 port=42890
2018-06-22 10:29:55 EDT [20156]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42889),id=5b2d07e3.4ebc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20157]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42890),id=5b2d07e3.4ebd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20158]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ebe,line=1LOG:  connection received: host=10.10.1.3 port=42891
2018-06-22 10:29:55 EDT [20159]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ebf,line=1LOG:  connection received: host=10.10.1.3 port=42892
2018-06-22 10:29:55 EDT [20158]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42891),id=5b2d07e3.4ebe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20159]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42892),id=5b2d07e3.4ebf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20160]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec0,line=1LOG:  connection received: host=10.10.1.3 port=42893
2018-06-22 10:29:55 EDT [20161]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec1,line=1LOG:  connection received: host=10.10.1.3 port=42894
2018-06-22 10:29:55 EDT [20160]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42893),id=5b2d07e3.4ec0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20161]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42894),id=5b2d07e3.4ec1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20162]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec2,line=1LOG:  connection received: host=10.10.1.3 port=42895
2018-06-22 10:29:55 EDT [20163]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec3,line=1LOG:  connection received: host=10.10.1.3 port=42896
2018-06-22 10:29:55 EDT [20162]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42895),id=5b2d07e3.4ec2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20163]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42896),id=5b2d07e3.4ec3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20164]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec4,line=1LOG:  connection received: host=10.10.1.3 port=42897
2018-06-22 10:29:55 EDT [20164]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42897),id=5b2d07e3.4ec4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20165]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec5,line=1LOG:  connection received: host=10.10.1.3 port=42898
2018-06-22 10:29:55 EDT [20165]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42898),id=5b2d07e3.4ec5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20166]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec6,line=1LOG:  connection received: host=10.10.1.3 port=42899
2018-06-22 10:29:55 EDT [20166]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42899),id=5b2d07e3.4ec6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20167]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec7,line=1LOG:  connection received: host=10.10.1.3 port=42900
2018-06-22 10:29:55 EDT [20167]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42900),id=5b2d07e3.4ec7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20168]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec8,line=1LOG:  connection received: host=10.10.1.3 port=42901
2018-06-22 10:29:55 EDT [20168]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42901),id=5b2d07e3.4ec8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20169]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ec9,line=1LOG:  connection received: host=10.10.1.3 port=42902
2018-06-22 10:29:55 EDT [20169]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42902),id=5b2d07e3.4ec9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20170]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eca,line=1LOG:  connection received: host=10.10.1.3 port=42903
2018-06-22 10:29:55 EDT [20170]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42903),id=5b2d07e3.4eca,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20171]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ecb,line=1LOG:  connection received: host=10.10.1.3 port=42904
2018-06-22 10:29:55 EDT [20172]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ecc,line=1LOG:  connection received: host=10.10.1.3 port=42905
2018-06-22 10:29:55 EDT [20172]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42905),id=5b2d07e3.4ecc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20171]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42904),id=5b2d07e3.4ecb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20173]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ecd,line=1LOG:  connection received: host=10.10.1.3 port=42906
2018-06-22 10:29:55 EDT [20173]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42906),id=5b2d07e3.4ecd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20174]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ece,line=1LOG:  connection received: host=10.10.1.3 port=42907
2018-06-22 10:29:55 EDT [20174]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42907),id=5b2d07e3.4ece,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20175]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ecf,line=1LOG:  connection received: host=10.10.1.3 port=42908
2018-06-22 10:29:55 EDT [20175]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42908),id=5b2d07e3.4ecf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20176]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed0,line=1LOG:  connection received: host=10.10.1.3 port=42909
2018-06-22 10:29:55 EDT [20176]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42909),id=5b2d07e3.4ed0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20177]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed1,line=1LOG:  connection received: host=10.10.1.3 port=42910
2018-06-22 10:29:55 EDT [20177]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42910),id=5b2d07e3.4ed1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20178]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed2,line=1LOG:  connection received: host=10.10.1.3 port=42911
2018-06-22 10:29:55 EDT [20179]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed3,line=1LOG:  connection received: host=10.10.1.3 port=42912
2018-06-22 10:29:55 EDT [20178]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42911),id=5b2d07e3.4ed2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20179]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42912),id=5b2d07e3.4ed3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20180]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed4,line=1LOG:  connection received: host=10.10.1.3 port=42913
2018-06-22 10:29:55 EDT [20180]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42913),id=5b2d07e3.4ed4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20181]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed5,line=1LOG:  connection received: host=10.10.1.3 port=42914
2018-06-22 10:29:55 EDT [20181]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42914),id=5b2d07e3.4ed5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20182]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed6,line=1LOG:  connection received: host=10.10.1.3 port=42915
2018-06-22 10:29:55 EDT [20182]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42915),id=5b2d07e3.4ed6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20183]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed7,line=1LOG:  connection received: host=10.10.1.3 port=42916
2018-06-22 10:29:55 EDT [20183]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42916),id=5b2d07e3.4ed7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20184]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed8,line=1LOG:  connection received: host=10.10.1.3 port=42917
2018-06-22 10:29:55 EDT [20184]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42917),id=5b2d07e3.4ed8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20185]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ed9,line=1LOG:  connection received: host=10.10.1.3 port=42918
2018-06-22 10:29:55 EDT [20185]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42918),id=5b2d07e3.4ed9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20186]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eda,line=1LOG:  connection received: host=10.10.1.3 port=42919
2018-06-22 10:29:55 EDT [20187]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4edb,line=1LOG:  connection received: host=10.10.3.7 port=29586
2018-06-22 10:29:55 EDT [20186]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42919),id=5b2d07e3.4eda,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20187]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(29586),id=5b2d07e3.4edb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20188]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4edc,line=1LOG:  connection received: host=10.10.1.3 port=42920
2018-06-22 10:29:55 EDT [20188]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42920),id=5b2d07e3.4edc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20189]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4edd,line=1LOG:  connection received: host=10.10.1.3 port=42921
2018-06-22 10:29:55 EDT [20189]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42921),id=5b2d07e3.4edd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20190]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ede,line=1LOG:  connection received: host=10.10.1.3 port=42922
2018-06-22 10:29:55 EDT [20190]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42922),id=5b2d07e3.4ede,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20191]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4edf,line=1LOG:  connection received: host=10.10.1.3 port=42923
2018-06-22 10:29:55 EDT [20191]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42923),id=5b2d07e3.4edf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20192]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee0,line=1LOG:  connection received: host=10.10.1.3 port=42924
2018-06-22 10:29:55 EDT [20192]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42924),id=5b2d07e3.4ee0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20193]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee1,line=1LOG:  connection received: host=10.10.1.3 port=42925
2018-06-22 10:29:55 EDT [20193]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42925),id=5b2d07e3.4ee1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20194]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee2,line=1LOG:  connection received: host=10.10.1.3 port=42926
2018-06-22 10:29:55 EDT [20194]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42926),id=5b2d07e3.4ee2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20195]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee3,line=1LOG:  connection received: host=10.10.1.3 port=42927
2018-06-22 10:29:55 EDT [20195]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42927),id=5b2d07e3.4ee3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20196]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee4,line=1LOG:  connection received: host=10.10.1.3 port=42928
2018-06-22 10:29:55 EDT [20196]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42928),id=5b2d07e3.4ee4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20197]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee5,line=1LOG:  connection received: host=10.10.1.3 port=42929
2018-06-22 10:29:55 EDT [20197]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42929),id=5b2d07e3.4ee5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20198]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee6,line=1LOG:  connection received: host=10.10.1.3 port=42930
2018-06-22 10:29:55 EDT [20198]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42930),id=5b2d07e3.4ee6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20199]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee7,line=1LOG:  connection received: host=10.10.1.3 port=42931
2018-06-22 10:29:55 EDT [20199]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42931),id=5b2d07e3.4ee7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20200]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee8,line=1LOG:  connection received: host=10.10.1.3 port=42932
2018-06-22 10:29:55 EDT [20201]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ee9,line=1LOG:  connection received: host=10.10.3.7 port=55339
2018-06-22 10:29:55 EDT [20200]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42932),id=5b2d07e3.4ee8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20202]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eea,line=1LOG:  connection received: host=10.10.1.3 port=42933
2018-06-22 10:29:55 EDT [20201]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55339),id=5b2d07e3.4ee9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20202]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42933),id=5b2d07e3.4eea,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20203]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eeb,line=1LOG:  connection received: host=10.10.3.7 port=55340
2018-06-22 10:29:55 EDT [20204]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eec,line=1LOG:  connection received: host=10.10.1.3 port=42934
2018-06-22 10:29:55 EDT [20204]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42934),id=5b2d07e3.4eec,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20205]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eed,line=1LOG:  connection received: host=10.10.1.3 port=42935
2018-06-22 10:29:55 EDT [20205]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42935),id=5b2d07e3.4eed,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20206]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eee,line=1LOG:  connection received: host=10.10.1.3 port=42936
2018-06-22 10:29:55 EDT [20206]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42936),id=5b2d07e3.4eee,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20203]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55340),id=5b2d07e3.4eeb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20207]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eef,line=1LOG:  connection received: host=10.10.1.3 port=42937
2018-06-22 10:29:55 EDT [20207]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42937),id=5b2d07e3.4eef,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20208]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef0,line=1LOG:  connection received: host=10.10.1.3 port=42938
2018-06-22 10:29:55 EDT [20208]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42938),id=5b2d07e3.4ef0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20209]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef1,line=1LOG:  connection received: host=10.10.1.3 port=42939
2018-06-22 10:29:55 EDT [20209]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42939),id=5b2d07e3.4ef1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20210]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef2,line=1LOG:  connection received: host=10.10.1.3 port=42940
2018-06-22 10:29:55 EDT [20210]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42940),id=5b2d07e3.4ef2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20211]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef3,line=1LOG:  connection received: host=10.10.1.3 port=42941
2018-06-22 10:29:55 EDT [20211]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42941),id=5b2d07e3.4ef3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20212]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef4,line=1LOG:  connection received: host=10.10.1.3 port=42942
2018-06-22 10:29:55 EDT [20212]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42942),id=5b2d07e3.4ef4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20213]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef5,line=1LOG:  connection received: host=10.10.1.3 port=42943
2018-06-22 10:29:55 EDT [20213]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42943),id=5b2d07e3.4ef5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20214]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef6,line=1LOG:  connection received: host=10.10.1.3 port=42944
2018-06-22 10:29:55 EDT [20214]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42944),id=5b2d07e3.4ef6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20215]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef7,line=1LOG:  connection received: host=10.10.1.3 port=42945
2018-06-22 10:29:55 EDT [20215]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42945),id=5b2d07e3.4ef7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20216]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef8,line=1LOG:  connection received: host=10.10.1.3 port=42946
2018-06-22 10:29:55 EDT [20216]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42946),id=5b2d07e3.4ef8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20217]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ef9,line=1LOG:  connection received: host=10.10.1.3 port=42947
2018-06-22 10:29:55 EDT [20217]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42947),id=5b2d07e3.4ef9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20218]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4efa,line=1LOG:  connection received: host=10.10.1.3 port=42948
2018-06-22 10:29:55 EDT [20218]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42948),id=5b2d07e3.4efa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20219]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4efb,line=1LOG:  connection received: host=10.10.3.7 port=30939
2018-06-22 10:29:55 EDT [20219]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(30939),id=5b2d07e3.4efb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20220]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4efc,line=1LOG:  connection received: host=10.10.1.3 port=42949
2018-06-22 10:29:55 EDT [20220]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42949),id=5b2d07e3.4efc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20221]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4efd,line=1LOG:  connection received: host=10.10.1.3 port=42950
2018-06-22 10:29:55 EDT [20221]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42950),id=5b2d07e3.4efd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20222]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4efe,line=1LOG:  connection received: host=10.10.1.3 port=42951
2018-06-22 10:29:55 EDT [20222]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42951),id=5b2d07e3.4efe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20223]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4eff,line=1LOG:  connection received: host=10.10.1.3 port=42952
2018-06-22 10:29:55 EDT [20223]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42952),id=5b2d07e3.4eff,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20224]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f00,line=1LOG:  connection received: host=10.10.1.3 port=42953
2018-06-22 10:29:55 EDT [20224]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42953),id=5b2d07e3.4f00,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20225]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f01,line=1LOG:  connection received: host=10.10.1.3 port=42954
2018-06-22 10:29:55 EDT [20225]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42954),id=5b2d07e3.4f01,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20226]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f02,line=1LOG:  connection received: host=10.10.1.3 port=42955
2018-06-22 10:29:55 EDT [20226]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42955),id=5b2d07e3.4f02,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20227]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f03,line=1LOG:  connection received: host=10.10.1.3 port=42956
2018-06-22 10:29:55 EDT [20227]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42956),id=5b2d07e3.4f03,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20228]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f04,line=1LOG:  connection received: host=10.10.1.3 port=42957
2018-06-22 10:29:55 EDT [20228]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42957),id=5b2d07e3.4f04,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20229]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f05,line=1LOG:  connection received: host=10.10.1.3 port=42958
2018-06-22 10:29:55 EDT [20229]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42958),id=5b2d07e3.4f05,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20230]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f06,line=1LOG:  connection received: host=10.10.1.3 port=42959
2018-06-22 10:29:55 EDT [20230]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42959),id=5b2d07e3.4f06,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20231]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f07,line=1LOG:  connection received: host=10.10.1.3 port=42960
2018-06-22 10:29:55 EDT [20231]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42960),id=5b2d07e3.4f07,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20232]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f08,line=1LOG:  connection received: host=10.10.1.3 port=42961
2018-06-22 10:29:55 EDT [20232]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42961),id=5b2d07e3.4f08,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20233]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f09,line=1LOG:  connection received: host=10.10.5.116 port=51797
2018-06-22 10:29:55 EDT [20233]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51797),id=5b2d07e3.4f09,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20234]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f0a,line=1LOG:  connection received: host=10.10.1.3 port=42962
2018-06-22 10:29:55 EDT [20234]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42962),id=5b2d07e3.4f0a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20235]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f0b,line=1LOG:  connection received: host=10.10.1.3 port=42963
2018-06-22 10:29:55 EDT [20235]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42963),id=5b2d07e3.4f0b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20236]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f0c,line=1LOG:  connection received: host=10.10.1.3 port=42964
2018-06-22 10:29:55 EDT [20236]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42964),id=5b2d07e3.4f0c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20237]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f0d,line=1LOG:  connection received: host=10.10.1.3 port=42965
2018-06-22 10:29:55 EDT [20237]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42965),id=5b2d07e3.4f0d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20238]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f0e,line=1LOG:  connection received: host=10.10.1.3 port=42966
2018-06-22 10:29:55 EDT [20239]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f0f,line=1LOG:  connection received: host=10.10.1.3 port=42967
2018-06-22 10:29:55 EDT [20238]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42966),id=5b2d07e3.4f0e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20239]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42967),id=5b2d07e3.4f0f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20240]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f10,line=1LOG:  connection received: host=10.10.1.3 port=42968
2018-06-22 10:29:55 EDT [20241]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f11,line=1LOG:  connection received: host=10.10.1.3 port=42969
2018-06-22 10:29:55 EDT [20240]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42968),id=5b2d07e3.4f10,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20241]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42969),id=5b2d07e3.4f11,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20242]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f12,line=1LOG:  connection received: host=10.10.1.3 port=42970
2018-06-22 10:29:55 EDT [20243]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f13,line=1LOG:  connection received: host=10.10.1.3 port=42971
2018-06-22 10:29:55 EDT [20242]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42970),id=5b2d07e3.4f12,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20243]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42971),id=5b2d07e3.4f13,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20244]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f14,line=1LOG:  connection received: host=10.10.1.3 port=42972
2018-06-22 10:29:55 EDT [20245]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f15,line=1LOG:  connection received: host=10.10.1.3 port=42973
2018-06-22 10:29:55 EDT [20244]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42972),id=5b2d07e3.4f14,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20245]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42973),id=5b2d07e3.4f15,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20246]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f16,line=1LOG:  connection received: host=10.10.1.3 port=42974
2018-06-22 10:29:55 EDT [20247]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f17,line=1LOG:  connection received: host=10.10.1.3 port=42975
2018-06-22 10:29:55 EDT [20246]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42974),id=5b2d07e3.4f16,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20247]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42975),id=5b2d07e3.4f17,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20248]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f18,line=1LOG:  connection received: host=10.10.1.3 port=42976
2018-06-22 10:29:55 EDT [20248]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42976),id=5b2d07e3.4f18,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20249]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f19,line=1LOG:  connection received: host=10.10.1.3 port=42977
2018-06-22 10:29:55 EDT [20249]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42977),id=5b2d07e3.4f19,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20250]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f1a,line=1LOG:  connection received: host=10.10.1.3 port=42978
2018-06-22 10:29:55 EDT [20250]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42978),id=5b2d07e3.4f1a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20251]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f1b,line=1LOG:  connection received: host=10.10.1.3 port=42979
2018-06-22 10:29:55 EDT [20251]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42979),id=5b2d07e3.4f1b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20252]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f1c,line=1LOG:  connection received: host=10.10.1.3 port=42980
2018-06-22 10:29:55 EDT [20252]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42980),id=5b2d07e3.4f1c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20253]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f1d,line=1LOG:  connection received: host=10.10.1.3 port=42981
2018-06-22 10:29:55 EDT [20253]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42981),id=5b2d07e3.4f1d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20254]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f1e,line=1LOG:  connection received: host=10.10.1.3 port=42982
2018-06-22 10:29:55 EDT [20254]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42982),id=5b2d07e3.4f1e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20255]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f1f,line=1LOG:  connection received: host=10.10.1.3 port=42983
2018-06-22 10:29:55 EDT [20255]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42983),id=5b2d07e3.4f1f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20256]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f20,line=1LOG:  connection received: host=10.10.1.3 port=42984
2018-06-22 10:29:55 EDT [20256]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42984),id=5b2d07e3.4f20,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20257]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f21,line=1LOG:  connection received: host=10.10.1.3 port=42985
2018-06-22 10:29:55 EDT [20257]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42985),id=5b2d07e3.4f21,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20258]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f22,line=1LOG:  connection received: host=10.10.1.3 port=42986
2018-06-22 10:29:55 EDT [20258]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42986),id=5b2d07e3.4f22,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20259]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f23,line=1LOG:  connection received: host=10.10.1.3 port=42987
2018-06-22 10:29:55 EDT [20259]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42987),id=5b2d07e3.4f23,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20260]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f24,line=1LOG:  connection received: host=10.10.1.3 port=42988
2018-06-22 10:29:55 EDT [20260]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42988),id=5b2d07e3.4f24,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20261]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f25,line=1LOG:  connection received: host=10.10.1.3 port=42989
2018-06-22 10:29:55 EDT [20261]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42989),id=5b2d07e3.4f25,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20262]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f26,line=1LOG:  connection received: host=10.10.1.3 port=42990
2018-06-22 10:29:55 EDT [20262]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42990),id=5b2d07e3.4f26,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20263]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f27,line=1LOG:  connection received: host=10.10.1.3 port=42991
2018-06-22 10:29:55 EDT [20263]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42991),id=5b2d07e3.4f27,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20264]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f28,line=1LOG:  connection received: host=10.10.1.3 port=42992
2018-06-22 10:29:55 EDT [20264]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42992),id=5b2d07e3.4f28,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20265]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f29,line=1LOG:  connection received: host=10.10.1.3 port=42993
2018-06-22 10:29:55 EDT [20265]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42993),id=5b2d07e3.4f29,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20266]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f2a,line=1LOG:  connection received: host=10.10.1.3 port=42994
2018-06-22 10:29:55 EDT [20266]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42994),id=5b2d07e3.4f2a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20267]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f2b,line=1LOG:  connection received: host=10.10.1.3 port=42995
2018-06-22 10:29:55 EDT [20267]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42995),id=5b2d07e3.4f2b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20268]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f2c,line=1LOG:  connection received: host=10.10.1.3 port=42996
2018-06-22 10:29:55 EDT [20268]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42996),id=5b2d07e3.4f2c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20269]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f2d,line=1LOG:  connection received: host=10.10.1.3 port=42997
2018-06-22 10:29:55 EDT [20269]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42997),id=5b2d07e3.4f2d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20270]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f2e,line=1LOG:  connection received: host=10.10.1.3 port=42998
2018-06-22 10:29:55 EDT [20270]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42998),id=5b2d07e3.4f2e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20271]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f2f,line=1LOG:  connection received: host=10.10.1.3 port=42999
2018-06-22 10:29:55 EDT [20271]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(42999),id=5b2d07e3.4f2f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20273]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f31,line=1LOG:  connection received: host=10.10.1.3 port=43000
2018-06-22 10:29:55 EDT [20273]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43000),id=5b2d07e3.4f31,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20274]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f32,line=1LOG:  connection received: host=10.10.1.3 port=43001
2018-06-22 10:29:55 EDT [20274]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43001),id=5b2d07e3.4f32,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20275]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f33,line=1LOG:  connection received: host=10.10.1.3 port=43002
2018-06-22 10:29:55 EDT [20275]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43002),id=5b2d07e3.4f33,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20276]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f34,line=1LOG:  connection received: host=10.10.1.3 port=43003
2018-06-22 10:29:55 EDT [20276]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43003),id=5b2d07e3.4f34,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20277]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f35,line=1LOG:  connection received: host=10.10.1.3 port=43004
2018-06-22 10:29:55 EDT [20277]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43004),id=5b2d07e3.4f35,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20278]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f36,line=1LOG:  connection received: host=10.10.1.3 port=43005
2018-06-22 10:29:55 EDT [20278]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43005),id=5b2d07e3.4f36,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20279]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f37,line=1LOG:  connection received: host=10.10.1.3 port=43006
2018-06-22 10:29:55 EDT [20279]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43006),id=5b2d07e3.4f37,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20280]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f38,line=1LOG:  connection received: host=10.10.1.3 port=43007
2018-06-22 10:29:55 EDT [20280]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43007),id=5b2d07e3.4f38,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20283]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f3b,line=1LOG:  connection received: host=10.10.1.3 port=43008
2018-06-22 10:29:55 EDT [20283]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43008),id=5b2d07e3.4f3b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20284]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f3c,line=1LOG:  connection received: host=10.10.1.3 port=43009
2018-06-22 10:29:55 EDT [20284]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43009),id=5b2d07e3.4f3c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20285]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f3d,line=1LOG:  connection received: host=10.10.5.137 port=46951
2018-06-22 10:29:55 EDT [20285]: [2-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46951),id=5b2d07e3.4f3d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20286]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f3e,line=1LOG:  connection received: host=10.10.1.3 port=43010
2018-06-22 10:29:55 EDT [20286]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43010),id=5b2d07e3.4f3e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20287]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f3f,line=1LOG:  connection received: host=10.10.1.3 port=43011
2018-06-22 10:29:55 EDT [20287]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43011),id=5b2d07e3.4f3f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20288]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f40,line=1LOG:  connection received: host=10.10.1.3 port=43012
2018-06-22 10:29:55 EDT [20288]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43012),id=5b2d07e3.4f40,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20289]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f41,line=1LOG:  connection received: host=10.10.1.3 port=43013
2018-06-22 10:29:55 EDT [20289]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43013),id=5b2d07e3.4f41,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20290]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f42,line=1LOG:  connection received: host=10.10.1.3 port=43014
2018-06-22 10:29:55 EDT [20290]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43014),id=5b2d07e3.4f42,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20291]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f43,line=1LOG:  connection received: host=10.10.3.7 port=21741
2018-06-22 10:29:55 EDT [20291]: [2-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(21741),id=5b2d07e3.4f43,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20292]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f44,line=1LOG:  connection received: host=10.10.1.3 port=43015
2018-06-22 10:29:55 EDT [20292]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43015),id=5b2d07e3.4f44,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20293]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f45,line=1LOG:  connection received: host=10.10.1.3 port=43016
2018-06-22 10:29:55 EDT [20293]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43016),id=5b2d07e3.4f45,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20294]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f46,line=1LOG:  connection received: host=10.10.1.3 port=43017
2018-06-22 10:29:55 EDT [20294]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43017),id=5b2d07e3.4f46,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20295]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f47,line=1LOG:  connection received: host=10.10.1.3 port=43018
2018-06-22 10:29:55 EDT [20295]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43018),id=5b2d07e3.4f47,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20296]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f48,line=1LOG:  connection received: host=10.10.1.3 port=43019
2018-06-22 10:29:55 EDT [20296]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43019),id=5b2d07e3.4f48,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20297]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f49,line=1LOG:  connection received: host=10.10.1.3 port=43020
2018-06-22 10:29:55 EDT [20297]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43020),id=5b2d07e3.4f49,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20298]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f4a,line=1LOG:  connection received: host=10.10.1.3 port=43021
2018-06-22 10:29:55 EDT [20298]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43021),id=5b2d07e3.4f4a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20299]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f4b,line=1LOG:  connection received: host=10.10.1.3 port=43022
2018-06-22 10:29:55 EDT [20299]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43022),id=5b2d07e3.4f4b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20300]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f4c,line=1LOG:  connection received: host=10.10.1.3 port=43023
2018-06-22 10:29:55 EDT [20300]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43023),id=5b2d07e3.4f4c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20301]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f4d,line=1LOG:  connection received: host=10.10.1.3 port=43024
2018-06-22 10:29:55 EDT [20301]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43024),id=5b2d07e3.4f4d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20302]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f4e,line=1LOG:  connection received: host=10.10.1.3 port=43025
2018-06-22 10:29:55 EDT [20302]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43025),id=5b2d07e3.4f4e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20303]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f4f,line=1LOG:  connection received: host=10.10.1.3 port=43026
2018-06-22 10:29:55 EDT [20303]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43026),id=5b2d07e3.4f4f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20304]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f50,line=1LOG:  connection received: host=10.10.1.3 port=43027
2018-06-22 10:29:55 EDT [20304]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43027),id=5b2d07e3.4f50,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20305]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f51,line=1LOG:  connection received: host=10.10.1.3 port=43028
2018-06-22 10:29:55 EDT [20305]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43028),id=5b2d07e3.4f51,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20306]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f52,line=1LOG:  connection received: host=10.10.1.3 port=43029
2018-06-22 10:29:55 EDT [20306]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43029),id=5b2d07e3.4f52,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20307]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f53,line=1LOG:  connection received: host=10.10.1.3 port=43030
2018-06-22 10:29:55 EDT [20307]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43030),id=5b2d07e3.4f53,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20308]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f54,line=1LOG:  connection received: host=10.10.1.3 port=43031
2018-06-22 10:29:55 EDT [20308]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43031),id=5b2d07e3.4f54,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20309]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f55,line=1LOG:  connection received: host=10.10.1.3 port=43032
2018-06-22 10:29:55 EDT [20309]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43032),id=5b2d07e3.4f55,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20310]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f56,line=1LOG:  connection received: host=10.10.1.3 port=43033
2018-06-22 10:29:55 EDT [20310]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43033),id=5b2d07e3.4f56,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20311]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f57,line=1LOG:  connection received: host=10.10.3.7 port=55341
2018-06-22 10:29:55 EDT [20312]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f58,line=1LOG:  connection received: host=10.10.1.3 port=43034
2018-06-22 10:29:55 EDT [20311]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55341),id=5b2d07e3.4f57,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20312]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43034),id=5b2d07e3.4f58,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20313]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f59,line=1LOG:  connection received: host=10.10.1.3 port=43035
2018-06-22 10:29:55 EDT [20313]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43035),id=5b2d07e3.4f59,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20314]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f5a,line=1LOG:  connection received: host=10.10.1.3 port=43036
2018-06-22 10:29:55 EDT [20314]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43036),id=5b2d07e3.4f5a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20315]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f5b,line=1LOG:  connection received: host=10.10.1.3 port=43037
2018-06-22 10:29:55 EDT [20315]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43037),id=5b2d07e3.4f5b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20316]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f5c,line=1LOG:  connection received: host=10.10.5.115 port=45767
2018-06-22 10:29:55 EDT [20316]: [2-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45767),id=5b2d07e3.4f5c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20317]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f5d,line=1LOG:  connection received: host=10.10.1.3 port=43038
2018-06-22 10:29:55 EDT [20317]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43038),id=5b2d07e3.4f5d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20318]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f5e,line=1LOG:  connection received: host=10.10.1.3 port=43039
2018-06-22 10:29:55 EDT [20318]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43039),id=5b2d07e3.4f5e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20319]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f5f,line=1LOG:  connection received: host=10.10.1.3 port=43040
2018-06-22 10:29:55 EDT [20319]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43040),id=5b2d07e3.4f5f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20320]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f60,line=1LOG:  connection received: host=10.10.1.3 port=43041
2018-06-22 10:29:55 EDT [20320]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43041),id=5b2d07e3.4f60,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20321]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f61,line=1LOG:  connection received: host=10.10.3.7 port=41827
2018-06-22 10:29:55 EDT [20321]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41827),id=5b2d07e3.4f61,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20322]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f62,line=1LOG:  connection received: host=10.10.1.3 port=43042
2018-06-22 10:29:55 EDT [20322]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43042),id=5b2d07e3.4f62,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20323]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f63,line=1LOG:  connection received: host=10.10.1.3 port=43043
2018-06-22 10:29:55 EDT [20323]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43043),id=5b2d07e3.4f63,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20324]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f64,line=1LOG:  connection received: host=10.10.1.3 port=43044
2018-06-22 10:29:55 EDT [20324]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43044),id=5b2d07e3.4f64,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20325]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f65,line=1LOG:  connection received: host=10.10.1.3 port=43045
2018-06-22 10:29:55 EDT [20325]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43045),id=5b2d07e3.4f65,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20326]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f66,line=1LOG:  connection received: host=10.10.1.3 port=43046
2018-06-22 10:29:55 EDT [20326]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43046),id=5b2d07e3.4f66,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20327]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f67,line=1LOG:  connection received: host=10.10.1.3 port=43047
2018-06-22 10:29:55 EDT [20327]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43047),id=5b2d07e3.4f67,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20328]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f68,line=1LOG:  connection received: host=10.10.1.3 port=43048
2018-06-22 10:29:55 EDT [20328]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43048),id=5b2d07e3.4f68,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20329]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f69,line=1LOG:  connection received: host=10.10.3.7 port=36497
2018-06-22 10:29:55 EDT [20330]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f6a,line=1LOG:  connection received: host=10.10.1.3 port=43049
2018-06-22 10:29:55 EDT [20330]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43049),id=5b2d07e3.4f6a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20329]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36497),id=5b2d07e3.4f69,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20331]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f6b,line=1LOG:  connection received: host=10.10.1.3 port=43050
2018-06-22 10:29:55 EDT [20331]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43050),id=5b2d07e3.4f6b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20332]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f6c,line=1LOG:  connection received: host=10.10.1.3 port=43051
2018-06-22 10:29:55 EDT [20332]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43051),id=5b2d07e3.4f6c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20333]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f6d,line=1LOG:  connection received: host=10.10.1.3 port=43052
2018-06-22 10:29:55 EDT [20333]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43052),id=5b2d07e3.4f6d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20334]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f6e,line=1LOG:  connection received: host=10.10.1.3 port=43053
2018-06-22 10:29:55 EDT [20334]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43053),id=5b2d07e3.4f6e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20335]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f6f,line=1LOG:  connection received: host=10.10.1.3 port=43054
2018-06-22 10:29:55 EDT [20335]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43054),id=5b2d07e3.4f6f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20336]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f70,line=1LOG:  connection received: host=10.10.1.3 port=43055
2018-06-22 10:29:55 EDT [20336]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43055),id=5b2d07e3.4f70,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20337]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f71,line=1LOG:  connection received: host=10.10.1.3 port=43056
2018-06-22 10:29:55 EDT [20337]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43056),id=5b2d07e3.4f71,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20338]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f72,line=1LOG:  connection received: host=10.10.1.3 port=43057
2018-06-22 10:29:55 EDT [20338]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43057),id=5b2d07e3.4f72,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20339]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f73,line=1LOG:  connection received: host=10.10.1.3 port=43058
2018-06-22 10:29:55 EDT [20339]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43058),id=5b2d07e3.4f73,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20340]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f74,line=1LOG:  connection received: host=10.10.1.3 port=43059
2018-06-22 10:29:55 EDT [20340]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43059),id=5b2d07e3.4f74,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20341]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f75,line=1LOG:  connection received: host=10.10.1.3 port=43060
2018-06-22 10:29:55 EDT [20341]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43060),id=5b2d07e3.4f75,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20342]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f76,line=1LOG:  connection received: host=10.10.1.3 port=43061
2018-06-22 10:29:55 EDT [20342]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43061),id=5b2d07e3.4f76,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20343]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f77,line=1LOG:  connection received: host=10.10.3.7 port=11344
2018-06-22 10:29:55 EDT [20343]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(11344),id=5b2d07e3.4f77,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20344]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f78,line=1LOG:  connection received: host=10.10.1.3 port=43062
2018-06-22 10:29:55 EDT [20344]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43062),id=5b2d07e3.4f78,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20345]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f79,line=1LOG:  connection received: host=10.10.1.3 port=43063
2018-06-22 10:29:55 EDT [20345]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43063),id=5b2d07e3.4f79,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20346]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f7a,line=1LOG:  connection received: host=10.10.1.3 port=43064
2018-06-22 10:29:55 EDT [20346]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43064),id=5b2d07e3.4f7a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20347]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f7b,line=1LOG:  connection received: host=10.10.1.3 port=43065
2018-06-22 10:29:55 EDT [20347]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43065),id=5b2d07e3.4f7b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20348]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f7c,line=1LOG:  connection received: host=10.10.1.3 port=43066
2018-06-22 10:29:55 EDT [20348]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43066),id=5b2d07e3.4f7c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20349]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f7d,line=1LOG:  connection received: host=10.10.1.3 port=43067
2018-06-22 10:29:55 EDT [20349]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43067),id=5b2d07e3.4f7d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20350]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f7e,line=1LOG:  connection received: host=10.10.3.7 port=34510
2018-06-22 10:29:55 EDT [20350]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34510),id=5b2d07e3.4f7e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20351]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f7f,line=1LOG:  connection received: host=10.10.1.3 port=43068
2018-06-22 10:29:55 EDT [20351]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43068),id=5b2d07e3.4f7f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20352]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f80,line=1LOG:  connection received: host=10.10.1.3 port=43069
2018-06-22 10:29:55 EDT [20352]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43069),id=5b2d07e3.4f80,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20353]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f81,line=1LOG:  connection received: host=10.10.1.3 port=43070
2018-06-22 10:29:55 EDT [20353]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43070),id=5b2d07e3.4f81,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20354]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f82,line=1LOG:  connection received: host=10.10.1.3 port=43071
2018-06-22 10:29:55 EDT [20354]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43071),id=5b2d07e3.4f82,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20355]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f83,line=1LOG:  connection received: host=10.10.1.3 port=43072
2018-06-22 10:29:55 EDT [20355]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43072),id=5b2d07e3.4f83,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20356]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f84,line=1LOG:  connection received: host=10.10.1.3 port=43073
2018-06-22 10:29:55 EDT [20356]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43073),id=5b2d07e3.4f84,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20357]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f85,line=1LOG:  connection received: host=10.10.1.3 port=43074
2018-06-22 10:29:55 EDT [20357]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43074),id=5b2d07e3.4f85,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20358]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f86,line=1LOG:  connection received: host=10.10.1.3 port=43075
2018-06-22 10:29:55 EDT [20358]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43075),id=5b2d07e3.4f86,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20359]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f87,line=1LOG:  connection received: host=10.10.1.3 port=43076
2018-06-22 10:29:55 EDT [20359]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43076),id=5b2d07e3.4f87,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20360]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f88,line=1LOG:  connection received: host=10.10.1.3 port=43077
2018-06-22 10:29:55 EDT [20360]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43077),id=5b2d07e3.4f88,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20361]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f89,line=1LOG:  connection received: host=10.10.1.3 port=43078
2018-06-22 10:29:55 EDT [20361]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43078),id=5b2d07e3.4f89,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20362]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f8a,line=1LOG:  connection received: host=10.10.1.3 port=43079
2018-06-22 10:29:55 EDT [20362]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43079),id=5b2d07e3.4f8a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20363]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f8b,line=1LOG:  connection received: host=10.10.1.3 port=43080
2018-06-22 10:29:55 EDT [20363]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43080),id=5b2d07e3.4f8b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20364]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f8c,line=1LOG:  connection received: host=10.10.1.3 port=43081
2018-06-22 10:29:55 EDT [20364]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43081),id=5b2d07e3.4f8c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20365]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f8d,line=1LOG:  connection received: host=10.10.1.3 port=43082
2018-06-22 10:29:55 EDT [20365]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43082),id=5b2d07e3.4f8d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20366]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f8e,line=1LOG:  connection received: host=10.10.1.3 port=43083
2018-06-22 10:29:55 EDT [20366]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43083),id=5b2d07e3.4f8e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20367]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f8f,line=1LOG:  connection received: host=10.10.1.3 port=43084
2018-06-22 10:29:55 EDT [20367]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43084),id=5b2d07e3.4f8f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20368]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f90,line=1LOG:  connection received: host=10.10.1.3 port=43085
2018-06-22 10:29:55 EDT [20368]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43085),id=5b2d07e3.4f90,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20369]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f91,line=1LOG:  connection received: host=10.10.1.3 port=43086
2018-06-22 10:29:55 EDT [20369]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43086),id=5b2d07e3.4f91,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20370]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f92,line=1LOG:  connection received: host=10.10.1.3 port=43087
2018-06-22 10:29:55 EDT [20370]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43087),id=5b2d07e3.4f92,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20371]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f93,line=1LOG:  connection received: host=10.10.1.3 port=43088
2018-06-22 10:29:55 EDT [20371]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43088),id=5b2d07e3.4f93,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20372]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f94,line=1LOG:  connection received: host=10.10.1.3 port=43089
2018-06-22 10:29:55 EDT [20372]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43089),id=5b2d07e3.4f94,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20373]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f95,line=1LOG:  connection received: host=10.10.1.3 port=43090
2018-06-22 10:29:55 EDT [20373]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43090),id=5b2d07e3.4f95,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20374]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f96,line=1LOG:  connection received: host=10.10.1.3 port=43091
2018-06-22 10:29:55 EDT [20374]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43091),id=5b2d07e3.4f96,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20375]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f97,line=1LOG:  connection received: host=10.10.1.3 port=43092
2018-06-22 10:29:55 EDT [20375]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43092),id=5b2d07e3.4f97,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20376]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f98,line=1LOG:  connection received: host=10.10.1.3 port=43093
2018-06-22 10:29:55 EDT [20376]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43093),id=5b2d07e3.4f98,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20377]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f99,line=1LOG:  connection received: host=10.10.1.3 port=43094
2018-06-22 10:29:55 EDT [20377]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43094),id=5b2d07e3.4f99,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20378]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f9a,line=1LOG:  connection received: host=10.10.1.3 port=43095
2018-06-22 10:29:55 EDT [20378]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43095),id=5b2d07e3.4f9a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20379]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f9b,line=1LOG:  connection received: host=10.10.1.3 port=43096
2018-06-22 10:29:55 EDT [20379]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43096),id=5b2d07e3.4f9b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20380]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f9c,line=1LOG:  connection received: host=10.10.3.7 port=11664
2018-06-22 10:29:55 EDT [20380]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(11664),id=5b2d07e3.4f9c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20381]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f9d,line=1LOG:  connection received: host=10.10.1.3 port=43097
2018-06-22 10:29:55 EDT [20381]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43097),id=5b2d07e3.4f9d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20382]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f9e,line=1LOG:  connection received: host=10.10.1.3 port=43098
2018-06-22 10:29:55 EDT [20382]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43098),id=5b2d07e3.4f9e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20383]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4f9f,line=1LOG:  connection received: host=10.10.1.3 port=43099
2018-06-22 10:29:55 EDT [20383]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43099),id=5b2d07e3.4f9f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20384]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa0,line=1LOG:  connection received: host=10.10.1.3 port=43100
2018-06-22 10:29:55 EDT [20384]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43100),id=5b2d07e3.4fa0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20385]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa1,line=1LOG:  connection received: host=10.10.1.3 port=43101
2018-06-22 10:29:55 EDT [20385]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43101),id=5b2d07e3.4fa1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20386]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa2,line=1LOG:  connection received: host=10.10.1.3 port=43102
2018-06-22 10:29:55 EDT [20386]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43102),id=5b2d07e3.4fa2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20387]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa3,line=1LOG:  connection received: host=10.10.1.3 port=43103
2018-06-22 10:29:55 EDT [20387]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43103),id=5b2d07e3.4fa3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20388]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa4,line=1LOG:  connection received: host=10.10.3.7 port=36498
2018-06-22 10:29:55 EDT [20389]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa5,line=1LOG:  connection received: host=10.10.1.3 port=43104
2018-06-22 10:29:55 EDT [20389]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43104),id=5b2d07e3.4fa5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20390]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa6,line=1LOG:  connection received: host=10.10.1.3 port=43105
2018-06-22 10:29:55 EDT [20388]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36498),id=5b2d07e3.4fa4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20390]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43105),id=5b2d07e3.4fa6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20391]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa7,line=1LOG:  connection received: host=10.10.1.3 port=43106
2018-06-22 10:29:55 EDT [20391]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43106),id=5b2d07e3.4fa7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20392]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa8,line=1LOG:  connection received: host=10.10.1.3 port=43107
2018-06-22 10:29:55 EDT [20392]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43107),id=5b2d07e3.4fa8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20393]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fa9,line=1LOG:  connection received: host=10.10.1.3 port=43108
2018-06-22 10:29:55 EDT [20393]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43108),id=5b2d07e3.4fa9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20394]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4faa,line=1LOG:  connection received: host=10.10.1.3 port=43109
2018-06-22 10:29:55 EDT [20394]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43109),id=5b2d07e3.4faa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20395]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fab,line=1LOG:  connection received: host=10.10.1.3 port=43110
2018-06-22 10:29:55 EDT [20395]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43110),id=5b2d07e3.4fab,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20396]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fac,line=1LOG:  connection received: host=10.10.1.3 port=43111
2018-06-22 10:29:55 EDT [20396]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43111),id=5b2d07e3.4fac,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20397]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fad,line=1LOG:  connection received: host=10.10.3.7 port=29589
2018-06-22 10:29:55 EDT [20397]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(29589),id=5b2d07e3.4fad,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20398]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fae,line=1LOG:  connection received: host=10.10.1.3 port=43112
2018-06-22 10:29:55 EDT [20398]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43112),id=5b2d07e3.4fae,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20399]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4faf,line=1LOG:  connection received: host=10.10.1.3 port=43113
2018-06-22 10:29:55 EDT [20399]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43113),id=5b2d07e3.4faf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20400]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb0,line=1LOG:  connection received: host=10.10.1.3 port=43114
2018-06-22 10:29:55 EDT [20400]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43114),id=5b2d07e3.4fb0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20401]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb1,line=1LOG:  connection received: host=10.10.1.3 port=43115
2018-06-22 10:29:55 EDT [20401]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43115),id=5b2d07e3.4fb1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20402]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb2,line=1LOG:  connection received: host=10.10.1.3 port=43116
2018-06-22 10:29:55 EDT [20402]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43116),id=5b2d07e3.4fb2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20403]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb3,line=1LOG:  connection received: host=10.10.1.3 port=43117
2018-06-22 10:29:55 EDT [20403]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43117),id=5b2d07e3.4fb3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20404]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb4,line=1LOG:  connection received: host=10.10.1.3 port=43118
2018-06-22 10:29:55 EDT [20404]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43118),id=5b2d07e3.4fb4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20405]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb5,line=1LOG:  connection received: host=10.10.1.3 port=43119
2018-06-22 10:29:55 EDT [20405]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43119),id=5b2d07e3.4fb5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20406]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb6,line=1LOG:  connection received: host=10.10.3.7 port=36499
2018-06-22 10:29:55 EDT [20407]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb7,line=1LOG:  connection received: host=10.10.1.3 port=43120
2018-06-22 10:29:55 EDT [20407]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43120),id=5b2d07e3.4fb7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20408]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb8,line=1LOG:  connection received: host=10.10.1.3 port=43121
2018-06-22 10:29:55 EDT [20408]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43121),id=5b2d07e3.4fb8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20409]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fb9,line=1LOG:  connection received: host=10.10.1.3 port=43122
2018-06-22 10:29:55 EDT [20409]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43122),id=5b2d07e3.4fb9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20410]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fba,line=1LOG:  connection received: host=10.10.1.3 port=43123
2018-06-22 10:29:55 EDT [20410]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43123),id=5b2d07e3.4fba,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20411]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fbb,line=1LOG:  connection received: host=10.10.1.3 port=43124
2018-06-22 10:29:55 EDT [20411]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43124),id=5b2d07e3.4fbb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20412]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fbc,line=1LOG:  connection received: host=10.10.1.3 port=43125
2018-06-22 10:29:55 EDT [20412]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43125),id=5b2d07e3.4fbc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20413]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fbd,line=1LOG:  connection received: host=10.10.1.3 port=43126
2018-06-22 10:29:55 EDT [20413]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43126),id=5b2d07e3.4fbd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20406]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36499),id=5b2d07e3.4fb6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20414]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fbe,line=1LOG:  connection received: host=10.10.1.3 port=43127
2018-06-22 10:29:55 EDT [20414]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43127),id=5b2d07e3.4fbe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20415]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fbf,line=1LOG:  connection received: host=10.10.1.3 port=43128
2018-06-22 10:29:55 EDT [20415]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43128),id=5b2d07e3.4fbf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20416]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc0,line=1LOG:  connection received: host=10.10.1.3 port=43129
2018-06-22 10:29:55 EDT [20416]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43129),id=5b2d07e3.4fc0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20417]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc1,line=1LOG:  connection received: host=10.10.1.3 port=43130
2018-06-22 10:29:55 EDT [20417]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43130),id=5b2d07e3.4fc1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20418]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc2,line=1LOG:  connection received: host=10.10.1.3 port=43131
2018-06-22 10:29:55 EDT [20418]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43131),id=5b2d07e3.4fc2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20419]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc3,line=1LOG:  connection received: host=10.10.3.7 port=48670
2018-06-22 10:29:55 EDT [20419]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(48670),id=5b2d07e3.4fc3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20420]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc4,line=1LOG:  connection received: host=10.10.1.3 port=43132
2018-06-22 10:29:55 EDT [20420]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43132),id=5b2d07e3.4fc4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20421]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc5,line=1LOG:  connection received: host=10.10.1.3 port=43133
2018-06-22 10:29:55 EDT [20421]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43133),id=5b2d07e3.4fc5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20422]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc6,line=1LOG:  connection received: host=10.10.1.3 port=43134
2018-06-22 10:29:55 EDT [20422]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43134),id=5b2d07e3.4fc6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20423]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc7,line=1LOG:  connection received: host=10.10.1.3 port=43135
2018-06-22 10:29:55 EDT [20423]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43135),id=5b2d07e3.4fc7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20424]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc8,line=1LOG:  connection received: host=10.10.1.3 port=43136
2018-06-22 10:29:55 EDT [20424]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43136),id=5b2d07e3.4fc8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20425]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fc9,line=1LOG:  connection received: host=10.10.1.3 port=43137
2018-06-22 10:29:55 EDT [20425]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43137),id=5b2d07e3.4fc9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20426]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fca,line=1LOG:  connection received: host=10.10.1.3 port=43138
2018-06-22 10:29:55 EDT [20426]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43138),id=5b2d07e3.4fca,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20427]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fcb,line=1LOG:  connection received: host=10.10.1.3 port=43139
2018-06-22 10:29:55 EDT [20427]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43139),id=5b2d07e3.4fcb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20428]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fcc,line=1LOG:  connection received: host=10.10.1.3 port=43140
2018-06-22 10:29:55 EDT [20428]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43140),id=5b2d07e3.4fcc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20429]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fcd,line=1LOG:  connection received: host=10.10.1.3 port=43141
2018-06-22 10:29:55 EDT [20429]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43141),id=5b2d07e3.4fcd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20430]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fce,line=1LOG:  connection received: host=10.10.1.3 port=43142
2018-06-22 10:29:55 EDT [20430]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43142),id=5b2d07e3.4fce,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20431]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fcf,line=1LOG:  connection received: host=10.10.1.3 port=43143
2018-06-22 10:29:55 EDT [20431]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43143),id=5b2d07e3.4fcf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20432]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd0,line=1LOG:  connection received: host=10.10.3.7 port=17104
2018-06-22 10:29:55 EDT [20432]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(17104),id=5b2d07e3.4fd0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20433]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd1,line=1LOG:  connection received: host=10.10.1.3 port=43144
2018-06-22 10:29:55 EDT [20433]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43144),id=5b2d07e3.4fd1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20434]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd2,line=1LOG:  connection received: host=10.10.1.3 port=43145
2018-06-22 10:29:55 EDT [20434]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43145),id=5b2d07e3.4fd2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20435]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd3,line=1LOG:  connection received: host=10.10.1.3 port=43146
2018-06-22 10:29:55 EDT [20435]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43146),id=5b2d07e3.4fd3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20436]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd4,line=1LOG:  connection received: host=10.10.1.3 port=43147
2018-06-22 10:29:55 EDT [20436]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43147),id=5b2d07e3.4fd4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20437]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd5,line=1LOG:  connection received: host=10.10.1.3 port=43148
2018-06-22 10:29:55 EDT [20437]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43148),id=5b2d07e3.4fd5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20438]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd6,line=1LOG:  connection received: host=10.10.1.3 port=43149
2018-06-22 10:29:55 EDT [20438]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43149),id=5b2d07e3.4fd6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20439]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd7,line=1LOG:  connection received: host=10.10.1.3 port=43150
2018-06-22 10:29:55 EDT [20439]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43150),id=5b2d07e3.4fd7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20440]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd8,line=1LOG:  connection received: host=10.10.1.3 port=43151
2018-06-22 10:29:55 EDT [20440]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43151),id=5b2d07e3.4fd8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20441]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fd9,line=1LOG:  connection received: host=10.10.1.3 port=43152
2018-06-22 10:29:55 EDT [20441]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43152),id=5b2d07e3.4fd9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20442]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fda,line=1LOG:  connection received: host=10.10.1.3 port=43153
2018-06-22 10:29:55 EDT [20442]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43153),id=5b2d07e3.4fda,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20443]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fdb,line=1LOG:  connection received: host=10.10.3.7 port=34512
2018-06-22 10:29:55 EDT [20443]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34512),id=5b2d07e3.4fdb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20444]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fdc,line=1LOG:  connection received: host=10.10.1.3 port=43154
2018-06-22 10:29:55 EDT [20444]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43154),id=5b2d07e3.4fdc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20445]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fdd,line=1LOG:  connection received: host=10.10.1.3 port=43155
2018-06-22 10:29:55 EDT [20446]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fde,line=1LOG:  connection received: host=10.10.3.7 port=36500
2018-06-22 10:29:55 EDT [20445]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43155),id=5b2d07e3.4fdd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20447]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fdf,line=1LOG:  connection received: host=10.10.1.3 port=43156
2018-06-22 10:29:55 EDT [20447]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43156),id=5b2d07e3.4fdf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20446]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36500),id=5b2d07e3.4fde,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20448]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe0,line=1LOG:  connection received: host=10.10.1.3 port=43157
2018-06-22 10:29:55 EDT [20448]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43157),id=5b2d07e3.4fe0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20449]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe1,line=1LOG:  connection received: host=10.10.1.3 port=43158
2018-06-22 10:29:55 EDT [20449]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43158),id=5b2d07e3.4fe1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20450]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe2,line=1LOG:  connection received: host=10.10.1.3 port=43159
2018-06-22 10:29:55 EDT [20450]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43159),id=5b2d07e3.4fe2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20451]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe3,line=1LOG:  connection received: host=10.10.1.3 port=43160
2018-06-22 10:29:55 EDT [20451]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43160),id=5b2d07e3.4fe3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20452]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe4,line=1LOG:  connection received: host=10.10.1.3 port=43161
2018-06-22 10:29:55 EDT [20452]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43161),id=5b2d07e3.4fe4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20453]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe5,line=1LOG:  connection received: host=10.10.1.3 port=43162
2018-06-22 10:29:55 EDT [20453]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43162),id=5b2d07e3.4fe5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20454]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe6,line=1LOG:  connection received: host=10.10.1.3 port=43163
2018-06-22 10:29:55 EDT [20454]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43163),id=5b2d07e3.4fe6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20455]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe7,line=1LOG:  connection received: host=10.10.1.3 port=43164
2018-06-22 10:29:55 EDT [20455]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43164),id=5b2d07e3.4fe7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20456]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe8,line=1LOG:  connection received: host=10.10.1.3 port=43165
2018-06-22 10:29:55 EDT [20456]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43165),id=5b2d07e3.4fe8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20457]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fe9,line=1LOG:  connection received: host=10.10.1.3 port=43166
2018-06-22 10:29:55 EDT [20457]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43166),id=5b2d07e3.4fe9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20458]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fea,line=1LOG:  connection received: host=10.10.1.3 port=43167
2018-06-22 10:29:55 EDT [20458]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43167),id=5b2d07e3.4fea,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20459]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4feb,line=1LOG:  connection received: host=10.10.1.3 port=43168
2018-06-22 10:29:55 EDT [20459]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43168),id=5b2d07e3.4feb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20460]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fec,line=1LOG:  connection received: host=10.10.3.7 port=27560
2018-06-22 10:29:55 EDT [20460]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27560),id=5b2d07e3.4fec,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20461]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fed,line=1LOG:  connection received: host=10.10.1.3 port=43169
2018-06-22 10:29:55 EDT [20461]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43169),id=5b2d07e3.4fed,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20462]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fee,line=1LOG:  connection received: host=10.10.1.3 port=43170
2018-06-22 10:29:55 EDT [20462]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43170),id=5b2d07e3.4fee,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20463]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fef,line=1LOG:  connection received: host=10.10.1.3 port=43171
2018-06-22 10:29:55 EDT [20463]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43171),id=5b2d07e3.4fef,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20464]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff0,line=1LOG:  connection received: host=10.10.1.3 port=43172
2018-06-22 10:29:55 EDT [20464]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43172),id=5b2d07e3.4ff0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20465]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff1,line=1LOG:  connection received: host=10.10.1.3 port=43173
2018-06-22 10:29:55 EDT [20465]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43173),id=5b2d07e3.4ff1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20466]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff2,line=1LOG:  connection received: host=10.10.1.3 port=43174
2018-06-22 10:29:55 EDT [20466]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43174),id=5b2d07e3.4ff2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20467]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff3,line=1LOG:  connection received: host=10.10.1.3 port=43175
2018-06-22 10:29:55 EDT [20467]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43175),id=5b2d07e3.4ff3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20468]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff4,line=1LOG:  connection received: host=10.10.1.3 port=43176
2018-06-22 10:29:55 EDT [20468]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43176),id=5b2d07e3.4ff4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20469]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff5,line=1LOG:  connection received: host=10.10.1.3 port=43177
2018-06-22 10:29:55 EDT [20470]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff6,line=1LOG:  connection received: host=10.10.3.7 port=55342
2018-06-22 10:29:55 EDT [20469]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43177),id=5b2d07e3.4ff5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20470]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55342),id=5b2d07e3.4ff6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20471]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff7,line=1LOG:  connection received: host=10.10.1.3 port=43178
2018-06-22 10:29:55 EDT [20471]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43178),id=5b2d07e3.4ff7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20472]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff8,line=1LOG:  connection received: host=10.10.1.3 port=43179
2018-06-22 10:29:55 EDT [20472]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43179),id=5b2d07e3.4ff8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20473]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ff9,line=1LOG:  connection received: host=10.10.1.3 port=43180
2018-06-22 10:29:55 EDT [20473]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43180),id=5b2d07e3.4ff9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20474]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ffa,line=1LOG:  connection received: host=10.10.3.7 port=36501
2018-06-22 10:29:55 EDT [20475]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ffb,line=1LOG:  connection received: host=10.10.5.242 port=40679
2018-06-22 10:29:55 EDT [20475]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.5.242,port=10.10.5.242(40679),id=5b2d07e3.4ffb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20474]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36501),id=5b2d07e3.4ffa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20476]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ffc,line=1LOG:  connection received: host=10.10.1.3 port=43181
2018-06-22 10:29:55 EDT [20476]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43181),id=5b2d07e3.4ffc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20477]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ffd,line=1LOG:  connection received: host=10.10.1.3 port=43182
2018-06-22 10:29:55 EDT [20477]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43182),id=5b2d07e3.4ffd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20478]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4ffe,line=1LOG:  connection received: host=10.10.1.3 port=43183
2018-06-22 10:29:55 EDT [20478]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43183),id=5b2d07e3.4ffe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20479]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.4fff,line=1LOG:  connection received: host=10.10.1.3 port=43184
2018-06-22 10:29:55 EDT [20479]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43184),id=5b2d07e3.4fff,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20480]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5000,line=1LOG:  connection received: host=10.10.1.3 port=43185
2018-06-22 10:29:55 EDT [20480]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43185),id=5b2d07e3.5000,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20481]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5001,line=1LOG:  connection received: host=10.10.1.3 port=43186
2018-06-22 10:29:55 EDT [20481]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43186),id=5b2d07e3.5001,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20482]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5002,line=1LOG:  connection received: host=10.10.1.3 port=43187
2018-06-22 10:29:55 EDT [20482]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43187),id=5b2d07e3.5002,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20483]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5003,line=1LOG:  connection received: host=10.10.1.3 port=43188
2018-06-22 10:29:55 EDT [20483]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43188),id=5b2d07e3.5003,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20484]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5004,line=1LOG:  connection received: host=10.10.1.3 port=43189
2018-06-22 10:29:55 EDT [20484]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43189),id=5b2d07e3.5004,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20485]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5005,line=1LOG:  connection received: host=10.10.1.3 port=43190
2018-06-22 10:29:55 EDT [20485]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43190),id=5b2d07e3.5005,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20486]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5006,line=1LOG:  connection received: host=10.10.5.137 port=46952
2018-06-22 10:29:55 EDT [20486]: [2-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46952),id=5b2d07e3.5006,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20487]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5007,line=1LOG:  connection received: host=10.10.1.3 port=43191
2018-06-22 10:29:55 EDT [20487]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43191),id=5b2d07e3.5007,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20488]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5008,line=1LOG:  connection received: host=10.10.1.3 port=43192
2018-06-22 10:29:55 EDT [20488]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43192),id=5b2d07e3.5008,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20489]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5009,line=1LOG:  connection received: host=10.10.1.3 port=43193
2018-06-22 10:29:55 EDT [20489]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43193),id=5b2d07e3.5009,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20490]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.500a,line=1LOG:  connection received: host=10.10.1.3 port=43194
2018-06-22 10:29:55 EDT [20490]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43194),id=5b2d07e3.500a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20491]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.500b,line=1LOG:  connection received: host=10.10.1.3 port=43195
2018-06-22 10:29:55 EDT [20491]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43195),id=5b2d07e3.500b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20492]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.500c,line=1LOG:  connection received: host=10.10.1.3 port=43196
2018-06-22 10:29:55 EDT [20492]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43196),id=5b2d07e3.500c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20493]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.500d,line=1LOG:  connection received: host=10.10.1.3 port=43197
2018-06-22 10:29:55 EDT [20493]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43197),id=5b2d07e3.500d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20494]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.500e,line=1LOG:  connection received: host=10.10.1.3 port=43198
2018-06-22 10:29:55 EDT [20494]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43198),id=5b2d07e3.500e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20495]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.500f,line=1LOG:  connection received: host=10.10.1.3 port=43199
2018-06-22 10:29:55 EDT [20495]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43199),id=5b2d07e3.500f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20496]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5010,line=1LOG:  connection received: host=10.10.1.3 port=43200
2018-06-22 10:29:55 EDT [20496]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43200),id=5b2d07e3.5010,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20497]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5011,line=1LOG:  connection received: host=10.10.1.3 port=43201
2018-06-22 10:29:55 EDT [20497]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43201),id=5b2d07e3.5011,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20498]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5012,line=1LOG:  connection received: host=10.10.1.3 port=43202
2018-06-22 10:29:55 EDT [20498]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43202),id=5b2d07e3.5012,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20499]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5013,line=1LOG:  connection received: host=10.10.3.7 port=36502
2018-06-22 10:29:55 EDT [20499]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36502),id=5b2d07e3.5013,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20500]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5014,line=1LOG:  connection received: host=10.10.1.3 port=43203
2018-06-22 10:29:55 EDT [20500]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43203),id=5b2d07e3.5014,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20501]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5015,line=1LOG:  connection received: host=10.10.1.3 port=43204
2018-06-22 10:29:55 EDT [20501]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43204),id=5b2d07e3.5015,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20502]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5016,line=1LOG:  connection received: host=10.10.1.3 port=43205
2018-06-22 10:29:55 EDT [20502]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43205),id=5b2d07e3.5016,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20503]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5017,line=1LOG:  connection received: host=10.10.1.3 port=43206
2018-06-22 10:29:55 EDT [20503]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43206),id=5b2d07e3.5017,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20504]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5018,line=1LOG:  connection received: host=10.10.1.3 port=43207
2018-06-22 10:29:55 EDT [20504]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43207),id=5b2d07e3.5018,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20505]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5019,line=1LOG:  connection received: host=10.10.1.3 port=43208
2018-06-22 10:29:55 EDT [20505]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43208),id=5b2d07e3.5019,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20506]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.501a,line=1LOG:  connection received: host=10.10.1.3 port=43209
2018-06-22 10:29:55 EDT [20506]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43209),id=5b2d07e3.501a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20507]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.501b,line=1LOG:  connection received: host=10.10.1.3 port=43210
2018-06-22 10:29:55 EDT [20507]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43210),id=5b2d07e3.501b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20508]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.501c,line=1LOG:  connection received: host=10.10.1.3 port=43211
2018-06-22 10:29:55 EDT [20508]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43211),id=5b2d07e3.501c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20509]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.501d,line=1LOG:  connection received: host=10.10.1.3 port=43212
2018-06-22 10:29:55 EDT [20509]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43212),id=5b2d07e3.501d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20510]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.501e,line=1LOG:  connection received: host=10.10.1.3 port=43213
2018-06-22 10:29:55 EDT [20510]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43213),id=5b2d07e3.501e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20511]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.501f,line=1LOG:  connection received: host=10.10.1.3 port=43214
2018-06-22 10:29:55 EDT [20511]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43214),id=5b2d07e3.501f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20512]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5020,line=1LOG:  connection received: host=10.10.5.116 port=51798
2018-06-22 10:29:55 EDT [20512]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51798),id=5b2d07e3.5020,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20513]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5021,line=1LOG:  connection received: host=10.10.1.3 port=43215
2018-06-22 10:29:55 EDT [20513]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43215),id=5b2d07e3.5021,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20514]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5022,line=1LOG:  connection received: host=10.10.3.7 port=41828
2018-06-22 10:29:55 EDT [20514]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41828),id=5b2d07e3.5022,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20515]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5023,line=1LOG:  connection received: host=10.10.1.3 port=43216
2018-06-22 10:29:55 EDT [20515]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43216),id=5b2d07e3.5023,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20516]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5024,line=1LOG:  connection received: host=10.10.1.3 port=43217
2018-06-22 10:29:55 EDT [20516]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43217),id=5b2d07e3.5024,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20517]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5025,line=1LOG:  connection received: host=10.10.1.3 port=43218
2018-06-22 10:29:55 EDT [20517]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43218),id=5b2d07e3.5025,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20518]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5026,line=1LOG:  connection received: host=10.10.1.3 port=43219
2018-06-22 10:29:55 EDT [20518]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43219),id=5b2d07e3.5026,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20519]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5027,line=1LOG:  connection received: host=10.10.1.3 port=43220
2018-06-22 10:29:55 EDT [20519]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43220),id=5b2d07e3.5027,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20520]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5028,line=1LOG:  connection received: host=10.10.1.3 port=43221
2018-06-22 10:29:55 EDT [20520]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43221),id=5b2d07e3.5028,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20521]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5029,line=1LOG:  connection received: host=10.10.1.3 port=43222
2018-06-22 10:29:55 EDT [20521]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43222),id=5b2d07e3.5029,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20522]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.502a,line=1LOG:  connection received: host=10.10.1.3 port=43223
2018-06-22 10:29:55 EDT [20522]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43223),id=5b2d07e3.502a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20523]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.502b,line=1LOG:  connection received: host=10.10.1.3 port=43224
2018-06-22 10:29:55 EDT [20523]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43224),id=5b2d07e3.502b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20524]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.502c,line=1LOG:  connection received: host=10.10.1.3 port=43225
2018-06-22 10:29:55 EDT [20524]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43225),id=5b2d07e3.502c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20525]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.502d,line=1LOG:  connection received: host=10.10.1.3 port=43226
2018-06-22 10:29:55 EDT [20525]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43226),id=5b2d07e3.502d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20526]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.502e,line=1LOG:  connection received: host=10.10.3.7 port=21738
2018-06-22 10:29:55 EDT [20526]: [2-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(21738),id=5b2d07e3.502e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20527]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.502f,line=1LOG:  connection received: host=10.10.1.3 port=43227
2018-06-22 10:29:55 EDT [20527]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43227),id=5b2d07e3.502f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20528]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5030,line=1LOG:  connection received: host=10.10.1.3 port=43228
2018-06-22 10:29:55 EDT [20528]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43228),id=5b2d07e3.5030,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20529]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5031,line=1LOG:  connection received: host=10.10.1.3 port=43229
2018-06-22 10:29:55 EDT [20529]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43229),id=5b2d07e3.5031,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20530]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5032,line=1LOG:  connection received: host=10.10.1.3 port=43230
2018-06-22 10:29:55 EDT [20530]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43230),id=5b2d07e3.5032,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20531]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5033,line=1LOG:  connection received: host=10.10.1.3 port=43231
2018-06-22 10:29:55 EDT [20531]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43231),id=5b2d07e3.5033,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20532]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5034,line=1LOG:  connection received: host=10.10.1.3 port=43232
2018-06-22 10:29:55 EDT [20532]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43232),id=5b2d07e3.5034,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20533]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5035,line=1LOG:  connection received: host=10.10.1.3 port=43233
2018-06-22 10:29:55 EDT [20533]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43233),id=5b2d07e3.5035,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20534]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5036,line=1LOG:  connection received: host=10.10.1.3 port=43234
2018-06-22 10:29:55 EDT [20534]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43234),id=5b2d07e3.5036,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20535]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5037,line=1LOG:  connection received: host=10.10.1.3 port=43235
2018-06-22 10:29:55 EDT [20535]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43235),id=5b2d07e3.5037,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20536]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5038,line=1LOG:  connection received: host=10.10.1.3 port=43236
2018-06-22 10:29:55 EDT [20536]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43236),id=5b2d07e3.5038,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20537]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5039,line=1LOG:  connection received: host=10.10.1.3 port=43237
2018-06-22 10:29:55 EDT [20537]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43237),id=5b2d07e3.5039,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20538]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.503a,line=1LOG:  connection received: host=10.10.1.3 port=43238
2018-06-22 10:29:55 EDT [20538]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43238),id=5b2d07e3.503a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20539]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.503b,line=1LOG:  connection received: host=10.10.1.3 port=43239
2018-06-22 10:29:55 EDT [20539]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43239),id=5b2d07e3.503b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20540]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.503c,line=1LOG:  connection received: host=10.10.1.3 port=43240
2018-06-22 10:29:55 EDT [20540]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43240),id=5b2d07e3.503c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20541]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.503d,line=1LOG:  connection received: host=10.10.1.3 port=43241
2018-06-22 10:29:55 EDT [20541]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43241),id=5b2d07e3.503d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20542]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.503e,line=1LOG:  connection received: host=10.10.1.3 port=43242
2018-06-22 10:29:55 EDT [20542]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43242),id=5b2d07e3.503e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20543]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.503f,line=1LOG:  connection received: host=10.10.1.3 port=43243
2018-06-22 10:29:55 EDT [20544]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5040,line=1LOG:  connection received: host=10.10.1.3 port=43244
2018-06-22 10:29:55 EDT [20543]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43243),id=5b2d07e3.503f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20544]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43244),id=5b2d07e3.5040,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20545]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5041,line=1LOG:  connection received: host=10.10.1.3 port=43245
2018-06-22 10:29:55 EDT [20545]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43245),id=5b2d07e3.5041,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20546]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5042,line=1LOG:  connection received: host=10.10.1.3 port=43246
2018-06-22 10:29:55 EDT [20546]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43246),id=5b2d07e3.5042,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20547]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5043,line=1LOG:  connection received: host=10.10.1.3 port=43247
2018-06-22 10:29:55 EDT [20547]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43247),id=5b2d07e3.5043,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20548]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5044,line=1LOG:  connection received: host=10.10.1.3 port=43248
2018-06-22 10:29:55 EDT [20548]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43248),id=5b2d07e3.5044,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20549]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5045,line=1LOG:  connection received: host=10.10.1.3 port=43249
2018-06-22 10:29:55 EDT [20549]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43249),id=5b2d07e3.5045,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20550]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5046,line=1LOG:  connection received: host=10.10.1.3 port=43250
2018-06-22 10:29:55 EDT [20550]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43250),id=5b2d07e3.5046,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20551]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5047,line=1LOG:  connection received: host=10.10.1.3 port=43251
2018-06-22 10:29:55 EDT [20551]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43251),id=5b2d07e3.5047,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20552]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5048,line=1LOG:  connection received: host=10.10.1.3 port=43252
2018-06-22 10:29:55 EDT [20552]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43252),id=5b2d07e3.5048,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20553]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5049,line=1LOG:  connection received: host=10.10.3.7 port=34514
2018-06-22 10:29:55 EDT [20553]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34514),id=5b2d07e3.5049,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20554]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.504a,line=1LOG:  connection received: host=10.10.1.3 port=43253
2018-06-22 10:29:55 EDT [20554]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43253),id=5b2d07e3.504a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20555]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.504b,line=1LOG:  connection received: host=10.10.1.3 port=43254
2018-06-22 10:29:55 EDT [20555]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43254),id=5b2d07e3.504b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20556]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.504c,line=1LOG:  connection received: host=10.10.1.3 port=43255
2018-06-22 10:29:55 EDT [20556]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43255),id=5b2d07e3.504c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20557]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.504d,line=1LOG:  connection received: host=10.10.1.3 port=43256
2018-06-22 10:29:55 EDT [20557]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43256),id=5b2d07e3.504d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20558]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.504e,line=1LOG:  connection received: host=10.10.1.3 port=43257
2018-06-22 10:29:55 EDT [20558]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43257),id=5b2d07e3.504e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20559]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.504f,line=1LOG:  connection received: host=10.10.1.3 port=43258
2018-06-22 10:29:55 EDT [20559]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43258),id=5b2d07e3.504f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20560]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5050,line=1LOG:  connection received: host=10.10.1.3 port=43259
2018-06-22 10:29:55 EDT [20560]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43259),id=5b2d07e3.5050,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20561]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5051,line=1LOG:  connection received: host=10.10.1.3 port=43260
2018-06-22 10:29:55 EDT [20561]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43260),id=5b2d07e3.5051,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20562]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5052,line=1LOG:  connection received: host=10.10.1.3 port=43261
2018-06-22 10:29:55 EDT [20562]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43261),id=5b2d07e3.5052,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20563]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5053,line=1LOG:  connection received: host=10.10.1.3 port=43262
2018-06-22 10:29:55 EDT [20563]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43262),id=5b2d07e3.5053,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20564]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5054,line=1LOG:  connection received: host=10.10.5.116 port=51799
2018-06-22 10:29:55 EDT [20564]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51799),id=5b2d07e3.5054,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20565]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5055,line=1LOG:  connection received: host=10.10.1.3 port=43263
2018-06-22 10:29:55 EDT [20565]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43263),id=5b2d07e3.5055,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20566]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5056,line=1LOG:  connection received: host=10.10.1.3 port=43264
2018-06-22 10:29:55 EDT [20566]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43264),id=5b2d07e3.5056,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20567]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5057,line=1LOG:  connection received: host=10.10.1.3 port=43265
2018-06-22 10:29:55 EDT [20567]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43265),id=5b2d07e3.5057,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20568]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5058,line=1LOG:  connection received: host=10.10.1.3 port=43266
2018-06-22 10:29:55 EDT [20568]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43266),id=5b2d07e3.5058,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20569]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5059,line=1LOG:  connection received: host=10.10.3.7 port=55343
2018-06-22 10:29:55 EDT [20570]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.505a,line=1LOG:  connection received: host=10.10.1.3 port=43267
2018-06-22 10:29:55 EDT [20569]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55343),id=5b2d07e3.5059,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20570]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43267),id=5b2d07e3.505a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20571]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.505b,line=1LOG:  connection received: host=10.10.1.3 port=43268
2018-06-22 10:29:55 EDT [20571]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43268),id=5b2d07e3.505b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20572]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.505c,line=1LOG:  connection received: host=10.10.1.3 port=43269
2018-06-22 10:29:55 EDT [20572]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43269),id=5b2d07e3.505c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20573]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.505d,line=1LOG:  connection received: host=10.10.5.116 port=51800
2018-06-22 10:29:55 EDT [20573]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51800),id=5b2d07e3.505d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20574]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.505e,line=1LOG:  connection received: host=10.10.1.3 port=43270
2018-06-22 10:29:55 EDT [20574]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43270),id=5b2d07e3.505e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20575]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.505f,line=1LOG:  connection received: host=10.10.1.3 port=43271
2018-06-22 10:29:55 EDT [20575]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43271),id=5b2d07e3.505f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20576]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5060,line=1LOG:  connection received: host=10.10.1.3 port=43272
2018-06-22 10:29:55 EDT [20576]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43272),id=5b2d07e3.5060,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20577]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5061,line=1LOG:  connection received: host=10.10.1.3 port=43273
2018-06-22 10:29:55 EDT [20577]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43273),id=5b2d07e3.5061,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20578]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5062,line=1LOG:  connection received: host=10.10.1.3 port=43274
2018-06-22 10:29:55 EDT [20578]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43274),id=5b2d07e3.5062,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20579]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5063,line=1LOG:  connection received: host=10.10.1.3 port=43275
2018-06-22 10:29:55 EDT [20579]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43275),id=5b2d07e3.5063,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20580]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5064,line=1LOG:  connection received: host=10.10.1.3 port=43276
2018-06-22 10:29:55 EDT [20580]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43276),id=5b2d07e3.5064,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20581]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5065,line=1LOG:  connection received: host=10.10.1.3 port=43277
2018-06-22 10:29:55 EDT [20581]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43277),id=5b2d07e3.5065,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20582]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5066,line=1LOG:  connection received: host=10.10.1.3 port=43278
2018-06-22 10:29:55 EDT [20582]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43278),id=5b2d07e3.5066,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20583]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5067,line=1LOG:  connection received: host=10.10.1.3 port=43279
2018-06-22 10:29:55 EDT [20583]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43279),id=5b2d07e3.5067,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20584]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5068,line=1LOG:  connection received: host=10.10.1.3 port=43280
2018-06-22 10:29:55 EDT [20584]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43280),id=5b2d07e3.5068,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20585]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5069,line=1LOG:  connection received: host=10.10.1.3 port=43281
2018-06-22 10:29:55 EDT [20585]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43281),id=5b2d07e3.5069,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20586]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.506a,line=1LOG:  connection received: host=10.10.1.3 port=43282
2018-06-22 10:29:55 EDT [20586]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43282),id=5b2d07e3.506a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20587]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.506b,line=1LOG:  connection received: host=10.10.1.3 port=43283
2018-06-22 10:29:55 EDT [20587]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43283),id=5b2d07e3.506b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20588]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.506c,line=1LOG:  connection received: host=10.10.1.3 port=43284
2018-06-22 10:29:55 EDT [20588]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43284),id=5b2d07e3.506c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20589]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.506d,line=1LOG:  connection received: host=10.10.1.3 port=43285
2018-06-22 10:29:55 EDT [20589]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43285),id=5b2d07e3.506d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20590]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.506e,line=1LOG:  connection received: host=10.10.1.3 port=43286
2018-06-22 10:29:55 EDT [20590]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43286),id=5b2d07e3.506e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20591]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.506f,line=1LOG:  connection received: host=10.10.1.3 port=43287
2018-06-22 10:29:55 EDT [20591]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43287),id=5b2d07e3.506f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20592]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5070,line=1LOG:  connection received: host=10.10.1.3 port=43288
2018-06-22 10:29:55 EDT [20592]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43288),id=5b2d07e3.5070,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20593]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5071,line=1LOG:  connection received: host=10.10.1.3 port=43289
2018-06-22 10:29:55 EDT [20593]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43289),id=5b2d07e3.5071,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20594]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5072,line=1LOG:  connection received: host=10.10.1.3 port=43290
2018-06-22 10:29:55 EDT [20594]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43290),id=5b2d07e3.5072,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20595]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5073,line=1LOG:  connection received: host=10.10.1.3 port=43291
2018-06-22 10:29:55 EDT [20595]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43291),id=5b2d07e3.5073,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20596]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5074,line=1LOG:  connection received: host=10.10.3.7 port=54228
2018-06-22 10:29:55 EDT [20596]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54228),id=5b2d07e3.5074,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20597]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5075,line=1LOG:  connection received: host=10.10.1.3 port=43292
2018-06-22 10:29:55 EDT [20597]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43292),id=5b2d07e3.5075,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20598]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5076,line=1LOG:  connection received: host=10.10.1.3 port=43293
2018-06-22 10:29:55 EDT [20598]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43293),id=5b2d07e3.5076,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20599]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5077,line=1LOG:  connection received: host=10.10.1.3 port=43294
2018-06-22 10:29:55 EDT [20599]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43294),id=5b2d07e3.5077,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20600]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5078,line=1LOG:  connection received: host=10.10.1.3 port=43295
2018-06-22 10:29:55 EDT [20600]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43295),id=5b2d07e3.5078,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20601]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5079,line=1LOG:  connection received: host=10.10.1.3 port=43296
2018-06-22 10:29:55 EDT [20601]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43296),id=5b2d07e3.5079,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20602]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.507a,line=1LOG:  connection received: host=10.10.1.3 port=43297
2018-06-22 10:29:55 EDT [20602]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43297),id=5b2d07e3.507a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20603]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.507b,line=1LOG:  connection received: host=10.10.1.3 port=43298
2018-06-22 10:29:55 EDT [20603]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43298),id=5b2d07e3.507b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20604]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.507c,line=1LOG:  connection received: host=10.10.1.3 port=43299
2018-06-22 10:29:55 EDT [20605]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.507d,line=1LOG:  connection received: host=10.10.5.116 port=51801
2018-06-22 10:29:55 EDT [20604]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43299),id=5b2d07e3.507c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20605]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51801),id=5b2d07e3.507d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20606]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.507e,line=1LOG:  connection received: host=10.10.1.3 port=43300
2018-06-22 10:29:55 EDT [20606]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43300),id=5b2d07e3.507e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20607]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.507f,line=1LOG:  connection received: host=10.10.1.3 port=43301
2018-06-22 10:29:55 EDT [20607]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43301),id=5b2d07e3.507f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20608]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5080,line=1LOG:  connection received: host=10.10.1.3 port=43302
2018-06-22 10:29:55 EDT [20608]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43302),id=5b2d07e3.5080,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20609]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5081,line=1LOG:  connection received: host=10.10.1.3 port=43303
2018-06-22 10:29:55 EDT [20609]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43303),id=5b2d07e3.5081,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20610]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5082,line=1LOG:  connection received: host=10.10.1.3 port=43304
2018-06-22 10:29:55 EDT [20610]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43304),id=5b2d07e3.5082,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20611]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5083,line=1LOG:  connection received: host=10.10.1.3 port=43305
2018-06-22 10:29:55 EDT [20611]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43305),id=5b2d07e3.5083,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20612]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5084,line=1LOG:  connection received: host=10.10.3.7 port=55344
2018-06-22 10:29:55 EDT [20613]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5085,line=1LOG:  connection received: host=10.10.1.3 port=43306
2018-06-22 10:29:55 EDT [20612]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55344),id=5b2d07e3.5084,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20613]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43306),id=5b2d07e3.5085,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20614]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5086,line=1LOG:  connection received: host=10.10.1.3 port=43307
2018-06-22 10:29:55 EDT [20614]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43307),id=5b2d07e3.5086,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20615]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5087,line=1LOG:  connection received: host=10.10.1.3 port=43308
2018-06-22 10:29:55 EDT [20615]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43308),id=5b2d07e3.5087,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20616]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5088,line=1LOG:  connection received: host=10.10.1.3 port=43309
2018-06-22 10:29:55 EDT [20616]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43309),id=5b2d07e3.5088,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20617]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5089,line=1LOG:  connection received: host=10.10.1.3 port=43310
2018-06-22 10:29:55 EDT [20617]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43310),id=5b2d07e3.5089,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20618]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.508a,line=1LOG:  connection received: host=10.10.1.3 port=43311
2018-06-22 10:29:55 EDT [20618]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43311),id=5b2d07e3.508a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20619]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.508b,line=1LOG:  connection received: host=10.10.1.3 port=43312
2018-06-22 10:29:55 EDT [20619]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43312),id=5b2d07e3.508b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20620]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.508c,line=1LOG:  connection received: host=10.10.1.3 port=43313
2018-06-22 10:29:55 EDT [20620]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43313),id=5b2d07e3.508c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20621]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.508d,line=1LOG:  connection received: host=10.10.1.3 port=43314
2018-06-22 10:29:55 EDT [20621]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43314),id=5b2d07e3.508d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20622]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.508e,line=1LOG:  connection received: host=10.10.1.3 port=43315
2018-06-22 10:29:55 EDT [20622]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43315),id=5b2d07e3.508e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20623]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.508f,line=1LOG:  connection received: host=10.10.1.3 port=43316
2018-06-22 10:29:55 EDT [20623]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43316),id=5b2d07e3.508f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20624]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5090,line=1LOG:  connection received: host=10.10.1.3 port=43317
2018-06-22 10:29:55 EDT [20624]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43317),id=5b2d07e3.5090,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20625]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5091,line=1LOG:  connection received: host=10.10.1.3 port=43318
2018-06-22 10:29:55 EDT [20625]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43318),id=5b2d07e3.5091,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20626]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5092,line=1LOG:  connection received: host=10.10.1.3 port=43319
2018-06-22 10:29:55 EDT [20626]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43319),id=5b2d07e3.5092,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20627]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5093,line=1LOG:  connection received: host=10.10.1.3 port=43320
2018-06-22 10:29:55 EDT [20627]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43320),id=5b2d07e3.5093,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20628]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5094,line=1LOG:  connection received: host=10.10.1.3 port=43321
2018-06-22 10:29:55 EDT [20628]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43321),id=5b2d07e3.5094,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20629]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5095,line=1LOG:  connection received: host=10.10.1.3 port=43322
2018-06-22 10:29:55 EDT [20629]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43322),id=5b2d07e3.5095,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20630]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5096,line=1LOG:  connection received: host=10.10.1.3 port=43323
2018-06-22 10:29:55 EDT [20630]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43323),id=5b2d07e3.5096,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20631]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5097,line=1LOG:  connection received: host=10.10.1.3 port=43324
2018-06-22 10:29:55 EDT [20631]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43324),id=5b2d07e3.5097,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20632]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5098,line=1LOG:  connection received: host=10.10.1.3 port=43325
2018-06-22 10:29:55 EDT [20632]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43325),id=5b2d07e3.5098,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20633]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.5099,line=1LOG:  connection received: host=10.10.3.7 port=36503
2018-06-22 10:29:55 EDT [20634]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.509a,line=1LOG:  connection received: host=10.10.1.3 port=43326
2018-06-22 10:29:55 EDT [20634]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43326),id=5b2d07e3.509a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20635]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.509b,line=1LOG:  connection received: host=10.10.1.3 port=43327
2018-06-22 10:29:55 EDT [20635]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43327),id=5b2d07e3.509b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20636]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.509c,line=1LOG:  connection received: host=10.10.1.3 port=43328
2018-06-22 10:29:55 EDT [20636]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43328),id=5b2d07e3.509c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20637]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.509d,line=1LOG:  connection received: host=10.10.1.3 port=43329
2018-06-22 10:29:55 EDT [20633]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36503),id=5b2d07e3.5099,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20637]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43329),id=5b2d07e3.509d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20638]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.509e,line=1LOG:  connection received: host=10.10.1.3 port=43330
2018-06-22 10:29:55 EDT [20638]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43330),id=5b2d07e3.509e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20639]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.509f,line=1LOG:  connection received: host=10.10.1.3 port=43331
2018-06-22 10:29:55 EDT [20639]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43331),id=5b2d07e3.509f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20640]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a0,line=1LOG:  connection received: host=10.10.1.3 port=43332
2018-06-22 10:29:55 EDT [20640]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43332),id=5b2d07e3.50a0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20641]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a1,line=1LOG:  connection received: host=10.10.1.3 port=43333
2018-06-22 10:29:55 EDT [20641]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43333),id=5b2d07e3.50a1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20642]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a2,line=1LOG:  connection received: host=10.10.1.3 port=43334
2018-06-22 10:29:55 EDT [20642]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43334),id=5b2d07e3.50a2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20643]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a3,line=1LOG:  connection received: host=10.10.1.3 port=43335
2018-06-22 10:29:55 EDT [20643]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43335),id=5b2d07e3.50a3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20644]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a4,line=1LOG:  connection received: host=10.10.1.3 port=43336
2018-06-22 10:29:55 EDT [20644]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43336),id=5b2d07e3.50a4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20645]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a5,line=1LOG:  connection received: host=10.10.1.3 port=43337
2018-06-22 10:29:55 EDT [20645]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43337),id=5b2d07e3.50a5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20646]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a6,line=1LOG:  connection received: host=10.10.5.137 port=46953
2018-06-22 10:29:55 EDT [20646]: [2-1] user=twclaim,db=forte ,host=10.10.5.137,port=10.10.5.137(46953),id=5b2d07e3.50a6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20647]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a7,line=1LOG:  connection received: host=10.10.1.3 port=43338
2018-06-22 10:29:55 EDT [20647]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43338),id=5b2d07e3.50a7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20648]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a8,line=1LOG:  connection received: host=10.10.1.3 port=43339
2018-06-22 10:29:55 EDT [20648]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43339),id=5b2d07e3.50a8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20649]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50a9,line=1LOG:  connection received: host=10.10.1.3 port=43340
2018-06-22 10:29:55 EDT [20649]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43340),id=5b2d07e3.50a9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20650]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50aa,line=1LOG:  connection received: host=10.10.3.7 port=36504
2018-06-22 10:29:55 EDT [20651]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50ab,line=1LOG:  connection received: host=10.10.1.3 port=43341
2018-06-22 10:29:55 EDT [20651]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43341),id=5b2d07e3.50ab,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20652]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50ac,line=1LOG:  connection received: host=10.10.1.3 port=43342
2018-06-22 10:29:55 EDT [20652]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43342),id=5b2d07e3.50ac,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20650]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36504),id=5b2d07e3.50aa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20653]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50ad,line=1LOG:  connection received: host=10.10.1.3 port=43343
2018-06-22 10:29:55 EDT [20653]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43343),id=5b2d07e3.50ad,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20654]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50ae,line=1LOG:  connection received: host=10.10.1.3 port=43344
2018-06-22 10:29:55 EDT [20654]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43344),id=5b2d07e3.50ae,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:55 EDT [20655]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e3.50af,line=1LOG:  connection received: host=10.10.1.3 port=43345
2018-06-22 10:29:55 EDT [20655]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43345),id=5b2d07e3.50af,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20656]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b0,line=1LOG:  connection received: host=10.10.1.3 port=43346
2018-06-22 10:29:56 EDT [20656]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43346),id=5b2d07e4.50b0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20657]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b1,line=1LOG:  connection received: host=10.10.1.3 port=43347
2018-06-22 10:29:56 EDT [20657]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43347),id=5b2d07e4.50b1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20658]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b2,line=1LOG:  connection received: host=10.10.1.3 port=43348
2018-06-22 10:29:56 EDT [20658]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43348),id=5b2d07e4.50b2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20659]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b3,line=1LOG:  connection received: host=10.10.1.3 port=43349
2018-06-22 10:29:56 EDT [20659]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43349),id=5b2d07e4.50b3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20660]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b4,line=1LOG:  connection received: host=10.10.1.3 port=43350
2018-06-22 10:29:56 EDT [20660]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43350),id=5b2d07e4.50b4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20661]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b5,line=1LOG:  connection received: host=10.10.1.3 port=43351
2018-06-22 10:29:56 EDT [20661]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43351),id=5b2d07e4.50b5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20662]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b6,line=1LOG:  connection received: host=10.10.1.3 port=43352
2018-06-22 10:29:56 EDT [20662]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43352),id=5b2d07e4.50b6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20663]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b7,line=1LOG:  connection received: host=10.10.1.3 port=43353
2018-06-22 10:29:56 EDT [20663]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43353),id=5b2d07e4.50b7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20664]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b8,line=1LOG:  connection received: host=10.10.1.3 port=43354
2018-06-22 10:29:56 EDT [20664]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43354),id=5b2d07e4.50b8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20665]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50b9,line=1LOG:  connection received: host=10.10.1.3 port=43355
2018-06-22 10:29:56 EDT [20665]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43355),id=5b2d07e4.50b9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20666]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ba,line=1LOG:  connection received: host=10.10.1.3 port=43356
2018-06-22 10:29:56 EDT [20666]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43356),id=5b2d07e4.50ba,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20667]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50bb,line=1LOG:  connection received: host=10.10.1.3 port=43357
2018-06-22 10:29:56 EDT [20667]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43357),id=5b2d07e4.50bb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20668]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50bc,line=1LOG:  connection received: host=10.10.1.3 port=43358
2018-06-22 10:29:56 EDT [20668]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43358),id=5b2d07e4.50bc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20669]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50bd,line=1LOG:  connection received: host=10.10.3.7 port=47741
2018-06-22 10:29:56 EDT [20669]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(47741),id=5b2d07e4.50bd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20670]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50be,line=1LOG:  connection received: host=10.10.1.3 port=43359
2018-06-22 10:29:56 EDT [20670]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43359),id=5b2d07e4.50be,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20671]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50bf,line=1LOG:  connection received: host=10.10.1.3 port=43360
2018-06-22 10:29:56 EDT [20671]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43360),id=5b2d07e4.50bf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20672]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c0,line=1LOG:  connection received: host=10.10.1.3 port=43361
2018-06-22 10:29:56 EDT [20672]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43361),id=5b2d07e4.50c0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20673]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c1,line=1LOG:  connection received: host=10.10.1.3 port=43362
2018-06-22 10:29:56 EDT [20673]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43362),id=5b2d07e4.50c1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20674]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c2,line=1LOG:  connection received: host=10.10.3.7 port=36505
2018-06-22 10:29:56 EDT [20674]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36505),id=5b2d07e4.50c2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20675]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c3,line=1LOG:  connection received: host=10.10.1.3 port=43363
2018-06-22 10:29:56 EDT [20675]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43363),id=5b2d07e4.50c3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20676]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c4,line=1LOG:  connection received: host=10.10.1.3 port=43364
2018-06-22 10:29:56 EDT [20676]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43364),id=5b2d07e4.50c4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20677]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c5,line=1LOG:  connection received: host=10.10.1.3 port=43365
2018-06-22 10:29:56 EDT [20677]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43365),id=5b2d07e4.50c5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20678]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c6,line=1LOG:  connection received: host=10.10.1.3 port=43366
2018-06-22 10:29:56 EDT [20678]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43366),id=5b2d07e4.50c6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20679]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c7,line=1LOG:  connection received: host=10.10.1.3 port=43367
2018-06-22 10:29:56 EDT [20679]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43367),id=5b2d07e4.50c7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20680]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c8,line=1LOG:  connection received: host=10.10.1.3 port=43368
2018-06-22 10:29:56 EDT [20680]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43368),id=5b2d07e4.50c8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20681]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50c9,line=1LOG:  connection received: host=10.10.1.3 port=43369
2018-06-22 10:29:56 EDT [20681]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43369),id=5b2d07e4.50c9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20682]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ca,line=1LOG:  connection received: host=10.10.1.3 port=43370
2018-06-22 10:29:56 EDT [20682]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43370),id=5b2d07e4.50ca,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20683]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50cb,line=1LOG:  connection received: host=10.10.1.3 port=43371
2018-06-22 10:29:56 EDT [20683]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43371),id=5b2d07e4.50cb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20684]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50cc,line=1LOG:  connection received: host=10.10.3.7 port=57262
2018-06-22 10:29:56 EDT [20685]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50cd,line=1LOG:  connection received: host=10.10.1.3 port=43372
2018-06-22 10:29:56 EDT [20684]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(57262),id=5b2d07e4.50cc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20685]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43372),id=5b2d07e4.50cd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20686]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ce,line=1LOG:  connection received: host=10.10.1.3 port=43373
2018-06-22 10:29:56 EDT [20686]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43373),id=5b2d07e4.50ce,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20687]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50cf,line=1LOG:  connection received: host=10.10.1.3 port=43374
2018-06-22 10:29:56 EDT [20687]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43374),id=5b2d07e4.50cf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20688]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d0,line=1LOG:  connection received: host=10.10.3.7 port=36506
2018-06-22 10:29:56 EDT [20689]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d1,line=1LOG:  connection received: host=10.10.1.3 port=43375
2018-06-22 10:29:56 EDT [20689]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43375),id=5b2d07e4.50d1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20688]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36506),id=5b2d07e4.50d0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20690]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d2,line=1LOG:  connection received: host=10.10.1.3 port=43376
2018-06-22 10:29:56 EDT [20690]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43376),id=5b2d07e4.50d2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20691]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d3,line=1LOG:  connection received: host=10.10.1.3 port=43377
2018-06-22 10:29:56 EDT [20691]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43377),id=5b2d07e4.50d3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20692]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d4,line=1LOG:  connection received: host=10.10.1.3 port=43378
2018-06-22 10:29:56 EDT [20692]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43378),id=5b2d07e4.50d4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20693]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d5,line=1LOG:  connection received: host=10.10.1.3 port=43379
2018-06-22 10:29:56 EDT [20693]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43379),id=5b2d07e4.50d5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20694]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d6,line=1LOG:  connection received: host=10.10.1.3 port=43380
2018-06-22 10:29:56 EDT [20694]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43380),id=5b2d07e4.50d6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20695]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d7,line=1LOG:  connection received: host=10.10.1.3 port=43381
2018-06-22 10:29:56 EDT [20695]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43381),id=5b2d07e4.50d7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20696]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d8,line=1LOG:  connection received: host=10.10.1.3 port=43382
2018-06-22 10:29:56 EDT [20696]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43382),id=5b2d07e4.50d8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20697]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50d9,line=1LOG:  connection received: host=10.10.3.7 port=36507
2018-06-22 10:29:56 EDT [20697]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36507),id=5b2d07e4.50d9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20698]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50da,line=1LOG:  connection received: host=10.10.1.3 port=43383
2018-06-22 10:29:56 EDT [20698]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43383),id=5b2d07e4.50da,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20699]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50db,line=1LOG:  connection received: host=10.10.3.7 port=34515
2018-06-22 10:29:56 EDT [20699]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34515),id=5b2d07e4.50db,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20700]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50dc,line=1LOG:  connection received: host=10.10.1.3 port=43384
2018-06-22 10:29:56 EDT [20700]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43384),id=5b2d07e4.50dc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20701]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50dd,line=1LOG:  connection received: host=10.10.1.3 port=43385
2018-06-22 10:29:56 EDT [20701]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43385),id=5b2d07e4.50dd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20702]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50de,line=1LOG:  connection received: host=10.10.1.3 port=43386
2018-06-22 10:29:56 EDT [20702]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43386),id=5b2d07e4.50de,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20703]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50df,line=1LOG:  connection received: host=10.10.1.3 port=43387
2018-06-22 10:29:56 EDT [20703]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43387),id=5b2d07e4.50df,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20704]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e0,line=1LOG:  connection received: host=10.10.1.3 port=43388
2018-06-22 10:29:56 EDT [20704]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43388),id=5b2d07e4.50e0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20705]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e1,line=1LOG:  connection received: host=10.10.3.7 port=58448
2018-06-22 10:29:56 EDT [20705]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58448),id=5b2d07e4.50e1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20706]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e2,line=1LOG:  connection received: host=10.10.1.3 port=43389
2018-06-22 10:29:56 EDT [20706]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43389),id=5b2d07e4.50e2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20707]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e3,line=1LOG:  connection received: host=10.10.1.3 port=43390
2018-06-22 10:29:56 EDT [20707]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43390),id=5b2d07e4.50e3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20708]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e4,line=1LOG:  connection received: host=10.10.1.3 port=43391
2018-06-22 10:29:56 EDT [20708]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43391),id=5b2d07e4.50e4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20709]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e5,line=1LOG:  connection received: host=10.10.1.3 port=43392
2018-06-22 10:29:56 EDT [20709]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43392),id=5b2d07e4.50e5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20710]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e6,line=1LOG:  connection received: host=10.10.1.3 port=43393
2018-06-22 10:29:56 EDT [20710]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43393),id=5b2d07e4.50e6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20711]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e7,line=1LOG:  connection received: host=10.10.1.3 port=43394
2018-06-22 10:29:56 EDT [20711]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43394),id=5b2d07e4.50e7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20712]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e8,line=1LOG:  connection received: host=10.10.1.3 port=43395
2018-06-22 10:29:56 EDT [20712]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43395),id=5b2d07e4.50e8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20713]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50e9,line=1LOG:  connection received: host=10.10.1.3 port=43396
2018-06-22 10:29:56 EDT [20713]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43396),id=5b2d07e4.50e9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20714]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ea,line=1LOG:  connection received: host=10.10.1.3 port=43397
2018-06-22 10:29:56 EDT [20714]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43397),id=5b2d07e4.50ea,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20715]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50eb,line=1LOG:  connection received: host=10.10.1.3 port=43398
2018-06-22 10:29:56 EDT [20715]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43398),id=5b2d07e4.50eb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20716]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ec,line=1LOG:  connection received: host=10.10.1.3 port=43399
2018-06-22 10:29:56 EDT [20716]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43399),id=5b2d07e4.50ec,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20717]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ed,line=1LOG:  connection received: host=10.10.1.3 port=43400
2018-06-22 10:29:56 EDT [20717]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43400),id=5b2d07e4.50ed,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20718]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ee,line=1LOG:  connection received: host=10.10.1.3 port=43401
2018-06-22 10:29:56 EDT [20718]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43401),id=5b2d07e4.50ee,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20719]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ef,line=1LOG:  connection received: host=10.10.1.3 port=43402
2018-06-22 10:29:56 EDT [20719]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43402),id=5b2d07e4.50ef,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20720]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f0,line=1LOG:  connection received: host=10.10.1.3 port=43403
2018-06-22 10:29:56 EDT [20720]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43403),id=5b2d07e4.50f0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20721]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f1,line=1LOG:  connection received: host=10.10.1.3 port=43404
2018-06-22 10:29:56 EDT [20721]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43404),id=5b2d07e4.50f1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20722]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f2,line=1LOG:  connection received: host=10.10.1.3 port=43405
2018-06-22 10:29:56 EDT [20722]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43405),id=5b2d07e4.50f2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20723]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f3,line=1LOG:  connection received: host=10.10.1.3 port=43406
2018-06-22 10:29:56 EDT [20723]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43406),id=5b2d07e4.50f3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20724]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f4,line=1LOG:  connection received: host=10.10.1.3 port=43407
2018-06-22 10:29:56 EDT [20724]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43407),id=5b2d07e4.50f4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [19876]: [11-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=11LOG:  record with zero length at 4F41/76B8A338
2018-06-22 10:29:56 EDT [19876]: [12-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=12LOG:  redo done at 4F41/76B8A2F8
2018-06-22 10:29:56 EDT [19876]: [13-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=13LOG:  last completed transaction was at log time 2018-06-22 10:29:52.413686-04
2018-06-22 10:29:56 EDT [20725]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f5,line=1LOG:  connection received: host=10.10.1.3 port=43408
2018-06-22 10:29:56 EDT [20725]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43408),id=5b2d07e4.50f5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20726]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f6,line=1LOG:  connection received: host=10.10.1.3 port=43409
2018-06-22 10:29:56 EDT [20726]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43409),id=5b2d07e4.50f6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20727]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f7,line=1LOG:  connection received: host=10.10.1.3 port=43410
2018-06-22 10:29:56 EDT [20727]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43410),id=5b2d07e4.50f7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20728]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f8,line=1LOG:  connection received: host=10.10.1.3 port=43411
2018-06-22 10:29:56 EDT [20728]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43411),id=5b2d07e4.50f8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20729]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50f9,line=1LOG:  connection received: host=10.10.1.3 port=43412
2018-06-22 10:29:56 EDT [20729]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43412),id=5b2d07e4.50f9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20730]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50fa,line=1LOG:  connection received: host=10.10.1.3 port=43413
2018-06-22 10:29:56 EDT [20730]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43413),id=5b2d07e4.50fa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20731]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50fb,line=1LOG:  connection received: host=10.10.1.3 port=43414
2018-06-22 10:29:56 EDT [20731]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43414),id=5b2d07e4.50fb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20732]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50fc,line=1LOG:  connection received: host=10.10.3.7 port=41829
2018-06-22 10:29:56 EDT [20732]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41829),id=5b2d07e4.50fc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20733]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50fd,line=1LOG:  connection received: host=10.10.1.3 port=43415
2018-06-22 10:29:56 EDT [20733]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43415),id=5b2d07e4.50fd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20734]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50fe,line=1LOG:  connection received: host=10.10.1.3 port=43416
2018-06-22 10:29:56 EDT [20734]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43416),id=5b2d07e4.50fe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20735]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.50ff,line=1LOG:  connection received: host=10.10.1.3 port=43417
2018-06-22 10:29:56 EDT [20735]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43417),id=5b2d07e4.50ff,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20736]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5100,line=1LOG:  connection received: host=10.10.1.3 port=43418
2018-06-22 10:29:56 EDT [20736]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43418),id=5b2d07e4.5100,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20737]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5101,line=1LOG:  connection received: host=10.10.1.3 port=43419
2018-06-22 10:29:56 EDT [20737]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43419),id=5b2d07e4.5101,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20738]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5102,line=1LOG:  connection received: host=10.10.1.3 port=43420
2018-06-22 10:29:56 EDT [20738]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43420),id=5b2d07e4.5102,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20739]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5103,line=1LOG:  connection received: host=10.10.1.3 port=43421
2018-06-22 10:29:56 EDT [20739]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43421),id=5b2d07e4.5103,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20740]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5104,line=1LOG:  connection received: host=10.10.1.3 port=43422
2018-06-22 10:29:56 EDT [20740]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43422),id=5b2d07e4.5104,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20741]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5105,line=1LOG:  connection received: host=10.10.1.3 port=43423
2018-06-22 10:29:56 EDT [20741]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43423),id=5b2d07e4.5105,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20742]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5106,line=1LOG:  connection received: host=10.10.1.3 port=43424
2018-06-22 10:29:56 EDT [20742]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43424),id=5b2d07e4.5106,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20743]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5107,line=1LOG:  connection received: host=10.10.1.3 port=43425
2018-06-22 10:29:56 EDT [20743]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43425),id=5b2d07e4.5107,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20744]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5108,line=1LOG:  connection received: host=10.10.1.3 port=43426
2018-06-22 10:29:56 EDT [20744]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43426),id=5b2d07e4.5108,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20745]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5109,line=1LOG:  connection received: host=10.10.1.3 port=43427
2018-06-22 10:29:56 EDT [20745]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43427),id=5b2d07e4.5109,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20746]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.510a,line=1LOG:  connection received: host=10.10.1.3 port=43428
2018-06-22 10:29:56 EDT [20746]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43428),id=5b2d07e4.510a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20747]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.510b,line=1LOG:  connection received: host=10.10.3.7 port=55345
2018-06-22 10:29:56 EDT [20747]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55345),id=5b2d07e4.510b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20748]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.510c,line=1LOG:  connection received: host=10.10.1.3 port=43429
2018-06-22 10:29:56 EDT [20748]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43429),id=5b2d07e4.510c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20749]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.510d,line=1LOG:  connection received: host=10.10.1.3 port=43430
2018-06-22 10:29:56 EDT [20749]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43430),id=5b2d07e4.510d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20750]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.510e,line=1LOG:  connection received: host=10.10.1.3 port=43431
2018-06-22 10:29:56 EDT [20750]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43431),id=5b2d07e4.510e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20751]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.510f,line=1LOG:  connection received: host=10.10.1.3 port=43432
2018-06-22 10:29:56 EDT [20751]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43432),id=5b2d07e4.510f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20752]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5110,line=1LOG:  connection received: host=10.10.1.3 port=43433
2018-06-22 10:29:56 EDT [20752]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43433),id=5b2d07e4.5110,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20753]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5111,line=1LOG:  connection received: host=10.10.1.3 port=43434
2018-06-22 10:29:56 EDT [20753]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43434),id=5b2d07e4.5111,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20754]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5112,line=1LOG:  connection received: host=10.10.1.3 port=43435
2018-06-22 10:29:56 EDT [20754]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43435),id=5b2d07e4.5112,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20755]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5113,line=1LOG:  connection received: host=10.10.1.3 port=43436
2018-06-22 10:29:56 EDT [20755]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43436),id=5b2d07e4.5113,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20756]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5114,line=1LOG:  connection received: host=10.10.1.3 port=43437
2018-06-22 10:29:56 EDT [20756]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43437),id=5b2d07e4.5114,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20757]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5115,line=1LOG:  connection received: host=10.10.1.3 port=43438
2018-06-22 10:29:56 EDT [20757]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43438),id=5b2d07e4.5115,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20758]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5116,line=1LOG:  connection received: host=10.10.1.3 port=43439
2018-06-22 10:29:56 EDT [20758]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43439),id=5b2d07e4.5116,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20759]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5117,line=1LOG:  connection received: host=10.10.1.3 port=43440
2018-06-22 10:29:56 EDT [20759]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43440),id=5b2d07e4.5117,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20760]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5118,line=1LOG:  connection received: host=10.10.1.3 port=43441
2018-06-22 10:29:56 EDT [20760]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43441),id=5b2d07e4.5118,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20761]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5119,line=1LOG:  connection received: host=10.10.1.3 port=43442
2018-06-22 10:29:56 EDT [20761]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43442),id=5b2d07e4.5119,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20762]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.511a,line=1LOG:  connection received: host=10.10.1.3 port=43443
2018-06-22 10:29:56 EDT [20762]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43443),id=5b2d07e4.511a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20763]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.511b,line=1LOG:  connection received: host=10.10.1.3 port=43444
2018-06-22 10:29:56 EDT [20763]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43444),id=5b2d07e4.511b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20764]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.511c,line=1LOG:  connection received: host=10.10.1.3 port=43445
2018-06-22 10:29:56 EDT [20764]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43445),id=5b2d07e4.511c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20765]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.511d,line=1LOG:  connection received: host=10.10.1.3 port=43446
2018-06-22 10:29:56 EDT [20765]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43446),id=5b2d07e4.511d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20766]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.511e,line=1LOG:  connection received: host=10.10.1.3 port=43447
2018-06-22 10:29:56 EDT [20766]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43447),id=5b2d07e4.511e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20767]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.511f,line=1LOG:  connection received: host=10.10.1.3 port=43448
2018-06-22 10:29:56 EDT [20767]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43448),id=5b2d07e4.511f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20768]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5120,line=1LOG:  connection received: host=10.10.1.3 port=43449
2018-06-22 10:29:56 EDT [20768]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43449),id=5b2d07e4.5120,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20769]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5121,line=1LOG:  connection received: host=10.10.1.3 port=43450
2018-06-22 10:29:56 EDT [20769]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43450),id=5b2d07e4.5121,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20770]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5122,line=1LOG:  connection received: host=10.10.1.3 port=43451
2018-06-22 10:29:56 EDT [20770]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43451),id=5b2d07e4.5122,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20771]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5123,line=1LOG:  connection received: host=10.10.1.3 port=43452
2018-06-22 10:29:56 EDT [20771]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43452),id=5b2d07e4.5123,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20772]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5124,line=1LOG:  connection received: host=10.10.1.3 port=43453
2018-06-22 10:29:56 EDT [20772]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43453),id=5b2d07e4.5124,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20773]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5125,line=1LOG:  connection received: host=10.10.1.3 port=43454
2018-06-22 10:29:56 EDT [20773]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43454),id=5b2d07e4.5125,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20774]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5126,line=1LOG:  connection received: host=10.10.1.3 port=43455
2018-06-22 10:29:56 EDT [20774]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43455),id=5b2d07e4.5126,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20775]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5127,line=1LOG:  connection received: host=10.10.1.3 port=43456
2018-06-22 10:29:56 EDT [20775]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43456),id=5b2d07e4.5127,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20776]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5128,line=1LOG:  connection received: host=10.10.1.3 port=43457
2018-06-22 10:29:56 EDT [20776]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43457),id=5b2d07e4.5128,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20777]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5129,line=1LOG:  connection received: host=10.10.1.3 port=43458
2018-06-22 10:29:56 EDT [20778]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.512a,line=1LOG:  connection received: host=10.10.3.7 port=14967
2018-06-22 10:29:56 EDT [20777]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43458),id=5b2d07e4.5129,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20778]: [2-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(14967),id=5b2d07e4.512a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20779]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.512b,line=1LOG:  connection received: host=10.10.1.3 port=43459
2018-06-22 10:29:56 EDT [20779]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43459),id=5b2d07e4.512b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20780]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.512c,line=1LOG:  connection received: host=10.10.1.3 port=43460
2018-06-22 10:29:56 EDT [20780]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43460),id=5b2d07e4.512c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20781]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.512d,line=1LOG:  connection received: host=10.10.1.3 port=43461
2018-06-22 10:29:56 EDT [20781]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43461),id=5b2d07e4.512d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20782]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.512e,line=1LOG:  connection received: host=10.10.1.3 port=43462
2018-06-22 10:29:56 EDT [20782]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43462),id=5b2d07e4.512e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20783]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.512f,line=1LOG:  connection received: host=10.10.1.3 port=43463
2018-06-22 10:29:56 EDT [20783]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43463),id=5b2d07e4.512f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20784]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5130,line=1LOG:  connection received: host=10.10.1.3 port=43464
2018-06-22 10:29:56 EDT [20784]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43464),id=5b2d07e4.5130,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20785]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5131,line=1LOG:  connection received: host=10.10.1.3 port=43465
2018-06-22 10:29:56 EDT [20785]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43465),id=5b2d07e4.5131,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20786]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5132,line=1LOG:  connection received: host=10.10.1.3 port=43466
2018-06-22 10:29:56 EDT [20786]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43466),id=5b2d07e4.5132,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20787]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5133,line=1LOG:  connection received: host=10.10.1.3 port=43467
2018-06-22 10:29:56 EDT [20787]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43467),id=5b2d07e4.5133,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20788]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5134,line=1LOG:  connection received: host=10.10.1.3 port=43468
2018-06-22 10:29:56 EDT [20788]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43468),id=5b2d07e4.5134,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20789]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5135,line=1LOG:  connection received: host=10.10.1.3 port=43469
2018-06-22 10:29:56 EDT [20789]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43469),id=5b2d07e4.5135,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20790]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5136,line=1LOG:  connection received: host=10.10.1.3 port=43470
2018-06-22 10:29:56 EDT [20790]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43470),id=5b2d07e4.5136,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20791]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5137,line=1LOG:  connection received: host=10.10.1.3 port=43471
2018-06-22 10:29:56 EDT [20791]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43471),id=5b2d07e4.5137,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20792]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5138,line=1LOG:  connection received: host=10.10.1.3 port=43472
2018-06-22 10:29:56 EDT [20792]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43472),id=5b2d07e4.5138,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20793]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5139,line=1LOG:  connection received: host=10.10.1.3 port=43473
2018-06-22 10:29:56 EDT [20793]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43473),id=5b2d07e4.5139,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20794]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.513a,line=1LOG:  connection received: host=10.10.1.3 port=43474
2018-06-22 10:29:56 EDT [20794]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43474),id=5b2d07e4.513a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20795]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.513b,line=1LOG:  connection received: host=10.10.1.3 port=43475
2018-06-22 10:29:56 EDT [20795]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43475),id=5b2d07e4.513b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20796]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.513c,line=1LOG:  connection received: host=10.10.1.3 port=43476
2018-06-22 10:29:56 EDT [20796]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43476),id=5b2d07e4.513c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20797]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.513d,line=1LOG:  connection received: host=10.10.1.3 port=43477
2018-06-22 10:29:56 EDT [20797]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43477),id=5b2d07e4.513d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20798]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.513e,line=1LOG:  connection received: host=10.10.1.3 port=43478
2018-06-22 10:29:56 EDT [20798]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43478),id=5b2d07e4.513e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20799]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.513f,line=1LOG:  connection received: host=10.10.1.3 port=43479
2018-06-22 10:29:56 EDT [20799]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43479),id=5b2d07e4.513f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20800]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5140,line=1LOG:  connection received: host=10.10.1.3 port=43480
2018-06-22 10:29:56 EDT [20800]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43480),id=5b2d07e4.5140,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20801]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5141,line=1LOG:  connection received: host=10.10.1.3 port=43481
2018-06-22 10:29:56 EDT [20801]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43481),id=5b2d07e4.5141,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20802]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5142,line=1LOG:  connection received: host=10.10.1.3 port=43482
2018-06-22 10:29:56 EDT [20802]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43482),id=5b2d07e4.5142,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20803]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5143,line=1LOG:  connection received: host=10.10.1.3 port=43483
2018-06-22 10:29:56 EDT [20803]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43483),id=5b2d07e4.5143,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20804]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5144,line=1LOG:  connection received: host=10.10.1.3 port=43484
2018-06-22 10:29:56 EDT [20804]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43484),id=5b2d07e4.5144,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20805]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5145,line=1LOG:  connection received: host=10.10.1.3 port=43485
2018-06-22 10:29:56 EDT [20805]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43485),id=5b2d07e4.5145,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20806]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5146,line=1LOG:  connection received: host=10.10.1.3 port=43486
2018-06-22 10:29:56 EDT [20806]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43486),id=5b2d07e4.5146,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20807]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5147,line=1LOG:  connection received: host=10.10.1.3 port=43487
2018-06-22 10:29:56 EDT [20807]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43487),id=5b2d07e4.5147,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20808]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5148,line=1LOG:  connection received: host=10.10.3.7 port=34516
2018-06-22 10:29:56 EDT [20809]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5149,line=1LOG:  connection received: host=10.10.1.3 port=43488
2018-06-22 10:29:56 EDT [20808]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34516),id=5b2d07e4.5148,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20809]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43488),id=5b2d07e4.5149,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20810]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.514a,line=1LOG:  connection received: host=10.10.1.3 port=43489
2018-06-22 10:29:56 EDT [20810]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43489),id=5b2d07e4.514a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20811]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.514b,line=1LOG:  connection received: host=10.10.1.3 port=43490
2018-06-22 10:29:56 EDT [20811]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43490),id=5b2d07e4.514b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20812]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.514c,line=1LOG:  connection received: host=10.10.1.3 port=43491
2018-06-22 10:29:56 EDT [20812]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43491),id=5b2d07e4.514c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20813]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.514d,line=1LOG:  connection received: host=10.10.1.3 port=43492
2018-06-22 10:29:56 EDT [20813]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43492),id=5b2d07e4.514d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20814]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.514e,line=1LOG:  connection received: host=10.10.1.3 port=43493
2018-06-22 10:29:56 EDT [20814]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43493),id=5b2d07e4.514e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20815]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.514f,line=1LOG:  connection received: host=10.10.1.3 port=43494
2018-06-22 10:29:56 EDT [20815]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43494),id=5b2d07e4.514f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20816]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5150,line=1LOG:  connection received: host=10.10.1.3 port=43495
2018-06-22 10:29:56 EDT [20816]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43495),id=5b2d07e4.5150,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20817]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5151,line=1LOG:  connection received: host=10.10.1.3 port=43496
2018-06-22 10:29:56 EDT [20817]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43496),id=5b2d07e4.5151,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20818]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5152,line=1LOG:  connection received: host=10.10.1.3 port=43497
2018-06-22 10:29:56 EDT [20818]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43497),id=5b2d07e4.5152,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20819]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5153,line=1LOG:  connection received: host=10.10.1.3 port=43498
2018-06-22 10:29:56 EDT [20819]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43498),id=5b2d07e4.5153,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20820]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5154,line=1LOG:  connection received: host=10.10.1.3 port=43499
2018-06-22 10:29:56 EDT [20820]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43499),id=5b2d07e4.5154,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20821]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5155,line=1LOG:  connection received: host=10.10.1.3 port=43500
2018-06-22 10:29:56 EDT [20821]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43500),id=5b2d07e4.5155,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20822]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5156,line=1LOG:  connection received: host=10.10.1.3 port=43501
2018-06-22 10:29:56 EDT [20822]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43501),id=5b2d07e4.5156,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20823]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5157,line=1LOG:  connection received: host=10.10.1.3 port=43502
2018-06-22 10:29:56 EDT [20823]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43502),id=5b2d07e4.5157,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20824]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5158,line=1LOG:  connection received: host=10.10.1.3 port=43503
2018-06-22 10:29:56 EDT [20824]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43503),id=5b2d07e4.5158,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20825]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5159,line=1LOG:  connection received: host=10.10.1.3 port=43504
2018-06-22 10:29:56 EDT [20825]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43504),id=5b2d07e4.5159,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20826]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.515a,line=1LOG:  connection received: host=10.10.1.3 port=43505
2018-06-22 10:29:56 EDT [20826]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43505),id=5b2d07e4.515a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20827]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.515b,line=1LOG:  connection received: host=10.10.1.3 port=43506
2018-06-22 10:29:56 EDT [20827]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43506),id=5b2d07e4.515b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20828]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.515c,line=1LOG:  connection received: host=10.10.1.3 port=43507
2018-06-22 10:29:56 EDT [20828]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43507),id=5b2d07e4.515c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20829]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.515d,line=1LOG:  connection received: host=10.10.1.3 port=43508
2018-06-22 10:29:56 EDT [20829]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43508),id=5b2d07e4.515d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20830]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.515e,line=1LOG:  connection received: host=10.10.1.3 port=43509
2018-06-22 10:29:56 EDT [20830]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43509),id=5b2d07e4.515e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20831]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.515f,line=1LOG:  connection received: host=10.10.1.3 port=43510
2018-06-22 10:29:56 EDT [20831]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43510),id=5b2d07e4.515f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20832]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5160,line=1LOG:  connection received: host=10.10.3.7 port=55346
2018-06-22 10:29:56 EDT [20832]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55346),id=5b2d07e4.5160,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20833]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5161,line=1LOG:  connection received: host=10.10.1.3 port=43511
2018-06-22 10:29:56 EDT [20833]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43511),id=5b2d07e4.5161,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20834]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5162,line=1LOG:  connection received: host=10.10.1.3 port=43512
2018-06-22 10:29:56 EDT [20834]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43512),id=5b2d07e4.5162,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20835]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5163,line=1LOG:  connection received: host=10.10.1.3 port=43513
2018-06-22 10:29:56 EDT [20835]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43513),id=5b2d07e4.5163,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20836]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5164,line=1LOG:  connection received: host=10.10.3.7 port=42225
2018-06-22 10:29:56 EDT [20836]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42225),id=5b2d07e4.5164,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20837]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5165,line=1LOG:  connection received: host=10.10.1.3 port=43514
2018-06-22 10:29:56 EDT [20837]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43514),id=5b2d07e4.5165,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20838]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5166,line=1LOG:  connection received: host=10.10.1.3 port=43515
2018-06-22 10:29:56 EDT [20838]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43515),id=5b2d07e4.5166,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20839]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5167,line=1LOG:  connection received: host=10.10.1.3 port=43516
2018-06-22 10:29:56 EDT [20839]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43516),id=5b2d07e4.5167,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20840]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5168,line=1LOG:  connection received: host=10.10.1.3 port=43517
2018-06-22 10:29:56 EDT [20840]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43517),id=5b2d07e4.5168,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20841]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5169,line=1LOG:  connection received: host=10.10.1.3 port=43518
2018-06-22 10:29:56 EDT [20841]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43518),id=5b2d07e4.5169,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20842]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.516a,line=1LOG:  connection received: host=10.10.1.3 port=43519
2018-06-22 10:29:56 EDT [20842]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43519),id=5b2d07e4.516a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20843]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.516b,line=1LOG:  connection received: host=10.10.1.3 port=43520
2018-06-22 10:29:56 EDT [20843]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43520),id=5b2d07e4.516b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20844]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.516c,line=1LOG:  connection received: host=10.10.1.3 port=43521
2018-06-22 10:29:56 EDT [20844]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43521),id=5b2d07e4.516c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20845]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.516d,line=1LOG:  connection received: host=10.10.1.3 port=43522
2018-06-22 10:29:56 EDT [20845]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43522),id=5b2d07e4.516d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20846]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.516e,line=1LOG:  connection received: host=10.10.1.3 port=43523
2018-06-22 10:29:56 EDT [20846]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43523),id=5b2d07e4.516e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20847]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.516f,line=1LOG:  connection received: host=10.10.1.3 port=43524
2018-06-22 10:29:56 EDT [20847]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43524),id=5b2d07e4.516f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20848]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5170,line=1LOG:  connection received: host=10.10.1.3 port=43525
2018-06-22 10:29:56 EDT [20848]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43525),id=5b2d07e4.5170,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20849]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5171,line=1LOG:  connection received: host=10.10.1.3 port=43526
2018-06-22 10:29:56 EDT [20849]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43526),id=5b2d07e4.5171,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20850]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5172,line=1LOG:  connection received: host=10.10.1.3 port=43527
2018-06-22 10:29:56 EDT [20850]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43527),id=5b2d07e4.5172,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20851]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5173,line=1LOG:  connection received: host=10.10.1.3 port=43528
2018-06-22 10:29:56 EDT [20851]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43528),id=5b2d07e4.5173,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20852]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5174,line=1LOG:  connection received: host=10.10.1.3 port=43529
2018-06-22 10:29:56 EDT [20852]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43529),id=5b2d07e4.5174,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20853]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5175,line=1LOG:  connection received: host=10.10.1.3 port=43530
2018-06-22 10:29:56 EDT [20853]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43530),id=5b2d07e4.5175,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20854]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5176,line=1LOG:  connection received: host=10.10.1.3 port=43531
2018-06-22 10:29:56 EDT [20854]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43531),id=5b2d07e4.5176,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20855]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5177,line=1LOG:  connection received: host=10.10.1.3 port=43532
2018-06-22 10:29:56 EDT [20855]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43532),id=5b2d07e4.5177,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20856]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5178,line=1LOG:  connection received: host=10.10.1.3 port=43533
2018-06-22 10:29:56 EDT [20856]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43533),id=5b2d07e4.5178,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20857]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5179,line=1LOG:  connection received: host=10.10.1.3 port=43534
2018-06-22 10:29:56 EDT [20857]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43534),id=5b2d07e4.5179,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20858]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.517a,line=1LOG:  connection received: host=10.10.1.3 port=43535
2018-06-22 10:29:56 EDT [20858]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43535),id=5b2d07e4.517a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20859]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.517b,line=1LOG:  connection received: host=10.10.1.3 port=43536
2018-06-22 10:29:56 EDT [20859]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43536),id=5b2d07e4.517b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20860]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.517c,line=1LOG:  connection received: host=10.10.1.3 port=43537
2018-06-22 10:29:56 EDT [20860]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43537),id=5b2d07e4.517c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20861]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.517d,line=1LOG:  connection received: host=10.10.1.3 port=43538
2018-06-22 10:29:56 EDT [20861]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43538),id=5b2d07e4.517d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20862]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.517e,line=1LOG:  connection received: host=10.10.1.3 port=43539
2018-06-22 10:29:56 EDT [20862]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43539),id=5b2d07e4.517e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20863]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.517f,line=1LOG:  connection received: host=10.10.1.3 port=43540
2018-06-22 10:29:56 EDT [20863]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43540),id=5b2d07e4.517f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20864]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5180,line=1LOG:  connection received: host=10.10.1.3 port=43541
2018-06-22 10:29:56 EDT [20864]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43541),id=5b2d07e4.5180,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20865]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5181,line=1LOG:  connection received: host=10.10.1.3 port=43542
2018-06-22 10:29:56 EDT [20865]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43542),id=5b2d07e4.5181,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20866]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5182,line=1LOG:  connection received: host=10.10.3.7 port=34517
2018-06-22 10:29:56 EDT [20866]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34517),id=5b2d07e4.5182,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20867]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5183,line=1LOG:  connection received: host=10.10.1.3 port=43543
2018-06-22 10:29:56 EDT [20867]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43543),id=5b2d07e4.5183,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20868]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5184,line=1LOG:  connection received: host=10.10.1.3 port=43544
2018-06-22 10:29:56 EDT [20868]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43544),id=5b2d07e4.5184,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20869]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5185,line=1LOG:  connection received: host=10.10.1.3 port=43545
2018-06-22 10:29:56 EDT [20869]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43545),id=5b2d07e4.5185,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20870]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5186,line=1LOG:  connection received: host=10.10.1.3 port=43546
2018-06-22 10:29:56 EDT [20870]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43546),id=5b2d07e4.5186,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20871]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5187,line=1LOG:  connection received: host=10.10.1.3 port=43547
2018-06-22 10:29:56 EDT [20871]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43547),id=5b2d07e4.5187,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20872]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5188,line=1LOG:  connection received: host=10.10.1.3 port=43548
2018-06-22 10:29:56 EDT [20872]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43548),id=5b2d07e4.5188,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20873]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5189,line=1LOG:  connection received: host=10.10.1.3 port=43549
2018-06-22 10:29:56 EDT [20873]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43549),id=5b2d07e4.5189,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20874]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.518a,line=1LOG:  connection received: host=10.10.1.3 port=43550
2018-06-22 10:29:56 EDT [20874]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43550),id=5b2d07e4.518a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20875]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.518b,line=1LOG:  connection received: host=10.10.1.3 port=43551
2018-06-22 10:29:56 EDT [20875]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43551),id=5b2d07e4.518b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20876]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.518c,line=1LOG:  connection received: host=10.10.1.3 port=43552
2018-06-22 10:29:56 EDT [20876]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43552),id=5b2d07e4.518c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20877]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.518d,line=1LOG:  connection received: host=10.10.1.3 port=43553
2018-06-22 10:29:56 EDT [20877]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43553),id=5b2d07e4.518d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20878]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.518e,line=1LOG:  connection received: host=10.10.1.3 port=43554
2018-06-22 10:29:56 EDT [20878]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43554),id=5b2d07e4.518e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20879]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.518f,line=1LOG:  connection received: host=10.10.3.7 port=36508
2018-06-22 10:29:56 EDT [20879]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36508),id=5b2d07e4.518f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20880]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5190,line=1LOG:  connection received: host=10.10.1.3 port=43555
2018-06-22 10:29:56 EDT [20880]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43555),id=5b2d07e4.5190,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20881]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5191,line=1LOG:  connection received: host=10.10.1.3 port=43556
2018-06-22 10:29:56 EDT [20881]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43556),id=5b2d07e4.5191,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20882]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5192,line=1LOG:  connection received: host=10.10.1.3 port=43557
2018-06-22 10:29:56 EDT [20882]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43557),id=5b2d07e4.5192,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20883]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5193,line=1LOG:  connection received: host=10.10.1.3 port=43558
2018-06-22 10:29:56 EDT [20883]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43558),id=5b2d07e4.5193,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20884]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5194,line=1LOG:  connection received: host=10.10.1.3 port=43559
2018-06-22 10:29:56 EDT [20884]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43559),id=5b2d07e4.5194,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20885]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5195,line=1LOG:  connection received: host=10.10.1.3 port=43560
2018-06-22 10:29:56 EDT [20885]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43560),id=5b2d07e4.5195,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20886]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5196,line=1LOG:  connection received: host=10.10.1.3 port=43561
2018-06-22 10:29:56 EDT [20886]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43561),id=5b2d07e4.5196,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20887]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5197,line=1LOG:  connection received: host=10.10.1.3 port=43562
2018-06-22 10:29:56 EDT [20887]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43562),id=5b2d07e4.5197,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20888]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5198,line=1LOG:  connection received: host=10.10.1.3 port=43563
2018-06-22 10:29:56 EDT [20888]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43563),id=5b2d07e4.5198,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20889]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5199,line=1LOG:  connection received: host=10.10.1.3 port=43564
2018-06-22 10:29:56 EDT [20889]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43564),id=5b2d07e4.5199,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20890]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.519a,line=1LOG:  connection received: host=10.10.1.3 port=43565
2018-06-22 10:29:56 EDT [20890]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43565),id=5b2d07e4.519a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20891]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.519b,line=1LOG:  connection received: host=10.10.1.3 port=43566
2018-06-22 10:29:56 EDT [20891]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43566),id=5b2d07e4.519b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20892]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.519c,line=1LOG:  connection received: host=10.10.1.3 port=43567
2018-06-22 10:29:56 EDT [20892]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43567),id=5b2d07e4.519c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20893]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.519d,line=1LOG:  connection received: host=10.10.1.3 port=43568
2018-06-22 10:29:56 EDT [20893]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43568),id=5b2d07e4.519d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20894]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.519e,line=1LOG:  connection received: host=10.10.1.3 port=43569
2018-06-22 10:29:56 EDT [20894]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43569),id=5b2d07e4.519e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20895]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.519f,line=1LOG:  connection received: host=10.10.3.7 port=9987
2018-06-22 10:29:56 EDT [20896]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a0,line=1LOG:  connection received: host=10.10.1.3 port=43570
2018-06-22 10:29:56 EDT [20895]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(9987),id=5b2d07e4.519f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20896]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43570),id=5b2d07e4.51a0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20897]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a1,line=1LOG:  connection received: host=10.10.3.7 port=5702
2018-06-22 10:29:56 EDT [20897]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(5702),id=5b2d07e4.51a1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20898]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a2,line=1LOG:  connection received: host=10.10.1.3 port=43571
2018-06-22 10:29:56 EDT [20898]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43571),id=5b2d07e4.51a2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20899]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a3,line=1LOG:  connection received: host=10.10.1.3 port=43572
2018-06-22 10:29:56 EDT [20899]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43572),id=5b2d07e4.51a3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20900]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a4,line=1LOG:  connection received: host=10.10.1.3 port=43573
2018-06-22 10:29:56 EDT [20900]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43573),id=5b2d07e4.51a4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20901]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a5,line=1LOG:  connection received: host=10.10.1.3 port=43574
2018-06-22 10:29:56 EDT [20901]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43574),id=5b2d07e4.51a5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20902]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a6,line=1LOG:  connection received: host=10.10.1.3 port=43575
2018-06-22 10:29:56 EDT [20903]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a7,line=1LOG:  connection received: host=10.10.3.7 port=7432
2018-06-22 10:29:56 EDT [20902]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43575),id=5b2d07e4.51a6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20903]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7432),id=5b2d07e4.51a7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20904]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a8,line=1LOG:  connection received: host=10.10.1.3 port=43576
2018-06-22 10:29:56 EDT [20904]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43576),id=5b2d07e4.51a8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20905]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51a9,line=1LOG:  connection received: host=10.10.1.3 port=43577
2018-06-22 10:29:56 EDT [20905]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43577),id=5b2d07e4.51a9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20906]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51aa,line=1LOG:  connection received: host=10.10.1.3 port=43578
2018-06-22 10:29:56 EDT [20906]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43578),id=5b2d07e4.51aa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20907]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ab,line=1LOG:  connection received: host=10.10.1.3 port=43579
2018-06-22 10:29:56 EDT [20907]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43579),id=5b2d07e4.51ab,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20908]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ac,line=1LOG:  connection received: host=10.10.1.3 port=43580
2018-06-22 10:29:56 EDT [20908]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43580),id=5b2d07e4.51ac,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20909]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ad,line=1LOG:  connection received: host=10.10.1.3 port=43581
2018-06-22 10:29:56 EDT [20909]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43581),id=5b2d07e4.51ad,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20910]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ae,line=1LOG:  connection received: host=10.10.1.3 port=43582
2018-06-22 10:29:56 EDT [20910]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43582),id=5b2d07e4.51ae,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20911]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51af,line=1LOG:  connection received: host=10.10.1.3 port=43583
2018-06-22 10:29:56 EDT [20911]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43583),id=5b2d07e4.51af,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20912]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b0,line=1LOG:  connection received: host=10.10.1.3 port=43584
2018-06-22 10:29:56 EDT [20912]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43584),id=5b2d07e4.51b0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20913]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b1,line=1LOG:  connection received: host=10.10.1.3 port=43585
2018-06-22 10:29:56 EDT [20913]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43585),id=5b2d07e4.51b1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20914]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b2,line=1LOG:  connection received: host=10.10.3.7 port=36509
2018-06-22 10:29:56 EDT [20914]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36509),id=5b2d07e4.51b2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20915]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b3,line=1LOG:  connection received: host=10.10.1.3 port=43586
2018-06-22 10:29:56 EDT [20915]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43586),id=5b2d07e4.51b3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20916]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b4,line=1LOG:  connection received: host=10.10.1.3 port=43587
2018-06-22 10:29:56 EDT [20916]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43587),id=5b2d07e4.51b4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20917]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b5,line=1LOG:  connection received: host=10.10.1.3 port=43588
2018-06-22 10:29:56 EDT [20917]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43588),id=5b2d07e4.51b5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20918]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b6,line=1LOG:  connection received: host=10.10.1.3 port=43589
2018-06-22 10:29:56 EDT [20918]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43589),id=5b2d07e4.51b6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20919]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b7,line=1LOG:  connection received: host=10.10.1.3 port=43590
2018-06-22 10:29:56 EDT [20919]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43590),id=5b2d07e4.51b7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20920]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b8,line=1LOG:  connection received: host=10.10.1.3 port=43591
2018-06-22 10:29:56 EDT [20920]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43591),id=5b2d07e4.51b8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20921]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51b9,line=1LOG:  connection received: host=10.10.1.3 port=43592
2018-06-22 10:29:56 EDT [20921]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43592),id=5b2d07e4.51b9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20922]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ba,line=1LOG:  connection received: host=10.10.1.3 port=43593
2018-06-22 10:29:56 EDT [20922]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43593),id=5b2d07e4.51ba,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20923]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51bb,line=1LOG:  connection received: host=10.10.1.3 port=43594
2018-06-22 10:29:56 EDT [20923]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43594),id=5b2d07e4.51bb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20924]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51bc,line=1LOG:  connection received: host=10.10.1.3 port=43595
2018-06-22 10:29:56 EDT [20924]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43595),id=5b2d07e4.51bc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20925]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51bd,line=1LOG:  connection received: host=10.10.1.3 port=43596
2018-06-22 10:29:56 EDT [20925]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43596),id=5b2d07e4.51bd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20926]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51be,line=1LOG:  connection received: host=10.10.1.3 port=43597
2018-06-22 10:29:56 EDT [20926]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43597),id=5b2d07e4.51be,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20927]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51bf,line=1LOG:  connection received: host=10.10.3.7 port=41830
2018-06-22 10:29:56 EDT [20928]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c0,line=1LOG:  connection received: host=10.10.1.3 port=43598
2018-06-22 10:29:56 EDT [20928]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43598),id=5b2d07e4.51c0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20927]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41830),id=5b2d07e4.51bf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20929]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c1,line=1LOG:  connection received: host=10.10.1.3 port=43599
2018-06-22 10:29:56 EDT [20929]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43599),id=5b2d07e4.51c1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20930]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c2,line=1LOG:  connection received: host=10.10.1.3 port=43600
2018-06-22 10:29:56 EDT [20930]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43600),id=5b2d07e4.51c2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20931]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c3,line=1LOG:  connection received: host=10.10.1.3 port=43601
2018-06-22 10:29:56 EDT [20931]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43601),id=5b2d07e4.51c3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20932]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c4,line=1LOG:  connection received: host=10.10.1.3 port=43602
2018-06-22 10:29:56 EDT [20932]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43602),id=5b2d07e4.51c4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20933]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c5,line=1LOG:  connection received: host=10.10.1.3 port=43603
2018-06-22 10:29:56 EDT [20933]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43603),id=5b2d07e4.51c5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20934]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c6,line=1LOG:  connection received: host=10.10.1.3 port=43604
2018-06-22 10:29:56 EDT [20934]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43604),id=5b2d07e4.51c6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20935]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c7,line=1LOG:  connection received: host=10.10.1.3 port=43605
2018-06-22 10:29:56 EDT [20935]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43605),id=5b2d07e4.51c7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20936]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c8,line=1LOG:  connection received: host=10.10.1.3 port=43606
2018-06-22 10:29:56 EDT [20936]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43606),id=5b2d07e4.51c8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20937]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51c9,line=1LOG:  connection received: host=10.10.1.3 port=43607
2018-06-22 10:29:56 EDT [20937]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43607),id=5b2d07e4.51c9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20938]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ca,line=1LOG:  connection received: host=10.10.1.3 port=43608
2018-06-22 10:29:56 EDT [20938]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43608),id=5b2d07e4.51ca,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20939]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51cb,line=1LOG:  connection received: host=10.10.1.3 port=43609
2018-06-22 10:29:56 EDT [20939]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43609),id=5b2d07e4.51cb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20940]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51cc,line=1LOG:  connection received: host=10.10.1.3 port=43610
2018-06-22 10:29:56 EDT [20940]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43610),id=5b2d07e4.51cc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20941]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51cd,line=1LOG:  connection received: host=10.10.1.3 port=43611
2018-06-22 10:29:56 EDT [20941]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43611),id=5b2d07e4.51cd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20942]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ce,line=1LOG:  connection received: host=10.10.1.3 port=43612
2018-06-22 10:29:56 EDT [20942]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43612),id=5b2d07e4.51ce,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20943]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51cf,line=1LOG:  connection received: host=10.10.1.3 port=43613
2018-06-22 10:29:56 EDT [20943]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43613),id=5b2d07e4.51cf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20944]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d0,line=1LOG:  connection received: host=10.10.1.3 port=43614
2018-06-22 10:29:56 EDT [20944]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43614),id=5b2d07e4.51d0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20945]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d1,line=1LOG:  connection received: host=10.10.1.3 port=43615
2018-06-22 10:29:56 EDT [20945]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43615),id=5b2d07e4.51d1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20946]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d2,line=1LOG:  connection received: host=10.10.1.3 port=43616
2018-06-22 10:29:56 EDT [20946]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43616),id=5b2d07e4.51d2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20947]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d3,line=1LOG:  connection received: host=10.10.1.3 port=43617
2018-06-22 10:29:56 EDT [20947]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43617),id=5b2d07e4.51d3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20948]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d4,line=1LOG:  connection received: host=10.10.1.3 port=43618
2018-06-22 10:29:56 EDT [20948]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43618),id=5b2d07e4.51d4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20949]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d5,line=1LOG:  connection received: host=10.10.1.3 port=43619
2018-06-22 10:29:56 EDT [20949]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43619),id=5b2d07e4.51d5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20950]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d6,line=1LOG:  connection received: host=10.10.1.3 port=43620
2018-06-22 10:29:56 EDT [20950]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43620),id=5b2d07e4.51d6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20951]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d7,line=1LOG:  connection received: host=10.10.1.3 port=43621
2018-06-22 10:29:56 EDT [20951]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43621),id=5b2d07e4.51d7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20952]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d8,line=1LOG:  connection received: host=10.10.1.3 port=43622
2018-06-22 10:29:56 EDT [20952]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43622),id=5b2d07e4.51d8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20953]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51d9,line=1LOG:  connection received: host=10.10.1.3 port=43623
2018-06-22 10:29:56 EDT [20953]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43623),id=5b2d07e4.51d9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20954]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51da,line=1LOG:  connection received: host=10.10.1.3 port=43624
2018-06-22 10:29:56 EDT [20954]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43624),id=5b2d07e4.51da,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20955]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51db,line=1LOG:  connection received: host=10.10.1.3 port=43625
2018-06-22 10:29:56 EDT [20955]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43625),id=5b2d07e4.51db,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20956]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51dc,line=1LOG:  connection received: host=10.10.1.3 port=43626
2018-06-22 10:29:56 EDT [20956]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43626),id=5b2d07e4.51dc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20957]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51dd,line=1LOG:  connection received: host=10.10.1.3 port=43627
2018-06-22 10:29:56 EDT [20957]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43627),id=5b2d07e4.51dd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20958]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51de,line=1LOG:  connection received: host=10.10.1.3 port=43628
2018-06-22 10:29:56 EDT [20958]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43628),id=5b2d07e4.51de,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20959]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51df,line=1LOG:  connection received: host=10.10.3.7 port=55347
2018-06-22 10:29:56 EDT [20959]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55347),id=5b2d07e4.51df,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20960]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e0,line=1LOG:  connection received: host=10.10.1.3 port=43629
2018-06-22 10:29:56 EDT [20960]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43629),id=5b2d07e4.51e0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20961]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e1,line=1LOG:  connection received: host=10.10.1.3 port=43630
2018-06-22 10:29:56 EDT [20961]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43630),id=5b2d07e4.51e1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20962]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e2,line=1LOG:  connection received: host=10.10.1.3 port=43631
2018-06-22 10:29:56 EDT [20962]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43631),id=5b2d07e4.51e2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20963]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e3,line=1LOG:  connection received: host=10.10.1.3 port=43632
2018-06-22 10:29:56 EDT [20963]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43632),id=5b2d07e4.51e3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20964]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e4,line=1LOG:  connection received: host=10.10.1.3 port=43633
2018-06-22 10:29:56 EDT [20964]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43633),id=5b2d07e4.51e4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20965]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e5,line=1LOG:  connection received: host=10.10.1.3 port=43634
2018-06-22 10:29:56 EDT [20965]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43634),id=5b2d07e4.51e5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20966]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e6,line=1LOG:  connection received: host=10.10.1.3 port=43635
2018-06-22 10:29:56 EDT [20966]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43635),id=5b2d07e4.51e6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20967]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e7,line=1LOG:  connection received: host=10.10.1.3 port=43636
2018-06-22 10:29:56 EDT [20967]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43636),id=5b2d07e4.51e7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20968]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e8,line=1LOG:  connection received: host=10.10.3.7 port=36510
2018-06-22 10:29:56 EDT [20968]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36510),id=5b2d07e4.51e8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20969]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51e9,line=1LOG:  connection received: host=10.10.1.3 port=43637
2018-06-22 10:29:56 EDT [20969]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43637),id=5b2d07e4.51e9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20970]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ea,line=1LOG:  connection received: host=10.10.1.3 port=43638
2018-06-22 10:29:56 EDT [20970]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43638),id=5b2d07e4.51ea,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20971]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51eb,line=1LOG:  connection received: host=10.10.1.3 port=43639
2018-06-22 10:29:56 EDT [20971]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43639),id=5b2d07e4.51eb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20972]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ec,line=1LOG:  connection received: host=10.10.1.3 port=43640
2018-06-22 10:29:56 EDT [20972]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43640),id=5b2d07e4.51ec,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20973]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ed,line=1LOG:  connection received: host=10.10.1.3 port=43641
2018-06-22 10:29:56 EDT [20973]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43641),id=5b2d07e4.51ed,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20974]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ee,line=1LOG:  connection received: host=10.10.1.3 port=43642
2018-06-22 10:29:56 EDT [20974]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43642),id=5b2d07e4.51ee,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20975]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ef,line=1LOG:  connection received: host=10.10.1.3 port=43643
2018-06-22 10:29:56 EDT [20975]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43643),id=5b2d07e4.51ef,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20976]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f0,line=1LOG:  connection received: host=10.10.1.3 port=43644
2018-06-22 10:29:56 EDT [20976]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43644),id=5b2d07e4.51f0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20977]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f1,line=1LOG:  connection received: host=10.10.1.3 port=43645
2018-06-22 10:29:56 EDT [20977]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43645),id=5b2d07e4.51f1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20978]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f2,line=1LOG:  connection received: host=10.10.1.3 port=43646
2018-06-22 10:29:56 EDT [20978]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43646),id=5b2d07e4.51f2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20979]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f3,line=1LOG:  connection received: host=10.10.1.3 port=43647
2018-06-22 10:29:56 EDT [20979]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43647),id=5b2d07e4.51f3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20980]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f4,line=1LOG:  connection received: host=10.10.1.3 port=43648
2018-06-22 10:29:56 EDT [20980]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43648),id=5b2d07e4.51f4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20981]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f5,line=1LOG:  connection received: host=10.10.1.3 port=43649
2018-06-22 10:29:56 EDT [20981]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43649),id=5b2d07e4.51f5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20982]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f6,line=1LOG:  connection received: host=10.10.1.3 port=43650
2018-06-22 10:29:56 EDT [20982]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43650),id=5b2d07e4.51f6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20983]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f7,line=1LOG:  connection received: host=10.10.3.7 port=36511
2018-06-22 10:29:56 EDT [20984]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f8,line=1LOG:  connection received: host=10.10.1.3 port=43651
2018-06-22 10:29:56 EDT [20983]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36511),id=5b2d07e4.51f7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20984]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43651),id=5b2d07e4.51f8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20985]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51f9,line=1LOG:  connection received: host=10.10.1.3 port=43652
2018-06-22 10:29:56 EDT [20985]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43652),id=5b2d07e4.51f9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20986]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51fa,line=1LOG:  connection received: host=10.10.1.3 port=43653
2018-06-22 10:29:56 EDT [20986]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43653),id=5b2d07e4.51fa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20987]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51fb,line=1LOG:  connection received: host=10.10.1.3 port=43654
2018-06-22 10:29:56 EDT [20987]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43654),id=5b2d07e4.51fb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20988]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51fc,line=1LOG:  connection received: host=10.10.1.3 port=43655
2018-06-22 10:29:56 EDT [20988]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43655),id=5b2d07e4.51fc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20989]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51fd,line=1LOG:  connection received: host=10.10.1.3 port=43656
2018-06-22 10:29:56 EDT [20989]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43656),id=5b2d07e4.51fd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20990]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51fe,line=1LOG:  connection received: host=10.10.1.3 port=43657
2018-06-22 10:29:56 EDT [20990]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43657),id=5b2d07e4.51fe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20991]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.51ff,line=1LOG:  connection received: host=10.10.1.3 port=43658
2018-06-22 10:29:56 EDT [20991]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43658),id=5b2d07e4.51ff,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20992]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5200,line=1LOG:  connection received: host=10.10.1.3 port=43659
2018-06-22 10:29:56 EDT [20992]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43659),id=5b2d07e4.5200,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20993]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5201,line=1LOG:  connection received: host=10.10.1.3 port=43660
2018-06-22 10:29:56 EDT [20993]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43660),id=5b2d07e4.5201,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20994]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5202,line=1LOG:  connection received: host=10.10.1.3 port=43661
2018-06-22 10:29:56 EDT [20994]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43661),id=5b2d07e4.5202,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20995]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5203,line=1LOG:  connection received: host=10.10.3.7 port=34518
2018-06-22 10:29:56 EDT [20996]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5204,line=1LOG:  connection received: host=10.10.1.3 port=43662
2018-06-22 10:29:56 EDT [20996]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43662),id=5b2d07e4.5204,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20995]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34518),id=5b2d07e4.5203,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20997]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5205,line=1LOG:  connection received: host=10.10.1.3 port=43663
2018-06-22 10:29:56 EDT [20997]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43663),id=5b2d07e4.5205,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20998]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5206,line=1LOG:  connection received: host=10.10.1.3 port=43664
2018-06-22 10:29:56 EDT [20998]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43664),id=5b2d07e4.5206,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [20999]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5207,line=1LOG:  connection received: host=10.10.1.3 port=43665
2018-06-22 10:29:56 EDT [21000]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5208,line=1LOG:  connection received: host=10.10.3.7 port=55348
2018-06-22 10:29:56 EDT [20999]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43665),id=5b2d07e4.5207,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21000]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55348),id=5b2d07e4.5208,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21001]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5209,line=1LOG:  connection received: host=10.10.1.3 port=43666
2018-06-22 10:29:56 EDT [21001]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43666),id=5b2d07e4.5209,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21002]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.520a,line=1LOG:  connection received: host=10.10.1.3 port=43667
2018-06-22 10:29:56 EDT [21002]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43667),id=5b2d07e4.520a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21003]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.520b,line=1LOG:  connection received: host=10.10.1.3 port=43668
2018-06-22 10:29:56 EDT [21003]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43668),id=5b2d07e4.520b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21004]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.520c,line=1LOG:  connection received: host=10.10.1.3 port=43669
2018-06-22 10:29:56 EDT [21004]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43669),id=5b2d07e4.520c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21005]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.520d,line=1LOG:  connection received: host=10.10.1.3 port=43670
2018-06-22 10:29:56 EDT [21005]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43670),id=5b2d07e4.520d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21006]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.520e,line=1LOG:  connection received: host=10.10.1.3 port=43671
2018-06-22 10:29:56 EDT [21006]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43671),id=5b2d07e4.520e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21007]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.520f,line=1LOG:  connection received: host=10.10.1.3 port=43672
2018-06-22 10:29:56 EDT [21007]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43672),id=5b2d07e4.520f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21008]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5210,line=1LOG:  connection received: host=10.10.1.3 port=43673
2018-06-22 10:29:56 EDT [21008]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43673),id=5b2d07e4.5210,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21009]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5211,line=1LOG:  connection received: host=10.10.3.7 port=34519
2018-06-22 10:29:56 EDT [21009]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34519),id=5b2d07e4.5211,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21010]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5212,line=1LOG:  connection received: host=10.10.1.3 port=43674
2018-06-22 10:29:56 EDT [21010]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43674),id=5b2d07e4.5212,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21011]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5213,line=1LOG:  connection received: host=10.10.1.3 port=43675
2018-06-22 10:29:56 EDT [21011]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43675),id=5b2d07e4.5213,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21012]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5214,line=1LOG:  connection received: host=10.10.1.3 port=43676
2018-06-22 10:29:56 EDT [21012]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43676),id=5b2d07e4.5214,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21013]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5215,line=1LOG:  connection received: host=10.10.3.7 port=38476
2018-06-22 10:29:56 EDT [21014]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5216,line=1LOG:  connection received: host=10.10.1.3 port=43677
2018-06-22 10:29:56 EDT [21014]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43677),id=5b2d07e4.5216,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21013]: [2-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(38476),id=5b2d07e4.5215,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21015]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5217,line=1LOG:  connection received: host=10.10.1.3 port=43678
2018-06-22 10:29:56 EDT [21015]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43678),id=5b2d07e4.5217,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21016]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5218,line=1LOG:  connection received: host=10.10.1.3 port=43679
2018-06-22 10:29:56 EDT [21016]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43679),id=5b2d07e4.5218,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21017]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5219,line=1LOG:  connection received: host=10.10.1.3 port=43680
2018-06-22 10:29:56 EDT [21017]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43680),id=5b2d07e4.5219,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21018]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.521a,line=1LOG:  connection received: host=10.10.1.3 port=43681
2018-06-22 10:29:56 EDT [21018]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43681),id=5b2d07e4.521a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21019]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.521b,line=1LOG:  connection received: host=10.10.1.3 port=43682
2018-06-22 10:29:56 EDT [21019]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43682),id=5b2d07e4.521b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21020]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.521c,line=1LOG:  connection received: host=10.10.1.3 port=43683
2018-06-22 10:29:56 EDT [21020]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43683),id=5b2d07e4.521c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21021]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.521d,line=1LOG:  connection received: host=10.10.1.3 port=43684
2018-06-22 10:29:56 EDT [21021]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43684),id=5b2d07e4.521d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21022]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.521e,line=1LOG:  connection received: host=10.10.1.3 port=43685
2018-06-22 10:29:56 EDT [21022]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43685),id=5b2d07e4.521e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21023]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.521f,line=1LOG:  connection received: host=10.10.1.3 port=43686
2018-06-22 10:29:56 EDT [21023]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43686),id=5b2d07e4.521f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21024]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5220,line=1LOG:  connection received: host=10.10.1.3 port=43687
2018-06-22 10:29:56 EDT [21024]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43687),id=5b2d07e4.5220,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21025]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5221,line=1LOG:  connection received: host=10.10.1.3 port=43688
2018-06-22 10:29:56 EDT [21025]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43688),id=5b2d07e4.5221,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21026]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5222,line=1LOG:  connection received: host=10.10.1.3 port=43689
2018-06-22 10:29:56 EDT [21026]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43689),id=5b2d07e4.5222,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21027]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5223,line=1LOG:  connection received: host=10.10.1.3 port=43690
2018-06-22 10:29:56 EDT [21027]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43690),id=5b2d07e4.5223,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21028]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5224,line=1LOG:  connection received: host=10.10.1.3 port=43691
2018-06-22 10:29:56 EDT [21028]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43691),id=5b2d07e4.5224,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21029]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5225,line=1LOG:  connection received: host=10.10.1.3 port=43692
2018-06-22 10:29:56 EDT [21029]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43692),id=5b2d07e4.5225,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21030]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5226,line=1LOG:  connection received: host=10.10.1.3 port=43693
2018-06-22 10:29:56 EDT [21030]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43693),id=5b2d07e4.5226,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21031]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5227,line=1LOG:  connection received: host=10.10.3.7 port=58449
2018-06-22 10:29:56 EDT [21031]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58449),id=5b2d07e4.5227,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21032]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5228,line=1LOG:  connection received: host=10.10.1.3 port=43694
2018-06-22 10:29:56 EDT [21032]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43694),id=5b2d07e4.5228,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21033]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5229,line=1LOG:  connection received: host=10.10.1.3 port=43695
2018-06-22 10:29:56 EDT [21033]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43695),id=5b2d07e4.5229,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21034]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.522a,line=1LOG:  connection received: host=10.10.1.3 port=43696
2018-06-22 10:29:56 EDT [21034]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43696),id=5b2d07e4.522a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21035]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.522b,line=1LOG:  connection received: host=10.10.1.3 port=43697
2018-06-22 10:29:56 EDT [21035]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43697),id=5b2d07e4.522b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21036]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.522c,line=1LOG:  connection received: host=10.10.3.7 port=36512
2018-06-22 10:29:56 EDT [21036]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36512),id=5b2d07e4.522c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21037]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.522d,line=1LOG:  connection received: host=10.10.1.3 port=43698
2018-06-22 10:29:56 EDT [21037]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43698),id=5b2d07e4.522d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21038]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.522e,line=1LOG:  connection received: host=10.10.1.3 port=43699
2018-06-22 10:29:56 EDT [21038]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43699),id=5b2d07e4.522e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21039]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.522f,line=1LOG:  connection received: host=10.10.1.3 port=43700
2018-06-22 10:29:56 EDT [21039]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43700),id=5b2d07e4.522f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21040]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5230,line=1LOG:  connection received: host=10.10.1.3 port=43701
2018-06-22 10:29:56 EDT [21040]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43701),id=5b2d07e4.5230,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21041]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5231,line=1LOG:  connection received: host=10.10.1.3 port=43702
2018-06-22 10:29:56 EDT [21041]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43702),id=5b2d07e4.5231,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21042]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5232,line=1LOG:  connection received: host=10.10.1.3 port=43703
2018-06-22 10:29:56 EDT [21042]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43703),id=5b2d07e4.5232,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21043]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5233,line=1LOG:  connection received: host=10.10.1.3 port=43704
2018-06-22 10:29:56 EDT [21043]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43704),id=5b2d07e4.5233,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21044]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5234,line=1LOG:  connection received: host=10.10.1.3 port=43705
2018-06-22 10:29:56 EDT [21044]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43705),id=5b2d07e4.5234,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21045]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5235,line=1LOG:  connection received: host=10.10.1.3 port=43706
2018-06-22 10:29:56 EDT [21045]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43706),id=5b2d07e4.5235,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21046]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5236,line=1LOG:  connection received: host=10.10.1.3 port=43707
2018-06-22 10:29:56 EDT [21046]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43707),id=5b2d07e4.5236,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21047]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5237,line=1LOG:  connection received: host=10.10.1.3 port=43708
2018-06-22 10:29:56 EDT [21047]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43708),id=5b2d07e4.5237,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21048]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5238,line=1LOG:  connection received: host=10.10.1.3 port=43709
2018-06-22 10:29:56 EDT [21048]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43709),id=5b2d07e4.5238,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21049]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5239,line=1LOG:  connection received: host=10.10.1.3 port=43710
2018-06-22 10:29:56 EDT [21049]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43710),id=5b2d07e4.5239,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21050]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.523a,line=1LOG:  connection received: host=10.10.3.7 port=34520
2018-06-22 10:29:56 EDT [21051]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.523b,line=1LOG:  connection received: host=10.10.1.3 port=43711
2018-06-22 10:29:56 EDT [21051]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43711),id=5b2d07e4.523b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21050]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34520),id=5b2d07e4.523a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21052]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.523c,line=1LOG:  connection received: host=10.10.1.3 port=43712
2018-06-22 10:29:56 EDT [21052]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43712),id=5b2d07e4.523c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21053]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.523d,line=1LOG:  connection received: host=10.10.1.3 port=43713
2018-06-22 10:29:56 EDT [21053]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43713),id=5b2d07e4.523d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21054]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.523e,line=1LOG:  connection received: host=10.10.1.3 port=43714
2018-06-22 10:29:56 EDT [21054]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43714),id=5b2d07e4.523e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21055]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.523f,line=1LOG:  connection received: host=10.10.1.3 port=43715
2018-06-22 10:29:56 EDT [21055]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43715),id=5b2d07e4.523f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21056]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5240,line=1LOG:  connection received: host=10.10.1.3 port=43716
2018-06-22 10:29:56 EDT [21056]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43716),id=5b2d07e4.5240,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21057]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5241,line=1LOG:  connection received: host=10.10.1.3 port=43717
2018-06-22 10:29:56 EDT [21057]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43717),id=5b2d07e4.5241,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21058]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5242,line=1LOG:  connection received: host=10.10.1.3 port=43718
2018-06-22 10:29:56 EDT [21058]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43718),id=5b2d07e4.5242,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21059]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5243,line=1LOG:  connection received: host=10.10.1.3 port=43719
2018-06-22 10:29:56 EDT [21059]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43719),id=5b2d07e4.5243,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21060]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5244,line=1LOG:  connection received: host=10.10.3.7 port=42226
2018-06-22 10:29:56 EDT [21060]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(42226),id=5b2d07e4.5244,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21061]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5245,line=1LOG:  connection received: host=10.10.1.3 port=43720
2018-06-22 10:29:56 EDT [21061]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43720),id=5b2d07e4.5245,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21062]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5246,line=1LOG:  connection received: host=10.10.1.3 port=43721
2018-06-22 10:29:56 EDT [21062]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43721),id=5b2d07e4.5246,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21063]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5247,line=1LOG:  connection received: host=10.10.1.3 port=43722
2018-06-22 10:29:56 EDT [21063]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43722),id=5b2d07e4.5247,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21064]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5248,line=1LOG:  connection received: host=10.10.1.3 port=43723
2018-06-22 10:29:56 EDT [21064]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43723),id=5b2d07e4.5248,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21065]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5249,line=1LOG:  connection received: host=10.10.1.3 port=43724
2018-06-22 10:29:56 EDT [21065]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43724),id=5b2d07e4.5249,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21066]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.524a,line=1LOG:  connection received: host=10.10.1.3 port=43725
2018-06-22 10:29:56 EDT [21066]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43725),id=5b2d07e4.524a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21067]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.524b,line=1LOG:  connection received: host=10.10.1.3 port=43726
2018-06-22 10:29:56 EDT [21067]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43726),id=5b2d07e4.524b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21068]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.524c,line=1LOG:  connection received: host=10.10.1.3 port=43727
2018-06-22 10:29:56 EDT [21068]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43727),id=5b2d07e4.524c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21069]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.524d,line=1LOG:  connection received: host=10.10.1.3 port=43728
2018-06-22 10:29:56 EDT [21069]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43728),id=5b2d07e4.524d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21070]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.524e,line=1LOG:  connection received: host=10.10.1.3 port=43729
2018-06-22 10:29:56 EDT [21070]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43729),id=5b2d07e4.524e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21071]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.524f,line=1LOG:  connection received: host=10.10.1.3 port=43730
2018-06-22 10:29:56 EDT [21071]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43730),id=5b2d07e4.524f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21072]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5250,line=1LOG:  connection received: host=10.10.1.3 port=43731
2018-06-22 10:29:56 EDT [21072]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43731),id=5b2d07e4.5250,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21073]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5251,line=1LOG:  connection received: host=10.10.3.7 port=17137
2018-06-22 10:29:56 EDT [21073]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(17137),id=5b2d07e4.5251,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21074]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5252,line=1LOG:  connection received: host=10.10.1.3 port=43732
2018-06-22 10:29:56 EDT [21074]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43732),id=5b2d07e4.5252,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21075]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5253,line=1LOG:  connection received: host=10.10.1.3 port=43733
2018-06-22 10:29:56 EDT [21075]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43733),id=5b2d07e4.5253,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21076]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5254,line=1LOG:  connection received: host=10.10.1.3 port=43734
2018-06-22 10:29:56 EDT [21076]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43734),id=5b2d07e4.5254,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21077]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5255,line=1LOG:  connection received: host=10.10.1.3 port=43735
2018-06-22 10:29:56 EDT [21077]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43735),id=5b2d07e4.5255,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21078]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5256,line=1LOG:  connection received: host=10.10.1.3 port=43736
2018-06-22 10:29:56 EDT [21078]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43736),id=5b2d07e4.5256,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21079]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5257,line=1LOG:  connection received: host=10.10.1.3 port=43737
2018-06-22 10:29:56 EDT [21079]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43737),id=5b2d07e4.5257,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21080]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5258,line=1LOG:  connection received: host=10.10.1.3 port=43738
2018-06-22 10:29:56 EDT [21080]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43738),id=5b2d07e4.5258,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21081]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5259,line=1LOG:  connection received: host=10.10.1.3 port=43739
2018-06-22 10:29:56 EDT [21081]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43739),id=5b2d07e4.5259,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21082]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.525a,line=1LOG:  connection received: host=10.10.3.7 port=34521
2018-06-22 10:29:56 EDT [21083]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.525b,line=1LOG:  connection received: host=10.10.1.3 port=43740
2018-06-22 10:29:56 EDT [21083]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43740),id=5b2d07e4.525b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21084]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.525c,line=1LOG:  connection received: host=10.10.1.3 port=43741
2018-06-22 10:29:56 EDT [21084]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43741),id=5b2d07e4.525c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21085]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.525d,line=1LOG:  connection received: host=10.10.1.3 port=43742
2018-06-22 10:29:56 EDT [21085]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43742),id=5b2d07e4.525d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21086]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.525e,line=1LOG:  connection received: host=10.10.1.3 port=43743
2018-06-22 10:29:56 EDT [21086]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43743),id=5b2d07e4.525e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21087]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.525f,line=1LOG:  connection received: host=10.10.1.3 port=43744
2018-06-22 10:29:56 EDT [21087]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43744),id=5b2d07e4.525f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21088]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5260,line=1LOG:  connection received: host=10.10.1.3 port=43745
2018-06-22 10:29:56 EDT [21089]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5261,line=1LOG:  connection received: host=10.10.3.7 port=18099
2018-06-22 10:29:56 EDT [21088]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43745),id=5b2d07e4.5260,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21082]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34521),id=5b2d07e4.525a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21089]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(18099),id=5b2d07e4.5261,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21090]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5262,line=1LOG:  connection received: host=10.10.1.3 port=43746
2018-06-22 10:29:56 EDT [21090]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43746),id=5b2d07e4.5262,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21091]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5263,line=1LOG:  connection received: host=10.10.1.3 port=43747
2018-06-22 10:29:56 EDT [21091]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43747),id=5b2d07e4.5263,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21092]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5264,line=1LOG:  connection received: host=10.10.3.7 port=55349
2018-06-22 10:29:56 EDT [21092]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55349),id=5b2d07e4.5264,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21093]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5265,line=1LOG:  connection received: host=10.10.1.3 port=43748
2018-06-22 10:29:56 EDT [21093]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43748),id=5b2d07e4.5265,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21094]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5266,line=1LOG:  connection received: host=10.10.1.3 port=43749
2018-06-22 10:29:56 EDT [21094]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43749),id=5b2d07e4.5266,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21095]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5267,line=1LOG:  connection received: host=10.10.1.3 port=43750
2018-06-22 10:29:56 EDT [21095]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43750),id=5b2d07e4.5267,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21096]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5268,line=1LOG:  connection received: host=10.10.1.3 port=43751
2018-06-22 10:29:56 EDT [21096]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43751),id=5b2d07e4.5268,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21097]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5269,line=1LOG:  connection received: host=10.10.1.3 port=43752
2018-06-22 10:29:56 EDT [21097]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43752),id=5b2d07e4.5269,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21098]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.526a,line=1LOG:  connection received: host=10.10.1.3 port=43753
2018-06-22 10:29:56 EDT [21098]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43753),id=5b2d07e4.526a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21099]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.526b,line=1LOG:  connection received: host=10.10.1.3 port=43754
2018-06-22 10:29:56 EDT [21099]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43754),id=5b2d07e4.526b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21100]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.526c,line=1LOG:  connection received: host=10.10.1.3 port=43755
2018-06-22 10:29:56 EDT [21100]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43755),id=5b2d07e4.526c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21101]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.526d,line=1LOG:  connection received: host=10.10.1.3 port=43756
2018-06-22 10:29:56 EDT [21101]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43756),id=5b2d07e4.526d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21102]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.526e,line=1LOG:  connection received: host=10.10.1.3 port=43757
2018-06-22 10:29:56 EDT [21102]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43757),id=5b2d07e4.526e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21103]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.526f,line=1LOG:  connection received: host=10.10.1.3 port=43758
2018-06-22 10:29:56 EDT [21103]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43758),id=5b2d07e4.526f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21104]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5270,line=1LOG:  connection received: host=10.10.1.3 port=43759
2018-06-22 10:29:56 EDT [21104]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43759),id=5b2d07e4.5270,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21105]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5271,line=1LOG:  connection received: host=10.10.1.3 port=43760
2018-06-22 10:29:56 EDT [21105]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43760),id=5b2d07e4.5271,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21106]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5272,line=1LOG:  connection received: host=10.10.1.3 port=43761
2018-06-22 10:29:56 EDT [21106]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43761),id=5b2d07e4.5272,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21107]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5273,line=1LOG:  connection received: host=10.10.1.3 port=43762
2018-06-22 10:29:56 EDT [21107]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43762),id=5b2d07e4.5273,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21108]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5274,line=1LOG:  connection received: host=10.10.3.7 port=9997
2018-06-22 10:29:56 EDT [21108]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(9997),id=5b2d07e4.5274,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21109]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5275,line=1LOG:  connection received: host=10.10.1.3 port=43763
2018-06-22 10:29:56 EDT [21109]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43763),id=5b2d07e4.5275,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21110]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5276,line=1LOG:  connection received: host=10.10.3.7 port=34522
2018-06-22 10:29:56 EDT [21110]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34522),id=5b2d07e4.5276,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21111]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5277,line=1LOG:  connection received: host=10.10.1.3 port=43764
2018-06-22 10:29:56 EDT [21111]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43764),id=5b2d07e4.5277,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21112]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5278,line=1LOG:  connection received: host=10.10.3.7 port=41831
2018-06-22 10:29:56 EDT [21113]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5279,line=1LOG:  connection received: host=10.10.1.3 port=43765
2018-06-22 10:29:56 EDT [21113]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43765),id=5b2d07e4.5279,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21114]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.527a,line=1LOG:  connection received: host=10.10.1.3 port=43766
2018-06-22 10:29:56 EDT [21114]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43766),id=5b2d07e4.527a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21112]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41831),id=5b2d07e4.5278,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21115]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.527b,line=1LOG:  connection received: host=10.10.5.242 port=40684
2018-06-22 10:29:56 EDT [21115]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.5.242,port=10.10.5.242(40684),id=5b2d07e4.527b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21116]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.527c,line=1LOG:  connection received: host=10.10.1.3 port=43767
2018-06-22 10:29:56 EDT [21116]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43767),id=5b2d07e4.527c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21117]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.527d,line=1LOG:  connection received: host=10.10.1.3 port=43768
2018-06-22 10:29:56 EDT [21117]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43768),id=5b2d07e4.527d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21118]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.527e,line=1LOG:  connection received: host=10.10.1.3 port=43769
2018-06-22 10:29:56 EDT [21118]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43769),id=5b2d07e4.527e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21119]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.527f,line=1LOG:  connection received: host=10.10.1.3 port=43770
2018-06-22 10:29:56 EDT [21119]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43770),id=5b2d07e4.527f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21120]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5280,line=1LOG:  connection received: host=10.10.3.7 port=47731
2018-06-22 10:29:56 EDT [21120]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(47731),id=5b2d07e4.5280,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21121]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5281,line=1LOG:  connection received: host=10.10.1.3 port=43771
2018-06-22 10:29:56 EDT [21121]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43771),id=5b2d07e4.5281,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21122]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5282,line=1LOG:  connection received: host=10.10.1.3 port=43772
2018-06-22 10:29:56 EDT [21122]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43772),id=5b2d07e4.5282,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21123]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5283,line=1LOG:  connection received: host=10.10.1.3 port=43773
2018-06-22 10:29:56 EDT [21123]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43773),id=5b2d07e4.5283,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21124]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5284,line=1LOG:  connection received: host=10.10.1.3 port=43774
2018-06-22 10:29:56 EDT [21124]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43774),id=5b2d07e4.5284,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21125]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5285,line=1LOG:  connection received: host=10.10.1.3 port=43775
2018-06-22 10:29:56 EDT [21125]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43775),id=5b2d07e4.5285,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21126]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5286,line=1LOG:  connection received: host=10.10.1.3 port=43776
2018-06-22 10:29:56 EDT [21126]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43776),id=5b2d07e4.5286,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21127]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5287,line=1LOG:  connection received: host=10.10.1.3 port=43777
2018-06-22 10:29:56 EDT [21127]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43777),id=5b2d07e4.5287,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21128]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5288,line=1LOG:  connection received: host=10.10.1.3 port=43778
2018-06-22 10:29:56 EDT [21128]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43778),id=5b2d07e4.5288,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21129]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5289,line=1LOG:  connection received: host=10.10.1.3 port=43779
2018-06-22 10:29:56 EDT [21129]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43779),id=5b2d07e4.5289,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21130]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.528a,line=1LOG:  connection received: host=10.10.1.3 port=43780
2018-06-22 10:29:56 EDT [21130]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43780),id=5b2d07e4.528a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21131]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.528b,line=1LOG:  connection received: host=10.10.1.3 port=43781
2018-06-22 10:29:56 EDT [21131]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43781),id=5b2d07e4.528b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21132]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.528c,line=1LOG:  connection received: host=10.10.3.7 port=36513
2018-06-22 10:29:56 EDT [21132]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36513),id=5b2d07e4.528c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21133]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.528d,line=1LOG:  connection received: host=10.10.1.3 port=43782
2018-06-22 10:29:56 EDT [21133]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43782),id=5b2d07e4.528d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21134]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.528e,line=1LOG:  connection received: host=10.10.1.3 port=43783
2018-06-22 10:29:56 EDT [21134]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43783),id=5b2d07e4.528e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21135]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.528f,line=1LOG:  connection received: host=10.10.1.3 port=43784
2018-06-22 10:29:56 EDT [21135]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43784),id=5b2d07e4.528f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21136]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5290,line=1LOG:  connection received: host=10.10.1.3 port=43785
2018-06-22 10:29:56 EDT [21137]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5291,line=1LOG:  connection received: host=10.10.3.7 port=36514
2018-06-22 10:29:56 EDT [21136]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43785),id=5b2d07e4.5290,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21137]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36514),id=5b2d07e4.5291,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21138]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5292,line=1LOG:  connection received: host=10.10.1.3 port=43786
2018-06-22 10:29:56 EDT [21138]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43786),id=5b2d07e4.5292,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21139]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5293,line=1LOG:  connection received: host=10.10.1.3 port=43787
2018-06-22 10:29:56 EDT [21139]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43787),id=5b2d07e4.5293,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21140]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5294,line=1LOG:  connection received: host=10.10.1.3 port=43788
2018-06-22 10:29:56 EDT [21140]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43788),id=5b2d07e4.5294,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21141]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5295,line=1LOG:  connection received: host=10.10.1.3 port=43789
2018-06-22 10:29:56 EDT [21141]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43789),id=5b2d07e4.5295,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21142]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5296,line=1LOG:  connection received: host=10.10.1.3 port=43790
2018-06-22 10:29:56 EDT [21142]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43790),id=5b2d07e4.5296,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21143]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5297,line=1LOG:  connection received: host=10.10.1.3 port=43791
2018-06-22 10:29:56 EDT [21143]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43791),id=5b2d07e4.5297,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21144]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5298,line=1LOG:  connection received: host=10.10.1.3 port=43792
2018-06-22 10:29:56 EDT [21144]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43792),id=5b2d07e4.5298,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21145]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5299,line=1LOG:  connection received: host=10.10.1.3 port=43793
2018-06-22 10:29:56 EDT [21145]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43793),id=5b2d07e4.5299,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21146]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.529a,line=1LOG:  connection received: host=10.10.1.3 port=43794
2018-06-22 10:29:56 EDT [21146]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43794),id=5b2d07e4.529a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21147]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.529b,line=1LOG:  connection received: host=10.10.1.3 port=43795
2018-06-22 10:29:56 EDT [21147]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43795),id=5b2d07e4.529b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21148]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.529c,line=1LOG:  connection received: host=10.10.1.3 port=43796
2018-06-22 10:29:56 EDT [21148]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43796),id=5b2d07e4.529c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21149]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.529d,line=1LOG:  connection received: host=10.10.1.3 port=43797
2018-06-22 10:29:56 EDT [21149]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43797),id=5b2d07e4.529d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21150]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.529e,line=1LOG:  connection received: host=10.10.1.3 port=43798
2018-06-22 10:29:56 EDT [21150]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43798),id=5b2d07e4.529e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21151]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.529f,line=1LOG:  connection received: host=10.10.1.3 port=43799
2018-06-22 10:29:56 EDT [21151]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43799),id=5b2d07e4.529f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21152]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a0,line=1LOG:  connection received: host=10.10.1.3 port=43800
2018-06-22 10:29:56 EDT [21152]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43800),id=5b2d07e4.52a0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21153]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a1,line=1LOG:  connection received: host=10.10.1.3 port=43801
2018-06-22 10:29:56 EDT [21153]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43801),id=5b2d07e4.52a1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21154]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a2,line=1LOG:  connection received: host=10.10.1.3 port=43802
2018-06-22 10:29:56 EDT [21154]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43802),id=5b2d07e4.52a2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21155]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a3,line=1LOG:  connection received: host=10.10.1.3 port=43803
2018-06-22 10:29:56 EDT [21155]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43803),id=5b2d07e4.52a3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21156]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a4,line=1LOG:  connection received: host=10.10.1.3 port=43804
2018-06-22 10:29:56 EDT [21156]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43804),id=5b2d07e4.52a4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21157]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a5,line=1LOG:  connection received: host=10.10.3.7 port=1333
2018-06-22 10:29:56 EDT [21157]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(1333),id=5b2d07e4.52a5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21158]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a6,line=1LOG:  connection received: host=10.10.1.3 port=43805
2018-06-22 10:29:56 EDT [21158]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43805),id=5b2d07e4.52a6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21159]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a7,line=1LOG:  connection received: host=10.10.1.3 port=43806
2018-06-22 10:29:56 EDT [21159]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43806),id=5b2d07e4.52a7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21160]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a8,line=1LOG:  connection received: host=10.10.1.3 port=43807
2018-06-22 10:29:56 EDT [21160]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43807),id=5b2d07e4.52a8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21161]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52a9,line=1LOG:  connection received: host=10.10.1.3 port=43808
2018-06-22 10:29:56 EDT [21161]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43808),id=5b2d07e4.52a9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21162]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52aa,line=1LOG:  connection received: host=10.10.1.3 port=43809
2018-06-22 10:29:56 EDT [21162]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43809),id=5b2d07e4.52aa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21163]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ab,line=1LOG:  connection received: host=10.10.3.7 port=55350
2018-06-22 10:29:56 EDT [21164]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ac,line=1LOG:  connection received: host=10.10.3.7 port=41832
2018-06-22 10:29:56 EDT [21163]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55350),id=5b2d07e4.52ab,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21164]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41832),id=5b2d07e4.52ac,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21165]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ad,line=1LOG:  connection received: host=10.10.1.3 port=43810
2018-06-22 10:29:56 EDT [21165]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43810),id=5b2d07e4.52ad,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21166]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ae,line=1LOG:  connection received: host=10.10.1.3 port=43811
2018-06-22 10:29:56 EDT [21166]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43811),id=5b2d07e4.52ae,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21167]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52af,line=1LOG:  connection received: host=10.10.1.3 port=43812
2018-06-22 10:29:56 EDT [21167]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43812),id=5b2d07e4.52af,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21168]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b0,line=1LOG:  connection received: host=10.10.1.3 port=43813
2018-06-22 10:29:56 EDT [21168]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43813),id=5b2d07e4.52b0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21169]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b1,line=1LOG:  connection received: host=10.10.1.3 port=43814
2018-06-22 10:29:56 EDT [21169]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43814),id=5b2d07e4.52b1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21170]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b2,line=1LOG:  connection received: host=10.10.1.3 port=43815
2018-06-22 10:29:56 EDT [21170]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43815),id=5b2d07e4.52b2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21171]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b3,line=1LOG:  connection received: host=10.10.1.3 port=43816
2018-06-22 10:29:56 EDT [21171]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43816),id=5b2d07e4.52b3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21172]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b4,line=1LOG:  connection received: host=10.10.1.3 port=43817
2018-06-22 10:29:56 EDT [21172]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43817),id=5b2d07e4.52b4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21173]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b5,line=1LOG:  connection received: host=10.10.1.3 port=43818
2018-06-22 10:29:56 EDT [21173]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43818),id=5b2d07e4.52b5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21174]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b6,line=1LOG:  connection received: host=10.10.1.3 port=43819
2018-06-22 10:29:56 EDT [21174]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43819),id=5b2d07e4.52b6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21175]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b7,line=1LOG:  connection received: host=10.10.1.3 port=43820
2018-06-22 10:29:56 EDT [21175]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43820),id=5b2d07e4.52b7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21176]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b8,line=1LOG:  connection received: host=10.10.1.3 port=43821
2018-06-22 10:29:56 EDT [21176]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43821),id=5b2d07e4.52b8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21177]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52b9,line=1LOG:  connection received: host=10.10.1.3 port=43822
2018-06-22 10:29:56 EDT [21177]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43822),id=5b2d07e4.52b9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21178]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ba,line=1LOG:  connection received: host=10.10.1.3 port=43823
2018-06-22 10:29:56 EDT [21178]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43823),id=5b2d07e4.52ba,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21179]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52bb,line=1LOG:  connection received: host=10.10.1.3 port=43824
2018-06-22 10:29:56 EDT [21179]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43824),id=5b2d07e4.52bb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21180]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52bc,line=1LOG:  connection received: host=10.10.1.3 port=43825
2018-06-22 10:29:56 EDT [21181]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52bd,line=1LOG:  connection received: host=10.10.1.3 port=43826
2018-06-22 10:29:56 EDT [21180]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43825),id=5b2d07e4.52bc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21181]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43826),id=5b2d07e4.52bd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21182]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52be,line=1LOG:  connection received: host=10.10.3.7 port=34523
2018-06-22 10:29:56 EDT [21183]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52bf,line=1LOG:  connection received: host=10.10.1.3 port=43827
2018-06-22 10:29:56 EDT [21182]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34523),id=5b2d07e4.52be,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21183]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43827),id=5b2d07e4.52bf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21184]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c0,line=1LOG:  connection received: host=10.10.1.3 port=43828
2018-06-22 10:29:56 EDT [21184]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43828),id=5b2d07e4.52c0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21185]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c1,line=1LOG:  connection received: host=10.10.1.3 port=43829
2018-06-22 10:29:56 EDT [21185]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43829),id=5b2d07e4.52c1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21186]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c2,line=1LOG:  connection received: host=10.10.1.3 port=43830
2018-06-22 10:29:56 EDT [21186]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43830),id=5b2d07e4.52c2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21187]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c3,line=1LOG:  connection received: host=10.10.1.3 port=43831
2018-06-22 10:29:56 EDT [21187]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43831),id=5b2d07e4.52c3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21188]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c4,line=1LOG:  connection received: host=10.10.1.3 port=43832
2018-06-22 10:29:56 EDT [21188]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43832),id=5b2d07e4.52c4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21189]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c5,line=1LOG:  connection received: host=10.10.1.3 port=43833
2018-06-22 10:29:56 EDT [21189]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43833),id=5b2d07e4.52c5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21190]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c6,line=1LOG:  connection received: host=10.10.1.3 port=43834
2018-06-22 10:29:56 EDT [21190]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43834),id=5b2d07e4.52c6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21191]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c7,line=1LOG:  connection received: host=10.10.1.3 port=43835
2018-06-22 10:29:56 EDT [21191]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43835),id=5b2d07e4.52c7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21192]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c8,line=1LOG:  connection received: host=10.10.1.3 port=43837
2018-06-22 10:29:56 EDT [21193]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52c9,line=1LOG:  connection received: host=10.10.1.3 port=43836
2018-06-22 10:29:56 EDT [21192]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43837),id=5b2d07e4.52c8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21193]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43836),id=5b2d07e4.52c9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21194]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ca,line=1LOG:  connection received: host=10.10.1.3 port=43838
2018-06-22 10:29:56 EDT [21194]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43838),id=5b2d07e4.52ca,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21195]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52cb,line=1LOG:  connection received: host=10.10.1.3 port=43839
2018-06-22 10:29:56 EDT [21195]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43839),id=5b2d07e4.52cb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21196]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52cc,line=1LOG:  connection received: host=10.10.1.3 port=43840
2018-06-22 10:29:56 EDT [21196]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43840),id=5b2d07e4.52cc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21197]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52cd,line=1LOG:  connection received: host=10.10.1.3 port=43841
2018-06-22 10:29:56 EDT [21197]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43841),id=5b2d07e4.52cd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21198]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ce,line=1LOG:  connection received: host=10.10.1.3 port=43842
2018-06-22 10:29:56 EDT [21198]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43842),id=5b2d07e4.52ce,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21199]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52cf,line=1LOG:  connection received: host=10.10.1.3 port=43843
2018-06-22 10:29:56 EDT [21199]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43843),id=5b2d07e4.52cf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21200]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d0,line=1LOG:  connection received: host=10.10.1.3 port=43844
2018-06-22 10:29:56 EDT [21200]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43844),id=5b2d07e4.52d0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21201]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d1,line=1LOG:  connection received: host=10.10.1.3 port=43845
2018-06-22 10:29:56 EDT [21201]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43845),id=5b2d07e4.52d1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21202]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d2,line=1LOG:  connection received: host=10.10.1.3 port=43846
2018-06-22 10:29:56 EDT [21202]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43846),id=5b2d07e4.52d2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21203]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d3,line=1LOG:  connection received: host=10.10.1.3 port=43847
2018-06-22 10:29:56 EDT [21203]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43847),id=5b2d07e4.52d3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21204]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d4,line=1LOG:  connection received: host=10.10.3.7 port=34524
2018-06-22 10:29:56 EDT [21205]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d5,line=1LOG:  connection received: host=10.10.1.3 port=43848
2018-06-22 10:29:56 EDT [21204]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34524),id=5b2d07e4.52d4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21205]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43848),id=5b2d07e4.52d5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21206]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d6,line=1LOG:  connection received: host=10.10.1.3 port=43849
2018-06-22 10:29:56 EDT [21206]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43849),id=5b2d07e4.52d6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21207]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d7,line=1LOG:  connection received: host=10.10.1.3 port=43850
2018-06-22 10:29:56 EDT [21207]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43850),id=5b2d07e4.52d7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21208]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d8,line=1LOG:  connection received: host=10.10.1.3 port=43851
2018-06-22 10:29:56 EDT [21208]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43851),id=5b2d07e4.52d8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21209]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52d9,line=1LOG:  connection received: host=10.10.1.3 port=43852
2018-06-22 10:29:56 EDT [21209]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43852),id=5b2d07e4.52d9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21210]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52da,line=1LOG:  connection received: host=10.10.1.3 port=43853
2018-06-22 10:29:56 EDT [21210]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43853),id=5b2d07e4.52da,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21211]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52db,line=1LOG:  connection received: host=10.10.1.3 port=43854
2018-06-22 10:29:56 EDT [21211]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43854),id=5b2d07e4.52db,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21212]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52dc,line=1LOG:  connection received: host=10.10.1.3 port=43855
2018-06-22 10:29:56 EDT [21212]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43855),id=5b2d07e4.52dc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21213]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52dd,line=1LOG:  connection received: host=10.10.1.3 port=43856
2018-06-22 10:29:56 EDT [21213]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43856),id=5b2d07e4.52dd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21214]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52de,line=1LOG:  connection received: host=10.10.1.3 port=43857
2018-06-22 10:29:56 EDT [21215]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52df,line=1LOG:  connection received: host=10.10.1.3 port=43858
2018-06-22 10:29:56 EDT [21214]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43857),id=5b2d07e4.52de,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21215]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43858),id=5b2d07e4.52df,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21216]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e0,line=1LOG:  connection received: host=10.10.1.3 port=43859
2018-06-22 10:29:56 EDT [21216]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43859),id=5b2d07e4.52e0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21217]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e1,line=1LOG:  connection received: host=10.10.1.3 port=43860
2018-06-22 10:29:56 EDT [21217]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43860),id=5b2d07e4.52e1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21218]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e2,line=1LOG:  connection received: host=10.10.1.3 port=43861
2018-06-22 10:29:56 EDT [21218]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43861),id=5b2d07e4.52e2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21219]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e3,line=1LOG:  connection received: host=10.10.1.3 port=43862
2018-06-22 10:29:56 EDT [21219]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43862),id=5b2d07e4.52e3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21220]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e4,line=1LOG:  connection received: host=10.10.1.3 port=43863
2018-06-22 10:29:56 EDT [21220]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43863),id=5b2d07e4.52e4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21221]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e5,line=1LOG:  connection received: host=10.10.1.3 port=43864
2018-06-22 10:29:56 EDT [21221]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43864),id=5b2d07e4.52e5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21222]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e6,line=1LOG:  connection received: host=10.10.1.3 port=43865
2018-06-22 10:29:56 EDT [21222]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43865),id=5b2d07e4.52e6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21223]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e7,line=1LOG:  connection received: host=10.10.1.3 port=43867
2018-06-22 10:29:56 EDT [21224]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e8,line=1LOG:  connection received: host=10.10.1.3 port=43866
2018-06-22 10:29:56 EDT [21223]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43867),id=5b2d07e4.52e7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21224]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43866),id=5b2d07e4.52e8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21225]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52e9,line=1LOG:  connection received: host=10.10.5.115 port=45768
2018-06-22 10:29:56 EDT [21225]: [2-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45768),id=5b2d07e4.52e9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21226]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ea,line=1LOG:  connection received: host=10.10.1.3 port=43868
2018-06-22 10:29:56 EDT [21227]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52eb,line=1LOG:  connection received: host=10.10.1.3 port=43869
2018-06-22 10:29:56 EDT [21226]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43868),id=5b2d07e4.52ea,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21227]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43869),id=5b2d07e4.52eb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21228]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ec,line=1LOG:  connection received: host=10.10.1.3 port=43870
2018-06-22 10:29:56 EDT [21228]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43870),id=5b2d07e4.52ec,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21229]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ed,line=1LOG:  connection received: host=10.10.1.3 port=43871
2018-06-22 10:29:56 EDT [21230]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ee,line=1LOG:  connection received: host=10.10.3.7 port=55351
2018-06-22 10:29:56 EDT [21229]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43871),id=5b2d07e4.52ed,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21230]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55351),id=5b2d07e4.52ee,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21231]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ef,line=1LOG:  connection received: host=10.10.1.3 port=43872
2018-06-22 10:29:56 EDT [21231]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43872),id=5b2d07e4.52ef,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21232]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f0,line=1LOG:  connection received: host=10.10.1.3 port=43873
2018-06-22 10:29:56 EDT [21232]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43873),id=5b2d07e4.52f0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21233]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f1,line=1LOG:  connection received: host=10.10.1.3 port=43874
2018-06-22 10:29:56 EDT [21233]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43874),id=5b2d07e4.52f1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21234]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f2,line=1LOG:  connection received: host=10.10.1.3 port=43875
2018-06-22 10:29:56 EDT [21235]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f3,line=1LOG:  connection received: host=10.10.1.3 port=43876
2018-06-22 10:29:56 EDT [21234]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43875),id=5b2d07e4.52f2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21235]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43876),id=5b2d07e4.52f3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21236]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f4,line=1LOG:  connection received: host=10.10.1.3 port=43877
2018-06-22 10:29:56 EDT [21237]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f5,line=1LOG:  connection received: host=10.10.1.3 port=43878
2018-06-22 10:29:56 EDT [21236]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43877),id=5b2d07e4.52f4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21237]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43878),id=5b2d07e4.52f5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21238]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f6,line=1LOG:  connection received: host=10.10.1.3 port=43879
2018-06-22 10:29:56 EDT [21238]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43879),id=5b2d07e4.52f6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21239]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f7,line=1LOG:  connection received: host=10.10.1.3 port=43880
2018-06-22 10:29:56 EDT [21239]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43880),id=5b2d07e4.52f7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21240]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f8,line=1LOG:  connection received: host=10.10.1.3 port=43881
2018-06-22 10:29:56 EDT [21240]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43881),id=5b2d07e4.52f8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21241]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52f9,line=1LOG:  connection received: host=10.10.1.3 port=43882
2018-06-22 10:29:56 EDT [21241]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43882),id=5b2d07e4.52f9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21242]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52fa,line=1LOG:  connection received: host=10.10.1.3 port=43883
2018-06-22 10:29:56 EDT [21242]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43883),id=5b2d07e4.52fa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21243]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52fb,line=1LOG:  connection received: host=10.10.1.3 port=43884
2018-06-22 10:29:56 EDT [21243]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43884),id=5b2d07e4.52fb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21244]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52fc,line=1LOG:  connection received: host=10.10.1.3 port=43885
2018-06-22 10:29:56 EDT [21244]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43885),id=5b2d07e4.52fc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21245]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52fd,line=1LOG:  connection received: host=10.10.1.3 port=43886
2018-06-22 10:29:56 EDT [21245]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43886),id=5b2d07e4.52fd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21246]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52fe,line=1LOG:  connection received: host=10.10.1.3 port=43887
2018-06-22 10:29:56 EDT [21246]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43887),id=5b2d07e4.52fe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21247]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.52ff,line=1LOG:  connection received: host=10.10.1.3 port=43888
2018-06-22 10:29:56 EDT [21247]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43888),id=5b2d07e4.52ff,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21248]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5300,line=1LOG:  connection received: host=10.10.1.3 port=43890
2018-06-22 10:29:56 EDT [21249]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5301,line=1LOG:  connection received: host=10.10.1.3 port=43889
2018-06-22 10:29:56 EDT [21248]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43890),id=5b2d07e4.5300,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21249]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43889),id=5b2d07e4.5301,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21250]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5302,line=1LOG:  connection received: host=10.10.1.3 port=43892
2018-06-22 10:29:56 EDT [21251]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5303,line=1LOG:  connection received: host=10.10.1.3 port=43891
2018-06-22 10:29:56 EDT [21250]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43892),id=5b2d07e4.5302,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21251]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43891),id=5b2d07e4.5303,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21252]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5304,line=1LOG:  connection received: host=10.10.1.3 port=43893
2018-06-22 10:29:56 EDT [21253]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5305,line=1LOG:  connection received: host=10.10.1.3 port=43894
2018-06-22 10:29:56 EDT [21252]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43893),id=5b2d07e4.5304,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21253]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43894),id=5b2d07e4.5305,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21254]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5306,line=1LOG:  connection received: host=10.10.1.3 port=43895
2018-06-22 10:29:56 EDT [21254]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43895),id=5b2d07e4.5306,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21255]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5307,line=1LOG:  connection received: host=10.10.1.3 port=43896
2018-06-22 10:29:56 EDT [21255]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43896),id=5b2d07e4.5307,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21256]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5308,line=1LOG:  connection received: host=10.10.1.3 port=43897
2018-06-22 10:29:56 EDT [21257]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5309,line=1LOG:  connection received: host=10.10.3.7 port=36515
2018-06-22 10:29:56 EDT [21256]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43897),id=5b2d07e4.5308,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21257]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36515),id=5b2d07e4.5309,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21258]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.530a,line=1LOG:  connection received: host=10.10.1.3 port=43898
2018-06-22 10:29:56 EDT [21258]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43898),id=5b2d07e4.530a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21259]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.530b,line=1LOG:  connection received: host=10.10.1.3 port=43899
2018-06-22 10:29:56 EDT [21259]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43899),id=5b2d07e4.530b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21260]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.530c,line=1LOG:  connection received: host=10.10.1.3 port=43900
2018-06-22 10:29:56 EDT [21260]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43900),id=5b2d07e4.530c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21261]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.530d,line=1LOG:  connection received: host=10.10.1.3 port=43901
2018-06-22 10:29:56 EDT [21261]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43901),id=5b2d07e4.530d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21262]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.530e,line=1LOG:  connection received: host=10.10.1.3 port=43902
2018-06-22 10:29:56 EDT [21262]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43902),id=5b2d07e4.530e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21263]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.530f,line=1LOG:  connection received: host=10.10.1.3 port=43903
2018-06-22 10:29:56 EDT [21263]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43903),id=5b2d07e4.530f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21264]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5310,line=1LOG:  connection received: host=10.10.1.3 port=43904
2018-06-22 10:29:56 EDT [21264]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43904),id=5b2d07e4.5310,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21265]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5311,line=1LOG:  connection received: host=10.10.1.3 port=43905
2018-06-22 10:29:56 EDT [21265]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43905),id=5b2d07e4.5311,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21266]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5312,line=1LOG:  connection received: host=10.10.5.115 port=45769
2018-06-22 10:29:56 EDT [21266]: [2-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45769),id=5b2d07e4.5312,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21267]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5313,line=1LOG:  connection received: host=10.10.1.3 port=43906
2018-06-22 10:29:56 EDT [21267]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43906),id=5b2d07e4.5313,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21268]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5314,line=1LOG:  connection received: host=10.10.1.3 port=43907
2018-06-22 10:29:56 EDT [21268]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43907),id=5b2d07e4.5314,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21269]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5315,line=1LOG:  connection received: host=10.10.1.3 port=43908
2018-06-22 10:29:56 EDT [21269]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43908),id=5b2d07e4.5315,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21270]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5316,line=1LOG:  connection received: host=10.10.1.3 port=43909
2018-06-22 10:29:56 EDT [21270]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43909),id=5b2d07e4.5316,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21271]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5317,line=1LOG:  connection received: host=10.10.1.3 port=43910
2018-06-22 10:29:56 EDT [21271]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43910),id=5b2d07e4.5317,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21272]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5318,line=1LOG:  connection received: host=10.10.1.3 port=43911
2018-06-22 10:29:56 EDT [21272]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43911),id=5b2d07e4.5318,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21273]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5319,line=1LOG:  connection received: host=10.10.1.3 port=43912
2018-06-22 10:29:56 EDT [21274]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.531a,line=1LOG:  connection received: host=10.10.1.3 port=43913
2018-06-22 10:29:56 EDT [21273]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43912),id=5b2d07e4.5319,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21274]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43913),id=5b2d07e4.531a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21275]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.531b,line=1LOG:  connection received: host=10.10.1.3 port=43914
2018-06-22 10:29:56 EDT [21275]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43914),id=5b2d07e4.531b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21276]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.531c,line=1LOG:  connection received: host=10.10.3.7 port=58450
2018-06-22 10:29:56 EDT [21277]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.531d,line=1LOG:  connection received: host=10.10.1.3 port=43915
2018-06-22 10:29:56 EDT [21278]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.531e,line=1LOG:  connection received: host=10.10.1.3 port=43916
2018-06-22 10:29:56 EDT [21277]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43915),id=5b2d07e4.531d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21279]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.531f,line=1LOG:  connection received: host=10.10.1.3 port=43917
2018-06-22 10:29:56 EDT [21279]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43917),id=5b2d07e4.531f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21278]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43916),id=5b2d07e4.531e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21280]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5320,line=1LOG:  connection received: host=10.10.1.3 port=43918
2018-06-22 10:29:56 EDT [21280]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43918),id=5b2d07e4.5320,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21281]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5321,line=1LOG:  connection received: host=10.10.1.3 port=43919
2018-06-22 10:29:56 EDT [21282]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5322,line=1LOG:  connection received: host=10.10.1.3 port=43920
2018-06-22 10:29:56 EDT [21281]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43919),id=5b2d07e4.5321,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21282]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43920),id=5b2d07e4.5322,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21283]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5323,line=1LOG:  connection received: host=10.10.1.3 port=43921
2018-06-22 10:29:56 EDT [21283]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43921),id=5b2d07e4.5323,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21276]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58450),id=5b2d07e4.531c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21284]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5324,line=1LOG:  connection received: host=10.10.1.3 port=43922
2018-06-22 10:29:56 EDT [21285]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5325,line=1LOG:  connection received: host=10.10.1.3 port=43923
2018-06-22 10:29:56 EDT [21284]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43922),id=5b2d07e4.5324,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21285]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43923),id=5b2d07e4.5325,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21286]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5326,line=1LOG:  connection received: host=10.10.1.3 port=43924
2018-06-22 10:29:56 EDT [21286]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43924),id=5b2d07e4.5326,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21287]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5327,line=1LOG:  connection received: host=10.10.3.7 port=34525
2018-06-22 10:29:56 EDT [21288]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5328,line=1LOG:  connection received: host=10.10.1.3 port=43925
2018-06-22 10:29:56 EDT [21287]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34525),id=5b2d07e4.5327,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21288]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43925),id=5b2d07e4.5328,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21289]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5329,line=1LOG:  connection received: host=10.10.1.3 port=43926
2018-06-22 10:29:56 EDT [21290]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.532a,line=1LOG:  connection received: host=10.10.1.3 port=43927
2018-06-22 10:29:56 EDT [21289]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43926),id=5b2d07e4.5329,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21290]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43927),id=5b2d07e4.532a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21291]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.532b,line=1LOG:  connection received: host=10.10.1.3 port=43928
2018-06-22 10:29:56 EDT [21291]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43928),id=5b2d07e4.532b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21292]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.532c,line=1LOG:  connection received: host=10.10.1.3 port=43929
2018-06-22 10:29:56 EDT [21292]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43929),id=5b2d07e4.532c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21293]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.532d,line=1LOG:  connection received: host=10.10.1.3 port=43930
2018-06-22 10:29:56 EDT [21293]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43930),id=5b2d07e4.532d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21294]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.532e,line=1LOG:  connection received: host=10.10.3.7 port=58451
2018-06-22 10:29:56 EDT [21295]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.532f,line=1LOG:  connection received: host=10.10.3.7 port=28399
2018-06-22 10:29:56 EDT [21296]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5330,line=1LOG:  connection received: host=10.10.1.3 port=43931
2018-06-22 10:29:56 EDT [21294]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(58451),id=5b2d07e4.532e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21296]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43931),id=5b2d07e4.5330,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21295]: [2-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(28399),id=5b2d07e4.532f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21297]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5331,line=1LOG:  connection received: host=10.10.1.3 port=43932
2018-06-22 10:29:56 EDT [21297]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43932),id=5b2d07e4.5331,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21298]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5332,line=1LOG:  connection received: host=10.10.1.3 port=43933
2018-06-22 10:29:56 EDT [21298]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43933),id=5b2d07e4.5332,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21299]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5333,line=1LOG:  connection received: host=10.10.1.3 port=43934
2018-06-22 10:29:56 EDT [21299]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43934),id=5b2d07e4.5333,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21300]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5334,line=1LOG:  connection received: host=10.10.1.3 port=43935
2018-06-22 10:29:56 EDT [21300]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43935),id=5b2d07e4.5334,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21301]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5335,line=1LOG:  connection received: host=10.10.1.3 port=43936
2018-06-22 10:29:56 EDT [21301]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43936),id=5b2d07e4.5335,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21302]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5336,line=1LOG:  connection received: host=10.10.1.3 port=43937
2018-06-22 10:29:56 EDT [21302]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43937),id=5b2d07e4.5336,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21303]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5337,line=1LOG:  connection received: host=10.10.1.3 port=43938
2018-06-22 10:29:56 EDT [21303]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43938),id=5b2d07e4.5337,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21304]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5338,line=1LOG:  connection received: host=10.10.1.3 port=43939
2018-06-22 10:29:56 EDT [21304]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43939),id=5b2d07e4.5338,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21305]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5339,line=1LOG:  connection received: host=10.10.1.3 port=43940
2018-06-22 10:29:56 EDT [21306]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.533a,line=1LOG:  connection received: host=10.10.5.115 port=45770
2018-06-22 10:29:56 EDT [21305]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43940),id=5b2d07e4.5339,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21306]: [2-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45770),id=5b2d07e4.533a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21307]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.533b,line=1LOG:  connection received: host=10.10.1.3 port=43941
2018-06-22 10:29:56 EDT [21307]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43941),id=5b2d07e4.533b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21308]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.533c,line=1LOG:  connection received: host=10.10.1.3 port=43942
2018-06-22 10:29:56 EDT [21308]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43942),id=5b2d07e4.533c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21309]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.533d,line=1LOG:  connection received: host=10.10.1.3 port=43943
2018-06-22 10:29:56 EDT [21309]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43943),id=5b2d07e4.533d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21310]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.533e,line=1LOG:  connection received: host=10.10.1.3 port=43944
2018-06-22 10:29:56 EDT [21310]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43944),id=5b2d07e4.533e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21311]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.533f,line=1LOG:  connection received: host=10.10.1.3 port=43945
2018-06-22 10:29:56 EDT [21311]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43945),id=5b2d07e4.533f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21312]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5340,line=1LOG:  connection received: host=10.10.1.3 port=43946
2018-06-22 10:29:56 EDT [21312]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43946),id=5b2d07e4.5340,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21313]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5341,line=1LOG:  connection received: host=10.10.1.3 port=43947
2018-06-22 10:29:56 EDT [21313]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43947),id=5b2d07e4.5341,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21314]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5342,line=1LOG:  connection received: host=10.10.1.3 port=43948
2018-06-22 10:29:56 EDT [21314]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43948),id=5b2d07e4.5342,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21315]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5343,line=1LOG:  connection received: host=10.10.1.3 port=43949
2018-06-22 10:29:56 EDT [21315]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43949),id=5b2d07e4.5343,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21316]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5344,line=1LOG:  connection received: host=10.10.1.3 port=43950
2018-06-22 10:29:56 EDT [21317]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5345,line=1LOG:  connection received: host=10.10.3.7 port=55352
2018-06-22 10:29:56 EDT [21316]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43950),id=5b2d07e4.5344,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21317]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55352),id=5b2d07e4.5345,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21318]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5346,line=1LOG:  connection received: host=10.10.1.3 port=43951
2018-06-22 10:29:56 EDT [21318]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43951),id=5b2d07e4.5346,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21319]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5347,line=1LOG:  connection received: host=10.10.1.3 port=43952
2018-06-22 10:29:56 EDT [21319]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43952),id=5b2d07e4.5347,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21320]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5348,line=1LOG:  connection received: host=10.10.1.3 port=43953
2018-06-22 10:29:56 EDT [21320]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43953),id=5b2d07e4.5348,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21321]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5349,line=1LOG:  connection received: host=10.10.1.3 port=43954
2018-06-22 10:29:56 EDT [21321]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43954),id=5b2d07e4.5349,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21322]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.534a,line=1LOG:  connection received: host=10.10.1.3 port=43955
2018-06-22 10:29:56 EDT [21322]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43955),id=5b2d07e4.534a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21323]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.534b,line=1LOG:  connection received: host=10.10.1.3 port=43956
2018-06-22 10:29:56 EDT [21323]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43956),id=5b2d07e4.534b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21324]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.534c,line=1LOG:  connection received: host=10.10.1.3 port=43957
2018-06-22 10:29:56 EDT [21324]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43957),id=5b2d07e4.534c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21325]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.534d,line=1LOG:  connection received: host=10.10.3.7 port=36516
2018-06-22 10:29:56 EDT [21326]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.534e,line=1LOG:  connection received: host=10.10.1.3 port=43958
2018-06-22 10:29:56 EDT [21327]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.534f,line=1LOG:  connection received: host=10.10.3.7 port=35235
2018-06-22 10:29:56 EDT [21326]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43958),id=5b2d07e4.534e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21327]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(35235),id=5b2d07e4.534f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21325]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36516),id=5b2d07e4.534d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21328]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5350,line=1LOG:  connection received: host=10.10.1.3 port=43959
2018-06-22 10:29:56 EDT [21328]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43959),id=5b2d07e4.5350,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21329]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5351,line=1LOG:  connection received: host=10.10.1.3 port=43960
2018-06-22 10:29:56 EDT [21329]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43960),id=5b2d07e4.5351,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21330]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5352,line=1LOG:  connection received: host=10.10.1.3 port=43961
2018-06-22 10:29:56 EDT [21330]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43961),id=5b2d07e4.5352,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21331]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5353,line=1LOG:  connection received: host=10.10.1.3 port=43962
2018-06-22 10:29:56 EDT [21331]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43962),id=5b2d07e4.5353,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21332]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5354,line=1LOG:  connection received: host=10.10.1.3 port=43963
2018-06-22 10:29:56 EDT [21332]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43963),id=5b2d07e4.5354,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21333]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5355,line=1LOG:  connection received: host=10.10.1.3 port=43964
2018-06-22 10:29:56 EDT [21333]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43964),id=5b2d07e4.5355,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21334]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5356,line=1LOG:  connection received: host=10.10.1.3 port=43965
2018-06-22 10:29:56 EDT [21334]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43965),id=5b2d07e4.5356,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21335]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5357,line=1LOG:  connection received: host=10.10.1.3 port=43966
2018-06-22 10:29:56 EDT [21335]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43966),id=5b2d07e4.5357,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21336]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5358,line=1LOG:  connection received: host=10.10.1.3 port=43967
2018-06-22 10:29:56 EDT [21336]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43967),id=5b2d07e4.5358,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21337]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5359,line=1LOG:  connection received: host=10.10.1.3 port=43968
2018-06-22 10:29:56 EDT [21337]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43968),id=5b2d07e4.5359,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21338]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.535a,line=1LOG:  connection received: host=10.10.1.3 port=43969
2018-06-22 10:29:56 EDT [21338]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43969),id=5b2d07e4.535a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21339]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.535b,line=1LOG:  connection received: host=10.10.1.3 port=43970
2018-06-22 10:29:56 EDT [21339]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43970),id=5b2d07e4.535b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21340]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.535c,line=1LOG:  connection received: host=10.10.1.3 port=43971
2018-06-22 10:29:56 EDT [21340]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43971),id=5b2d07e4.535c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21341]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.535d,line=1LOG:  connection received: host=10.10.1.3 port=43972
2018-06-22 10:29:56 EDT [21341]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43972),id=5b2d07e4.535d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21342]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.535e,line=1LOG:  connection received: host=10.10.1.3 port=43973
2018-06-22 10:29:56 EDT [21342]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43973),id=5b2d07e4.535e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21343]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.535f,line=1LOG:  connection received: host=10.10.1.3 port=43974
2018-06-22 10:29:56 EDT [21343]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43974),id=5b2d07e4.535f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21344]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5360,line=1LOG:  connection received: host=10.10.1.3 port=43975
2018-06-22 10:29:56 EDT [21344]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43975),id=5b2d07e4.5360,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21345]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5361,line=1LOG:  connection received: host=10.10.1.3 port=43976
2018-06-22 10:29:56 EDT [21345]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43976),id=5b2d07e4.5361,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21346]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5362,line=1LOG:  connection received: host=10.10.1.3 port=43977
2018-06-22 10:29:56 EDT [21346]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43977),id=5b2d07e4.5362,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21347]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5363,line=1LOG:  connection received: host=10.10.1.3 port=43978
2018-06-22 10:29:56 EDT [21347]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43978),id=5b2d07e4.5363,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21348]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5364,line=1LOG:  connection received: host=10.10.1.3 port=43979
2018-06-22 10:29:56 EDT [21348]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43979),id=5b2d07e4.5364,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21349]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5365,line=1LOG:  connection received: host=10.10.1.3 port=43980
2018-06-22 10:29:56 EDT [21349]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43980),id=5b2d07e4.5365,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21350]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5366,line=1LOG:  connection received: host=10.10.1.3 port=43981
2018-06-22 10:29:56 EDT [21350]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43981),id=5b2d07e4.5366,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21351]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5367,line=1LOG:  connection received: host=10.10.1.3 port=43982
2018-06-22 10:29:56 EDT [21351]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43982),id=5b2d07e4.5367,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21352]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5368,line=1LOG:  connection received: host=10.10.1.3 port=43983
2018-06-22 10:29:56 EDT [21352]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43983),id=5b2d07e4.5368,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21353]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5369,line=1LOG:  connection received: host=10.10.1.3 port=43984
2018-06-22 10:29:56 EDT [21353]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43984),id=5b2d07e4.5369,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21354]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.536a,line=1LOG:  connection received: host=10.10.1.3 port=43985
2018-06-22 10:29:56 EDT [21354]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43985),id=5b2d07e4.536a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21355]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.536b,line=1LOG:  connection received: host=10.10.1.3 port=43986
2018-06-22 10:29:56 EDT [21355]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43986),id=5b2d07e4.536b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21356]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.536c,line=1LOG:  connection received: host=10.10.1.3 port=43987
2018-06-22 10:29:56 EDT [21356]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43987),id=5b2d07e4.536c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21357]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.536d,line=1LOG:  connection received: host=10.10.1.3 port=43988
2018-06-22 10:29:56 EDT [21357]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43988),id=5b2d07e4.536d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21358]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.536e,line=1LOG:  connection received: host=10.10.3.7 port=16190
2018-06-22 10:29:56 EDT [21359]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.536f,line=1LOG:  connection received: host=10.10.1.3 port=43989
2018-06-22 10:29:56 EDT [21358]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(16190),id=5b2d07e4.536e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21359]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43989),id=5b2d07e4.536f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21360]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5370,line=1LOG:  connection received: host=10.10.1.3 port=43990
2018-06-22 10:29:56 EDT [21360]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43990),id=5b2d07e4.5370,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21361]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5371,line=1LOG:  connection received: host=10.10.1.3 port=43991
2018-06-22 10:29:56 EDT [21361]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43991),id=5b2d07e4.5371,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21362]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5372,line=1LOG:  connection received: host=10.10.1.3 port=43992
2018-06-22 10:29:56 EDT [21362]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43992),id=5b2d07e4.5372,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21363]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5373,line=1LOG:  connection received: host=10.10.1.3 port=43993
2018-06-22 10:29:56 EDT [21363]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43993),id=5b2d07e4.5373,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21364]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5374,line=1LOG:  connection received: host=10.10.1.3 port=43994
2018-06-22 10:29:56 EDT [21364]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43994),id=5b2d07e4.5374,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21365]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5375,line=1LOG:  connection received: host=10.10.1.3 port=43995
2018-06-22 10:29:56 EDT [21365]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43995),id=5b2d07e4.5375,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21366]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5376,line=1LOG:  connection received: host=10.10.1.3 port=43996
2018-06-22 10:29:56 EDT [21366]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43996),id=5b2d07e4.5376,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21367]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5377,line=1LOG:  connection received: host=10.10.1.3 port=43997
2018-06-22 10:29:56 EDT [21367]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43997),id=5b2d07e4.5377,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21368]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5378,line=1LOG:  connection received: host=10.10.1.3 port=43998
2018-06-22 10:29:56 EDT [21368]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43998),id=5b2d07e4.5378,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21369]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5379,line=1LOG:  connection received: host=10.10.1.3 port=43999
2018-06-22 10:29:56 EDT [21369]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(43999),id=5b2d07e4.5379,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21370]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.537a,line=1LOG:  connection received: host=10.10.1.3 port=44000
2018-06-22 10:29:56 EDT [21370]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44000),id=5b2d07e4.537a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21371]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.537b,line=1LOG:  connection received: host=10.10.1.3 port=44001
2018-06-22 10:29:56 EDT [21371]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44001),id=5b2d07e4.537b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21372]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.537c,line=1LOG:  connection received: host=10.10.1.3 port=44002
2018-06-22 10:29:56 EDT [21372]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44002),id=5b2d07e4.537c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21373]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.537d,line=1LOG:  connection received: host=10.10.1.3 port=44003
2018-06-22 10:29:56 EDT [21373]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44003),id=5b2d07e4.537d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21374]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.537e,line=1LOG:  connection received: host=10.10.1.3 port=44004
2018-06-22 10:29:56 EDT [21374]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44004),id=5b2d07e4.537e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21375]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.537f,line=1LOG:  connection received: host=10.10.1.3 port=44005
2018-06-22 10:29:56 EDT [21375]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44005),id=5b2d07e4.537f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21376]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5380,line=1LOG:  connection received: host=10.10.1.3 port=44006
2018-06-22 10:29:56 EDT [21376]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44006),id=5b2d07e4.5380,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21377]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5381,line=1LOG:  connection received: host=10.10.1.3 port=44007
2018-06-22 10:29:56 EDT [21377]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44007),id=5b2d07e4.5381,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21378]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5382,line=1LOG:  connection received: host=10.10.1.3 port=44008
2018-06-22 10:29:56 EDT [21378]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44008),id=5b2d07e4.5382,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21379]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5383,line=1LOG:  connection received: host=10.10.1.3 port=44009
2018-06-22 10:29:56 EDT [21379]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44009),id=5b2d07e4.5383,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21380]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5384,line=1LOG:  connection received: host=10.10.1.3 port=44010
2018-06-22 10:29:56 EDT [21380]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44010),id=5b2d07e4.5384,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21381]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5385,line=1LOG:  connection received: host=10.10.1.3 port=44011
2018-06-22 10:29:56 EDT [21381]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44011),id=5b2d07e4.5385,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21382]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5386,line=1LOG:  connection received: host=10.10.1.3 port=44012
2018-06-22 10:29:56 EDT [21382]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44012),id=5b2d07e4.5386,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21383]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5387,line=1LOG:  connection received: host=10.10.1.3 port=44013
2018-06-22 10:29:56 EDT [21383]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44013),id=5b2d07e4.5387,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21384]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5388,line=1LOG:  connection received: host=10.10.1.3 port=44014
2018-06-22 10:29:56 EDT [21384]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44014),id=5b2d07e4.5388,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21385]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5389,line=1LOG:  connection received: host=10.10.1.3 port=44015
2018-06-22 10:29:56 EDT [21385]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44015),id=5b2d07e4.5389,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21386]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.538a,line=1LOG:  connection received: host=10.10.1.3 port=44016
2018-06-22 10:29:56 EDT [21386]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44016),id=5b2d07e4.538a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21387]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.538b,line=1LOG:  connection received: host=10.10.1.3 port=44017
2018-06-22 10:29:56 EDT [21387]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44017),id=5b2d07e4.538b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21388]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.538c,line=1LOG:  connection received: host=10.10.1.3 port=44018
2018-06-22 10:29:56 EDT [21388]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44018),id=5b2d07e4.538c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21389]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.538d,line=1LOG:  connection received: host=10.10.1.3 port=44019
2018-06-22 10:29:56 EDT [21389]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44019),id=5b2d07e4.538d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21390]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.538e,line=1LOG:  connection received: host=10.10.1.3 port=44020
2018-06-22 10:29:56 EDT [21390]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44020),id=5b2d07e4.538e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21391]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.538f,line=1LOG:  connection received: host=10.10.1.3 port=44021
2018-06-22 10:29:56 EDT [21391]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44021),id=5b2d07e4.538f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21392]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5390,line=1LOG:  connection received: host=10.10.1.3 port=44022
2018-06-22 10:29:56 EDT [21392]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44022),id=5b2d07e4.5390,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21393]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5391,line=1LOG:  connection received: host=10.10.1.3 port=44023
2018-06-22 10:29:56 EDT [21393]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44023),id=5b2d07e4.5391,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21394]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5392,line=1LOG:  connection received: host=10.10.1.3 port=44024
2018-06-22 10:29:56 EDT [21394]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44024),id=5b2d07e4.5392,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21395]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5393,line=1LOG:  connection received: host=10.10.1.3 port=44025
2018-06-22 10:29:56 EDT [21395]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44025),id=5b2d07e4.5393,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21396]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5394,line=1LOG:  connection received: host=10.10.1.3 port=44026
2018-06-22 10:29:56 EDT [21396]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44026),id=5b2d07e4.5394,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21397]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5395,line=1LOG:  connection received: host=10.10.1.3 port=44027
2018-06-22 10:29:56 EDT [21397]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44027),id=5b2d07e4.5395,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21398]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5396,line=1LOG:  connection received: host=10.10.1.3 port=44028
2018-06-22 10:29:56 EDT [21398]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44028),id=5b2d07e4.5396,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21399]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5397,line=1LOG:  connection received: host=10.10.1.3 port=44029
2018-06-22 10:29:56 EDT [21399]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44029),id=5b2d07e4.5397,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21400]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5398,line=1LOG:  connection received: host=10.10.3.7 port=5704
2018-06-22 10:29:56 EDT [21401]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5399,line=1LOG:  connection received: host=10.10.1.3 port=44030
2018-06-22 10:29:56 EDT [21402]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.539a,line=1LOG:  connection received: host=10.10.3.7 port=7430
2018-06-22 10:29:56 EDT [21401]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44030),id=5b2d07e4.5399,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21400]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(5704),id=5b2d07e4.5398,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21402]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(7430),id=5b2d07e4.539a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21403]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.539b,line=1LOG:  connection received: host=10.10.1.3 port=44031
2018-06-22 10:29:56 EDT [21403]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44031),id=5b2d07e4.539b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21404]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.539c,line=1LOG:  connection received: host=10.10.1.3 port=44032
2018-06-22 10:29:56 EDT [21404]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44032),id=5b2d07e4.539c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21405]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.539d,line=1LOG:  connection received: host=10.10.1.3 port=44033
2018-06-22 10:29:56 EDT [21405]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44033),id=5b2d07e4.539d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21406]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.539e,line=1LOG:  connection received: host=10.10.1.3 port=44034
2018-06-22 10:29:56 EDT [21406]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44034),id=5b2d07e4.539e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21407]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.539f,line=1LOG:  connection received: host=10.10.1.3 port=44035
2018-06-22 10:29:56 EDT [21407]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44035),id=5b2d07e4.539f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21408]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a0,line=1LOG:  connection received: host=10.10.1.3 port=44036
2018-06-22 10:29:56 EDT [21408]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44036),id=5b2d07e4.53a0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21409]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a1,line=1LOG:  connection received: host=10.10.1.3 port=44037
2018-06-22 10:29:56 EDT [21410]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a2,line=1LOG:  connection received: host=10.10.3.7 port=41833
2018-06-22 10:29:56 EDT [21409]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44037),id=5b2d07e4.53a1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21410]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41833),id=5b2d07e4.53a2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21411]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a3,line=1LOG:  connection received: host=10.10.1.3 port=44038
2018-06-22 10:29:56 EDT [21411]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44038),id=5b2d07e4.53a3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21412]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a4,line=1LOG:  connection received: host=10.10.1.3 port=44039
2018-06-22 10:29:56 EDT [21412]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44039),id=5b2d07e4.53a4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21413]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a5,line=1LOG:  connection received: host=10.10.1.3 port=44040
2018-06-22 10:29:56 EDT [21413]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44040),id=5b2d07e4.53a5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21414]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a6,line=1LOG:  connection received: host=10.10.1.3 port=44041
2018-06-22 10:29:56 EDT [21414]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44041),id=5b2d07e4.53a6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21415]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a7,line=1LOG:  connection received: host=10.10.1.3 port=44042
2018-06-22 10:29:56 EDT [21415]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44042),id=5b2d07e4.53a7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21416]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a8,line=1LOG:  connection received: host=10.10.1.3 port=44043
2018-06-22 10:29:56 EDT [21416]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44043),id=5b2d07e4.53a8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21417]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53a9,line=1LOG:  connection received: host=10.10.1.3 port=44044
2018-06-22 10:29:56 EDT [21417]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44044),id=5b2d07e4.53a9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21418]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53aa,line=1LOG:  connection received: host=10.10.1.3 port=44045
2018-06-22 10:29:56 EDT [21418]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44045),id=5b2d07e4.53aa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21419]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ab,line=1LOG:  connection received: host=10.10.1.3 port=44046
2018-06-22 10:29:56 EDT [21419]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44046),id=5b2d07e4.53ab,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21420]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ac,line=1LOG:  connection received: host=10.10.1.3 port=44047
2018-06-22 10:29:56 EDT [21420]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44047),id=5b2d07e4.53ac,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21421]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ad,line=1LOG:  connection received: host=10.10.1.3 port=44048
2018-06-22 10:29:56 EDT [21421]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44048),id=5b2d07e4.53ad,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21422]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ae,line=1LOG:  connection received: host=10.10.1.3 port=44049
2018-06-22 10:29:56 EDT [21422]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44049),id=5b2d07e4.53ae,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21423]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53af,line=1LOG:  connection received: host=10.10.1.3 port=44050
2018-06-22 10:29:56 EDT [21423]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44050),id=5b2d07e4.53af,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21424]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b0,line=1LOG:  connection received: host=10.10.1.3 port=44051
2018-06-22 10:29:56 EDT [21424]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44051),id=5b2d07e4.53b0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21425]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b1,line=1LOG:  connection received: host=10.10.1.3 port=44052
2018-06-22 10:29:56 EDT [21425]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44052),id=5b2d07e4.53b1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21426]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b2,line=1LOG:  connection received: host=10.10.1.3 port=44053
2018-06-22 10:29:56 EDT [21426]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44053),id=5b2d07e4.53b2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21427]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b3,line=1LOG:  connection received: host=10.10.1.3 port=44054
2018-06-22 10:29:56 EDT [21427]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44054),id=5b2d07e4.53b3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21428]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b4,line=1LOG:  connection received: host=10.10.1.3 port=44055
2018-06-22 10:29:56 EDT [21428]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44055),id=5b2d07e4.53b4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21429]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b5,line=1LOG:  connection received: host=10.10.1.3 port=44056
2018-06-22 10:29:56 EDT [21429]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44056),id=5b2d07e4.53b5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21430]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b6,line=1LOG:  connection received: host=10.10.1.3 port=44057
2018-06-22 10:29:56 EDT [21430]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44057),id=5b2d07e4.53b6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21431]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b7,line=1LOG:  connection received: host=10.10.1.3 port=44058
2018-06-22 10:29:56 EDT [21431]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44058),id=5b2d07e4.53b7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21432]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b8,line=1LOG:  connection received: host=10.10.1.3 port=44059
2018-06-22 10:29:56 EDT [21432]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44059),id=5b2d07e4.53b8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21433]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53b9,line=1LOG:  connection received: host=10.10.1.3 port=44060
2018-06-22 10:29:56 EDT [21433]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44060),id=5b2d07e4.53b9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21434]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ba,line=1LOG:  connection received: host=10.10.1.3 port=44061
2018-06-22 10:29:56 EDT [21434]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44061),id=5b2d07e4.53ba,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21435]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53bb,line=1LOG:  connection received: host=10.10.1.3 port=44062
2018-06-22 10:29:56 EDT [21435]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44062),id=5b2d07e4.53bb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21436]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53bc,line=1LOG:  connection received: host=10.10.1.3 port=44063
2018-06-22 10:29:56 EDT [21436]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44063),id=5b2d07e4.53bc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21437]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53bd,line=1LOG:  connection received: host=10.10.1.3 port=44064
2018-06-22 10:29:56 EDT [21437]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44064),id=5b2d07e4.53bd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21438]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53be,line=1LOG:  connection received: host=10.10.1.3 port=44065
2018-06-22 10:29:56 EDT [21438]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44065),id=5b2d07e4.53be,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21439]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53bf,line=1LOG:  connection received: host=10.10.1.3 port=44066
2018-06-22 10:29:56 EDT [21439]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44066),id=5b2d07e4.53bf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21440]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c0,line=1LOG:  connection received: host=10.10.1.3 port=44067
2018-06-22 10:29:56 EDT [21440]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44067),id=5b2d07e4.53c0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21441]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c1,line=1LOG:  connection received: host=10.10.1.3 port=44068
2018-06-22 10:29:56 EDT [21441]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44068),id=5b2d07e4.53c1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21442]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c2,line=1LOG:  connection received: host=10.10.1.3 port=44069
2018-06-22 10:29:56 EDT [21442]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44069),id=5b2d07e4.53c2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21443]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c3,line=1LOG:  connection received: host=10.10.1.3 port=44070
2018-06-22 10:29:56 EDT [21443]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44070),id=5b2d07e4.53c3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21444]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c4,line=1LOG:  connection received: host=10.10.1.3 port=44071
2018-06-22 10:29:56 EDT [21444]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44071),id=5b2d07e4.53c4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21445]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c5,line=1LOG:  connection received: host=10.10.1.3 port=44072
2018-06-22 10:29:56 EDT [21445]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44072),id=5b2d07e4.53c5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21446]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c6,line=1LOG:  connection received: host=10.10.1.3 port=44073
2018-06-22 10:29:56 EDT [21446]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44073),id=5b2d07e4.53c6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21447]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c7,line=1LOG:  connection received: host=10.10.1.3 port=44074
2018-06-22 10:29:56 EDT [21447]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44074),id=5b2d07e4.53c7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21448]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c8,line=1LOG:  connection received: host=10.10.1.3 port=44075
2018-06-22 10:29:56 EDT [21448]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44075),id=5b2d07e4.53c8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21449]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53c9,line=1LOG:  connection received: host=10.10.1.3 port=44076
2018-06-22 10:29:56 EDT [21449]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44076),id=5b2d07e4.53c9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21450]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ca,line=1LOG:  connection received: host=10.10.1.3 port=44077
2018-06-22 10:29:56 EDT [21450]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44077),id=5b2d07e4.53ca,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21451]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53cb,line=1LOG:  connection received: host=10.10.1.3 port=44078
2018-06-22 10:29:56 EDT [21451]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44078),id=5b2d07e4.53cb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21452]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53cc,line=1LOG:  connection received: host=10.10.1.3 port=44079
2018-06-22 10:29:56 EDT [21452]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44079),id=5b2d07e4.53cc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21454]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ce,line=1LOG:  connection received: host=10.10.3.7 port=30933
2018-06-22 10:29:56 EDT [21453]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53cd,line=1LOG:  connection received: host=10.10.1.3 port=44080
2018-06-22 10:29:56 EDT [21455]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53cf,line=1LOG:  connection received: host=10.10.1.3 port=44081
2018-06-22 10:29:56 EDT [21453]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44080),id=5b2d07e4.53cd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21454]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(30933),id=5b2d07e4.53ce,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21455]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44081),id=5b2d07e4.53cf,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21456]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d0,line=1LOG:  connection received: host=10.10.3.7 port=36517
2018-06-22 10:29:56 EDT [21457]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d1,line=1LOG:  connection received: host=10.10.1.3 port=44082
2018-06-22 10:29:56 EDT [21456]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36517),id=5b2d07e4.53d0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21458]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d2,line=1LOG:  connection received: host=10.10.1.3 port=44083
2018-06-22 10:29:56 EDT [21457]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44082),id=5b2d07e4.53d1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21458]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44083),id=5b2d07e4.53d2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21459]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d3,line=1LOG:  connection received: host=10.10.1.3 port=44084
2018-06-22 10:29:56 EDT [21460]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d4,line=1LOG:  connection received: host=10.10.3.7 port=55353
2018-06-22 10:29:56 EDT [21461]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d5,line=1LOG:  connection received: host=10.10.1.3 port=44085
2018-06-22 10:29:56 EDT [21459]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44084),id=5b2d07e4.53d3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21461]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44085),id=5b2d07e4.53d5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21462]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d6,line=1LOG:  connection received: host=10.10.1.3 port=44086
2018-06-22 10:29:56 EDT [21462]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44086),id=5b2d07e4.53d6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21463]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d7,line=1LOG:  connection received: host=10.10.1.3 port=44087
2018-06-22 10:29:56 EDT [21463]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44087),id=5b2d07e4.53d7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21464]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d8,line=1LOG:  connection received: host=10.10.1.3 port=44088
2018-06-22 10:29:56 EDT [21464]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44088),id=5b2d07e4.53d8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21465]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53d9,line=1LOG:  connection received: host=10.10.1.3 port=44089
2018-06-22 10:29:56 EDT [21465]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44089),id=5b2d07e4.53d9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21466]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53da,line=1LOG:  connection received: host=10.10.1.3 port=44090
2018-06-22 10:29:56 EDT [21460]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55353),id=5b2d07e4.53d4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21466]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44090),id=5b2d07e4.53da,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21467]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53db,line=1LOG:  connection received: host=10.10.1.3 port=44091
2018-06-22 10:29:56 EDT [21467]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44091),id=5b2d07e4.53db,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21468]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53dc,line=1LOG:  connection received: host=10.10.1.3 port=44092
2018-06-22 10:29:56 EDT [21468]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44092),id=5b2d07e4.53dc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21469]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53dd,line=1LOG:  connection received: host=10.10.1.3 port=44093
2018-06-22 10:29:56 EDT [21470]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53de,line=1LOG:  connection received: host=10.10.3.7 port=16185
2018-06-22 10:29:56 EDT [21469]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44093),id=5b2d07e4.53dd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21470]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(16185),id=5b2d07e4.53de,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21471]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53df,line=1LOG:  connection received: host=10.10.1.3 port=44094
2018-06-22 10:29:56 EDT [21471]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44094),id=5b2d07e4.53df,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21472]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e0,line=1LOG:  connection received: host=10.10.1.3 port=44095
2018-06-22 10:29:56 EDT [21473]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e1,line=1LOG:  connection received: host=10.10.3.7 port=36518
2018-06-22 10:29:56 EDT [21472]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44095),id=5b2d07e4.53e0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21474]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e2,line=1LOG:  connection received: host=10.10.1.3 port=44096
2018-06-22 10:29:56 EDT [21474]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44096),id=5b2d07e4.53e2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21475]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e3,line=1LOG:  connection received: host=10.10.1.3 port=44097
2018-06-22 10:29:56 EDT [21475]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44097),id=5b2d07e4.53e3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21476]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e4,line=1LOG:  connection received: host=10.10.1.3 port=44098
2018-06-22 10:29:56 EDT [21473]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36518),id=5b2d07e4.53e1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21476]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44098),id=5b2d07e4.53e4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21477]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e5,line=1LOG:  connection received: host=10.10.1.3 port=44099
2018-06-22 10:29:56 EDT [21477]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44099),id=5b2d07e4.53e5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21478]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e6,line=1LOG:  connection received: host=10.10.1.3 port=44100
2018-06-22 10:29:56 EDT [21478]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44100),id=5b2d07e4.53e6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21479]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e7,line=1LOG:  connection received: host=10.10.1.3 port=44101
2018-06-22 10:29:56 EDT [21479]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44101),id=5b2d07e4.53e7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21480]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e8,line=1LOG:  connection received: host=10.10.1.3 port=44102
2018-06-22 10:29:56 EDT [21480]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44102),id=5b2d07e4.53e8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21481]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53e9,line=1LOG:  connection received: host=10.10.1.3 port=44103
2018-06-22 10:29:56 EDT [21481]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44103),id=5b2d07e4.53e9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21482]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ea,line=1LOG:  connection received: host=10.10.1.3 port=44104
2018-06-22 10:29:56 EDT [21482]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44104),id=5b2d07e4.53ea,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21483]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53eb,line=1LOG:  connection received: host=10.10.1.3 port=44105
2018-06-22 10:29:56 EDT [21483]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44105),id=5b2d07e4.53eb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21484]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ec,line=1LOG:  connection received: host=10.10.1.3 port=44106
2018-06-22 10:29:56 EDT [21484]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44106),id=5b2d07e4.53ec,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21485]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ed,line=1LOG:  connection received: host=10.10.1.3 port=44107
2018-06-22 10:29:56 EDT [21485]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44107),id=5b2d07e4.53ed,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21486]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ee,line=1LOG:  connection received: host=10.10.1.3 port=44108
2018-06-22 10:29:56 EDT [21486]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44108),id=5b2d07e4.53ee,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21487]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ef,line=1LOG:  connection received: host=10.10.1.3 port=44109
2018-06-22 10:29:56 EDT [21487]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44109),id=5b2d07e4.53ef,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21488]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f0,line=1LOG:  connection received: host=10.10.1.3 port=44110
2018-06-22 10:29:56 EDT [21488]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44110),id=5b2d07e4.53f0,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21489]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f1,line=1LOG:  connection received: host=10.10.1.3 port=44111
2018-06-22 10:29:56 EDT [21490]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f2,line=1LOG:  connection received: host=10.10.3.7 port=36519
2018-06-22 10:29:56 EDT [21490]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36519),id=5b2d07e4.53f2,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21491]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f3,line=1LOG:  connection received: host=10.10.1.3 port=44112
2018-06-22 10:29:56 EDT [21489]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44111),id=5b2d07e4.53f1,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21491]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44112),id=5b2d07e4.53f3,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21492]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f4,line=1LOG:  connection received: host=10.10.3.7 port=55354
2018-06-22 10:29:56 EDT [21492]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55354),id=5b2d07e4.53f4,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21493]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f5,line=1LOG:  connection received: host=10.10.1.3 port=44113
2018-06-22 10:29:56 EDT [21493]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44113),id=5b2d07e4.53f5,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21494]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f6,line=1LOG:  connection received: host=10.10.1.3 port=44114
2018-06-22 10:29:56 EDT [21494]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44114),id=5b2d07e4.53f6,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21495]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f7,line=1LOG:  connection received: host=10.10.1.3 port=44115
2018-06-22 10:29:56 EDT [21495]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44115),id=5b2d07e4.53f7,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21496]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f8,line=1LOG:  connection received: host=10.10.1.3 port=44116
2018-06-22 10:29:56 EDT [21496]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44116),id=5b2d07e4.53f8,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21497]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53f9,line=1LOG:  connection received: host=10.10.1.3 port=44117
2018-06-22 10:29:56 EDT [21497]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44117),id=5b2d07e4.53f9,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21498]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53fa,line=1LOG:  connection received: host=10.10.1.3 port=44118
2018-06-22 10:29:56 EDT [21498]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44118),id=5b2d07e4.53fa,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21499]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53fb,line=1LOG:  connection received: host=10.10.1.3 port=44119
2018-06-22 10:29:56 EDT [21499]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44119),id=5b2d07e4.53fb,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21500]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53fc,line=1LOG:  connection received: host=10.10.1.3 port=44120
2018-06-22 10:29:56 EDT [21500]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44120),id=5b2d07e4.53fc,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21501]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53fd,line=1LOG:  connection received: host=10.10.1.3 port=44121
2018-06-22 10:29:56 EDT [21501]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44121),id=5b2d07e4.53fd,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21502]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53fe,line=1LOG:  connection received: host=10.10.1.3 port=44122
2018-06-22 10:29:56 EDT [21502]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44122),id=5b2d07e4.53fe,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21503]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.53ff,line=1LOG:  connection received: host=10.10.1.3 port=44123
2018-06-22 10:29:56 EDT [21503]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44123),id=5b2d07e4.53ff,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21504]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5400,line=1LOG:  connection received: host=10.10.1.3 port=44124
2018-06-22 10:29:56 EDT [21504]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44124),id=5b2d07e4.5400,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21505]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5401,line=1LOG:  connection received: host=10.10.1.3 port=44125
2018-06-22 10:29:56 EDT [21505]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44125),id=5b2d07e4.5401,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:56 EDT [21506]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5402,line=1LOG:  connection received: host=10.10.3.7 port=34526
2018-06-22 10:29:56 EDT [21507]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5403,line=1LOG:  connection received: host=10.10.1.3 port=44126
2018-06-22 10:29:56 EDT [21508]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e4.5404,line=1LOG:  connection received: host=10.10.3.7 port=31928
2018-06-22 10:29:56 EDT [21506]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34526),id=5b2d07e4.5402,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21508]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(31928),id=5b2d07e4.5404,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21507]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44126),id=5b2d07e4.5403,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21509]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5405,line=1LOG:  connection received: host=10.10.1.3 port=44127
2018-06-22 10:29:57 EDT [21509]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44127),id=5b2d07e5.5405,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21510]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5406,line=1LOG:  connection received: host=10.10.1.3 port=44128
2018-06-22 10:29:57 EDT [21510]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44128),id=5b2d07e5.5406,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21511]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5407,line=1LOG:  connection received: host=10.10.3.7 port=36520
2018-06-22 10:29:57 EDT [21512]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5408,line=1LOG:  connection received: host=10.10.1.3 port=44129
2018-06-22 10:29:57 EDT [21511]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36520),id=5b2d07e5.5407,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21512]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44129),id=5b2d07e5.5408,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21513]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5409,line=1LOG:  connection received: host=10.10.1.3 port=44130
2018-06-22 10:29:57 EDT [21513]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44130),id=5b2d07e5.5409,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21514]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.540a,line=1LOG:  connection received: host=10.10.1.3 port=44131
2018-06-22 10:29:57 EDT [21514]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44131),id=5b2d07e5.540a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21515]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.540b,line=1LOG:  connection received: host=10.10.1.3 port=44132
2018-06-22 10:29:57 EDT [21515]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44132),id=5b2d07e5.540b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21516]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.540c,line=1LOG:  connection received: host=10.10.1.3 port=44133
2018-06-22 10:29:57 EDT [21516]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44133),id=5b2d07e5.540c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21517]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.540d,line=1LOG:  connection received: host=10.10.1.3 port=44134
2018-06-22 10:29:57 EDT [21517]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44134),id=5b2d07e5.540d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21518]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.540e,line=1LOG:  connection received: host=10.10.1.3 port=44135
2018-06-22 10:29:57 EDT [21519]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.540f,line=1LOG:  connection received: host=10.10.1.3 port=44136
2018-06-22 10:29:57 EDT [21518]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44135),id=5b2d07e5.540e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21519]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44136),id=5b2d07e5.540f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21520]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5410,line=1LOG:  connection received: host=10.10.1.3 port=44137
2018-06-22 10:29:57 EDT [21520]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44137),id=5b2d07e5.5410,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21521]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5411,line=1LOG:  connection received: host=10.10.1.3 port=44138
2018-06-22 10:29:57 EDT [21521]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44138),id=5b2d07e5.5411,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21522]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5412,line=1LOG:  connection received: host=10.10.1.3 port=44139
2018-06-22 10:29:57 EDT [21522]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44139),id=5b2d07e5.5412,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21523]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5413,line=1LOG:  connection received: host=10.10.1.3 port=44140
2018-06-22 10:29:57 EDT [21523]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44140),id=5b2d07e5.5413,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21524]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5414,line=1LOG:  connection received: host=10.10.1.3 port=44141
2018-06-22 10:29:57 EDT [21524]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44141),id=5b2d07e5.5414,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21525]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5415,line=1LOG:  connection received: host=10.10.1.3 port=44142
2018-06-22 10:29:57 EDT [21525]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44142),id=5b2d07e5.5415,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21526]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5416,line=1LOG:  connection received: host=10.10.1.3 port=44143
2018-06-22 10:29:57 EDT [21526]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44143),id=5b2d07e5.5416,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21527]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5417,line=1LOG:  connection received: host=10.10.1.3 port=44144
2018-06-22 10:29:57 EDT [21527]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44144),id=5b2d07e5.5417,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21528]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5418,line=1LOG:  connection received: host=10.10.1.3 port=44145
2018-06-22 10:29:57 EDT [21528]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44145),id=5b2d07e5.5418,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21529]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5419,line=1LOG:  connection received: host=10.10.1.3 port=44146
2018-06-22 10:29:57 EDT [21529]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44146),id=5b2d07e5.5419,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21530]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.541a,line=1LOG:  connection received: host=10.10.1.3 port=44147
2018-06-22 10:29:57 EDT [21530]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44147),id=5b2d07e5.541a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21531]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.541b,line=1LOG:  connection received: host=10.10.1.3 port=44148
2018-06-22 10:29:57 EDT [21531]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44148),id=5b2d07e5.541b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21532]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.541c,line=1LOG:  connection received: host=10.10.1.3 port=44149
2018-06-22 10:29:57 EDT [21532]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44149),id=5b2d07e5.541c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21533]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.541d,line=1LOG:  connection received: host=10.10.1.3 port=44150
2018-06-22 10:29:57 EDT [21533]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44150),id=5b2d07e5.541d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21534]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.541e,line=1LOG:  connection received: host=10.10.1.3 port=44151
2018-06-22 10:29:57 EDT [21534]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44151),id=5b2d07e5.541e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21535]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.541f,line=1LOG:  connection received: host=10.10.1.3 port=44152
2018-06-22 10:29:57 EDT [21535]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44152),id=5b2d07e5.541f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21536]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5420,line=1LOG:  connection received: host=10.10.1.3 port=44153
2018-06-22 10:29:57 EDT [21536]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44153),id=5b2d07e5.5420,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21537]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5421,line=1LOG:  connection received: host=10.10.1.3 port=44154
2018-06-22 10:29:57 EDT [21537]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44154),id=5b2d07e5.5421,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21538]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5422,line=1LOG:  connection received: host=10.10.1.3 port=44155
2018-06-22 10:29:57 EDT [21538]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44155),id=5b2d07e5.5422,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21539]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5423,line=1LOG:  connection received: host=10.10.3.7 port=54406
2018-06-22 10:29:57 EDT [21539]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54406),id=5b2d07e5.5423,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21540]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5424,line=1LOG:  connection received: host=10.10.1.3 port=44156
2018-06-22 10:29:57 EDT [21540]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44156),id=5b2d07e5.5424,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21541]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5425,line=1LOG:  connection received: host=10.10.1.3 port=44157
2018-06-22 10:29:57 EDT [21541]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44157),id=5b2d07e5.5425,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21542]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5426,line=1LOG:  connection received: host=10.10.1.3 port=44158
2018-06-22 10:29:57 EDT [21542]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44158),id=5b2d07e5.5426,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21543]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5427,line=1LOG:  connection received: host=10.10.1.3 port=44159
2018-06-22 10:29:57 EDT [21543]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44159),id=5b2d07e5.5427,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21544]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5428,line=1LOG:  connection received: host=10.10.1.3 port=44160
2018-06-22 10:29:57 EDT [21544]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44160),id=5b2d07e5.5428,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21545]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5429,line=1LOG:  connection received: host=10.10.1.3 port=44161
2018-06-22 10:29:57 EDT [21545]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44161),id=5b2d07e5.5429,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21546]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.542a,line=1LOG:  connection received: host=10.10.1.3 port=44162
2018-06-22 10:29:57 EDT [21546]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44162),id=5b2d07e5.542a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21547]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.542b,line=1LOG:  connection received: host=10.10.1.3 port=44163
2018-06-22 10:29:57 EDT [21547]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44163),id=5b2d07e5.542b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21548]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.542c,line=1LOG:  connection received: host=10.10.1.3 port=44164
2018-06-22 10:29:57 EDT [21548]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44164),id=5b2d07e5.542c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21549]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.542d,line=1LOG:  connection received: host=10.10.1.3 port=44165
2018-06-22 10:29:57 EDT [21549]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44165),id=5b2d07e5.542d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21550]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.542e,line=1LOG:  connection received: host=10.10.1.3 port=44166
2018-06-22 10:29:57 EDT [21550]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44166),id=5b2d07e5.542e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21551]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.542f,line=1LOG:  connection received: host=10.10.1.3 port=44167
2018-06-22 10:29:57 EDT [21551]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44167),id=5b2d07e5.542f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21552]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5430,line=1LOG:  connection received: host=10.10.1.3 port=44168
2018-06-22 10:29:57 EDT [21552]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44168),id=5b2d07e5.5430,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21553]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5431,line=1LOG:  connection received: host=10.10.1.3 port=44169
2018-06-22 10:29:57 EDT [21553]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44169),id=5b2d07e5.5431,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21554]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5432,line=1LOG:  connection received: host=10.10.1.3 port=44170
2018-06-22 10:29:57 EDT [21554]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44170),id=5b2d07e5.5432,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21555]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5433,line=1LOG:  connection received: host=10.10.1.3 port=44171
2018-06-22 10:29:57 EDT [21555]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44171),id=5b2d07e5.5433,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21556]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5434,line=1LOG:  connection received: host=10.10.1.3 port=44172
2018-06-22 10:29:57 EDT [21556]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44172),id=5b2d07e5.5434,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21557]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5435,line=1LOG:  connection received: host=10.10.1.3 port=44173
2018-06-22 10:29:57 EDT [21557]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44173),id=5b2d07e5.5435,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21558]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5436,line=1LOG:  connection received: host=10.10.1.3 port=44174
2018-06-22 10:29:57 EDT [21558]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44174),id=5b2d07e5.5436,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21559]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5437,line=1LOG:  connection received: host=10.10.1.3 port=44175
2018-06-22 10:29:57 EDT [21559]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44175),id=5b2d07e5.5437,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21560]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5438,line=1LOG:  connection received: host=10.10.1.3 port=44176
2018-06-22 10:29:57 EDT [21560]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44176),id=5b2d07e5.5438,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21561]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5439,line=1LOG:  connection received: host=10.10.1.3 port=44177
2018-06-22 10:29:57 EDT [21561]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44177),id=5b2d07e5.5439,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21562]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.543a,line=1LOG:  connection received: host=10.10.1.3 port=44178
2018-06-22 10:29:57 EDT [21562]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44178),id=5b2d07e5.543a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21563]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.543b,line=1LOG:  connection received: host=10.10.1.3 port=44179
2018-06-22 10:29:57 EDT [21563]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44179),id=5b2d07e5.543b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21564]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.543c,line=1LOG:  connection received: host=10.10.1.3 port=44180
2018-06-22 10:29:57 EDT [21564]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44180),id=5b2d07e5.543c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21565]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.543d,line=1LOG:  connection received: host=10.10.1.3 port=44181
2018-06-22 10:29:57 EDT [21565]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44181),id=5b2d07e5.543d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21566]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.543e,line=1LOG:  connection received: host=10.10.1.3 port=44182
2018-06-22 10:29:57 EDT [21566]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44182),id=5b2d07e5.543e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21567]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.543f,line=1LOG:  connection received: host=10.10.3.7 port=41834
2018-06-22 10:29:57 EDT [21568]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5440,line=1LOG:  connection received: host=10.10.1.3 port=44183
2018-06-22 10:29:57 EDT [21568]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44183),id=5b2d07e5.5440,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21567]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41834),id=5b2d07e5.543f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21569]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5441,line=1LOG:  connection received: host=10.10.1.3 port=44184
2018-06-22 10:29:57 EDT [21569]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44184),id=5b2d07e5.5441,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21570]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5442,line=1LOG:  connection received: host=10.10.1.3 port=44185
2018-06-22 10:29:57 EDT [21570]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44185),id=5b2d07e5.5442,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21571]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5443,line=1LOG:  connection received: host=10.10.1.3 port=44186
2018-06-22 10:29:57 EDT [21571]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44186),id=5b2d07e5.5443,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21572]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5444,line=1LOG:  connection received: host=10.10.1.3 port=44187
2018-06-22 10:29:57 EDT [21572]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44187),id=5b2d07e5.5444,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21573]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5445,line=1LOG:  connection received: host=10.10.1.3 port=44188
2018-06-22 10:29:57 EDT [21573]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44188),id=5b2d07e5.5445,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21574]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5446,line=1LOG:  connection received: host=10.10.1.3 port=44189
2018-06-22 10:29:57 EDT [21574]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44189),id=5b2d07e5.5446,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21575]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5447,line=1LOG:  connection received: host=10.10.1.3 port=44190
2018-06-22 10:29:57 EDT [21575]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44190),id=5b2d07e5.5447,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21576]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5448,line=1LOG:  connection received: host=10.10.1.3 port=44191
2018-06-22 10:29:57 EDT [21576]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44191),id=5b2d07e5.5448,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21577]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5449,line=1LOG:  connection received: host=10.10.1.3 port=44192
2018-06-22 10:29:57 EDT [21577]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44192),id=5b2d07e5.5449,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21578]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.544a,line=1LOG:  connection received: host=10.10.1.3 port=44193
2018-06-22 10:29:57 EDT [21578]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44193),id=5b2d07e5.544a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21579]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.544b,line=1LOG:  connection received: host=10.10.1.3 port=44194
2018-06-22 10:29:57 EDT [21579]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44194),id=5b2d07e5.544b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21580]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.544c,line=1LOG:  connection received: host=10.10.1.3 port=44195
2018-06-22 10:29:57 EDT [21580]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44195),id=5b2d07e5.544c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21581]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.544d,line=1LOG:  connection received: host=10.10.1.3 port=44196
2018-06-22 10:29:57 EDT [21581]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44196),id=5b2d07e5.544d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21582]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.544e,line=1LOG:  connection received: host=10.10.1.3 port=44197
2018-06-22 10:29:57 EDT [21582]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44197),id=5b2d07e5.544e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21583]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.544f,line=1LOG:  connection received: host=10.10.1.3 port=44198
2018-06-22 10:29:57 EDT [21583]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44198),id=5b2d07e5.544f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21584]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5450,line=1LOG:  connection received: host=10.10.1.3 port=44199
2018-06-22 10:29:57 EDT [21584]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44199),id=5b2d07e5.5450,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21585]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5451,line=1LOG:  connection received: host=10.10.1.3 port=44200
2018-06-22 10:29:57 EDT [21585]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44200),id=5b2d07e5.5451,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21586]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5452,line=1LOG:  connection received: host=10.10.1.3 port=44201
2018-06-22 10:29:57 EDT [21586]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44201),id=5b2d07e5.5452,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21587]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5453,line=1LOG:  connection received: host=10.10.3.7 port=1330
2018-06-22 10:29:57 EDT [21587]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(1330),id=5b2d07e5.5453,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21588]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5454,line=1LOG:  connection received: host=10.10.1.3 port=44202
2018-06-22 10:29:57 EDT [21588]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44202),id=5b2d07e5.5454,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21589]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5455,line=1LOG:  connection received: host=10.10.1.3 port=44203
2018-06-22 10:29:57 EDT [21589]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44203),id=5b2d07e5.5455,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21590]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5456,line=1LOG:  connection received: host=10.10.1.3 port=44204
2018-06-22 10:29:57 EDT [21590]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44204),id=5b2d07e5.5456,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21591]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5457,line=1LOG:  connection received: host=10.10.1.3 port=44205
2018-06-22 10:29:57 EDT [21591]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44205),id=5b2d07e5.5457,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21592]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5458,line=1LOG:  connection received: host=10.10.1.3 port=44206
2018-06-22 10:29:57 EDT [21592]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44206),id=5b2d07e5.5458,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21593]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5459,line=1LOG:  connection received: host=10.10.1.3 port=44207
2018-06-22 10:29:57 EDT [21593]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44207),id=5b2d07e5.5459,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21594]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.545a,line=1LOG:  connection received: host=10.10.1.3 port=44208
2018-06-22 10:29:57 EDT [21594]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44208),id=5b2d07e5.545a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21595]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.545b,line=1LOG:  connection received: host=10.10.1.3 port=44209
2018-06-22 10:29:57 EDT [21595]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44209),id=5b2d07e5.545b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21596]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.545c,line=1LOG:  connection received: host=10.10.1.3 port=44210
2018-06-22 10:29:57 EDT [21596]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44210),id=5b2d07e5.545c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21597]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.545d,line=1LOG:  connection received: host=10.10.1.3 port=44211
2018-06-22 10:29:57 EDT [21597]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44211),id=5b2d07e5.545d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21598]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.545e,line=1LOG:  connection received: host=10.10.1.3 port=44212
2018-06-22 10:29:57 EDT [21598]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44212),id=5b2d07e5.545e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21599]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.545f,line=1LOG:  connection received: host=10.10.1.3 port=44213
2018-06-22 10:29:57 EDT [21599]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44213),id=5b2d07e5.545f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21600]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5460,line=1LOG:  connection received: host=10.10.1.3 port=44214
2018-06-22 10:29:57 EDT [21600]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44214),id=5b2d07e5.5460,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21601]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5461,line=1LOG:  connection received: host=10.10.1.3 port=44215
2018-06-22 10:29:57 EDT [21601]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44215),id=5b2d07e5.5461,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21602]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5462,line=1LOG:  connection received: host=10.10.1.3 port=44216
2018-06-22 10:29:57 EDT [21602]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44216),id=5b2d07e5.5462,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21603]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5463,line=1LOG:  connection received: host=10.10.1.3 port=44217
2018-06-22 10:29:57 EDT [21603]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44217),id=5b2d07e5.5463,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21604]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5464,line=1LOG:  connection received: host=10.10.1.3 port=44218
2018-06-22 10:29:57 EDT [21604]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44218),id=5b2d07e5.5464,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21605]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5465,line=1LOG:  connection received: host=10.10.1.3 port=44219
2018-06-22 10:29:57 EDT [21605]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44219),id=5b2d07e5.5465,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21606]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5466,line=1LOG:  connection received: host=10.10.1.3 port=44220
2018-06-22 10:29:57 EDT [21606]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44220),id=5b2d07e5.5466,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21607]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5467,line=1LOG:  connection received: host=10.10.1.3 port=44221
2018-06-22 10:29:57 EDT [21607]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44221),id=5b2d07e5.5467,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21608]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5468,line=1LOG:  connection received: host=10.10.1.3 port=44222
2018-06-22 10:29:57 EDT [21608]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44222),id=5b2d07e5.5468,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21609]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5469,line=1LOG:  connection received: host=10.10.1.3 port=44223
2018-06-22 10:29:57 EDT [21609]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44223),id=5b2d07e5.5469,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21610]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.546a,line=1LOG:  connection received: host=10.10.1.3 port=44224
2018-06-22 10:29:57 EDT [21610]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44224),id=5b2d07e5.546a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21611]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.546b,line=1LOG:  connection received: host=10.10.1.3 port=44225
2018-06-22 10:29:57 EDT [21611]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44225),id=5b2d07e5.546b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21612]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.546c,line=1LOG:  connection received: host=10.10.1.3 port=44226
2018-06-22 10:29:57 EDT [21612]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44226),id=5b2d07e5.546c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21613]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.546d,line=1LOG:  connection received: host=10.10.1.3 port=44227
2018-06-22 10:29:57 EDT [21613]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44227),id=5b2d07e5.546d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21614]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.546e,line=1LOG:  connection received: host=10.10.1.3 port=44228
2018-06-22 10:29:57 EDT [21614]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44228),id=5b2d07e5.546e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21615]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.546f,line=1LOG:  connection received: host=10.10.1.3 port=44229
2018-06-22 10:29:57 EDT [21615]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44229),id=5b2d07e5.546f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21616]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5470,line=1LOG:  connection received: host=10.10.1.3 port=44230
2018-06-22 10:29:57 EDT [21616]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44230),id=5b2d07e5.5470,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21617]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5471,line=1LOG:  connection received: host=10.10.1.3 port=44231
2018-06-22 10:29:57 EDT [21617]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44231),id=5b2d07e5.5471,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21618]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5472,line=1LOG:  connection received: host=10.10.1.3 port=44232
2018-06-22 10:29:57 EDT [21618]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44232),id=5b2d07e5.5472,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21619]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5473,line=1LOG:  connection received: host=10.10.1.3 port=44233
2018-06-22 10:29:57 EDT [21619]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44233),id=5b2d07e5.5473,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21620]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5474,line=1LOG:  connection received: host=10.10.1.3 port=44234
2018-06-22 10:29:57 EDT [21620]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44234),id=5b2d07e5.5474,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21621]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5475,line=1LOG:  connection received: host=10.10.1.3 port=44235
2018-06-22 10:29:57 EDT [21621]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44235),id=5b2d07e5.5475,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21622]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5476,line=1LOG:  connection received: host=10.10.1.3 port=44236
2018-06-22 10:29:57 EDT [21622]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44236),id=5b2d07e5.5476,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21623]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5477,line=1LOG:  connection received: host=10.10.1.3 port=44237
2018-06-22 10:29:57 EDT [21623]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44237),id=5b2d07e5.5477,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21624]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5478,line=1LOG:  connection received: host=10.10.1.3 port=44238
2018-06-22 10:29:57 EDT [21624]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44238),id=5b2d07e5.5478,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21625]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5479,line=1LOG:  connection received: host=10.10.1.3 port=44239
2018-06-22 10:29:57 EDT [21625]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44239),id=5b2d07e5.5479,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21626]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.547a,line=1LOG:  connection received: host=10.10.1.3 port=44240
2018-06-22 10:29:57 EDT [21626]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44240),id=5b2d07e5.547a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21627]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.547b,line=1LOG:  connection received: host=10.10.1.3 port=44241
2018-06-22 10:29:57 EDT [21627]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44241),id=5b2d07e5.547b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21628]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.547c,line=1LOG:  connection received: host=10.10.1.3 port=44242
2018-06-22 10:29:57 EDT [21628]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44242),id=5b2d07e5.547c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21629]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.547d,line=1LOG:  connection received: host=10.10.1.3 port=44243
2018-06-22 10:29:57 EDT [21629]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44243),id=5b2d07e5.547d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21630]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.547e,line=1LOG:  connection received: host=10.10.1.3 port=44244
2018-06-22 10:29:57 EDT [21630]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44244),id=5b2d07e5.547e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21631]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.547f,line=1LOG:  connection received: host=10.10.1.3 port=44245
2018-06-22 10:29:57 EDT [21631]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44245),id=5b2d07e5.547f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21632]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5480,line=1LOG:  connection received: host=10.10.1.3 port=44246
2018-06-22 10:29:57 EDT [21632]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44246),id=5b2d07e5.5480,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21633]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5481,line=1LOG:  connection received: host=10.10.1.3 port=44247
2018-06-22 10:29:57 EDT [21633]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44247),id=5b2d07e5.5481,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21634]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5482,line=1LOG:  connection received: host=10.10.3.7 port=54407
2018-06-22 10:29:57 EDT [21635]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5483,line=1LOG:  connection received: host=10.10.1.3 port=44248
2018-06-22 10:29:57 EDT [21634]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54407),id=5b2d07e5.5482,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21635]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44248),id=5b2d07e5.5483,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21636]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5484,line=1LOG:  connection received: host=10.10.1.3 port=44249
2018-06-22 10:29:57 EDT [21636]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44249),id=5b2d07e5.5484,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21637]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5485,line=1LOG:  connection received: host=10.10.1.3 port=44250
2018-06-22 10:29:57 EDT [21637]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44250),id=5b2d07e5.5485,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21638]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5486,line=1LOG:  connection received: host=10.10.1.3 port=44251
2018-06-22 10:29:57 EDT [21639]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5487,line=1LOG:  connection received: host=10.10.3.7 port=41835
2018-06-22 10:29:57 EDT [21638]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44251),id=5b2d07e5.5486,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21639]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41835),id=5b2d07e5.5487,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21640]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5488,line=1LOG:  connection received: host=10.10.1.3 port=44252
2018-06-22 10:29:57 EDT [21640]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44252),id=5b2d07e5.5488,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21641]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5489,line=1LOG:  connection received: host=10.10.1.3 port=44253
2018-06-22 10:29:57 EDT [21641]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44253),id=5b2d07e5.5489,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21642]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.548a,line=1LOG:  connection received: host=10.10.1.3 port=44254
2018-06-22 10:29:57 EDT [21642]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44254),id=5b2d07e5.548a,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21643]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.548b,line=1LOG:  connection received: host=10.10.1.3 port=44255
2018-06-22 10:29:57 EDT [21643]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44255),id=5b2d07e5.548b,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [19876]: [14-1] user=,db= ,host=,port=,id=5b2d07e2.4da4,line=14DEBUG:  resetting unlogged relations: cleanup 0 init 1
2018-06-22 10:29:57 EDT [21644]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.548c,line=1LOG:  connection received: host=10.10.1.3 port=44256
2018-06-22 10:29:57 EDT [21644]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44256),id=5b2d07e5.548c,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21645]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.548d,line=1LOG:  connection received: host=10.10.1.3 port=44257
2018-06-22 10:29:57 EDT [21645]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44257),id=5b2d07e5.548d,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21646]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.548e,line=1LOG:  connection received: host=10.10.1.3 port=44258
2018-06-22 10:29:57 EDT [21646]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44258),id=5b2d07e5.548e,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21647]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.548f,line=1LOG:  connection received: host=10.10.1.3 port=44259
2018-06-22 10:29:57 EDT [21647]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44259),id=5b2d07e5.548f,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21648]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5490,line=1LOG:  connection received: host=10.10.1.3 port=44260
2018-06-22 10:29:57 EDT [21648]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44260),id=5b2d07e5.5490,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21649]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5491,line=1LOG:  connection received: host=10.10.3.7 port=34527
2018-06-22 10:29:57 EDT [21649]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34527),id=5b2d07e5.5491,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21650]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5492,line=1LOG:  connection received: host=10.10.1.3 port=44261
2018-06-22 10:29:57 EDT [21650]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44261),id=5b2d07e5.5492,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21651]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5493,line=1LOG:  connection received: host=10.10.1.3 port=44262
2018-06-22 10:29:57 EDT [21651]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44262),id=5b2d07e5.5493,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21652]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5494,line=1LOG:  connection received: host=10.10.1.3 port=44263
2018-06-22 10:29:57 EDT [21652]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44263),id=5b2d07e5.5494,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21653]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5495,line=1LOG:  connection received: host=10.10.1.3 port=44264
2018-06-22 10:29:57 EDT [21653]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44264),id=5b2d07e5.5495,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21654]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5496,line=1LOG:  connection received: host=10.10.1.3 port=44265
2018-06-22 10:29:57 EDT [21654]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44265),id=5b2d07e5.5496,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21655]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5497,line=1LOG:  connection received: host=10.10.1.3 port=44266
2018-06-22 10:29:57 EDT [21655]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44266),id=5b2d07e5.5497,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21656]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5498,line=1LOG:  connection received: host=10.10.3.7 port=29595
2018-06-22 10:29:57 EDT [21656]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(29595),id=5b2d07e5.5498,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [21657]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.5499,line=1LOG:  connection received: host=10.10.1.3 port=44267
2018-06-22 10:29:57 EDT [21660]: [1-1] user=,db= ,host=,port=,id=5b2d07e5.549c,line=1LOG:  autovacuum launcher started
2018-06-22 10:29:57 EDT [21657]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44267),id=5b2d07e5.5499,line=2FATAL:  the database system is in recovery mode
2018-06-22 10:29:57 EDT [2733]: [6-1] user=,db= ,host=,port=,id=4b8da28d.aad,line=6LOG:  database system is ready to accept connections
2018-06-22 10:29:57 EDT [21663]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.549f,line=1LOG:  connection received: host=10.10.1.3 port=44268
2018-06-22 10:29:57 EDT [21664]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a0,line=1LOG:  connection received: host=10.10.3.7 port=55355
2018-06-22 10:29:57 EDT [21663]: [2-1] user=cmsuser,db=forte ,host=10.10.1.3,port=10.10.1.3(44268),id=5b2d07e5.549f,line=2LOG:  connection authorized: user=cmsuser database=forte
2018-06-22 10:29:57 EDT [21664]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(55355),id=5b2d07e5.54a0,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21665]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a1,line=1LOG:  connection received: host=10.10.5.116 port=51803
2018-06-22 10:29:57 EDT [21665]: [2-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51803),id=5b2d07e5.54a1,line=2LOG:  connection authorized: user=twclaim database=forte
2018-06-22 10:29:57 EDT [21666]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a2,line=1LOG:  connection received: host=10.10.6.29 port=51362
2018-06-22 10:29:57 EDT [21666]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51362),id=5b2d07e5.54a2,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21667]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a3,line=1LOG:  connection received: host=10.10.3.7 port=21732
2018-06-22 10:29:57 EDT [21667]: [2-1] user=webapp1205_ro,db=forte ,host=10.10.3.7,port=10.10.3.7(21732),id=5b2d07e5.54a3,line=2LOG:  connection authorized: user=webapp1205_ro database=forte
2018-06-22 10:29:57 EDT [21668]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a4,line=1LOG:  connection received: host=10.10.6.29 port=51363
2018-06-22 10:29:57 EDT [21669]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a5,line=1LOG:  connection received: host=10.10.3.7 port=17118
2018-06-22 10:29:57 EDT [21668]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51363),id=5b2d07e5.54a4,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21670]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a6,line=1LOG:  connection received: host=10.10.3.7 port=36521
2018-06-22 10:29:57 EDT [21669]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(17118),id=5b2d07e5.54a5,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21671]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a7,line=1LOG:  connection received: host=10.10.6.29 port=51364
2018-06-22 10:29:57 EDT [21671]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51364),id=5b2d07e5.54a7,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21672]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a8,line=1LOG:  connection received: host=10.10.6.29 port=51365
2018-06-22 10:29:57 EDT [21673]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54a9,line=1LOG:  connection received: host=10.10.3.7 port=27567
2018-06-22 10:29:57 EDT [21672]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51365),id=5b2d07e5.54a8,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21670]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36521),id=5b2d07e5.54a6,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21674]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54aa,line=1LOG:  connection received: host=10.10.3.7 port=17113
2018-06-22 10:29:57 EDT [21673]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(27567),id=5b2d07e5.54a9,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21675]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54ab,line=1LOG:  connection received: host=10.10.3.7 port=36522
2018-06-22 10:29:57 EDT [21674]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(17113),id=5b2d07e5.54aa,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21676]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54ac,line=1LOG:  connection received: host=10.10.6.29 port=51366
2018-06-22 10:29:57 EDT [21676]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51366),id=5b2d07e5.54ac,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21675]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36522),id=5b2d07e5.54ab,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21677]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54ad,line=1LOG:  connection received: host=10.10.6.29 port=51367
2018-06-22 10:29:57 EDT [21677]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51367),id=5b2d07e5.54ad,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21678]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54ae,line=1LOG:  connection received: host=10.10.6.29 port=51368
2018-06-22 10:29:57 EDT [21678]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51368),id=5b2d07e5.54ae,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21679]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54af,line=1LOG:  connection received: host=10.10.3.7 port=34528
2018-06-22 10:29:57 EDT [21679]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34528),id=5b2d07e5.54af,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21680]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b0,line=1LOG:  connection received: host=10.10.6.29 port=51369
2018-06-22 10:29:57 EDT [21680]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51369),id=5b2d07e5.54b0,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21681]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b1,line=1LOG:  connection received: host=10.10.6.29 port=51370
2018-06-22 10:29:57 EDT [21681]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51370),id=5b2d07e5.54b1,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21682]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b2,line=1LOG:  connection received: host=10.10.6.29 port=51371
2018-06-22 10:29:57 EDT [21682]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51371),id=5b2d07e5.54b2,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21683]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b3,line=1LOG:  connection received: host=10.10.3.7 port=36523
2018-06-22 10:29:57 EDT [21683]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36523),id=5b2d07e5.54b3,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21684]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b4,line=1LOG:  connection received: host=10.10.6.29 port=51373
2018-06-22 10:29:57 EDT [21684]: [2-1] user=claimdealer,db=forte ,host=10.10.6.29,port=10.10.6.29(51373),id=5b2d07e5.54b4,line=2LOG:  connection authorized: user=claimdealer database=forte
2018-06-22 10:29:57 EDT [21685]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b5,line=1LOG:  connection received: host=10.10.3.7 port=54408
2018-06-22 10:29:57 EDT [21685]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(54408),id=5b2d07e5.54b5,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21686]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b6,line=1LOG:  connection received: host=10.10.3.7 port=21731
2018-06-22 10:29:57 EDT [21687]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b7,line=1LOG:  connection received: host=10.10.3.7 port=34529
2018-06-22 10:29:57 EDT [21686]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(21731),id=5b2d07e5.54b6,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21687]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(34529),id=5b2d07e5.54b7,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21688]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b8,line=1LOG:  connection received: host=10.10.5.115 port=45771
2018-06-22 10:29:57 EDT [21688]: [2-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45771),id=5b2d07e5.54b8,line=2LOG:  connection authorized: user=twclaim database=forte
2018-06-22 10:29:57 EDT [21689]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54b9,line=1LOG:  connection received: host=10.10.3.7 port=36524
2018-06-22 10:29:57 EDT [21689]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(36524),id=5b2d07e5.54b9,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21690]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54ba,line=1LOG:  connection received: host=10.10.3.7 port=41836
2018-06-22 10:29:57 EDT [21690]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(41836),id=5b2d07e5.54ba,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21691]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54bb,line=1LOG:  connection received: host=10.10.3.7 port=57248
2018-06-22 10:29:57 EDT [21691]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(57248),id=5b2d07e5.54bb,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21692]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54bc,line=1LOG:  connection received: host=10.10.3.7 port=51092
2018-06-22 10:29:57 EDT [21692]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.3.7,port=10.10.3.7(51092),id=5b2d07e5.54bc,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21688]: [3-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45771),id=5b2d07e5.54b8,line=3LOG:  duration: 142.245 ms  execute <unnamed>: select * from ng_claim_get_repair_facility_info($1) as result
2018-06-22 10:29:57 EDT [21688]: [4-1] user=twclaim,db=forte ,host=10.10.5.115,port=10.10.5.115(45771),id=5b2d07e5.54b8,line=4DETAIL:  parameters: $1 = '00008648'
2018-06-22 10:29:57 EDT [21665]: [3-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51803),id=5b2d07e5.54a1,line=3LOG:  duration: 213.374 ms  execute <unnamed>: select * from ng_claim_get_repair_facility_info($1) as result
2018-06-22 10:29:57 EDT [21665]: [4-1] user=twclaim,db=forte ,host=10.10.5.116,port=10.10.5.116(51803),id=5b2d07e5.54a1,line=4DETAIL:  parameters: $1 = '0MB74050'
2018-06-22 10:29:57 EDT [21693]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54bd,line=1LOG:  connection received: host=10.10.5.241 port=51088
2018-06-22 10:29:57 EDT [21693]: [2-1] user=webapp1205_rw,db=forte ,host=10.10.5.241,port=10.10.5.241(51088),id=5b2d07e5.54bd,line=2LOG:  connection authorized: user=webapp1205_rw database=forte
2018-06-22 10:29:57 EDT [21694]: [1-1] user=[unknown],db=[unknown] ,host=,port=,id=5b2d07e5.54be,line=1LOG:  connection received: host=10.10.5.111 port=51970
2018-06-22 10:29:57 EDT [21694]: [2-1] user=postgres,db=[unknown] ,host=10.10.5.111,port=10.10.5.111(51970),id=5b2d07e5.54be,line=2LOG:  replication connection authorized: user=postgres
2018-06-22 10:29:57 EDT [21694]: [3-1] user=postgres,db=[unknown] ,host=10.10.5.111,port=10.10.5.111(51970),id=5b2d07e5.54be,line=3DEBUG:  received replication command: IDENTIFY_SYSTEM
2018-06-22 10:29:57 EDT [21694]: [4-1] user=postgres,db=[unknown] ,host=10.10.5.111,port=10.10.5.111(51970),id=5b2d07e5.54be,line=4DEBUG:  received replication command: START_REPLICATION 4F41/76000000
2018-06-22 10:29:57 EDT [21694]: [5-1] user=postgres,db=[unknown] ,host=10.10.5.111,port=10.10.5.111(51970),id=5b2d07e5.54be,line=5DEBUG:  standby "walreceiver" now has synchronous standby priority 1

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux