You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2009/12/16 04:49:18 UTC

[jira] Created: (TS-90) Filter generator failing

Filter generator failing
------------------------

                 Key: TS-90
                 URL: https://issues.apache.org/jira/browse/TS-90
             Project: Traffic Server
          Issue Type: Improvement
          Components: Config
            Reporter: Leif Hedstrom


At startup, we get

[Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist

This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-90) Filter generator failing

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-90:
----------------------------

    Fix Version/s: 2.0.0a

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>             Fix For: 2.0.0a
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-90) Filter generator failing

Posted by "George Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833435#action_12833435 ] 

George Paul commented on TS-90:
-------------------------------

Sure that would be simple fix for the warning.
-George

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: filter_to_policy.pl
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-90) Filter generator failing

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833317#action_12833317 ] 

Leif Hedstrom commented on TS-90:
---------------------------------

George: I'm thinking something simple like this for now might be enough:

Index: proxy/mgmt2/RecordsConfig.cc
===================================================================
--- proxy/mgmt2/RecordsConfig.cc    (revision 909713)
+++ proxy/mgmt2/RecordsConfig.cc    (working copy)
@@ -582,7 +582,7 @@ RecordElement RecordsConfig[] = {
   {CONFIG, "proxy.config.proxy.authenticate.basic.realm", "",
    INK_STRING, NULL, RU_REREAD, RR_NULL, RC_NULL, NULL, RA_NULL}
   ,
-  {CONFIG, "proxy.config.auth.convert_filter_to_policy", "", INK_INT, "1", RU_RESTART_TS, RR_NULL, RC_INT, "[0-1]",
+  {CONFIG, "proxy.config.auth.convert_filter_to_policy", "", INK_INT, "0", RU_RESTART_TS, RR_NULL, RC_INT, "[0-1]",
    RA_NULL}
   ,
   // assumes executable is stored in bin_path directory


Thoughts?

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: filter_to_policy.pl
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TS-90) Filter generator failing

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-90:
-------------------------------

    Assignee: Leif Hedstrom

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: filter_to_policy.pl
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-90) Filter generator failing

Posted by "George Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831239#action_12831239 ] 

George Paul commented on TS-90:
-------------------------------

Leif,
Can you attach the relevant 'filter_to_policy.xxx' files to this ticket so that then when the ticket is worked on the files can be put somewhere since the authentication directories are no longer in the SVN repo? Or you can just pull in the directory hierarchy that had the original file(s) just in case it gets requested/added back in at a later date.
-George

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>             Fix For: 2.0.0a
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-90) Filter generator failing

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-90:
----------------------------

    Priority: Minor  (was: Major)

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: filter_to_policy.pl
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-90) Filter generator failing

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-90.
-----------------------------

    Resolution: Fixed

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: filter_to_policy.pl
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-90) Filter generator failing

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831042#action_12831042 ] 

Leif Hedstrom commented on TS-90:
---------------------------------

The file is missing, since we nuked all of "auth". If it helps, I can restore the perl script, filter_to_policy.pl into Apache SVN. Just let me know where it should reside now :).

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>             Fix For: 2.0.0a
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-90) Filter generator failing

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-90:
----------------------------

    Attachment: filter_to_policy.pl

> Filter generator failing
> ------------------------
>
>                 Key: TS-90
>                 URL: https://issues.apache.org/jira/browse/TS-90
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>             Fix For: 2.0.0a
>
>         Attachments: filter_to_policy.pl
>
>
> At startup, we get
> [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] bin/filter_to_policy cannot be executed because it does not exist
> This is the script that converts the XML config to the old (I think) TS format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.