From users-return-2911-apmail-trafficserver-users-archive=trafficserver.apache.org@trafficserver.apache.org Wed Jun 12 15:40:32 2013 Return-Path: X-Original-To: apmail-trafficserver-users-archive@www.apache.org Delivered-To: apmail-trafficserver-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9050210610 for ; Wed, 12 Jun 2013 15:40:32 +0000 (UTC) Received: (qmail 54923 invoked by uid 500); 12 Jun 2013 15:40:32 -0000 Delivered-To: apmail-trafficserver-users-archive@trafficserver.apache.org Received: (qmail 54477 invoked by uid 500); 12 Jun 2013 15:40:27 -0000 Mailing-List: contact users-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@trafficserver.apache.org Delivered-To: mailing list users@trafficserver.apache.org Received: (qmail 54454 invoked by uid 99); 12 Jun 2013 15:40:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 15:40:25 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of algrn91@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 15:40:19 +0000 Received: by mail-we0-f172.google.com with SMTP id q56so7164811wes.3 for ; Wed, 12 Jun 2013 08:39:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ZYl1+cSzkFw+IyPNxZPOdZQ6NZhAxR74/PsoR7/BxoM=; b=WSqEtIWxBcPrfSS2pJAA42J82D2vH3T8xoiEFPmigm8L6CxQZM4Vpv2WxNecHDs/+b 18n1ziYgbKGP4+oGfmOyKCDDtfzJTT+y7DARfnjFJar3rz+f03hbMBgF14YWwnK2Q943 z+m3VthajHV0CVvJqMBOSLyyLjoQsFbQAxEytcfUN9VmErXW6DpUht12+raoiSgscpMJ yLU9L6XHoQ0ND63+b40+uPvvkjXpSurzl/BDEU75CoyA2A2376QdgNuTZA+mAxii4bTQ PyfAVlCAgvReYyJUjawlgPblxxwwtpGsG+oFdj1CO4RmTeamQRadErKb38uA86j6tNOy p4+A== X-Received: by 10.180.37.243 with SMTP id b19mr4861729wik.12.1371051599523; Wed, 12 Jun 2013 08:39:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.20.228 with HTTP; Wed, 12 Jun 2013 08:39:29 -0700 (PDT) From: Alvin Lee Date: Wed, 12 Jun 2013 11:39:29 -0400 Message-ID: Subject: regex_remap.so failing to load with ATS 3.2.4 To: users@trafficserver.apache.org Content-Type: multipart/alternative; boundary=e89a8f646db58ef6db04def6d3b7 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f646db58ef6db04def6d3b7 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to use the regex_remap.so plugin but when I try and start ATS 3.2.4, traffic.out gives me this error: Server {0x2aaabd5a6410} WARNING: Failed to create new instance for plugin /libexec/trafficserver/regex_remap.so (not a TS_SUCCESS return) [Jun 12 15:17:24.331] Server {0x2aaabd5a6410} WARNING: Could not add rule at line #169; Aborting! [Jun 12 15:17:24.331] Server {0x2aaabd5a6410} WARNING: [ReverseProxy] Can't create new remap instance for plugin "/libexec/trafficserver/regex_remap.so" - Unknown plugin error at line 169 [Jun 12 15:17:24.331] Server {0x2aaabd5a6410} WARNING: something failed during BuildTable() -- check your remap plugins! [Jun 12 15:17:24.331] Server {0x2aaabd5a6410} WARNING: Can not load the remap table, exiting out! [Jun 12 15:17:24.338] Manager {0x2af7464a1840} ERROR: [Alarms::signalAlarm] Server Process was reset [Jun 12 15:17:24.338] Manager {0x2af7464a1840} ERROR: (last system error 2: No such file or directory) My remap.config looks like this: map http://www.a.com http://www.b.com @plugin=regex_remap.so @pparam=/etc/trafficserver/maps.reg I want to use path manipulation so this is the plugin I want to use. Does anyone know why this is happening? --e89a8f646db58ef6db04def6d3b7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,
I am= trying to use the regex_remap.so plugin but when I try and start ATS 3.2.4= , traffic.out gives me this error:

Server {0x2aaabd5= a6410} WARNING: Failed to create new instance for plugin /libexec/trafficse= rver/regex_remap.so (not a TS_SUCCESS return)
[Jun 12 15:17:24.331] Server {0x2aaabd5a6410} WARNING: Could not add r= ule at line #169; Aborting!
[Jun 12 15:17:24.331] Server {0x2aaab= d5a6410} WARNING: [ReverseProxy] Can't create new remap instance for pl= ugin "/libexec/trafficserver/regex_remap.so" - Unknown plugin err= or at line 169
[Jun 12 15:17:24.331] Server {0x2aaabd5a6410} WARNING: something faile= d during BuildTable() -- check your remap plugins!
[Jun 12 15:17:= 24.331] Server {0x2aaabd5a6410} WARNING: Can not load the remap table, exit= ing out!
[Jun 12 15:17:24.338] Manager {0x2af7464a1840} ERROR: [Alarms::signalA= larm] Server Process was reset
[Jun 12 15:17:24.338] Manager {0x2= af7464a1840} ERROR: =A0(last system error 2: No such file or directory)

=
My remap.config = looks like this:
map=A0http://www.a.com= =A0http://www.b.com= =A0@plugin=3Dregex_remap.so @pparam=3D/etc/trafficserver/maps.reg

I want to use path manipulation so this is the plugin I want to use.
<= div>
Does anyone know why this is happening?
--e89a8f646db58ef6db04def6d3b7--