I'm trying to start the EDEX server with edex start, but it hangs. I've
also tried edex setup and again it hangs. typing 'edex' shows:
[edex status]
postgres :: not running
pypies :: running :: pid 2709
qpid :: running :: pid 3162
EDEXingest :: running :: pid 3025 3436 5272
EDEXgrib :: running :: pid 3074 3439 5282
EDEXrequest :: running :: pid 2888 3441 5290
edex (status|start|stop|setup|log)
So, then I checked the postgresql-Thursday.log and it shows the following:
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 79 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 82 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 85 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 88 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 91 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 94 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 97 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 100 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : LOG: specifying both host name and CIDR
mask is invalid: ".0/24"
2014-10-16 17:04:45 GMT 0 : : CONTEXT: line 103 of configuration file
"/awips2/data/pg_hba.conf"
2014-10-16 17:04:45 GMT 0 : : FATAL: could not load pg_hba.conf
The EDEX server is installed on CentOS 6.5, and CAVE will be installed to
the same computer. I connect to the internet through a router and ifconfig
shows:
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::be5f:f4ff:fe8a:1188/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7039 errors:0 dropped:0 overruns:0 frame:0
TX packets:6182 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5000931 (4.7 MiB) TX bytes:1080404 (1.0 MiB)
Interrupt:16
Do I have to set the 192.168.1.3 in etc/hosts? My system is called
localhost.localdomain .
Thank you for any help.
Brian Bernard