You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "bettydramit (Created) (JIRA)" <ji...@apache.org> on 2012/03/19 10:07:41 UTC

[jira] [Created] (TS-1152) http_ui error,when i get http://localhost/cache/

http_ui error,when i get http://localhost/cache/
------------------------------------------------

                 Key: TS-1152
                 URL: https://issues.apache.org/jira/browse/TS-1152
             Project: Traffic Server
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 3.0.4
         Environment: centos 6 x86_64
            Reporter: bettydramit


When i enable http_ui  ,I got follow error (get http://xxx.xxx.xxx.xxx/cache/)

[Mar 19 16:46:17.778] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
[Mar 19 16:46:17.778] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
[Mar 19 16:46:19.089] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
[Mar 19 16:46:19.090] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
[Mar 19 16:46:20.763] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
[Mar 19 16:46:20.763] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
[Mar 19 16:58:21.906] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /robots.txt not valid autoconf file
[Mar 19 16:58:21.906] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
[Mar 19 17:01:43.703] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
[Mar 19 17:01:43.703] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1152) http_ui error,when i get http://localhost/cache/

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

Leif Hedstrom commented on TS-1152:
-----------------------------------

Yes, the WebUI itself is dead and gone (and it won't be missed). What's somewhat confusing (and part of what makes it difficult to remove all remnants of the UI), is that the setting also controls various "internal" stats pages. To enable stats pages (e.g. the cache inspector), you should set records.config to e.g.

{code}
CONFIG proxy.config.http_ui_enabled INT 3
{code}

This should be properly documented I'm fairly certain ;). With this, you can now add remap rules (probably with specific ACLs), to add support for the various stats pages. E.g.

{code}
map https://www.ogre.com/__pimp_my_cache/ http://{cache}/ @src_ip=192.168.1.1 @action=allow
{code}

I'm not sure why we get those errors and warnings above though, we should keep this bug open, and fix that (assuming they show up with just the setting above).
                
> http_ui error,when i get http://localhost/cache/
> ------------------------------------------------
>
>                 Key: TS-1152
>                 URL: https://issues.apache.org/jira/browse/TS-1152
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 3.0.4
>         Environment: centos 6 x86_64
>            Reporter: bettydramit
>
> When i enable http_ui  ,I got follow error (get http://xxx.xxx.xxx.xxx/cache/)
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:19.089] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:19.090] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /robots.txt not valid autoconf file
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1152) http_ui error,when i get http://localhost/cache/

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

bettydramit commented on TS-1152:
---------------------------------

the same issue appear in 3.1.3 
                
> http_ui error,when i get http://localhost/cache/
> ------------------------------------------------
>
>                 Key: TS-1152
>                 URL: https://issues.apache.org/jira/browse/TS-1152
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 3.0.4
>         Environment: centos 6 x86_64
>            Reporter: bettydramit
>
> When i enable http_ui  ,I got follow error (get http://xxx.xxx.xxx.xxx/cache/)
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:19.089] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:19.090] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /robots.txt not valid autoconf file
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TS-1152) http_ui error,when i get http://localhost/cache/

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

Leif Hedstrom updated TS-1152:
------------------------------

    Fix Version/s:     (was: 3.1.4)
                   3.3.0

Moving all unassigned bugs out to 3.3.0. Move back and assign as necessary.
                
> http_ui error,when i get http://localhost/cache/
> ------------------------------------------------
>
>                 Key: TS-1152
>                 URL: https://issues.apache.org/jira/browse/TS-1152
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 3.0.4
>         Environment: centos 6 x86_64
>            Reporter: bettydramit
>             Fix For: 3.3.0
>
>
> When i enable http_ui  ,I got follow error (get http://xxx.xxx.xxx.xxx/cache/)
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:19.089] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:19.090] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /robots.txt not valid autoconf file
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TS-1152) http_ui error,when i get http://localhost/cache/

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

Leif Hedstrom updated TS-1152:
------------------------------

    Fix Version/s: 3.1.4
    
> http_ui error,when i get http://localhost/cache/
> ------------------------------------------------
>
>                 Key: TS-1152
>                 URL: https://issues.apache.org/jira/browse/TS-1152
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 3.0.4
>         Environment: centos 6 x86_64
>            Reporter: bettydramit
>             Fix For: 3.1.4
>
>
> When i enable http_ui  ,I got follow error (get http://xxx.xxx.xxx.xxx/cache/)
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:19.089] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:19.090] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /robots.txt not valid autoconf file
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1152) http_ui error,when i get http://localhost/cache/

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

bettydramit commented on TS-1152:
---------------------------------

ooo.
thanks

2012/3/20 James Peach (Commented) (JIRA) <ji...@apache.org>


                
> http_ui error,when i get http://localhost/cache/
> ------------------------------------------------
>
>                 Key: TS-1152
>                 URL: https://issues.apache.org/jira/browse/TS-1152
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 3.0.4
>         Environment: centos 6 x86_64
>            Reporter: bettydramit
>
> When i enable http_ui  ,I got follow error (get http://xxx.xxx.xxx.xxx/cache/)
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:19.089] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:19.090] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /robots.txt not valid autoconf file
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1152) http_ui error,when i get http://localhost/cache/

Posted by "James Peach (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233190#comment-13233190 ] 

James Peach commented on TS-1152:
---------------------------------

I'm not sure if http_ui is still supported or known to be working. Maybe ask on the users@ mailing list if other people are successfully using http_ui.
                
> http_ui error,when i get http://localhost/cache/
> ------------------------------------------------
>
>                 Key: TS-1152
>                 URL: https://issues.apache.org/jira/browse/TS-1152
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 3.0.4
>         Environment: centos 6 x86_64
>            Reporter: bettydramit
>
> When i enable http_ui  ,I got follow error (get http://xxx.xxx.xxx.xxx/cache/)
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:17.778] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:19.089] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:19.090] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 16:46:20.763] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /robots.txt not valid autoconf file
> [Mar 19 16:58:21.906] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR: [WebHttpHandleConnection] /favicon.ico not valid autoconf file
> [Mar 19 17:01:43.703] Manager {139891916666624} ERROR:  (last system error 11: Resource temporarily unavailable)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira