zhiyuanfu created TS-2434:
-----------------------------
Summary: Errors in the plugin.config will cause the service to fail
Key: TS-2434
URL: https://issues.apache.org/jira/browse/TS-2434
Project: Traffic Server
Issue Type: Bug
Components: Configuration
Reporter: zhiyuanfu
A spelling mistake or a wrong path configured in plugin.config can cause the
ats to service failure.
#############################
diags.log:
[Dec 16 15:42:40.790] Server {0x2b32fd6569e0} ERROR: unable to load
'/usr/lib64/trafficserver/plugins/maxage.so':
/usr/lib64/trafficserver/plugins/maxage.so: cannot open shared object file: No
such file or directory
#############################
netstat -lnpt|grep traffic |grep -v grep
tcp 0 0 0.0.0.0:8080 0.0.0.0:*
LISTEN 14795/traffic_manag
tcp 0 0 0.0.0.0:8083 0.0.0.0:*
LISTEN 14795/traffic_manag
----------------------------------------------
ps aux |grep traffic |grep -v grep
root 14793 0.0 0.0 88040 4460 ? Ss 15:40 0:00
/usr/bin/traffic_cop
ats 14795 0.4 0.0 168632 18148 ? Sl 15:40 0:00
/usr/bin/traffic_manager
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)