bsed / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

Genus: Psilocybe - No dots rendering in spatial portal when coloured by facet #646

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://spatial.ala.org.au/?q=lsid:%228dde3988-8393-4d8e-b5dc-5ea90a95d0d7%22&cm=
geospatial_kosher

Facet by scientificname

Original issue reported on code.google.com by moyesyside on 23 Apr 2014 at 12:03

GoogleCodeExporter commented 9 years ago
Issue occurs when CACHE=on in the WMS call to biocache.  

e.g. 
http://spatial.ala.org.au/?q=lsid:%228dde3988-8393-4d8e-b5dc-5ea90a95d0d7%22&cm=
geospatial_kosher&wmscache=off

Original comment by adam.col...@gmail.com on 23 Apr 2014 at 12:40

GoogleCodeExporter commented 9 years ago
Ta. Any ideas on suggested fix ? Does this point to bad config for biocache ?

Original comment by moyesyside on 23 Apr 2014 at 1:35

GoogleCodeExporter commented 9 years ago
Probably a config issue in biocache, does not look like any changes in the code 
since Feb.  Is this something you can check?

Otherwise was planning to update SP to turn off cache soon.

Original comment by adam.col...@gmail.com on 23 Apr 2014 at 1:41

GoogleCodeExporter commented 9 years ago
Config looks ok.  Im out of ideas...

/usr/share/tomcat6/webapps/biocache-service/WEB-INF/classes # cat 
wms.properties 
#maximum wms cache size in bytes
#disable cache (default) = 0
#1GB = 1073741824
MAX_CACHE_SIZE = 1073741824

#minimum qid cache size in bytes.
#50MB (default) = 52428800
#500MB = 524288000
MIN_CACHE_SIZE = 524288000

#max size of largest cacheable object in bytes
#5MB (default) = 5242880
#50MB = 52428800
LARGEST_CACHEABLE_SIZE = 52428800

#max age of a cached object in ms
#1hr (default) = 3600000
#20min = 1200000
MAX_AGE = 1200000

#geoserver url for base layer in /webportal/wms/image
GEOSERVER_URL=http://spatial.ala.org.au/geoserver

#biocache url for /webportal/wms/image
BIOCACHE_URL=http://biocache.ala.org.au/ws

Original comment by moyesyside on 23 Apr 2014 at 1:50

GoogleCodeExporter commented 9 years ago
Think ive spotted the bug in WMSController. Will test on dev.

Original comment by moyesyside on 23 Apr 2014 at 1:55

GoogleCodeExporter commented 9 years ago
Looks like this is fixed.

Original comment by adam.col...@gmail.com on 5 May 2014 at 3:19