Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-18 Thread Jody Garnett
You are correct! That heading ended up in the wrong spot, moving now.
--
Jody Garnett


On Thu, 14 May 2020 at 18:04, Tom S  wrote:

> Perhaps revise the 'GeoServer Cleanup'  section to say something like
>
> Under Java8, if the Native JAI functions are installed (see below) , you
> may optionally remove the original JAI files from the GeoServer
> WEB-INF/lib folder:
>
> As-is, the implication is that everyone should do this (as I tried)
>
>
> On 5/14/2020 5:56 PM, Jody Garnett wrote:
>
> Those JAI jars are only available to install in Java 8 (as it uses the old
> java plugin system and is not compatible with the java module system
> introduced in Java 9 onward).
> Please only remove those jars if you have installed the JAI plugin into
> Java 8, and thus GeoServer does not need its own copy.
>
>
___
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] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Tom S

Perhaps revise the 'GeoServer Cleanup'  section to say something like

Under Java8, if the Native JAI functions are installed (see below) , you 
may optionally remove the original JAI files from the GeoServer 
|WEB-INF/lib| folder:


As-is, the implication is that everyone should do this (as I tried)


On 5/14/2020 5:56 PM, Jody Garnett wrote:
Those JAI jars are only available to install in Java 8 (as it uses the 
old java plugin system and is not compatible with the java module 
system introduced in Java 9 onward).
Please only remove those jars if you have installed the JAI plugin 
into Java 8, and thus GeoServer does not need its own copy.


___
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] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Jody Garnett
Those JAI jars are only available to install in Java 8 (as it uses the old
java plugin system and is not compatible with the java module system
introduced in Java 9 onward).
Please only remove those jars if you have installed the JAI plugin into
Java 8, and thus GeoServer does not need its own copy.

The documentation is here:
https://docs.geoserver.org/latest/en/user/production/java.html

If you have any feedback on how we can make this more clear please let me
know how it can be improved (as setup trouble is very frustrating).

On Wed, May 13, 2020 at 4:47 PM Tom S  wrote:

> Things work as expected under an older system with Tomcat 8 and JRE 1.8.
>
> Also, while reviewing and doing the 'GeoServer cleanup' task (remove
> jai* jars) found on
>
> https://docs.geoserver.org/stable/en/user/production/java.html#production-java
>
> for 1.17.0, the program will no longer run properly (in the new
> environment).
>
>
> On 5/13/2020 4:15 PM, Tom S wrote:
> > I will double check that, but the problem exists even with the default
> > data set.  I also see the same issue under Chrome and with GeoS
> > V1.16.2.  The test system I am using has the latest tomcat 9.x and
> > AdoptOpenJDK 11.x - I might try it on a different system with JDK 8.
> >
>
>
> ___
> 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 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] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Tom S
Yes - at first glance any of the 'bookmarkable' URL calls will fail.  
Its working for me if I remove the tomcat 'proxy*' directives.  I know I 
had to add them at some point in the past (with much older versions of 
httpd, tomcat and geoserver) to get things to work, but so far it seems 
fine without them.


I'll try to find out how/where to submit an official bug report shortly.


On 5/14/2020 4:12 PM, Humphries, Graham wrote:


I can see the same error when accessing Geoserver through httpd. BTW I 
am running Geoserver on Solaris.


It looks like a security issue where the request url  does not match 
the destination url. A submit request returns a 400 Bad Request 
response in the browser.


I just tried enabling CORS in the geoserver web.xml, but this made no 
difference.



___
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] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Humphries, Graham
I can see the same error when accessing Geoserver through httpd. BTW I am 
running Geoserver on Solaris.

It looks like a security issue where the request url  does not match the 
destination url. A submit request returns a 400 Bad Request response in the 
browser.

I just tried enabling CORS in the geoserver web.xml, but this made no 
difference.

From: Tom S [mailto:tom-sourcefo...@tomsaul.com]
Sent: Friday, 15 May 2020 7:46 AM
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GeoS 2.17.0 problem removing layers


So a bit more info.  This problem seems to occur at any point if the tomcat 
Connector definition includes proxyName and proxyPort definitions (even if they 
just point to localhost:x).  Even if you access the instance directly (not via 
proxy), and the proxy settings point to it directly it happens.  The issue 
shows up on all the 'Data' screens I have tried.

Problems also occur is you try to save settings, which show an error like

-

Type Status Report

Message Origin does not correspond to request

Description The server cannot or will not process the request due to something 
that is perceived to be a client error (e.g., malformed request syntax, invalid 
request message framing, or deceptive request routing).

-

There are no relevant messages showing up in the tomcat or geoserver logs at 
production logging level.  If I turn on verbose logging I get the following

2020-05-14 11:41:01,480 DEBUG 
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request 
: 'Path: /web/wicket/bookmarkable/org.geoserver.web.data.layer.layerpage, 
QueryString: 
16-2.IBehaviorListener.0-table-listContainer-selectAllContainer-selectAll=false';
 against '/web/**'
2020-05-14 11:41:01,480 DEBUG 
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: 
/web/wicket/bookmarkable/org.geoserver.web.data.layer.layerpage, QueryString: 
16-2.IBehaviorListener.0-table-listContainer-selectAllContainer-selectAll=false
 with /web/**
2020-05-14 11:41:01,480 DEBUG [geoserver.ows] - Could not find a layer group 
named web
2020-05-14 11:41:01,480 DEBUG [geoserver.ows] - Could not find a layer group 
named web
2020-05-14 11:41:01,496 DEBUG [geoserver.ows] - Could not find a layer group 
named web
2020-05-14 11:41:01,496 DEBUG [geoserver.ows] - Could not find a layer group 
named web
2020-05-14 11:41:01,636 DEBUG [org.geoserver] - Thread 89 locking in mode READ

On 5/14/2020 11:52 AM, Tom S wrote:
Glad to see this is reproducible (on a non-Windows platform even).  I'm still 
trying to track it down, but for me this seems to be related to using a Apache 
HTTPD (latest version) proxy as a front end.  From that programs access logs I 
see



CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by 
legal professional privilege, and is intended only for the person or persons to 
whom it is addressed. If you are not such a person, you are warned that any 
disclosure, copying or dissemination of the information is unauthorised. If you 
have received the transmission in error, please immediately contact this office 
by telephone, fax or email, to inform us of the error and to enable 
arrangements to be made for the destruction of the transmission, or its return 
at our cost. No liability is accepted for any unauthorised use of the 
information contained in this transmission.
___
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] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Humphries, Graham
Hi Tom,

You are probably right about httpd.  I have always bypassed httpd to access the 
Geoserver web interface. I have just done it now on our production environment 
and the select all did not work.

Our system is set to recognise an external network request or an internal 
network request and logs you on as one of two users automatically. Neither of 
these users have admin rights to the interface, so the problem might be about 
the users privileges.

-Original Message-
From: Tom S [mailto:tom-sourcefo...@tomsaul.com]
Sent: Friday, 15 May 2020 4:53 AM
To: Russ Hore 
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

Glad to see this is reproducible (on a non-Windows platform even).  I'm still 
trying to track it down, but for me this seems to be related to using a Apache 
HTTPD (latest version) proxy as a front end.  From that programs access logs I 
see

::1 - - [13/May/2020:14:49:09 -1000] "POST 
/geoserver/web/wicket/bookmarkable/org.geoserver.web.data.layer.LayerPage?5-7.IBehaviorListener.0-table-listContainer-items-153-selectItemContainer-selectItem
HTTP/1.1" 400 492
::1 - - [13/May/2020:14:49:11 -1000] "POST 
/geoserver/web/wicket/bookmarkable/org.geoserver.web.data.layer.LayerPage?5-7.IBehaviorListener.0-table-listContainer-selectAllContainer-selectAll
HTTP/1.1" 400 492

If I bypass the proxy it seems to be working (but I have not fully tested).  
The problem exists for me with every combination of COTS (geoS, tomcat) I have 
used so far.

Functionally everything else seems OK so far - its just this specific pair of 
functions that are broken.


On 5/14/2020 1:49 AM, Russ Hore wrote:
> I have GS2.17.0 (running on one of 4 Ubuntu 20.04 VMs behind Apache
> running on the host also Ubuntu 20.04)  and I found the Select All
> check box does not check all the boxes beneath it on the Stores form.
> (If that is what you mean)
>
>


___
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: 
https://aus01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ianturton.com%2Ftalks%2Ffoss4g.html%23%2Fdata=02%7C01%7CGraham.Humphries%40stategrowth.tas.gov.au%7Cce1f6e1ec6e14984abcc08d7f8386016%7C64ebab8accf44b5ca2d32b4e972d96b2%7C0%7C0%7C63725079682363sdata=XYoP%2BCVxuRx%2BnMKPHom3cl0F5YoCwLqiQovZtOQf7P4%3Dreserved=0
- The GeoServer user list posting guidelines: 
https://aus01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgeoserver.org%2Fcomm%2Fuserlist-guidelines.htmldata=02%7C01%7CGraham.Humphries%40stategrowth.tas.gov.au%7Cce1f6e1ec6e14984abcc08d7f8386016%7C64ebab8accf44b5ca2d32b4e972d96b2%7C0%7C0%7C63725079682363sdata=f3XWuJ89YOzxpes0V7lawLoe17UAkjiKH%2FTgtBAKIRE%3Dreserved=0

If you want to request a feature or an improvement, also see this: 
https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgeoserver%2Fgeoserver%2Fwiki%2FSuccessfully-requesting-and-integrating-new-features-and-improvements-in-GeoServerdata=02%7C01%7CGraham.Humphries%40stategrowth.tas.gov.au%7Cce1f6e1ec6e14984abcc08d7f8386016%7C64ebab8accf44b5ca2d32b4e972d96b2%7C0%7C0%7C63725079682363sdata=CEPqfqI8yHvIsn9gXxSj6Reo6kIsmoFEiJMypl893IE%3Dreserved=0


Geoserver-users@lists.sourceforge.net
https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Fgeoserver-usersdata=02%7C01%7CGraham.Humphries%40stategrowth.tas.gov.au%7Cce1f6e1ec6e14984abcc08d7f8386016%7C64ebab8accf44b5ca2d32b4e972d96b2%7C0%7C0%7C63725079682363sdata=9hAM3yVTIHAy6QdNJasq66JkvBNC1hm8H7DnE9iWIwE%3Dreserved=0



CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by 
legal professional privilege, and is intended only for the person or persons to 
whom it is addressed. If you are not such a person, you are warned that any 
disclosure, copying or dissemination of the information is unauthorised. If you 
have received the transmission in error, please immediately contact this office 
by telephone, fax or email, to inform us of the error and to enable 
arrangements to be made for the destruction of the transmission, or its return 
at our cost. No liability is accepted for any unauthorised use of the 
information contained in this transmission.


___
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/Succe

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Tom S
So a bit more info.  This problem seems to occur at any point if the 
tomcat Connector definition includes proxyName and proxyPort definitions 
(even if they just point to localhost:x).  Even if you access the 
instance directly (not via proxy), and the proxy settings point to it 
directly it happens.  The issue shows up on all the 'Data' screens I 
have tried.


Problems also occur is you try to save settings, which show an error like

*-
*

*Type* Status Report

*Message* Origin does not correspond to request

*Description* The server cannot or will not process the request due to 
something that is perceived to be a client error (e.g., malformed 
request syntax, invalid request message framing, or deceptive request 
routing).


-

There are no relevant messages showing up in the tomcat or geoserver 
logs at production logging level.  If I turn on verbose logging I get 
the following


2020-05-14 11:41:01,480 DEBUG 
[security.IncludeQueryStringAntPathRequestMatcher] - Checking match of 
request : 'Path: 
/web/wicket/bookmarkable/org.geoserver.web.data.layer.layerpage, 
QueryString: 
16-2.IBehaviorListener.0-table-listContainer-selectAllContainer-selectAll=false'; 
against '/web/**'
2020-05-14 11:41:01,480 DEBUG 
[security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: 
/web/wicket/bookmarkable/org.geoserver.web.data.layer.layerpage, 
QueryString: 
16-2.IBehaviorListener.0-table-listContainer-selectAllContainer-selectAll=false 
with /web/**
2020-05-14 11:41:01,480 DEBUG [geoserver.ows] - Could not find a layer 
group named web
2020-05-14 11:41:01,480 DEBUG [geoserver.ows] - Could not find a layer 
group named web
2020-05-14 11:41:01,496 DEBUG [geoserver.ows] - Could not find a layer 
group named web
2020-05-14 11:41:01,496 DEBUG [geoserver.ows] - Could not find a layer 
group named web
2020-05-14 11:41:01,636 DEBUG [org.geoserver] - Thread 89 locking in 
mode READ



On 5/14/2020 11:52 AM, Tom S wrote:
Glad to see this is reproducible (on a non-Windows platform even).  
I'm still trying to track it down, but for me this seems to be related 
to using a Apache HTTPD (latest version) proxy as a front end. From 
that programs access logs I see


___
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] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Tom S
Glad to see this is reproducible (on a non-Windows platform even).  I'm 
still trying to track it down, but for me this seems to be related to 
using a Apache HTTPD (latest version) proxy as a front end.  From that 
programs access logs I see


::1 - - [13/May/2020:14:49:09 -1000] "POST 
/geoserver/web/wicket/bookmarkable/org.geoserver.web.data.layer.LayerPage?5-7.IBehaviorListener.0-table-listContainer-items-153-selectItemContainer-selectItem 
HTTP/1.1" 400 492
::1 - - [13/May/2020:14:49:11 -1000] "POST 
/geoserver/web/wicket/bookmarkable/org.geoserver.web.data.layer.LayerPage?5-7.IBehaviorListener.0-table-listContainer-selectAllContainer-selectAll 
HTTP/1.1" 400 492


If I bypass the proxy it seems to be working (but I have not fully 
tested).  The problem exists for me with every combination of COTS 
(geoS, tomcat) I have used so far.


Functionally everything else seems OK so far - its just this specific 
pair of functions that are broken.



On 5/14/2020 1:49 AM, Russ Hore wrote:
I have GS2.17.0 (running on one of 4 Ubuntu 20.04 VMs behind Apache 
running on the host also Ubuntu 20.04)  and I found the Select All 
check box does not check all the boxes beneath it on the Stores form. 
(If that is what you mean)






___
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] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Russ Hore
I have GS2.17.0 (running on one of 4 Ubuntu 20.04 VMs behind Apache running on 
the host also Ubuntu 20.04)  and I found the Select All check box does not 
check all the boxes beneath it on the Stores form. (If that is what you mean)

Ubuntu: 11.0.7 (OpenJDK 64-Bit Server VM)
Tomcat 9

I also check the Layers, Layer Groups and Workspaces and it is the same. It is 
not a problem for me as I only have a few layers but happy to test anything if 
people tell me what needs testing?

Looking at the Workspaces source code for the Select All check box it has;






Workspace Name

and father up;
Wicket.Ajax.ajax({"u":"./org.geoserver.web.data.workspace.WorkspacePage?17-2.IBehaviorListener.0-table-listContainer-selectAllContainer-selectAll=false","m":"POST","c":"idd9","i":"ajaxFeedback","e":"click"});;



Russ

> On 14 May 2020, at 00:45, Tom S  wrote:
> 
> Things work as expected under an older system with Tomcat 8 and JRE 1.8.
> 
> Also, while reviewing and doing the 'GeoServer cleanup' task (remove jai* 
> jars) found on 
> https://docs.geoserver.org/stable/en/user/production/java.html#production-java
> 
> for 1.17.0, the program will no longer run properly (in the new environment).
> 
> 
> On 5/13/2020 4:15 PM, Tom S wrote:
>> I will double check that, but the problem exists even with the default data 
>> set.  I also see the same issue under Chrome and with GeoS V1.16.2.  The 
>> test system I am using has the latest tomcat 9.x and AdoptOpenJDK 11.x - I 
>> might try it on a different system with JDK 8.
>> 
> 
> 
> ___
> 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 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] GeoS 2.17.0 problem removing layers

2020-05-13 Thread Tom S

Things work as expected under an older system with Tomcat 8 and JRE 1.8.

Also, while reviewing and doing the 'GeoServer cleanup' task (remove 
jai* jars) found on 
https://docs.geoserver.org/stable/en/user/production/java.html#production-java


for 1.17.0, the program will no longer run properly (in the new 
environment).



On 5/13/2020 4:15 PM, Tom S wrote:
I will double check that, but the problem exists even with the default 
data set.  I also see the same issue under Chrome and with GeoS 
V1.16.2.  The test system I am using has the latest tomcat 9.x and 
AdoptOpenJDK 11.x - I might try it on a different system with JDK 8.





___
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] GeoS 2.17.0 problem removing layers

2020-05-13 Thread Humphries, Graham
I have it running in Tomcat 8.5.45 using AdoptOpenJDK8 (1.8.0_222-b10)

Using JDK 11 often seems to cause issues

-Original Message-
From: Tom S [mailto:tom-sourcefo...@tomsaul.com]
Sent: Thursday, 14 May 2020 9:16 AM
To: Humphries, Graham ; GeoServer 
Mailing List List 
Subject: Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

I will double check that, but the problem exists even with the default data 
set.  I also see the same issue under Chrome and with GeoS V1.16.2.  The test 
system I am using has the latest tomcat 9.x and AdoptOpenJDK 11.x - I might try 
it on a different system with JDK 8.

On 5/13/2020 3:26 PM, Humphries, Graham wrote:
> I have just upgraded to 2.17.0 and I can confirm that the "Select all" check 
> box and the "Remove Selected Layers" works as expected.



CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by 
legal professional privilege, and is intended only for the person or persons to 
whom it is addressed. If you are not such a person, you are warned that any 
disclosure, copying or dissemination of the information is unauthorised. If you 
have received the transmission in error, please immediately contact this office 
by telephone, fax or email, to inform us of the error and to enable 
arrangements to be made for the destruction of the transmission, or its return 
at our cost. No liability is accepted for any unauthorised use of the 
information contained in this transmission.


___
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] GeoS 2.17.0 problem removing layers

2020-05-13 Thread Tom S
I will double check that, but the problem exists even with the default 
data set.  I also see the same issue under Chrome and with GeoS 
V1.16.2.  The test system I am using has the latest tomcat 9.x and 
AdoptOpenJDK 11.x - I might try it on a different system with JDK 8.


On 5/13/2020 3:26 PM, Humphries, Graham wrote:

I have just upgraded to 2.17.0 and I can confirm that the "Select all" check box and the 
"Remove Selected Layers" works as expected.



___
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] GeoS 2.17.0 problem removing layers

2020-05-13 Thread Humphries, Graham
I have just upgraded to 2.17.0 and I can confirm that the "Select all" check 
box and the "Remove Selected Layers" works as expected.

Are the Stores enabled?

On previous upgrades after configuring the Oracle plugin I have had all the 
data stores become disabled. You can go in to each store and check the Enabled 
checkbox.

Good luck.


-Original Message-
From: Tom S [mailto:tom-sourcefo...@tomsaul.com]
Sent: Thursday, 14 May 2020 4:41 AM
To: GeoServer Mailing List List 
Subject: [Geoserver-users] GeoS 2.17.0 problem removing layers

I have just created a fresh install of the WAR version, and migrated an 
existing DB and data directory over to it.  When I tried to do some cleanup of 
the resulting configuration I found two issues on the Layers page

1) If I select the 'Select all' check box, it is not working

2) The 'Remove Selected Layers' option is not working (it doesn't even show an 
associated link).

This is accessed using the latest Windows Firefox.  Can anyone else confirm 
this is a problem?




___
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: 
https://aus01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ianturton.com%2Ftalks%2Ffoss4g.html%23%2Fdata=02%7C01%7CGraham.Humphries%40stategrowth.tas.gov.au%7Cc6dcdee86b524883ace708d7f76d9278%7C64ebab8accf44b5ca2d32b4e972d96b2%7C0%7C0%7C637249922945213670sdata=6nLqwHL1xqbsvcbJ8RPVK6lUVgK34aoRwlfJlu1NQsg%3Dreserved=0
- The GeoServer user list posting guidelines: 
https://aus01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgeoserver.org%2Fcomm%2Fuserlist-guidelines.htmldata=02%7C01%7CGraham.Humphries%40stategrowth.tas.gov.au%7Cc6dcdee86b524883ace708d7f76d9278%7C64ebab8accf44b5ca2d32b4e972d96b2%7C0%7C0%7C637249922945213670sdata=pWAL7pV7xhTfDWH3xkxFowYAh4GPv3DMS0%2Bn6eu4qlg%3Dreserved=0

If you want to request a feature or an improvement, also see this: 
https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgeoserver%2Fgeoserver%2Fwiki%2FSuccessfully-requesting-and-integrating-new-features-and-improvements-in-GeoServerdata=02%7C01%7CGraham.Humphries%40stategrowth.tas.gov.au%7Cc6dcdee86b524883ace708d7f76d9278%7C64ebab8accf44b5ca2d32b4e972d96b2%7C0%7C0%7C637249922945213670sdata=RNwfHX96FFG5EKkPnTbASqZBFDFcHnO4TuDM5PkrtdQ%3Dreserved=0


Geoserver-users@lists.sourceforge.net
https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Fgeoserver-usersdata=02%7C01%7CGraham.Humphries%40stategrowth.tas.gov.au%7Cc6dcdee86b524883ace708d7f76d9278%7C64ebab8accf44b5ca2d32b4e972d96b2%7C0%7C0%7C637249922945213670sdata=1%2FASIuQfThRUt5loD2UAGb1apW%2Bc3%2FjcarxbzIUeDaw%3Dreserved=0



CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by 
legal professional privilege, and is intended only for the person or persons to 
whom it is addressed. If you are not such a person, you are warned that any 
disclosure, copying or dissemination of the information is unauthorised. If you 
have received the transmission in error, please immediately contact this office 
by telephone, fax or email, to inform us of the error and to enable 
arrangements to be made for the destruction of the transmission, or its return 
at our cost. No liability is accepted for any unauthorised use of the 
information contained in this transmission.


___
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] GeoS 2.17.0 problem removing layers

2020-05-13 Thread Tom S
I have just created a fresh install of the WAR version, and migrated an 
existing DB and data directory over to it.  When I tried to do some 
cleanup of the resulting configuration I found two issues on the Layers page


1) If I select the 'Select all' check box, it is not working

2) The 'Remove Selected Layers' option is not working (it doesn't even 
show an associated link).


This is accessed using the latest Windows Firefox.  Can anyone else 
confirm this is a problem?





___
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