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

[AWIPS #GXY-460628]: Issues with recently installed EDEX Server



Hi Brian,

For the grib decoder, I believe the problem is possibly a missing library. 
Could you please send me the
output when you run the following on the command line:
ls -l /usr/lib64/libpng*

Also, after looking at your pqact.conf file and comparing it to what we have 
running on our servers, I 
noticed a difference in the location of GOES data in data_store.  For some 
reason, our actions move all
the data to a different directory (/awips2/data_store/GOES/) and 
subdirectories, compared to what the
actions in your configuration file do.  I've attached a text field with the 
current logic found on our
server.  You should be able to try and replace the lines in your pqact.conf 
file starting with:
#
# GOES 16/17 ABI
#
NOTHER  ^(TI....) (KNES) (......) (...)

 .
 .
 .
 .
 and ending with:
# derived products (still unsupported)

With the lines I've attached in the text file.  Then you'll need to stop the 
server (run 'edex stop' on
the command line, without the single quotes) and restart the server ('edex 
start').
I'm not entirely sure why the data_store subdirectory should make a difference. 
 
Granted, the text snippet I'm sending you does not have a line for the EXP feed 
data, since it appears
we don't serve it.  If you are getting data on that feed, then you should keep 
that line in your 
pqact.conf file for now.

Let me know if any of these changes help and what your output is for the libpng 
search.
Thanks!

--Shay Carter

Software Engineer II
UCAR - Unidata

Ticket Details
===================
Ticket ID: GXY-460628
Department: Support AWIPS
Priority: Normal
Status: Open
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.
#
# GOES 16/17 ABI
#
NOTHER  ^(TI....) (KNES) (......) (...)
        FILE    -close -edex
        /awips2/data_store/GOES/GINI/\1_\2_\3_\4_(seq).gini
#
# GOES 16/17 ABI
#
NIMAGE  
^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/CloudAndMoistureImagery/([^
/]*)/([^/]*)/([0-9]{8})/([^/]*).nc
        FILE    -close -edex
        /awips2/data_store/GOES/CMI/\5.nc4
#
# GOES derived products
#
HDS     ^(IXT.99) KNES (......)
        FILE    -close -edex
        /awips2/data_store/GOES/derived/KNES_\1_\2-(seq)
#
# DIFAX|SATELLITE feed netCDF4
#
# GLM
DIFAX   ^/data/cspp-geo/(EAST|WEST|GRB-R)/OR_GLM-L2-([^/]*).nc
        FILE    -close -edex
        /awips2/data_store/GOES/GLM/\1_OR_GLM-L2-\2.nc
# ABI
DIFAX   ^/data/cspp-geo/(EAST|WEST|GRB-R)/OR_ABI-L1b-([^/]*).nc
        FILE    -close -edex
        /awips2/data_store/GOES/L1bABI/\1_OR_ABI-L1b-\2.nc
# derived products (still unsupported)