Issue 11636
Species Taxonomy widget hangs on jawa
11636
Reporter: mdoering
Assignee: mdoering
Type: Task
Summary: Species Taxonomy widget hangs on jawa
Description: http://jawa.gbif.org:8080/portal-web/species/6164622
Priority: Critical
Resolution: Fixed
Status: Closed
Created: 2012-07-30 14:40:40.746
Updated: 2013-08-29 14:45:11.54
Resolved: 2012-08-17 18:19:18.605
Author: mdoering@gbif.org
Comment: not on latest staging or local installation though.
Created: 2012-08-03 13:33:37.082
Updated: 2012-08-03 13:33:37.082
Author: mdoering@gbif.org
Created: 2012-08-17 16:56:53.979
Updated: 2012-08-17 16:56:53.979
The webservice url configuration expects trailing slashes which are missing from the jawa configuration.
The taxonomy browser url being called is therefore wrong:
http://jawa.gbif.org:8080/checklistbank-wsname_usage/6164622/children?offset=0&limit=45&callback=jQuery171030569108482450247_1345215204112&_=1345215204406
in html head:
var cfg = new Object();
cfg.context="/portal-web/";
cfg.currentUrl="http://jawa.gbif.org:8080/portal-web/species/6164622";
cfg.serverName= "jawa.gbif.org:8080";
cfg.baseUrl = "jawa.gbif.org:8080/portal-web";
cfg.wsClb="http://jawa.gbif.org:8080/checklistbank-ws";
cfg.wsClbSearch="http://jawa.gbif.org:8080/checklistbank-search-ws";
cfg.wsClbSuggest="http://jawa.gbif.org:8080/checklistbank-search-wssearch/suggest";
cfg.wsReg="http://jawa.gbif.org:8080/registry-ws";
cfg.wsRegSearch="http://jawa.gbif.org:8080/registry-search-ws";
cfg.wsOcc="http://jawa.gbif.org:8080/occurrence-ws";
cfg.wsOccSearch="http://jawa.gbif.org:8080/occurrence-ws";
cfg.tileServerBaseUrl="http://staging.gbif.org:8080/tile-server";