[Geoserver-users] Determining installed extensions

2024-07-12 Thread Tom Chadwin
Hello

Is there an approved method of determining which extensions have been
installed since initial deployment? I compared Server Status > Modules with
a vanilla install, but some installed extensions were not listed (Installer
was an example). I can compare WEB-INF/lib with a bare installation, but
wondered if there was a more user-friendly method.

Thanks

Tom

-- 
-- 


  * Book a call 
 with one of us
  
* Sign up to our mailing list 
 for any 
updates
iShare - enterprise geographic intelligence platform 


GeoServer, 
PostGIS and QGIS training 
Open 
Source Support 




Astun 
Technology Ltd t:+44 1372 744 009 contact us online 

web: astuntechnology.com  
 twitter:@astuntech 





Company registration no. 5410695. 
Registered in England and Wales. Registered office: Penrose House, 67 
Hightown Road, Banbury, OX16 9BE VAT no. 864201149.


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Experimental/External plugin page

2024-07-04 Thread Tom Chadwin
I think this is a valid thought - specifically a way in which the developer
of an extension can get it to users before stable publication. Back when I
was doing a QGIS plugin, I was encouraged to release very early indeed with
the "experimental" flag set. It was very difficult to get any feedback or
testing before doing that, but takeup was subsequently really good.
Obviously, plugins for a desktop application are a very different thing to
Geoserver modules/extensions, but some kind of official channel would
probably help. But there's still a workload - QGIS plugins have to be
approved to be published in their plugin repo. So it might not be possible.

Tom


On Thu, 4 Jul 2024 at 07:44, Alexandre Gacon 
wrote:

> Hey Jody,
>
> The plugin is not mine! So I can't reply to your question on why it is not
> in community module (but the author mentions they will candidate).
>
> Alexandre
>
> Le jeu. 4 juil. 2024 à 09:24, Ian Turton  a écrit :
>
>> In an ideal world the module would live inside the GeoServer source tree
>> so it would automatically be published on the main extension pages (either
>> community or supported) - this would also give other developers (and you) a
>> heads up if something was about to break.
>>
>> Ian
>>
>> On Thu, 4 Jul 2024 at 06:32, Alexandre Gacon 
>> wrote:
>>
>>> Hi,
>>>
>>> After the short presentation of the GeoServer Monitor PostgreSQL Plugin
>>>  during FOSS4G
>>> EU, I wonder if there shouldn't be a place somewhere (on github? on
>>> website?) that provides a list of plugins which are not part of the stable
>>> or community extensions but that can be tried or used by the community.
>>>
>>> It could improve the visibility of the community.
>>>
>>> I don't have a clear registration process in mind. Perhaps something
>>> like awesome-geoserver list on GitHub, which could also reference other
>>> geoserver related stuff.
>>>
>>> What do you think?
>>>
>>> --
>>> Alexandre Gacon
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>
>>
>> --
>> Ian Turton
>>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

-- 
-- 


  * Book a call 
 with one of us
  
* Sign up to our mailing list 
 for any 
updates
iShare - enterprise geographic intelligence platform 


GeoServer, 
PostGIS and QGIS training 
Open 
Source Support 




Astun 
Technology Ltd t:+44 1372 744 009 contact us online 

web: astuntechnology.com  
 twitter:@astuntech 





Company registration no. 5410695. 
Registered in England and Wales. Registered office: Penrose House, 67 
Hightown Road, Banbury, OX16 9BE VAT no. 864201149.


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] JDBC authenticaton not taking effect

2022-05-13 Thread Tom Chadwin
Hello all

I must be missing a key step. I've set up a JDBC user/group service,
and can see my users and groups in the Geoserver admin interface. I've
set up JDBC authentication, and can successfully authenticate as a
database user when using the JDBC auth "Test connection with
user/password".

I've granted read permissions on a test workgroup and layer in it to
ROLE_AUTHENTICATED. I've enabled WMS, but cannot connect to the WMS
service from QGIS.

I also cannot log in to the Geoserver admin interface with a JDBC
user. This is maybe not surprising, as I've not give the user ADMIN or
GROUP_ADMIN permissions. If I set up a JDBC role service and assign
that role (as well as specifying the ADMIN and GROUP_ADMIN users), I
am locked out of Geoserver admin completely (when I enable the JDBC
role service).

There are quite a few moving parts involved, and it's maybe not the
easiest to describe or figure out on the mailing list, but any insight
would be incredibly helpful.

Many thanks

Tom

-- 
-- 
Sign up to our mailing list for updates on news, products, conferences, 
events and training

Astun Technology Ltd, t:+44 1372 744 009 contact us 
online 
web: 
astuntechnology.com   twitter:@astuntech 



iShare - enterprise geographic 
intelligence platform 


GeoServer, 
PostGIS and QGIS training 
Support 



Company registration 
no. 5410695. Registered in England and Wales. Registered office: 120 Manor 
Green Road, Epsom, Surrey, KT19 8LN VAT no. 864201149.



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Revert auth changes via CLI

2022-05-10 Thread Tom Chadwin
Hello

After experimenting with JDBC and LDAP authentication, user/group
services, and role services, I can no longer get admin access to the
web admin interface (presumably by failing to set the correct ADMIN
role, or something similar).

Is there a moderately easy way to reconfigure Geoserver via its config
files to disable/reconfigure each/any of these which I've configured
in the web admin interface:

- JDBC authentication
- JDBC user/group service
- JDBC role service

I've delving in /var/lib/tomcat9/webapps/geoserver/data/security, but
I haven't quite found what I need yet.

Many thanks

Tom

-- 
-- 
Sign up to our mailing list for updates on news, products, conferences, 
events and training

Astun Technology Ltd, t:+44 1372 744 009 contact us 
online 
web: 
astuntechnology.com   twitter:@astuntech 



iShare - enterprise geographic 
intelligence platform 


GeoServer, 
PostGIS and QGIS training 
Support 



Company registration 
no. 5410695. Registered in England and Wales. Registered office: 120 Manor 
Green Road, Epsom, Surrey, KT19 8LN VAT no. 864201149.



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Maintaining groups of LDAP users independent of LDAP groups

2022-04-14 Thread Tom Chadwin
Hello

We've got a test setup of Geoserver authenticating users against LDAP
(Active Directory). I can see various methods of using LDAP/AD group
membership to apply permissions to Geoserver layers etc.

However, is there a way in which I can group LDAP users in Geoserver
itself, without having to use the Active directory groups?

Thanks

Tom

-- 
-- 
Sign up to our mailing list for updates on news, products, conferences, 
events and training

Astun Technology Ltd, t:+44 1372 744 009 contact us 
online 
web: 
astuntechnology.com   twitter:@astuntech 



iShare - enterprise geographic 
intelligence platform 


GeoServer, 
PostGIS and QGIS training 
Support 



Company registration 
no. 5410695. Registered in England and Wales. Registered office: 120 Manor 
Green Road, Epsom, Surrey, KT19 8LN VAT no. 864201149.



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Preventing WMS/WFS layers being requested in isolation

2014-10-09 Thread Tom Chadwin
Is it possible to allow certain layers to be requested only when other layers
are requested with it?

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Preventing-WMS-WFS-layers-being-requested-in-isolation-tp5166627.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WMS layer offset ~200m SW of true location

2014-09-05 Thread Tom Chadwin
We had exactly the same issue when building a Leaflet map from GeoServer
layers. The issue proved to be an incorrect definition of ESPG:27700:

+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=40 +y_0=-10
+ellps=airy +datum=OSGB36 +units=m +no_defs

What we have now is:

+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=40 +y_0=-10
+ellps=airy +towgs84=446.448,-125.157,542.06,0.15,0.247,0.842,-20.489
+units=m +no_defs

Could this be your issue?





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WMS-layer-offset-200m-SW-of-true-location-tp3790769p5160283.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-16 Thread Tom Chadwin
Has anyone been able to recreate the problem using the two TIFFs I linked to?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5140671.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-16 Thread Tom Chadwin
Thanks, Jukka. It's good to know it was not just caused by some
misconfiguration by me.

Can anyone shed any light on the log Jukka has posted?

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Re-GWC-seeding-Error-rendering-coverage-on-the-fast-path-tp5140684p5140713.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-14 Thread Tom Chadwin
OK, that all seems to have worked - many thanks. I am going to try rerunning
it, though, as the image quality is not good enough. I'll see if Lanczos is
available on my install, or look at the other options.

Any thoughts on the fact that the TIFF is bigger than the 2GB mentioned in
the docs as potentially problematic?

Thanks again for all the help

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5140164.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-14 Thread Tom Chadwin
Alternatively, can anyone suggest a way in which I could blank out the visual
content of the TIFFs without damaging any of the other content relevant to
GDAL (I presume opening in Photoshop and filling with white is unlikely to
preserve all the metadata required). If I can do that, I can see if the
problem still persists. If so, I can send the blanked-out TIFFs to anyone
prepared to have a look at the issue.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5140190.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-14 Thread Tom Chadwin
Hi Jukka and everyone

This seems to have worked (with a tweak to your rasterizer command):

gdal_rasterize -burn 100 -l mask mask.shp image.tif

I've recreated the layer, and I still seem to get broken graphics when I 
preview it via embedded GWC. I've put the two blanked-out tiles here:

https://www.dropbox.com/sh/sk1kwi04u6ngftd/AABfYdcqVjm0Lr_eDCuXeB1Pa

If you or anyone wants to experiment with them, and see if you also run into 
problems, please do. Let me know if you want any further details of my set-up 
to try to recreate the same conditions.

Thanks again

Tom


 -Original Message-
 From: Rahkonen Jukka (Tike) [mailto:jukka.rahko...@mmmtike.fi]
 Sent: 14 May 2014 12:12
 To: Tom Chadwin; 'geoserver-users@lists.sourceforge.net'
 Subject: Re: [Geoserver-users] GWC seeding: Error rendering coverage on
 the fast path

 Hi,

 I have not tried myself, but it might be doable with gdal_rasterize
 http://gdal.org/gdal_rasterize.html

 Digitize a big polygon that covers your images, save as mask.shp and then
 run
 gdal_rasterize -burn 100 -l mask.shp image.tif

 Not sure if it works with paletted images but try and you will see.

 -Jukka Rahkonen-




 Tom Chadwin wrote:
 
  Alternatively, can anyone suggest a way in which I could blank out the
 visual
  content of the TIFFs without damaging any of the other content relevant to
  GDAL (I presume opening in Photoshop and filling with white is unlikely to
  preserve all the metadata required). If I can do that, I can see if the
 problem still
  persists. If so, I can send the blanked-out TIFFs to anyone prepared to have
 a
  look at the issue.
 
  Thanks
 
  Tom
 
 
 
  --
  View this message in context: http://osgeo-org.1560.x6.nabble.com/Error-
  rendering-coverage-on-the-fast-path-tp5138864p5140190.html
  Sent from the GeoServer - User mailing list archive at Nabble.com.
 
  --
  Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
  Instantly run your Selenium tests across 300+ browser/OS combos.
  Get unparalleled scalability from the best Selenium testing platform
 available
  Simple to use. Nothing to install. Get started now for free.
  http://p.sf.net/sfu/SauceLabs
  ___
  Geoserver-users mailing list
  Geoserver-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/geoserver-users



Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-13 Thread Tom Chadwin
Hi Jonathan

Just running the last stage of your script now - should complete overnight.
A couple of beginner's questions:

- is the resultant file a single GeoTIFF, and hence should I create that
type of layer in GS?

- do these GeoTIFF overviews perform better than a GS-generated image
pyramid?

- how does performance of all of this compare to what I was trying to do
before?

- how does GWC fit into this picture?

Thanks again for all the help, everyone - it's very much appreciated

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5140061.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-12 Thread Tom Chadwin
 I would make a new start and take first only two images and make an
imagemosaic from those.

OK, I've recreated the error with a mosaic of just two tiles. Same GS and
Tomcat log errors. If there are some UK GS 2.5 users out there with full
coverage of OS 50k tiles, try creating a new mosaic store with just the
tiles sd86 and sd88. Use an appropriate gridset (I've pasted mine below),
set the layer to bicubic interpolation, and then preview it in the tilecache
(PNG8).

If anyone can recreate, that would help. If not, I'll find out about whether
I can distribute these licence-encumbered tiles to someone else for testing.
I'll also double check GDALinfo on those two tiles.

Thanks

Tom


Gridset:

?xml version=1.0 encoding=utf-8?
gwcConfiguration xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://geowebcache.org/schema/1.6.0
http://geowebcache.org/schema/1.6.0/geowebcache.xsd;
xmlns=http://geowebcache.org/schema/1.6.0;
  version1.6.0/version
  backendTimeout120/backendTimeout
  gridSets
gridSet
  nameUK_OSGB/name
  srs
number27700/number
  /srs
  extent
coords
  double0.0/double
  double0.0/double
  double70.0/double
  double130.0/double
/coords
  /extent
  alignTopLeftfalse/alignTopLeft
  resolutions
double2800.0/double
double1400.0/double
double700.0/double
double350.0/double
double175.0/double
double84.0/double
double42.0/double
double21.0/double
double11.2/double
double5.6/double
double2.8/double
double1.4/double
double0.7/double
double0.35/double
double0.14/double
double0.07/double
  /resolutions
  metersPerUnit1.0/metersPerUnit
  pixelSize2.8E-4/pixelSize
  scaleNames
stringUK_OSGB:0/string
stringUK_OSGB:1/string
stringUK_OSGB:2/string
stringUK_OSGB:3/string
stringUK_OSGB:4/string
stringUK_OSGB:5/string
stringUK_OSGB:6/string
stringUK_OSGB:7/string
stringUK_OSGB:8/string
stringUK_OSGB:9/string
stringUK_OSGB:10/string
stringUK_OSGB:11/string
stringUK_OSGB:12/string
stringUK_OSGB:13/string
stringUK_OSGB:14/string
stringUK_OSGB:15/string
  /scaleNames
  tileHeight256/tileHeight
  tileWidth256/tileWidth
  yCoordinateFirstfalse/yCoordinateFirst
/gridSet
/gridSets
  layers/
/gwcConfiguration



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139727.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-12 Thread Tom Chadwin
 sd86 and sd88

GDALinfo indicates that it is a 2009 cut:

  TIFFTAG_IMAGEDESCRIPTION=1:5 TILE SD86
  TIFFTAG_DATETIME=2011:01:18 16:23:57

  TIFFTAG_IMAGEDESCRIPTION=1:5 TILE SD88
  TIFFTAG_DATETIME=2011:01:18 16:24:00

 I'll also double check GDALinfo on those two tiles.

Identical output, apart from filename, timestamp, and coordinate data.

Can anyone recreate this?

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139734.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-12 Thread Tom Chadwin
Hi Russ

Yes, it's been a couple of years since we uploaded the data to our
datacentre. I'll see if I've got a more up-to-date copy, and see if the
problem persists. Regardaless, I'd still like to know what the explanation
is.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139738.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-12 Thread Tom Chadwin
Hi Jonathan

I think I'm running into the same thing. I've got a copy of the same two
tiles from 2012 (I think), but this suggests that creating mosaics purely
from OS TFWs is not simple:

https://www.ordnancesurvey.co.uk/forums/discussion/1001439/1250-000-scale-colour-raster

From my non-expert understanding, is it that the .tfws only give coordinate
info, not projection? So, with the full coverage 2009 files I was working
from before, I guess perhaps they must have been preprocessed into GeoTIFFs,
or resupplied as such, rather than TFWs.

tl;dr: my later editions of those tiles are not in the same format, and it
will take a little work to get them to work as a mosaic. I'll look at that
now.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139751.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-12 Thread Tom Chadwin
Yes. Apologies for my ignorance. I've now added an epsg:27700 .prj file to
the folder, and the layer now creates fine.

However, previewing it in tile layers has the same effect: broken graphics,
and the same GeoServer and Tomcat errors.

To make that clear, I can now recreate this problem with two different pairs
of TIF/TFWs, representing the same coverage, one from a 2009 edition, one
from 2012.

Any ideas?

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139757.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-12 Thread Tom Chadwin
Jonathan, Russ, Jukka

Thanks for all the details, but as I say, simply adding a .prj file to the
directory allowed me to create the layer.

However, the broken GWC tiles and GS and TC errors occur with both the 2009
TIFFs and the 2012 ones. Can either of the two of you with these tiles
recreate the problem:

OS 50k: sd86.tif  sd88.tif
ESPG: 27700 .prj file
BritNatGrid gridset (see earlier post for actual code)
PNG8
Bicubic interpolation
GeoServer 2.5.0
Tomcat 7.0.53
JAI
JAI I/O
Windows 2008 R2
Java 7u55 32-bit

If someone else could recreate the problem, it would certainly help. Or, if
someone can recreate the set-up above with no errors, that would also be
useful. I don't know if I am confronted with an error in my set-up or a
GS/GWC problem.

I've contacted the vendor of the TIFFs in question, and they can only be
released if the recipient signs a contractor licence, so I cannot post them
to this list, sadly.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139796.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-08 Thread Tom Chadwin
 it would be good to capture just the failing request with all the
parameters and especially BBOX. 

How?

 gdal_translate -of GTIFF -co tiled=yes -co compress=LZW failing.tif
 new_copy.tif and change the new image into the mosaic directory.

Tried this - no change.

However, I now have more information. Tomcat stderr has this:

Error: One factory fails for the operation Mosaic
Occurs in: org.geoserver.jai.ConcurrentOperationRegistry
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at javax.media.jai.FactoryCache.invoke(FactoryCache.java:122)
at
javax.media.jai.OperationRegistry.invokeFactory(OperationRegistry.java:1674)
at
org.geoserver.jai.ConcurrentOperationRegistry.invokeFactory(ConcurrentOperationRegistry.java:412)
at javax.media.jai.registry.RIFRegistry.create(RIFRegistry.java:332)
at javax.media.jai.RenderedOp.createInstance(RenderedOp.java:819)
at javax.media.jai.RenderedOp.createRendering(RenderedOp.java:867)
at javax.media.jai.RenderedOp.getWidth(RenderedOp.java:2179)
at org.geotools.image.ImageWorker.affine(ImageWorker.java:3113)
at
org.geotools.gce.imagemosaic.RasterLayerResponse.postProcessRaster(RasterLayerResponse.java:1293)
at
org.geotools.gce.imagemosaic.RasterLayerResponse.processRequest(RasterLayerResponse.java:1235)
at
org.geotools.gce.imagemosaic.RasterLayerResponse.createResponse(RasterLayerResponse.java:1194)
at 
org.geotools.gce.imagemosaic.RasterManager.read(RasterManager.java:1125)
at
org.geotools.gce.imagemosaic.ImageMosaicReader.read(ImageMosaicReader.java:629)
at
org.geotools.gce.imagemosaic.ImageMosaicReader.read(ImageMosaicReader.java:608)
at
org.geoserver.catalog.SingleGridCoverage2DReader.read(SingleGridCoverage2DReader.java:140)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.readBestCoverage(RenderedImageMapOutputFormat.java:1296)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.directRasterRender(RenderedImageMapOutputFormat.java:861)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:329)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:251)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:123)
at org.geoserver.wms.GetMap.executeInternal(GetMap.java:509)
at org.geoserver.wms.GetMap.run(GetMap.java:253)
at org.geoserver.wms.GetMap.run(GetMap.java:124)
at
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:328)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at
org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(WebMapServiceKmlInterceptor.java:34)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:61)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:35)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:79)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:54)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:54)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy66.getMap(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 

Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-08 Thread Tom Chadwin
 Ah! It seems you have images in your mosaic that are not sharing the same
number of bands? That is indeed not supported, the images have to be uniform
at least for the color model (e..g, you cannot mix gray and rgb, byte and
float based, and so on).

I've just done a diff on the good and bad TIFFs' GDALinfo as above, this
time including the colour table info. No difference in number of entries in
colour table (256), type (byte), ColorInterp (palette), or even in the
contents of each of those 256 entries.

I'll do the same on the other adjacent TIFFs, assuming that those are the
ones likely to be involved in this process if I do limit the BBOX to the
problematic TIFF? Or can this error be thrown if a distant TIFF in the same
mosaic, nowhere near the GWV seed BBOX, differs in the way suggested?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139234.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-08 Thread Tom Chadwin
 I'll do the same on the other adjacent TIFFs

I've now compared gdalinfo output of the TIFF in question with all of its
eight surrounding TIFFs. The band/colour table information is identical:

Band 1 Block=256x256 Type=Byte, ColorInterp=Palette
  Color Table (RGB with 256 entries)

All 256 colour table entries are also identical in all nine files.

Where should I look now?




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139239.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-08 Thread Tom Chadwin
 run a small script that runs gdalinfo on each file and grep out the bands

Thanks for the example. I've run it on our full coverage (UK nationwide, 816
TIFFs), and they all come out with identical info.

Where to look next? I'm about to try setting ExpandToRGB=true in the
mosaic's .properties file.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139250.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-08 Thread Tom Chadwin
 ExpandToRGB=true in the mosaic's .properties file.

No change in behaviour - same errors.

I am getting pretty baffled by this. Anyone have any other ideas?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139256.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-08 Thread Tom Chadwin
 Did you mod my example at all or did  you leave it to grep out the band
gray and Band 1?

No, I did:

for i in $(find . -name *.tif); do var=`echo $i ;gdalinfo $i | grep -i
colorInterp`; echo $var;done;

 Also, can you check your mosaic in standard Layer preview with the single
 large tile?

OK, I _can_ see the big tile in OpenLayers layer preview. I'm sure this
failed before, but let's forget that for the mo. 

 Additionally, instead of seeding, can you use the drop down under the
 Preview column of the Tile Layers screen and choose one of the jpeg
 options?  Do either of these methods work and display your completed
 image?   

I only have PNG8, as I unchecked the other options. When I choose this, I
have a 4x4 block of broken tiles. Could the error be something to do with
bands in the output tiles, rather than the input TIFFs? I'll gdalinfo them
and see.

So now I look at it closely, I see something new: this tile gap does not
correspond with a single source TIFF, but overlaps (presumably) four of
them. What this means I do not know.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139266.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-08 Thread Tom Chadwin
 I only have PNG8, as I unchecked the other options. When I choose this, I
have a 4x4 block of broken tiles. Could the error be something to do with
bands in the output tiles, rather than the input TIFFs? I'll gdalinfo them
and see.

Except I don't know how to identify which GWC tiles those are to check. And
the PNG8s probably don't exist anyway. The browser returns 400 Bad request
for them.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139269.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-08 Thread Tom Chadwin
 On the grep process, have it grep out just -i band and see if any files
come back with more than one band defined. (grasping at straws now, but
maybe one of them will be attached to something :) )

No joy - all identical output apart from the filename, and the same number
of lines output as there are files. I guess I should double-check that there
is not a file which is giving multiple Band 1s, balanced out by the same
number which have no Bands, but I really don't think that's likely, is it?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139272.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-07 Thread Tom Chadwin
 There were some issues with 2.5.0 and raster stuff. Some of them have been
fixed for the 2.5.1. You might want to test the 2.5.x nightly snapshot to
see if that resolves the issue.

Will do.

 Alternately you might want to try deleting and re-adding the layer that is
giving you issues.

Yes, I've done that - no joy. 

 I'm assuming the components rasters work OK as stand
alones?

I've not checked that, but will do so.

I've also identified that specific TIFFs seem not to be able to render at
all when I call them via integrated GWC. Trying to isolate which those tiles
are. I'll then be able to try both functioning TIFFs and broken ones as
standalones, and see what happens.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139017.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-07 Thread Tom Chadwin
 You might want to test the 2.5.x nightly snapshot to
see if that resolves the issue.

Installed the latest nightly: no change in behaviour.

I need to track down what I suspect might be problematic underlying tiles. I
can request them via plain WMS, just not via integrated GWC.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139040.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-07 Thread Tom Chadwin
The problem does seem to be with specific source TIFFs in the mosaic, one of
which I have identified specifically. I can view it in layer preview as part
of the mosaic, but if try to seed a GWC job with the bounding box limited to
this one TIFF, it fails with the errors in the first post in this thread.

What can cause GWC to fail on some TIFFs but not on others? In other words,
how do I investigate this further?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139057.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-07 Thread Tom Chadwin
GDALinfo output below. As I say, though, the TIFF which will not cache will
be returned when requested by WMS.

Bad Tiff:

Driver: GTiff/GeoTIFF
Files: g:\data_dir\data\os\50k\sd86.tif
Size is 4000, 4000
Coordinate System is:
PROJCS[OSGB 1936 / British National Grid,
GEOGCS[OSGB 1936,
DATUM[OSGB_1936,
SPHEROID[Airy 1830,6377563.396,299.324964644,
AUTHORITY[EPSG,7001]],
AUTHORITY[EPSG,6277]],
PRIMEM[Greenwich,0],
UNIT[degree,0.0174532925199433],
AUTHORITY[EPSG,4277]],
PROJECTION[Transverse_Mercator],
PARAMETER[latitude_of_origin,49],
PARAMETER[central_meridian,-2],
PARAMETER[scale_factor,0.9996012717],
PARAMETER[false_easting,40],
PARAMETER[false_northing,-10],
UNIT[metre,1,
AUTHORITY[EPSG,9001]],
AUTHORITY[EPSG,27700]]
Origin = (38.000,48.000)
Pixel Size = (5.000,-5.000)
Metadata:
  TIFFTAG_IMAGEDESCRIPTION=1:5 TILE SD86
  TIFFTAG_DATETIME=2011:01:18 16:23:57
  TIFFTAG_COPYRIGHT=ORDNANCE SURVEY CROWN COPYRIGHT 2009
  TIFFTAG_XRESOLUTION=254
  TIFFTAG_YRESOLUTION=254
  TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
  AREA_OR_POINT=Area
Image Structure Metadata:
  COMPRESSION=LZW
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  (  38.000,  48.000) (  2d18'24.22W, 54d12'54.63N)
Lower Left  (  38.000,  46.000) (  2d18'19.45W, 54d 2'7.47N)
Upper Right (  40.000,  48.000) (  2d 0'0.00W, 54d12'56.04N)
Lower Right (  40.000,  46.000) (  2d 0'0.00W, 54d 2'8.86N)
Center  (  39.000,  47.000) (  2d 9'10.92W, 54d 7'32.10N)
Band 1 Block=256x256 Type=Byte, ColorInterp=Palette

...and then the colour table.

Good TIFF:

Driver: GTiff/GeoTIFF
Files: g:\data_dir\data\os\50k\sd66.tif
Size is 4000, 4000
Coordinate System is:
PROJCS[OSGB 1936 / British National Grid,
GEOGCS[OSGB 1936,
DATUM[OSGB_1936,
SPHEROID[Airy 1830,6377563.396,299.324964644,
AUTHORITY[EPSG,7001]],
AUTHORITY[EPSG,6277]],
PRIMEM[Greenwich,0],
UNIT[degree,0.0174532925199433],
AUTHORITY[EPSG,4277]],
PROJECTION[Transverse_Mercator],
PARAMETER[latitude_of_origin,49],
PARAMETER[central_meridian,-2],
PARAMETER[scale_factor,0.9996012717],
PARAMETER[false_easting,40],
PARAMETER[false_northing,-10],
UNIT[metre,1,
AUTHORITY[EPSG,9001]],
AUTHORITY[EPSG,27700]]
Origin = (36.000,48.000)
Pixel Size = (5.000,-5.000)
Metadata:
  TIFFTAG_IMAGEDESCRIPTION=1:5 TILE SD66
  TIFFTAG_DATETIME=2011:01:18 16:23:41
  TIFFTAG_COPYRIGHT=ORDNANCE SURVEY CROWN COPYRIGHT 2009
  TIFFTAG_XRESOLUTION=254
  TIFFTAG_YRESOLUTION=254
  TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
  AREA_OR_POINT=Area
Image Structure Metadata:
  COMPRESSION=LZW
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  (  36.000,  48.000) (  2d36'48.38W, 54d12'50.42N)
Lower Left  (  36.000,  46.000) (  2d36'38.84W, 54d 2'3.28N)
Upper Right (  38.000,  48.000) (  2d18'24.22W, 54d12'54.63N)
Lower Right (  38.000,  46.000) (  2d18'19.45W, 54d 2'7.47N)
Center  (  37.000,  47.000) (  2d27'32.72W, 54d 7'29.30N)
Band 1 Block=256x256 Type=Byte, ColorInterp=Palette

...and then the colour table.

Thanks for the help - I really appreciate it.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-rendering-coverage-on-the-fast-path-tp5138864p5139059.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-06 Thread Tom Chadwin
Hello all

I am trying to seed an imagemosaic in integrated GWC (GS 2.5.0). This process 
has worked for various of my layers, but fails in one, with the following 
errors:

Error rendering coverage on the fast path
Unable to render RenderedOp for this operation

Problem communicating with GeoServer
Expected: RenderedImageMap, got null

Can anyone help me solve this? For any UK users, the data is OS 1:50k national 
coverage, and I was trying to seed two zoom levels within a much smaller 
bounding box.

Thanks

Tom



Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-06 Thread Tom Chadwin
Full log:

2014-05-06 17:36:29,046 ERROR [geoserver.ows] - 
org.geoserver.platform.ServiceException: Error rendering coverage on the
fast path
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:331)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:251)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:123)
at org.geoserver.wms.GetMap.executeInternal(GetMap.java:509)
at org.geoserver.wms.GetMap.run(GetMap.java:253)
at org.geoserver.wms.GetMap.run(GetMap.java:124)
at
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:328)
at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at
org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(WebMapServiceKmlInterceptor.java:34)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:61)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:35)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:79)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:54)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:54)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy66.getMap(Unknown Source)
at sun.reflect.GeneratedMethodAccessor198.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:774)
at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:272)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.geoserver.gwc.GWC.dispatchOwsRequest(GWC.java:1162)
at
org.geoserver.gwc.layer.GeoServerTileLayer.dispatchGetMap(GeoServerTileLayer.java:572)
at
org.geoserver.gwc.layer.GeoServerTileLayer.getMetatilingReponse(GeoServerTileLayer.java:517)
at
org.geoserver.gwc.layer.GeoServerTileLayer.seedTile(GeoServerTileLayer.java:711)
at org.geowebcache.seed.SeedTask.doActionInternal(SeedTask.java:136)
at org.geowebcache.seed.GWCTask.doAction(GWCTask.java:76)
at org.geowebcache.seed.MTSeeder.call(MTSeeder.java:36)
at org.geowebcache.seed.MTSeeder.call(MTSeeder.java:25)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.geoserver.platform.ServiceException:
java.lang.RuntimeException: - Unable to render RenderedOp for this
operation.
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.directRasterRender(RenderedImageMapOutputFormat.java:898)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:329)
... 42 more
Caused by: java.lang.RuntimeException: - Unable to render RenderedOp for
this operation.
at javax.media.jai.RenderedOp.createInstance(RenderedOp.java:827)
at javax.media.jai.RenderedOp.createRendering(RenderedOp.java:867)
at javax.media.jai.RenderedOp.getWidth(RenderedOp.java:2179)
at org.geotools.image.ImageWorker.affine(ImageWorker.java:3113)
at
org.geotools.gce.imagemosaic.RasterLayerResponse.postProcessRaster(RasterLayerResponse.java:1293)
at
org.geotools.gce.imagemosaic.RasterLayerResponse.processRequest(RasterLayerResponse.java:1235)
at
org.geotools.gce.imagemosaic.RasterLayerResponse.createResponse(RasterLayerResponse.java:1194)
at 

Re: [Geoserver-users] GWC seeding: Error rendering coverage on the fast path

2014-05-06 Thread Tom Chadwin
Ah, it's not just GWC. WMS is failing with the same errors for tiles which
come from some specific TIFFs. 

Any ideas? 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GWC-seeding-Error-rendering-coverage-on-the-fast-path-tp5138864p5138880.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GWC directory structure mapping to xyz coordinates

2014-05-01 Thread Tom Chadwin
Hello all

I have a test Leaflet map pulling in tiled rasters from integrated GWC via WMS. 
I am investigating trying to pull in the tiles via WMTS. Does this offer a 
performance improvement over WMS?

If so, I am struggling to get it to work. As far as I can understand, Leaflet 
pulls in WMTS tiles by constructing a path for each tile with x, y, and z as 
variables within it. Is the GWC directory/filename structure based on XYZ? In 
other words, are the numbers used in the GWC directories and filenames 
coordinates, or do they follow an internal GWC naming convention?

If I am barking up the wrong tree, then more broadly, has anyone managed to 
pull in GWC tiles to Leaflet over WMTS? If so, how?

Thanks

Tom




Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Running production server on Windows 2008R2 x64

2014-04-28 Thread Tom Chadwin
I currently cannot figure out how to get Jetty to bind to the server's
additional IP address. Should I continue wrestling with Jetty, or should I
abandon and switch to Tomcat? Is it more robust or flexible for a production
server?

Oh, or if anyone can tell me how to get Jetty to respond to another IP
address, let me know.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Running-production-server-on-Windows-2008R2-x64-tp5137164p5137530.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Running production server on Windows 2008R2 x64

2014-04-25 Thread Tom Chadwin
Hello all

We have an existing GeoServer install which has not managed to perform well
enough, so I am building  new one. We are choosing Windows because of
in-house OS expertise. we are running under VMware ESx4. What are our best
installation options?

- x86 or x64 OS (Windows 2008 R2)
- standalone, Tomcat, or Jetty
- x86 or x64 Java (given no x64 JAI)

I know this has been asked a bit before, but some guidance would be useful.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Running-production-server-on-Windows-2008R2-x64-tp5137164.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Running production server on Windows 2008R2 x64

2014-04-25 Thread Tom Chadwin
Thanks for the info, Jonathan. I can't tell you much about load, really, partly 
because I'm a beginner, and partly because the live system has been too 
unstable for us to judge. I see that you are UK-based, and if the non-UK list 
members will forgive me a few local details for a moment, I can tell you that 
we want to put out OS raster basemapping (10k, 25k, 50k, 250k, Miniscale), 
together with PostGIS datasets (LDF, visitor promotional stuff, planning 
applications, etc), hopefully aerial imagery, and possibly MasterMap. Our 
coverage is discrete chunks of the UK (the National Parks).

I don't know if that gives you something to go on - as I say, I can't really 
tell you about concurrent users or throughput, as I just don't yet have that 
data. The intention will be probably to present this data in Leaflet - no 
unusual functionality.

Thanks

Tom


From: Jonathan Moules [mailto:jonathanmou...@warwickshire.gov.uk]
Sent: 25 April 2014 16:14
To: Tom Chadwin
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Running production server on Windows 2008R2 x64

Hi Tom,
We're using ours with the following:
- Windows 2008 R2 x64
- Tomcat stand alone
- x64 java.


We use 3 GeoServer instances on the same machine (each of them isn't using much 
RAM - doesn't really need to be 64bit to be honest. We have no performance 
problems yet with about 80-100 users a day (A few on the database side, but 
that's a different issue). What sort of load are you getting?

Cheers,
Jonathan


On 25 April 2014 14:21, Tom Chadwin 
tom.chad...@nnpa.org.ukmailto:tom.chad...@nnpa.org.uk wrote:
Hello all

We have an existing GeoServer install which has not managed to perform well
enough, so I am building  new one. We are choosing Windows because of
in-house OS expertise. we are running under VMware ESx4. What are our best
installation options?

- x86 or x64 OS (Windows 2008 R2)
- standalone, Tomcat, or Jetty
- x86 or x64 Java (given no x64 JAI)

I know this has been asked a bit before, but some guidance would be useful.

Thanks

Tom



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Running-production-server-on-Windows-2008R2-x64-tp5137164.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.netmailto:Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


This transmission is intended for the named addressee(s) only and may contain 
confidential, sensitive or personal information and should be handled 
accordingly. Unless you are the named addressee (or authorised to receive it 
for the addressee) you may not copy or use it, or disclose it to anyone else. 
If you have received this transmission in error please notify the sender 
immediately. All email traffic sent to or from us, including without limitation 
all GCSX traffic, may be subject to recording and/or monitoring in accordance 
with relevant legislation.


Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority's head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose

Re: [Geoserver-users] Running production server on Windows 2008R2 x64

2014-04-25 Thread Tom Chadwin
Hi Andrea

We really would rather run under Windows, as we simply don't have the expertise 
to maintain Linux boxes very well. I should also clarify (and contradict 
myself) by saying that we currently intend to retain the existing PostGIS 
install under Linux, rather than have migrate it as well, at least for the 
moment, though we might well migrate that as well in time.

Thanks

Tom


Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Running production server on Windows 2008R2 x64

2014-04-25 Thread Tom Chadwin
Hi Jonathan

Thanks for the info. Caching, tiling, and the gridset used are the areas I want 
to look at to see if I can improve on the existing solution - thanks very much 
for the offer of help, which I can't guarantee I'll decline... I'll not ask too 
many further questions yet (I know nothing of WMTS specification, operation, or 
implemetation in GS, and was at this stage only looking to utilize the 
transparent GeoWebCache), as I just don't have the knowledge yet that I'm sure 
I can get from the documentation and discussion.

Thanks again

Tom


From: Jonathan Moules [mailto:jonathanmou...@warwickshire.gov.uk]
Sent: 25 April 2014 16:56
To: Tom Chadwin
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Running production server on Windows 2008R2 x64

Hi Tom,
We've done something similar. You can see a list of our GeoServer hosted 
services here (and ways to access them): http://www.warwickshire.gov.uk/gis- 
you'll see we have most of the data you're looking to host on our systems. 
Optimisations are the key irrespective of what OS you're using - it's best to 
use TMS/WMTS for base maps for instance rather than simple WMS; that's a 
massive performance gain right there.

Feel free to get back to me if you have any specific questions (including 
off-list).
Cheers,
Jonathan

On 25 April 2014 16:23, Tom Chadwin 
tom.chad...@nnpa.org.ukmailto:tom.chad...@nnpa.org.uk wrote:
Thanks for the info, Jonathan. I can't tell you much about load, really, partly 
because I'm a beginner, and partly because the live system has been too 
unstable for us to judge. I see that you are UK-based, and if the non-UK list 
members will forgive me a few local details for a moment, I can tell you that 
we want to put out OS raster basemapping (10k, 25k, 50k, 250k, Miniscale), 
together with PostGIS datasets (LDF, visitor promotional stuff, planning 
applications, etc), hopefully aerial imagery, and possibly MasterMap. Our 
coverage is discrete chunks of the UK (the National Parks).

I don't know if that gives you something to go on - as I say, I can't really 
tell you about concurrent users or throughput, as I just don't yet have that 
data. The intention will be probably to present this data in Leaflet - no 
unusual functionality.

Thanks

Tom


This transmission is intended for the named addressee(s) only and may contain 
confidential, sensitive or personal information and should be handled 
accordingly. Unless you are the named addressee (or authorised to receive it 
for the addressee) you may not copy or use it, or disclose it to anyone else. 
If you have received this transmission in error please notify the sender 
immediately. All email traffic sent to or from us, including without limitation 
all GCSX traffic, may be subject to recording and/or monitoring in accordance 
with relevant legislation.


Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority's head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Enabling audit logging

2014-04-23 Thread Tom Chadwin
Hello

I'm new to Geoserver and brand new to this list, so please excuse my ignorance. 
I am trying to get audit logging to work in 2.4.1 on Windows, as per the 
documentation here:

http://docs.geoserver.org/2.4.1/user/extensions/monitoring/audit.html

It's not working - no files are generated. Can someone clarify the following:

- in monitor.properties, should it be 'audit.enabled' or 'audit.enable'?
- does audit logging require storage to be set to hibernate?
- in monitor.properties, can I omit audit.roll_limit to have a single file per 
day?
- are changes to monitor.properties picked up immediately, or do they require a 
config and catalog reload, or GeoServer restart?

Sorry for all the questions, and many thanks in advance for any help

Tom


Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Enabling audit logging

2014-04-23 Thread Tom Chadwin
Ah, got it:

rememeber to always use forward slashes, /, in the path, regardless of the 
operating system. For example, on Windows the path might look like 
c:/data/Training_1.7_Win32

That was the problem. Thanks, so much, Andrea.

Audit log files are now being generated in the right place. However:

- up to three files are being generated per minute
- the log files are all empty

My config is:

audit.enabled=true
audit.path=G:/geoserver/logs
audit.roll_limit=20

Any ideas?

Thanks

Tom


Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Enabling audit logging

2014-04-23 Thread Tom Chadwin
I've changed changed it to:



audit.roll_limit=2000



No change in behaviour: up to three files generated per minute, and all empty. 
This is (I presume) a low-traffic server, so it can't be that we have thousands 
of requests.



I don't know what is causing the multiple files issue, but could the empty 
files issue be related to permissions? Is it possible that whatever user 
account is being used has rights to create files, but not to append? That could 
result in one file per request. Not sure why the files would be empty, though - 
they should have a single request in them.



Did I read about a bug which might have existed in 2.4? Something about default 
log templates not being found? Could this be the cause?



Ah, possibly:



2014-04-23 16:10:45,929 WARN [geoserver.monitor] - Request Dumper exiting due 
to :Template header.ftl not found.

java.io.FileNotFoundException: Template header.ftl not found.



Do I need to upgrade?



Thanks



Tom


From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: 23 April 2014 15:30
To: Tom Chadwin
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Enabling audit logging

On Wed, Apr 23, 2014 at 4:18 PM, Tom Chadwin 
tom.chad...@nnpa.org.ukmailto:tom.chad...@nnpa.org.uk wrote:
Ah, got it:

rememeber to always use forward slashes, /, in the path, regardless of the 
operating system. For example, on Windows the path might look like 
c:/data/Training_1.7_Win32

That was the problem. Thanks, so much, Andrea.
Audit log files are now being generated in the right place. However:

- up to three files are being generated per minute

This is because the roll limit is just 20, set it to a larger value (this way 
it rolls
every 20 requests logged)

- the log files are all empty

Not sure about this one, there was definitely content in them last time
I gave the above training, but I was using a 4.x series, and the last
time I create a template, but in that case I was using a 2.6.x series on Linux
(both cases happened in the last month)

Do you have any error in the GeoServer logs?

Cheers
Andrea

--
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---


Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Enabling audit logging

2014-04-23 Thread Tom Chadwin
 No, but I shall read the docs to see if I can figure out where the template 
 files
 should be, and whether they are in the wrong place.

I've put the three template files alongside monitor.properties, the templates 
having the default content from the documentation, and that has fixed both 
issues: now only one log file, and it has content.

So, to confirm, audit logging cannot find the inbuilt templates in 2.4.1 on 
Windows.

Thanks for all the help

Tom


Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Enabling audit logging

2014-04-23 Thread Tom Chadwin
 But it should have been fixed by 2.4.0, which version are you running?

2.4.1

 Did you provide your own template files, maybe just in part?

No, but I shall read the docs to see if I can figure out where the template 
files should be, and whether they are in the wrong place.

Thanks

Tom


Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web: 
www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/

IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland 
National Park Authority (NNPA).The Authority’s head office and principal place 
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United 
Kingdom. If you are not the intended recipient(s) please note that any form of 
disclosure, distribution, copying or use of this communication or the 
information in it or in any attachments is strictly prohibited and may be 
unlawful. If you have received this communication in error, please delete the 
email and destroy any copies of it. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of NNPA.Contractors 
or potential contractors are reminded that a formal Order or Contract is needed 
for NNPA to be bound by any offer or acceptance of terms for the supply of 
goods or services Although this email and any attachments are believed to be 
free of any virus or other defects which might affect any computer or IT system 
into which they are received, no responsibility is accepted by the NNPA for any 
loss or damage arising in any way from the receipt or use thereof. Computer 
systems of this Authority may be monitored and communications carried out on 
them recorded, to secure the effective operation of the system and for other 
lawful purpose.
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users