Re: [Geoserver-users] problem with Proxy Base URL as from version 2.19

2022-08-02 Thread Humphries, Graham
Hi Frans,

I lodged the original issue about this. What I have done is set the proxy-base 
url for the workspace and left the Global proxy-base url unset. This allows me 
to access the admin pages.

From: Frans Fierens 
Sent: Wednesday, 3 August 2022 2:26 AM
To: Andrea Aime 
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] problem with Proxy Base URL as from version 2.19


Thanks Andrea,

I already tried to configure the nginx but without success. It would be 
interesting to get more info on the nginx config. There are also other issues 
to deal when using this option: you give internet access to the admin pages 
(which I would prefer not to do).

best regards,

Frans
On 02/08/2022 18:09, Andrea Aime wrote:
Hi Frans,
maybe it just requires a different set up? These two servers are using nginx 
proxying, and a proxy base URL,
but the UI works, as you can see:

https://gs-main.geosolutionsgroup.com/geoserver/web/
http://gs-stable.geosolutionsgroup.com/geoserver/web/

One is a 2.20.x, the other is a nightly build from the developer series.
Unfortunately I don't know exactly how they are set up NGINX wise, but I can 
tell you the proxy base URL configured in GeoServer
is simple, e.g. 
"https://gs-main.geosolutionsgroup.com/geoserver/"

Cheers
Andrea


On Tue, Aug 2, 2022 at 3:10 PM Frans Fierens 
mailto:fier...@irceline.be>> wrote:
Hello,

I do have the same problem as posted in:
https://sourceforge.net/p/geoserver/mailman/message/37250476/

When geoserver is behind a reverse proxy as nginx and when "Proxy Base
URL" is not empty in the global setting,  it is not possible to access
the web user interface anymore. I also did some tests, and this issue
starts at version 2.19.

This is very annoying.

When "Proxy Base URL" is empty, you can login to the webui, but a wfs or
wms?request=GetCapabilities&service will not be given the correct xlinks
( xlink:href="https://proxy_url_name/wfs";) but will show
(xlink:href="http://servername:8080/geoserver/wfs (or wms)")

When "Proxy Base URL" is not empty (https://proxy_url_name), then it is
not possible to login via the webinterface.

Is it possible to solve this?

thanks.

Frans Fierens



___
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

Re: [Geoserver-users] Need help by Geoserver installation on MAC (M1)

2022-08-02 Thread Brad Hards
On Wednesday, 3 August 2022 3:57:57 AM AEST Elstermann, Mike wrote:
> Hello all,
> 
> can someone maybe help me with a Geoserver installation on MAC (M1)?
> Have it installed with Homebrew, ran so far on this computer wonderfully,
> but since an update with brew on Geoserver2.21.1 it no longer runs, Java
> problem? I get the following messages:
> 
> mikee.@MBP-von-Mike ~ % java --version
> openjdk 18.0.2 2022-07-19
I'd suggest you try JDK 11.

https://docs.geoserver.org/latest/en/user/production/java.html

Brad




___
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] Need help by Geoserver installation on MAC (M1)

2022-08-02 Thread Elstermann, Mike
Hello all,

can someone maybe help me with a Geoserver installation on MAC (M1)?
Have it installed with Homebrew, ran so far on this computer wonderfully, but 
since an update with brew on Geoserver2.21.1 it no longer runs, Java problem?
I get the following messages:

mikee.@MBP-von-Mike ~ % java --version
openjdk 18.0.2 2022-07-19
OpenJDK Runtime Environment Homebrew (build 18.0.2+0)
OpenJDK 64-Bit Server VM Homebrew (build 18.0.2+0, mixed mode, sharing)
mikee.@MBP-von-Mike ~ % geoserver /home/mikee./Data
ERROR : Nothing to start, exiting ...

Usage: java -jar $JETTY_HOME/start.jar [options] [properties] [configs]
   java -jar $JETTY_HOME/start.jar --help  # for more information
mikee.@MBP-von-Mike ~ % 

THX, mikeE.

___
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] problem with Proxy Base URL as from version 2.19

2022-08-02 Thread Andrea Aime
In our case we want to give internet access. Unfortunately I did not set it
up, and I have no experience
with Nginx myself, so I can't get into more details, sorry. Hopefully
someone else on this list is more
proficient with deployments.

Cheers
Andrea

On Tue, Aug 2, 2022 at 6:26 PM Frans Fierens  wrote:

> Thanks Andrea,
>
> I already tried to configure the nginx but without success. It would be
> interesting to get more info on the nginx config. There are also other
> issues to deal when using this option: you give internet access to the
> admin pages (which I would prefer not to do).
>
> best regards,
>
> Frans
> On 02/08/2022 18:09, Andrea Aime wrote:
>
> Hi Frans,
> maybe it just requires a different set up? These two servers are using
> nginx proxying, and a proxy base URL,
> but the UI works, as you can see:
>
> https://gs-main.geosolutionsgroup.com/geoserver/web/
> http://gs-stable.geosolutionsgroup.com/geoserver/web/
>
> One is a 2.20.x, the other is a nightly build from the developer series.
> Unfortunately I don't know exactly how they are set up NGINX wise, but I
> can tell you the proxy base URL configured in GeoServer
> is simple, e.g. "https://gs-main.geosolutionsgroup.com/geoserver/";
>
> Cheers
> Andrea
>
>
> On Tue, Aug 2, 2022 at 3:10 PM Frans Fierens  wrote:
>
>> Hello,
>>
>> I do have the same problem as posted in:
>> https://sourceforge.net/p/geoserver/mailman/message/37250476/
>>
>> When geoserver is behind a reverse proxy as nginx and when "Proxy Base
>> URL" is not empty in the global setting,  it is not possible to access
>> the web user interface anymore. I also did some tests, and this issue
>> starts at version 2.19.
>>
>> This is very annoying.
>>
>> When "Proxy Base URL" is empty, you can login to the webui, but a wfs or
>> wms?request=GetCapabilities&service will not be given the correct xlinks
>> ( xlink:href="https://proxy_url_name/wfs";) but will show
>> (xlink:href="http://servername:8080/geoserver/wfs (or wms)")
>>
>> When "Proxy Base URL" is not empty (https://proxy_url_name), then it is
>> not possible to login via the webinterface.
>>
>> Is it possible to solve this?
>>
>> thanks.
>>
>> Frans Fierens
>>
>>
>>
>> ___
>> 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
>>
>
>
> --
>
> Regards,
>
> Andrea Aime
>
> == GeoServer Professional Services from the experts!
>
> Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea
> Aime @geowolf Technical Lead
>
> GeoSolutions Group phone: +39 0584 962313
>
> fax: +39 0584 1660272
>
> mob:   +39  339 8844549
>
> https://www.geosolutionsgroup.com/
>
> http://twitter.com/geosolutions_it
>
> ---
>
> Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia. 
> This
> email is intended only for the person or entity to which it is addressed
> and may contain information that is privileged, confidential or otherwise
> protected from disclosure. We remind that - as provided by European
> Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail
> or the information herein by anyone other than the intended recipient is
> prohibited. If you have received this email by mistake, please notify us
> immediately by telephone or e-mail
>
> --
> Frans Fierens
> Medewerker van de Vlaamse Milieumaatschappij (VMM, http://www.vmm.be) 
> aangesteld bij de Intergewestelijke Cel voor het Leefmilieu (IRCEL).
> --
> Intergewestelijke Cel voor het Leefmilieu (IRCEL)
> Gaucheretstraat 92-94
> 1030 
> Brusselhttp://www.irceline.behttp://twitter.com/SMOG_BEhttps://www.facebook.com/ircel.celine
> Tel 00 32(0)2 227 56 71
> GSM 00 32(0)494 62 91 40
> Skype Frans_JMC.Fierens
>
>

-- 

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0

Re: [Geoserver-users] problem with Proxy Base URL as from version 2.19

2022-08-02 Thread Frans Fierens

Thanks Andrea,

I already tried to configure the nginx but without success. It would be 
interesting to get more info on the nginx config. There are also other 
issues to deal when using this option: you give internet access to the 
admin pages (which I would prefer not to do).


best regards,

Frans

On 02/08/2022 18:09, Andrea Aime wrote:

Hi Frans,
maybe it just requires a different set up? These two servers are using 
nginx proxying, and a proxy base URL,

but the UI works, as you can see:

https://gs-main.geosolutionsgroup.com/geoserver/web/
http://gs-stable.geosolutionsgroup.com/geoserver/web/

One is a 2.20.x, the other is a nightly build from the developer series.
Unfortunately I don't know exactly how they are set up NGINX wise, but 
I can tell you the proxy base URL configured in GeoServer

is simple, e.g. "https://gs-main.geosolutionsgroup.com/geoserver/";

Cheers
Andrea


On Tue, Aug 2, 2022 at 3:10 PM Frans Fierens  wrote:

Hello,

I do have the same problem as posted in:
https://sourceforge.net/p/geoserver/mailman/message/37250476/

When geoserver is behind a reverse proxy as nginx and when "Proxy
Base
URL" is not empty in the global setting,  it is not possible to
access
the web user interface anymore. I also did some tests, and this issue
starts at version 2.19.

This is very annoying.

When "Proxy Base URL" is empty, you can login to the webui, but a
wfs or
wms?request=GetCapabilities&service will not be given the correct
xlinks
( xlink:href="https://proxy_url_name/wfs";) but will show
(xlink:href="http://servername:8080/geoserver/wfs (or wms)")

When "Proxy Base URL" is not empty (https://proxy_url_name), then
it is
not possible to login via the webinterface.

Is it possible to solve this?

thanks.

Frans Fierens



___
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



--

Regards,

Andrea Aime

==GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for 
more information.==Ing. Andrea Aime @geowolfTechnical Lead


GeoSolutions Groupphone: +39 0584 962313

fax:     +39 0584 1660272

mob:   +39  339 8844549


https://www.geosolutionsgroup.com/ 

http://twitter.com/geosolutions_it 

---


Con riferimento alla normativa sul trattamento dei dati personali 
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati 
“GDPR”), si precisa che ogni circostanza inerente alla presente email 
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui 
conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a 
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato 
se potesse darmene notizia.This email is intended only for the person 
or entity to which it is addressed and may contain information that is 
privileged, confidential or otherwise protected from disclosure. We 
remind that - as provided by European Regulation 2016/679 “GDPR” - 
copying, dissemination or use of this e-mail or the information herein 
by anyone other than the intended recipient is prohibited. If you have 
received this email by mistake, please notify us immediately by 
telephone or e-mail


--
Frans Fierens
Medewerker van de Vlaamse Milieumaatschappij (VMM,http://www.vmm.be) aangesteld 
bij de Intergewestelijke Cel voor het Leefmilieu (IRCEL).
--
Intergewestelijke Cel voor het Leefmilieu (IRCEL)
Gaucheretstraat 92-94
1030 Brussel
http://www.irceline.be
http://twitter.com/SMOG_BE
https://www.facebook.com/ircel.celine
Tel 00 32(0)2 227 56 71
GSM 00 32(0)494 62 91 40
Skype Frans_JMC.Fierens
___
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

Re: [Geoserver-users] problem with Proxy Base URL as from version 2.19

2022-08-02 Thread Andrea Aime
Hi Frans,
maybe it just requires a different set up? These two servers are using
nginx proxying, and a proxy base URL,
but the UI works, as you can see:

https://gs-main.geosolutionsgroup.com/geoserver/web/
http://gs-stable.geosolutionsgroup.com/geoserver/web/

One is a 2.20.x, the other is a nightly build from the developer series.
Unfortunately I don't know exactly how they are set up NGINX wise, but I
can tell you the proxy base URL configured in GeoServer
is simple, e.g. "https://gs-main.geosolutionsgroup.com/geoserver/";

Cheers
Andrea


On Tue, Aug 2, 2022 at 3:10 PM Frans Fierens  wrote:

> Hello,
>
> I do have the same problem as posted in:
> https://sourceforge.net/p/geoserver/mailman/message/37250476/
>
> When geoserver is behind a reverse proxy as nginx and when "Proxy Base
> URL" is not empty in the global setting,  it is not possible to access
> the web user interface anymore. I also did some tests, and this issue
> starts at version 2.19.
>
> This is very annoying.
>
> When "Proxy Base URL" is empty, you can login to the webui, but a wfs or
> wms?request=GetCapabilities&service will not be given the correct xlinks
> ( xlink:href="https://proxy_url_name/wfs";) but will show
> (xlink:href="http://servername:8080/geoserver/wfs (or wms)")
>
> When "Proxy Base URL" is not empty (https://proxy_url_name), then it is
> not possible to login via the webinterface.
>
> Is it possible to solve this?
>
> thanks.
>
> Frans Fierens
>
>
>
> ___
> 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
>


-- 

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax: +39 0584 1660272

mob:   +39  339 8844549

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

---

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail
___
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] problem with Proxy Base URL as from version 2.19

2022-08-02 Thread Frans Fierens

Hello,

I do have the same problem as posted in: 
https://sourceforge.net/p/geoserver/mailman/message/37250476/


When geoserver is behind a reverse proxy as nginx and when "Proxy Base 
URL" is not empty in the global setting,  it is not possible to access 
the web user interface anymore. I also did some tests, and this issue 
starts at version 2.19.


This is very annoying.

When "Proxy Base URL" is empty, you can login to the webui, but a wfs or 
wms?request=GetCapabilities&service will not be given the correct xlinks 
( xlink:href="https://proxy_url_name/wfs";) but will show 
(xlink:href="http://servername:8080/geoserver/wfs (or wms)")


When "Proxy Base URL" is not empty (https://proxy_url_name), then it is 
not possible to login via the webinterface.


Is it possible to solve this?

thanks.

Frans Fierens



___
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] GetFeatureInfo request issue with mapping app-schema to the model for freemarker

2022-08-02 Thread Michael, Ursula (DEM)
UNOFFICIAL

Dear Marco,

Thank you for making time to investigate this issue further. I will go ahead 
and open up a bug report as suggested.

Kind regards,
Ursula

From: Marco Volpini 
Sent: Tuesday, 2 August 2022 5:55 PM
To: Michael, Ursula (DEM) 
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GetFeatureInfo request issue with mapping 
app-schema  to the model for freemarker

Dear Ursula,
I've done some checks and yes I confirm that it is a bug. When evaluating the 
JDBCMultipleValue directive the code is not taking into consideration that 
Oracle uses JDBC Prepared Staments 
only
 and it enters a code path that should not. I would suggest you to open a bug 
report 
here.


Regards,

Marco Volpini

==
GeoServer Professional Services from the experts!

Visit 
http://bit.ly/gs-services-us
 for more information.
==

Marco Volpini

Software Engineer

GeoSolutions Group
phone: +39 0584 962313

fax: +39 0584 1660272


https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

---


Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 
2016/679 - Regolamento generale sulla protezione dei dati "GDPR"), si precisa 
che ogni circostanza inerente alla presente email (il suo contenuto, gli 
eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i 
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per 
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei 
comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is addressed 
and may contain information that is privileged, confidential or otherwise 
protected from disclosure. We remind that - as provided by European Regulation 
2016/679 "GDPR" - copying, dissemination or use of this e-mail or the 
information herein by anyone other than the intended recipient is prohibited. 
If you have received this email by mistake, please notify us immediately by 
telephone or e-mail.



On Wed, Jul 27, 2022 at 9:02 AM Michael, Ursula (DEM) 
mailto:ursula.mich...@sa.gov.au>> wrote:

UNOFFICIAL

Hi Geoserver Users,

There seems to be an issue mapping 1..N values to the data model used by 
freemarker that are using the app-schema jdbcMultipleValue tag described here  
https://docs.geoserver.org/latest/en/user/data/app-schema/mapping-file.html#sql-based-data-stores

Re: [Geoserver-users] GetFeatureInfo request issue with mapping app-schema to the model for freemarker

2022-08-02 Thread Marco Volpini
Dear Ursula,
I've done some checks and yes I confirm that it is a bug. When evaluating
the JDBCMultipleValue directive the code is not taking into consideration
that Oracle uses JDBC Prepared Staments only

and it enters a code path that should not. I would suggest you to open a
bug report here .

Regards,

Marco Volpini

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Marco Volpini

Software Engineer

GeoSolutions Group
phone: +39 0584 962313

fax: +39 0584 1660272

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

---

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.




On Wed, Jul 27, 2022 at 9:02 AM Michael, Ursula (DEM) <
ursula.mich...@sa.gov.au> wrote:

> UNOFFICIAL
>
> Hi Geoserver Users,
>
>
>
> There seems to be an issue mapping 1..N values to the data model used by
> freemarker that are using the app-schema jdbcMultipleValue tag described
> here
> https://docs.geoserver.org/latest/en/user/data/app-schema/mapping-file.html#sql-based-data-stores
>
> Below is my mapping and the error message, which resolves itself if I
> remove this attribute. Think this might be a bug, unless I’m missing
> something obvious. Happy to provide additional log info if needed.
>
>
> 
>
>
> gsmlbh:indexData/gsmlbh:BoreholeDetails/gsmlbh:purpose
>
> *  *
>
> * BOREHOLE_ID*
>
> *
> GSMLBH_BOREHOLE_PURPOSE*
>
> * BOREHOLE_ID*
>
> *  *
>
>   
>
>  xlink:href
>
>  PURPOSE_URL
>
>   
>
>   
>
>  xlink:title
>
>  PURPOSE
>
>   
>
> 
>
>
>
> org.geoserver.platform.ServiceException: Failed to run GetFeatureInfo on
> layer Borehole
>
>   at
> org.geoserver.wms.GetFeatureInfo.execute(GetFeatureInfo.java:90)
>
>   at
> org.geoserver.wms.GetFeatureInfo.run(GetFeatureInfo.java:42)
>
>   at
> org.geoserver.wms.DefaultWebMapService.getFeatureInfo(DefaultWebMapService.java:266)
>
>   at sun.reflect.GeneratedMethodAccessor633.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:344)
>
>   at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
>
>   at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>
>   at
> org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(WebMapServiceKmlInterceptor.java:38)
>
>   at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>
>   at
> org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:51)
>
>   at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>
>   at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
>
>   at com.sun.proxy.$Proxy119.getFeatureInfo(Unknown Source)
>
>   at sun.reflect.GeneratedMethodAccessor623.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:869)
>
>

Re: [Geoserver-users] Geoserver 2.21.0 and JDK17

2022-08-02 Thread Andrea Aime
I confirm what others say, JDK 17 support and Jakarta EE support are two
separate things.

GeoServer would also not work on Tomcat 10, for the same reason, an
application can only
support J2EE, or Jakarta EE, but cannot support both, the day we switch
GeoServer will
stop working on older containers.

I'd like to stress another bit, as the documentation states, quoting: "Running
on Java 17 (experimental!)

".
I'm not aware of anyone running GeoServer on Java 17 in production, if you
try that, please
let us know how it goes (after you switch to a J2EE compatible container).

Cheers
Andrea


On Mon, Aug 1, 2022 at 3:23 PM Mark Hammond  wrote:

> Hi Folks,
>
> Have been successfully using Geoserver for a number of years.
>
> Have been doing preparatory work to upgrade to JDK17/Glassfish 6.x
>
> Having noticed Geoserver 2.21.0 supports JDK17, downloaded this to try
> on the new setup.
>
> Geoserver 2.21.0 fails to deploy on a virgin JDK17/GF6.2.5 setup with
> the following error reported in the log:
>
> remote failure: Error occurred during deployment: Exception while
> loading the app : java.lang.IllegalStateException:
> ContainerBase.addChild: start: org.apache.catalina.LifecycleException:
> java.lang.IllegalArgumentException: java.lang.NoClassDefFoundError:
> javax/servlet/ServletContextListener. Please see server.log for more
> details.
>
> This suggests some component within 2.21.0 has not been upgraded to
> JDK17 since it is still using the javax.servlet namespace. Tried with
> and without additional database drivers/plugins
>
> Are there separate JDK17 and non-JDK17 branches? If so, where can I
> get the JDK17 version from. If there are not separate branches. Can
> anyone suggest a set of steps that would see 2.21.0 deploy correctly?
>
>
> Kindest Regards
> Mark
>
>
> ___
> 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
>


-- 

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax: +39 0584 1660272

mob:   +39  339 8844549

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

---

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail
___
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