V18.01 'View all histories' doesn't work
I just installed Galaxy V18.01. I got an error when clicking 'View all histories' in the history tool bar The error says 'The requested URL /api/histories was not found on this server'. Is there anyone experiencing the same problem? Ping
You’ll probably get a more informative error message if you check the logs. Sent from my iPhone
On 15. May 2018, at 17:45, Ping Luo <luop0812@gmail.com> wrote:
I just installed Galaxy V18.01. I got an error when clicking 'View all histories' in the history tool bar <image.png>
The error says 'The requested URL /api/histories was not found on this server'. <image.png>
Is there anyone experiencing the same problem?
Ping ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/
The Galaxy log file shows: [15/May/2018:11:20:44 -0500] "GET /template/api/webhooks HTTP/1.1" 200 - " https://xxx.xxx.xxx/template/history/view_multiple" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36" The apache log file shows: [15/May/2018:11:20:44 -0500] "GET /api/histories?limit=1&offset= 0&order=update_time&view=dev-detailed&q=encoded_id-in&q= deleted&qv=2e2f04bac8f3fcbc&qv=None HTTP/1.1" 404 211 Where else can I find more information? On Tue, May 15, 2018 at 11:03 AM, Devon Ryan <dpryan79@gmail.com> wrote:
You’ll probably get a more informative error message if you check the logs.
Sent from my iPhone
On 15. May 2018, at 17:45, Ping Luo <luop0812@gmail.com> wrote:
I just installed Galaxy V18.01. I got an error when clicking 'View all histories' in the history tool bar <image.png>
The error says 'The requested URL /api/histories was not found on this server'. <image.png>
Is there anyone experiencing the same problem?
Ping ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/
Are you perhaps hosting at a prefix using proxy-prefix (so, instead of `/api/histories` we should be looking for `/mygalaxy/api/histories`, or the like)? I'll take a quick look, this should be an easy fix. On Tue, May 15, 2018 at 12:25 PM Ping Luo <luop0812@gmail.com> wrote:
The Galaxy log file shows: [15/May/2018:11:20:44 -0500] "GET /template/api/webhooks HTTP/1.1" 200 - " https://xxx.xxx.xxx/template/history/view_multiple" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36"
The apache log file shows: [15/May/2018:11:20:44 -0500] "GET /api/histories?limit=1&offset=0&order=update_time&view=dev-detailed&q=encoded_id-in&q=deleted&qv=2e2f04bac8f3fcbc&qv=None HTTP/1.1" 404 211
Where else can I find more information?
On Tue, May 15, 2018 at 11:03 AM, Devon Ryan <dpryan79@gmail.com> wrote:
You’ll probably get a more informative error message if you check the logs.
Sent from my iPhone
On 15. May 2018, at 17:45, Ping Luo <luop0812@gmail.com> wrote:
I just installed Galaxy V18.01. I got an error when clicking 'View all histories' in the history tool bar <image.png>
The error says 'The requested URL /api/histories was not found on this server'. <image.png>
Is there anyone experiencing the same problem?
Ping ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/
Yes, we are hosting it at a prefix. On Tue, May 15, 2018 at 11:30 AM, Dannon Baker <dannon.baker@gmail.com> wrote:
Are you perhaps hosting at a prefix using proxy-prefix (so, instead of `/api/histories` we should be looking for `/mygalaxy/api/histories`, or the like)? I'll take a quick look, this should be an easy fix.
On Tue, May 15, 2018 at 12:25 PM Ping Luo <luop0812@gmail.com> wrote:
The Galaxy log file shows: [15/May/2018:11:20:44 -0500] "GET /template/api/webhooks HTTP/1.1" 200 - "https://xxx.xxx.xxx/template/history/view_multiple" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36"
The apache log file shows: [15/May/2018:11:20:44 -0500] "GET /api/histories?limit=1&offset= 0&order=update_time&view=dev-detailed&q=encoded_id-in&q= deleted&qv=2e2f04bac8f3fcbc&qv=None HTTP/1.1" 404 211
Where else can I find more information?
On Tue, May 15, 2018 at 11:03 AM, Devon Ryan <dpryan79@gmail.com> wrote:
You’ll probably get a more informative error message if you check the logs.
Sent from my iPhone
On 15. May 2018, at 17:45, Ping Luo <luop0812@gmail.com> wrote:
I just installed Galaxy V18.01. I got an error when clicking 'View all histories' in the history tool bar <image.png>
The error says 'The requested URL /api/histories was not found on this server'. <image.png>
Is there anyone experiencing the same problem?
Ping ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/
Yep, I've reproduced the problem here and will work on a fix. Here's a github issue if you'd like to follow progress: https://github.com/galaxyproject/galaxy/issues/6145 On Tue, May 15, 2018 at 12:42 PM Ping Luo <luop0812@gmail.com> wrote:
Yes, we are hosting it at a prefix.
On Tue, May 15, 2018 at 11:30 AM, Dannon Baker <dannon.baker@gmail.com> wrote:
Are you perhaps hosting at a prefix using proxy-prefix (so, instead of `/api/histories` we should be looking for `/mygalaxy/api/histories`, or the like)? I'll take a quick look, this should be an easy fix.
On Tue, May 15, 2018 at 12:25 PM Ping Luo <luop0812@gmail.com> wrote:
The Galaxy log file shows: [15/May/2018:11:20:44 -0500] "GET /template/api/webhooks HTTP/1.1" 200 - "https://xxx.xxx.xxx/template/history/view_multiple" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36"
The apache log file shows: [15/May/2018:11:20:44 -0500] "GET /api/histories?limit=1&offset=0&order=update_time&view=dev-detailed&q=encoded_id-in&q=deleted&qv=2e2f04bac8f3fcbc&qv=None HTTP/1.1" 404 211
Where else can I find more information?
On Tue, May 15, 2018 at 11:03 AM, Devon Ryan <dpryan79@gmail.com> wrote:
You’ll probably get a more informative error message if you check the logs.
Sent from my iPhone
On 15. May 2018, at 17:45, Ping Luo <luop0812@gmail.com> wrote:
I just installed Galaxy V18.01. I got an error when clicking 'View all histories' in the history tool bar <image.png>
The error says 'The requested URL /api/histories was not found on this server'. <image.png>
Is there anyone experiencing the same problem?
Ping ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/
participants (3)
-
Dannon Baker
-
Devon Ryan
-
Ping Luo