On Jun 12, 2013, at 12:11 PM, Alvin Lee <[email protected]> wrote:
> I just checked those log files and nothing is being written to them at all.
> It seems as if ATS keeps trying to load this plugin over and over again...
> I used "tail -f" on traffic.out when I start ATS and this same block of
> messages kept appearing:
>
> [Jun 12 18:41:39.997] Manager {0x7fdd4590e7e0} NOTE:
> [LocalManager::startProxy] Launching ts process
> [TrafficServer] using root directory '/'
> [Jun 12 18:41:40.010] Manager {0x7fdd4590e7e0} NOTE:
> [LocalManager::pollMgmtProcessServer] New process connecting fd '11'
> [Jun 12 18:41:40.010] Manager {0x7fdd4590e7e0} NOTE: [Alarms::signalAlarm]
> Server Process born
> [Jun 12 18:41:41.021] {0x2b7144b04ee0} STATUS: opened
> /var/log/trafficserver/diags.log
> [Jun 12 18:41:41.021] {0x2b7144b04ee0} NOTE: updated diags config
> [Jun 12 18:41:41.024] Server {0x2b7144b04ee0} NOTE: cache clustering disabled
> [Jun 12 18:41:41.039] Server {0x2b7144b04ee0} NOTE: cache clustering disabled
> [Jun 12 18:41:41.046] Server {0x2b7144b04ee0} NOTE: logging initialized[15],
> logging_mode = 3
> [Jun 12 18:41:41.055] Server {0x2b7144b04ee0} WARNING: Failed to create new
> instance for plugin /libexec/trafficserver/regex_remap.so (not a TS_SUCCESS
> return)
OK, so regex_remap is failing to load. From looking at that code, I'd say that
it only fails when it can't load any regexes from the config file. It logs an
error, so look in the place you have error logs pointed to (probably error.log).
> [Jun 12 18:41:41.055] Server {0x2b7144b04ee0} WARNING: Could not add rule at
> line #169; Aborting!
> [Jun 12 18:41:41.055] Server {0x2b7144b04ee0} WARNING: [ReverseProxy] Can't
> create new remap instance for plugin "/libexec/trafficserver/regex_remap.so"
> - Unknown plugin error at line 169
> [Jun 12 18:41:41.055] Server {0x2b7144b04ee0} WARNING: something failed
> during BuildTable() -- check your remap plugins!
> [Jun 12 18:41:41.055] Server {0x2b7144b04ee0} WARNING: Can not load the remap
> table, exiting out!
> [Jun 12 18:41:41.059] Manager {0x7fdd4590e7e0} ERROR: [Alarms::signalAlarm]
> Server Process was reset
> [Jun 12 18:41:41.059] Manager {0x7fdd4590e7e0} ERROR: (last system error 2:
> No such file or directory)
>
>
>
> On Wed, Jun 12, 2013 at 1:49 PM, Alan M. Carroll
> <[email protected]> wrote:
> > Server {0x2aaabd5a6410} WARNING: Failed to create new instance for plugin
> > /libexec/trafficserver/regex_remap.so (not a TS_SUCCESS return)
>
> Have you checked the error.log and diags.log files? There might be some
> information in there.
>
>