[Geoserver-users] GeoServer Migration Plan

Hi list,

I'm planning to migrate our old GeoServer 2.0.2 version to a newer one and for the moment I have a couple of questions/doubts

- Would it be too radical to migrate from 2.0.2 to the latest one (2.8.0)? I'm really concerned about the changes in the data directory.

- Is there any particular Tomcat Version that you recommend installing taking into account that the OS will be Windows Server 2012 R2 64 bits ?

Any suggestions or comments are much appreciated.

Thanks in adavance,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@anonymised.com | www.hazi.eus
T 945 003 240 - M 627 923 170 - F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute - Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

Any comments?

Thanks in advance.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@anonymised.com | www.hazi.eus
T 945 003 240 - M 627 923 170 - F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute - Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@anonymised.com]
Enviado el: viernes, 02 de octubre de 2015 14:18
Para: geoserver-users@lists.sourceforge.net
Asunto: [Geoserver-users] GeoServer Migration Plan

Hi list,

I'm planning to migrate our old GeoServer 2.0.2 version to a newer one and for the moment I have a couple of questions/doubts

- Would it be too radical to migrate from 2.0.2 to the latest one (2.8.0)? I'm really concerned about the changes in the data directory.

- Is there any particular Tomcat Version that you recommend installing taking into account that the OS will be Windows Server 2012 R2 64 bits ?

Any suggestions or comments are much appreciated.

Thanks in adavance,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@anonymised.com | www.hazi.eus
T 945 003 240 - M 627 923 170 - F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute - Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

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

On 02-10-15 14:18, David Alda Fernandez de Lezea wrote:

Hi list,

I'm planning to migrate our old GeoServer 2.0.2 version to a newer one and for the moment I have a couple of questions/doubts

- Would it be too radical to migrate from 2.0.2 to the latest one (2.8.0)? I'm really concerned about the changes in the data directory.

- Is there any particular Tomcat Version that you recommend installing taking into account that the OS will be Windows Server 2012 R2 64 bits ?

Any suggestions or comments are much appreciated.

Just be carefull, and backup your data directory.

Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

I know that the credential/security stuff is changed in that dir (I once
irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

I always migrate by doing this:

Given that:
- All styles, stores and layers have a workspace

I follow this procedure:
1. I do not backup my datadir, but only the workspaces dir. You can do
this too, but only if your data is not stored inside the data dir. I
often have projects with postgis datasources only and for them, this
works.
2. In the backup, In every workspace inside the workspaces directory,
I manually edit the datastore.xml files to make sure the password is
blank. This is because across versions, the password hashing mechanism
is subject to change.
3. Fire up the new geoserver. Go to the admin page once.
4. Stop the geoserver
5. Copy your workspaces back up into the new data dir that the new
version of geoserver created
6. Fire up geoserver again.
7. Manually enter the passwords for the datastores and enable them.
8. You should be up and running.

2015-10-05 14:00 GMT+02:00 Richard Duivenvoorde <rdmailings@anonymised.com>:

On 02-10-15 14:18, David Alda Fernandez de Lezea wrote:

Hi list,

I'm planning to migrate our old GeoServer 2.0.2 version to a newer one and for the moment I have a couple of questions/doubts

- Would it be too radical to migrate from 2.0.2 to the latest one (2.8.0)? I'm really concerned about the changes in the data directory.

- Is there any particular Tomcat Version that you recommend installing taking into account that the OS will be Windows Server 2012 R2 64 bits ?

Any suggestions or comments are much appreciated.

Just be carefull, and backup your data directory.

Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

I know that the credential/security stuff is changed in that dir (I once
irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

--
Milo van der Linden
web: dogodigi
tel: +31-6-16598808

The code to update from previous data directory layout remains in place, so there should not be much difference migrating from 2.0.2 → 2.8.0 than if you made each step along the way.

Please let the mailing list know how it goes!

···

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@anonymised.com> wrote:

Also be sure to take the right extension jars, and for example use the
right jdbc jars etc… (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had been mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I once
irreversible changed that when testing an upgrade… but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde



Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Thank you guys. I'll let you know how it goes.

Thanks.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: Jody Garnett [mailto:jody.garnett@…84…]
Enviado el: martes, 06 de octubre de 2015 5:04
Para: Richard Duivenvoorde
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

The code to update from previous data directory layout remains in place, so there should not be much difference migrating from 2.0.2 --> 2.8.0 than if you made each step along the way.

Please let the mailing list know how it goes!

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@...5924...> wrote:
Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had been mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I once
irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

Hi list,

So far we've managed to install GeoServer in our new Windows 2012 instance with full raster support and Oracle support as well. Our plan is to set up a Vertical Clustered Architecture but we've found some difficulties while trying to I get the GEOSERVER_DATA_DIRECTORY being loaded from a Network Shared drive. This drive is based on CIFS. The main problem is that GeoServer does not find the directory (Directory not found error) but the System can read and write on it.

Does anyone made a similar approach? Is there some specific configuration on GeoServer to get it working?

Help is very much appreciated.

Thanks in advance.

Kind regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: Jody Garnett [mailto:jody.garnett@…84…]
Enviado el: martes, 06 de octubre de 2015 5:04
Para: Richard Duivenvoorde
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

The code to update from previous data directory layout remains in place, so there should not be much difference migrating from 2.0.2 --> 2.8.0 than if you made each step along the way.

Please let the mailing list know how it goes!

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@...5924...> wrote:
Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had been mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I once
irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

Hi,
is it possible that the GeoServer user has no access to the network drive?

I personally had often the problem that I tested the access to some ressources with another user (mostly root).

Kind regards
Stefan

-----Original Message-----
From: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Sent: Monday, November 02, 2015 11:28 AM
To: GeoServer Users
Subject: Re: [Geoserver-users] GeoServer Migration Plan

Hi list,

So far we've managed to install GeoServer in our new Windows 2012 instance
with full raster support and Oracle support as well. Our plan is to set up a
Vertical Clustered Architecture but we've found some difficulties while
trying to I get the GEOSERVER_DATA_DIRECTORY being loaded from a Network
Shared drive. This drive is based on CIFS. The main problem is that GeoServer
does not find the directory (Directory not found error) but the System can
read and write on it.

Does anyone made a similar approach? Is there some specific configuration on
GeoServer to get it working?

Help is very much appreciated.

Thanks in advance.

Kind regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y
Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren
Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL
******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua
dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu
gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido
legalmente. Si usted no es el destinatario, proceda a borrarlo, sin
reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally
prohibited. If you are not the intended recipient, delete it without
resending or backing it.

De: Jody Garnett [mailto:jody.garnett@…84…]
Enviado el: martes, 06 de octubre de 2015 5:04
Para: Richard Duivenvoorde
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

The code to update from previous data directory layout remains in place, so
there should not be much difference migrating from 2.0.2 --> 2.8.0 than if
you made each step along the way.

Please let the mailing list know how it goes!

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@...5924...> wrote:
Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had been
mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I once
irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

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

Hi Stefan,

Thanks for your response. I've started thinking the same... I've been doing so many tests that I can assure that I've tested that. I'll review it again. It has to be something related to grants.

Thanks.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: Stefan Engelhardt | HBT [mailto:Stefan.Engelhardt@…5184…]
Enviado el: lunes, 02 de noviembre de 2015 11:41
Para: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi,
is it possible that the GeoServer user has no access to the network drive?

I personally had often the problem that I tested the access to some ressources with another user (mostly root).

Kind regards
Stefan

-----Original Message-----
From: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Sent: Monday, November 02, 2015 11:28 AM
To: GeoServer Users
Subject: Re: [Geoserver-users] GeoServer Migration Plan

Hi list,

So far we've managed to install GeoServer in our new Windows 2012
instance with full raster support and Oracle support as well. Our plan
is to set up a Vertical Clustered Architecture but we've found some
difficulties while trying to I get the GEOSERVER_DATA_DIRECTORY being
loaded from a Network Shared drive. This drive is based on CIFS. The
main problem is that GeoServer does not find the directory (Directory
not found error) but the System can read and write on it.

Does anyone made a similar approach? Is there some specific
configuration on GeoServer to get it working?

Help is very much appreciated.

Thanks in advance.

Kind regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial
y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso
Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de
Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL
******************* DISCLAIMER ***************************** Mezu
hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera
debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali
eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está
prohibido legalmente. Si usted no es el destinatario, proceda a
borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally
prohibited. If you are not the intended recipient, delete it without
resending or backing it.

De: Jody Garnett [mailto:jody.garnett@…84…] Enviado el: martes,
06 de octubre de 2015 5:04
Para: Richard Duivenvoorde
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

The code to update from previous data directory layout remains in
place, so there should not be much difference migrating from 2.0.2 -->
2.8.0 than if you made each step along the way.

Please let the mailing list know how it goes!

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@...5924...> wrote:
Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had
been mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I
once irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

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

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

Hi,

I've checked that the user running Tomcat has access grants to the network drive but I'm still unable to get Geoserver to connect to it. I'm on windows Server 2012 by the way ant he network drive is based on CIFS.

I'm specifying the url as an UNC pattern

<param-value>\\192.168.250.24\Geoserver\datos\geoserver_data_directory\data_dir</param-value>

Does it look correct?

Thanks.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Enviado el: lunes, 02 de noviembre de 2015 13:28
Para: Stefan Engelhardt | HBT; GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi Stefan,

Thanks for your response. I've started thinking the same... I've been doing so many tests that I can assure that I've tested that. I'll review it again. It has to be something related to grants.

Thanks.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: Stefan Engelhardt | HBT [mailto:Stefan.Engelhardt@…5184…] Enviado el: lunes, 02 de noviembre de 2015 11:41
Para: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi,
is it possible that the GeoServer user has no access to the network drive?

I personally had often the problem that I tested the access to some ressources with another user (mostly root).

Kind regards
Stefan

-----Original Message-----
From: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Sent: Monday, November 02, 2015 11:28 AM
To: GeoServer Users
Subject: Re: [Geoserver-users] GeoServer Migration Plan

Hi list,

So far we've managed to install GeoServer in our new Windows 2012
instance with full raster support and Oracle support as well. Our plan
is to set up a Vertical Clustered Architecture but we've found some
difficulties while trying to I get the GEOSERVER_DATA_DIRECTORY being
loaded from a Network Shared drive. This drive is based on CIFS. The
main problem is that GeoServer does not find the directory (Directory
not found error) but the System can read and write on it.

Does anyone made a similar approach? Is there some specific
configuration on GeoServer to get it working?

Help is very much appreciated.

Thanks in advance.

Kind regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial
y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso
Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de
Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL
******************* DISCLAIMER ***************************** Mezu
hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera
debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali
eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está
prohibido legalmente. Si usted no es el destinatario, proceda a
borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally
prohibited. If you are not the intended recipient, delete it without
resending or backing it.

De: Jody Garnett [mailto:jody.garnett@…84…] Enviado el: martes,
06 de octubre de 2015 5:04
Para: Richard Duivenvoorde
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

The code to update from previous data directory layout remains in
place, so there should not be much difference migrating from 2.0.2 -->
2.8.0 than if you made each step along the way.

Please let the mailing list know how it goes!

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@...5924...> wrote:
Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had
been mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I
once irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

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

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

Hi again,

For the moment I'llcontinue working in the migration using a local dir, but I'm facing another issue.. I can see in GeoServer's web interface all my previous layers, but I noticed that when accessing the layers properties page I can't see the layer's columns. This happens only with DB stored layers. With shapes it works fine. Is there anything that has to be configured to retrieve the columns??

Thanks in advance.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea
Enviado el: martes, 10 de noviembre de 2015 11:20
Para: David Alda Fernandez de Lezea; Stefan Engelhardt | HBT; GeoServer Users
Asunto: RE: [Geoserver-users] GeoServer Migration Plan

Hi,

I've checked that the user running Tomcat has access grants to the network drive but I'm still unable to get Geoserver to connect to it. I'm on windows Server 2012 by the way ant he network drive is based on CIFS.

I'm specifying the url as an UNC pattern

<param-value>\\192.168.250.24\Geoserver\datos\geoserver_data_directory\data_dir</param-value>

Does it look correct?

Thanks.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…] Enviado el: lunes, 02 de noviembre de 2015 13:28
Para: Stefan Engelhardt | HBT; GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi Stefan,

Thanks for your response. I've started thinking the same... I've been doing so many tests that I can assure that I've tested that. I'll review it again. It has to be something related to grants.

Thanks.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: Stefan Engelhardt | HBT [mailto:Stefan.Engelhardt@…5184…] Enviado el: lunes, 02 de noviembre de 2015 11:41
Para: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi,
is it possible that the GeoServer user has no access to the network drive?

I personally had often the problem that I tested the access to some ressources with another user (mostly root).

Kind regards
Stefan

-----Original Message-----
From: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Sent: Monday, November 02, 2015 11:28 AM
To: GeoServer Users
Subject: Re: [Geoserver-users] GeoServer Migration Plan

Hi list,

So far we've managed to install GeoServer in our new Windows 2012
instance with full raster support and Oracle support as well. Our plan
is to set up a Vertical Clustered Architecture but we've found some
difficulties while trying to I get the GEOSERVER_DATA_DIRECTORY being
loaded from a Network Shared drive. This drive is based on CIFS. The
main problem is that GeoServer does not find the directory (Directory
not found error) but the System can read and write on it.

Does anyone made a similar approach? Is there some specific
configuration on GeoServer to get it working?

Help is very much appreciated.

Thanks in advance.

Kind regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial
y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso
Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de
Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL
******************* DISCLAIMER ***************************** Mezu
hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera
debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali
eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está
prohibido legalmente. Si usted no es el destinatario, proceda a
borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally
prohibited. If you are not the intended recipient, delete it without
resending or backing it.

De: Jody Garnett [mailto:jody.garnett@…84…] Enviado el: martes,
06 de octubre de 2015 5:04
Para: Richard Duivenvoorde
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

The code to update from previous data directory layout remains in
place, so there should not be much difference migrating from 2.0.2 -->
2.8.0 than if you made each step along the way.

Please let the mailing list know how it goes!

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@...5924...> wrote:
Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had
been mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I
once irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

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

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

Hi,

I'm answering myself as I found the solution:

http://www.dixis.com/?p=802

https://osgeo-org.atlassian.net/browse/GEOT-5098

It was related with the old ojdb14.jar. I just replaced it for the new one ojdbc7.jar an everything worked fine.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Enviado el: martes, 10 de noviembre de 2015 11:51
Para: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi again,

For the moment I'llcontinue working in the migration using a local dir, but I'm facing another issue.. I can see in GeoServer's web interface all my previous layers, but I noticed that when accessing the layers properties page I can't see the layer's columns. This happens only with DB stored layers. With shapes it works fine. Is there anything that has to be configured to retrieve the columns??

Thanks in advance.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea
Enviado el: martes, 10 de noviembre de 2015 11:20
Para: David Alda Fernandez de Lezea; Stefan Engelhardt | HBT; GeoServer Users
Asunto: RE: [Geoserver-users] GeoServer Migration Plan

Hi,

I've checked that the user running Tomcat has access grants to the network drive but I'm still unable to get Geoserver to connect to it. I'm on windows Server 2012 by the way ant he network drive is based on CIFS.

I'm specifying the url as an UNC pattern

<param-value>\\192.168.250.24\Geoserver\datos\geoserver_data_directory\data_dir</param-value>

Does it look correct?

Thanks.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…] Enviado el: lunes, 02 de noviembre de 2015 13:28
Para: Stefan Engelhardt | HBT; GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi Stefan,

Thanks for your response. I've started thinking the same... I've been doing so many tests that I can assure that I've tested that. I'll review it again. It has to be something related to grants.

Thanks.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: Stefan Engelhardt | HBT [mailto:Stefan.Engelhardt@…5184…] Enviado el: lunes, 02 de noviembre de 2015 11:41
Para: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi,
is it possible that the GeoServer user has no access to the network drive?

I personally had often the problem that I tested the access to some ressources with another user (mostly root).

Kind regards
Stefan

-----Original Message-----
From: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Sent: Monday, November 02, 2015 11:28 AM
To: GeoServer Users
Subject: Re: [Geoserver-users] GeoServer Migration Plan

Hi list,

So far we've managed to install GeoServer in our new Windows 2012
instance with full raster support and Oracle support as well. Our plan
is to set up a Vertical Clustered Architecture but we've found some
difficulties while trying to I get the GEOSERVER_DATA_DIRECTORY being
loaded from a Network Shared drive. This drive is based on CIFS. The
main problem is that GeoServer does not find the directory (Directory
not found error) but the System can read and write on it.

Does anyone made a similar approach? Is there some specific
configuration on GeoServer to get it working?

Help is very much appreciated.

Thanks in advance.

Kind regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial
y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso
Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de
Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL
******************* DISCLAIMER ***************************** Mezu
hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera
debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali
eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está
prohibido legalmente. Si usted no es el destinatario, proceda a
borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally
prohibited. If you are not the intended recipient, delete it without
resending or backing it.

De: Jody Garnett [mailto:jody.garnett@…84…] Enviado el: martes,
06 de octubre de 2015 5:04
Para: Richard Duivenvoorde
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

The code to update from previous data directory layout remains in
place, so there should not be much difference migrating from 2.0.2 -->
2.8.0 than if you made each step along the way.

Please let the mailing list know how it goes!

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@...5924...> wrote:
Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had
been mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I
once irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

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

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

Hi,

I'm continuing with the migration and I've managed to get loaded all the datastores and layers but I've found an error in the logs that worries me:

11 Nov 11:14:46 INFO [org.geoserver] - Loaded feature type 'oracle_produccion_forestal'
11 Nov 11:14:46 ERROR [config.util] - Class com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy is not whitelisted for XML parsing.
This is done to prevent Remote Code Execution attacks, but it might be
you need this class to be authorized for GeoServer to actually work
If you are a user, you can set a variable named GEOSERVER_XSTREAM_WHITELIST
  with a semicolon separated list of fully qualified names, or patterns
  to match several classes.The variable can be set as a system variable
  a enviromment variable, or a servlet context variable, just like
  GEOSERVER_DATA_DIR.
  For example, in order to authorize the org.geoserver.Foo class,
  plus any class in the org.geoserver.custom package, one could set
  a system variable:
  -DGEOSERVER_XSTREAM_WHITELIST=org.geoserver.Foo;org.geoserver.custom.**
If instead you are a developer, you can call allowTypes/allowTypeHierarchy against
  the XStream used for serialization by rolling a custom
  XStreamPersisterInitializer or customizing your XStreamServiceLoader.
11 Nov 11:14:46 WARN [org.geoserver] - Failed to load layer for feature type 'ForriskAlturaMediaEtrs89'
com.thoughtworks.xstream.converters.ConversionException: Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy : Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy
---- Debugging information ----
message : Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy
cause-exception : org.geoserver.config.util.SecureXStream$ForbiddenClassExceptionEx
cause-message : Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy
class : org.geoserver.catalog.impl.LayerInfoImpl
required-type : org.geoserver.catalog.impl.LayerInfoImpl
converter-type : org.geoserver.config.util.XStreamPersister$LayerInfoConverter
line number : 5
version : 2.8.0
-------------------------------
  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:79)
  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1185)
  at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1169)
  at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1049)
  at org.geoserver.config.util.XStreamPersister.load(XStreamPersister.java:592)
  at org.geoserver.config.GeoServerLoader.depersist(GeoServerLoader.java:755)
  at org.geoserver.config.GeoServerLoader.readCatalog(GeoServerLoader.java:390)
  at org.geoserver.config.GeoServerLoader.readCatalog(GeoServerLoader.java:226)
  at org.geoserver.config.DefaultGeoServerLoader.loadCatalog(DefaultGeoServerLoader.java:36)
  at org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:112)
  at org.geoserver.config.GeoServerLoaderProxy.postProcessBeforeInitialization(GeoServerLoaderProxy.java:59)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
  at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
  at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
  at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
  at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:607)
  at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:925)
  at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:472)
  at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:388)
  at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:293)
  at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
  at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:23)
  at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003)
  at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517)
  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1095)
  at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1930)
  at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  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.config.util.SecureXStream$ForbiddenClassExceptionEx: Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy
  at org.geoserver.config.util.SecureXStream$DetailedSecurityExceptionWrapper.realClass(SecureXStream.java:173)
  at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:30)
  at com.thoughtworks.xstream.mapper.CachingMapper.realClass(CachingMapper.java:47)
  at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:401)
  at org.geoserver.config.util.XStreamPersister$LayerInfoConverter.doUnmarshal(XStreamPersister.java:1843)
  at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:257)
  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  ... 92 more
Caused by: com.thoughtworks.xstream.security.ForbiddenClassException: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy
  at com.thoughtworks.xstream.security.NoTypePermission.allows(NoTypePermission.java:26)
  at com.thoughtworks.xstream.mapper.SecurityMapper.realClass(SecurityMapper.java:74)
  at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:30)
  at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:30)
  at org.geoserver.config.util.SecureXStream$DetailedSecurityExceptionWrapper.realClass(SecureXStream.java:150)
  ... 98 more
11 Nov 11:14:46 INFO [org.geoserver] - Loaded feature type 'ForriskAlturaPrimeraRamaEtrs89', enabled
11 Nov 11:14:46 INFO [org.geoserver] - Loaded feature type 'oracle_produccion_forestal'
11 Nov 11:14:46 INFO [org.geoserver] - Loaded layer 'ForriskAlturaPrimeraRamaEtrs89'
11 Nov 11:14:46 INFO [org.geoserver] - Loaded feature type 'ForriskAreaBasimetricaEtrs89', enabled

Any ideas?

Thanks in advance.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea
Enviado el: martes, 10 de noviembre de 2015 14:06
Para: David Alda Fernandez de Lezea; GeoServer Users
Asunto: RE: [Geoserver-users] GeoServer Migration Plan

Hi,

I'm answering myself as I found the solution:

http://www.dixis.com/?p=802

https://osgeo-org.atlassian.net/browse/GEOT-5098

It was related with the old ojdb14.jar. I just replaced it for the new one ojdbc7.jar an everything worked fine.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…] Enviado el: martes, 10 de noviembre de 2015 11:51
Para: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi again,

For the moment I'llcontinue working in the migration using a local dir, but I'm facing another issue.. I can see in GeoServer's web interface all my previous layers, but I noticed that when accessing the layers properties page I can't see the layer's columns. This happens only with DB stored layers. With shapes it works fine. Is there anything that has to be configured to retrieve the columns??

Thanks in advance.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea
Enviado el: martes, 10 de noviembre de 2015 11:20
Para: David Alda Fernandez de Lezea; Stefan Engelhardt | HBT; GeoServer Users
Asunto: RE: [Geoserver-users] GeoServer Migration Plan

Hi,

I've checked that the user running Tomcat has access grants to the network drive but I'm still unable to get Geoserver to connect to it. I'm on windows Server 2012 by the way ant he network drive is based on CIFS.

I'm specifying the url as an UNC pattern

<param-value>\\192.168.250.24\Geoserver\datos\geoserver_data_directory\data_dir</param-value>

Does it look correct?

Thanks.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…] Enviado el: lunes, 02 de noviembre de 2015 13:28
Para: Stefan Engelhardt | HBT; GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi Stefan,

Thanks for your response. I've started thinking the same... I've been doing so many tests that I can assure that I've tested that. I'll review it again. It has to be something related to grants.

Thanks.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: Stefan Engelhardt | HBT [mailto:Stefan.Engelhardt@…5184…] Enviado el: lunes, 02 de noviembre de 2015 11:41
Para: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi,
is it possible that the GeoServer user has no access to the network drive?

I personally had often the problem that I tested the access to some ressources with another user (mostly root).

Kind regards
Stefan

-----Original Message-----
From: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Sent: Monday, November 02, 2015 11:28 AM
To: GeoServer Users
Subject: Re: [Geoserver-users] GeoServer Migration Plan

Hi list,

So far we've managed to install GeoServer in our new Windows 2012
instance with full raster support and Oracle support as well. Our plan
is to set up a Vertical Clustered Architecture but we've found some
difficulties while trying to I get the GEOSERVER_DATA_DIRECTORY being
loaded from a Network Shared drive. This drive is based on CIFS. The
main problem is that GeoServer does not find the directory (Directory
not found error) but the System can read and write on it.

Does anyone made a similar approach? Is there some specific
configuration on GeoServer to get it working?

Help is very much appreciated.

Thanks in advance.

Kind regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial
y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso
Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de
Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL
******************* DISCLAIMER ***************************** Mezu
hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera
debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali
eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está
prohibido legalmente. Si usted no es el destinatario, proceda a
borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally
prohibited. If you are not the intended recipient, delete it without
resending or backing it.

De: Jody Garnett [mailto:jody.garnett@…84…] Enviado el: martes,
06 de octubre de 2015 5:04
Para: Richard Duivenvoorde
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

The code to update from previous data directory layout remains in
place, so there should not be much difference migrating from 2.0.2 -->
2.8.0 than if you made each step along the way.

Please let the mailing list know how it goes!

On 5 October 2015 at 05:00, Richard Duivenvoorde <rdmailings@...5924...> wrote:
Also be sure to take the right extension jars, and for example use the
right jdbc jars etc... (just cut myself with an older oracle jdbc jar)

Thanks for the reminder, made a note in the 2.8.0 blog post (it had
been mentioned in the beta).

I know that the credential/security stuff is changed in that dir (I
once irreversible changed that when testing an upgrade.. but I had a backup).

Tomcat: just take the latest version.

The proof is in eating :slight_smile:

Regards,

Richard Duivenvoorde

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

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

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

On Wed, Nov 11, 2015 at 11:21 AM, David Alda Fernandez de Lezea <
dalda@anonymised.com> wrote:

11 Nov 11:14:46 WARN [org.geoserver] - Failed to load layer for feature
type 'ForriskAlturaMediaEtrs89'
com.thoughtworks.xstream.converters.ConversionException: Unauthorized
class found, see logs for more details on how to handle it:
com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy :
Unauthorized class found, see logs for more details on how to handle it:
com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy

This one is a side effect of our hardening against remote execution
attacks, which allowed people with
access to the REST api (admins) to launch a random executable on the
machine running GeoServer.
We basically had to provide a white-list of files that can be de-serialized
from XML.

This one, com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy,
is new and unexpected.
Can you share what's in the ForriskAlturaMediaEtrs89 configuration files?
It will be in a path like:

<geoserverDataDir>/workspaces/<theLayerWorkspace>/<theLayerStore>/ForriskAlturaMediaEtrs89/*.xml

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V 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

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

Hi Andrea,

Thanks for your response. Here's what's inside the xml files:

Layer.xml

<layer>
  <name>ForriskAlturaMediaEtrs89</name>
  <id>LayerInfoImpl-3f30cbbb:14d7ae3d4ba:-6323</id>
  <type>VECTOR</type>
  <defaultStyle>
    <id>StyleInfoImpl-4e0b98bf:12475d46fdd:-7fe0</id>
  </defaultStyle>
  <styles class="linked-hash-set">
    <style>
      <id>StyleInfoImpl-38e82ce1:14cd58a4153:-75bf</id>
    </style>
  </styles>
  <resource class="featureType">
    <id>FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324</id>
  </resource>
  <attribution>
    <logoWidth>0</logoWidth>
    <logoHeight>0</logoHeight>
  </attribution>
</layer>

Featuretype.xml

<featureType>
  <id>FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324</id>
  <name>ForriskAlturaMediaEtrs89</name>
  <nativeName>TB_RIESGO_INC_VIENTO_ET89</nativeName>
  <namespace>
    <id>NamespaceInfoImpl-2828037a:14d74b05c20:-775b</id>
  </namespace>
  <title>Forrisk - Altura Media (m)</title>
  <abstract>TB_RIESGO_INC_VIENTO_ET89</abstract>
  <nativeCRS class="projected">PROJCS[&quot;UTM Zone 30, (ETRS 89)&quot;, &#xd;
  GEOGCS[&quot;ETRS 89&quot;, &#xd;
    DATUM[&quot;ETRS 89&quot;, &#xd;
      SPHEROID[&quot;GRS 80&quot;, 6378137.0, 298.257222100883]], &#xd;
    PRIMEM[&quot;Greenwich&quot;, 0.0], &#xd;
    UNIT[&quot;degree&quot;, 0.017453292519943295], &#xd;
    AXIS[&quot;Longitude&quot;, EAST], &#xd;
    AXIS[&quot;Latitude&quot;, NORTH]], &#xd;
  PROJECTION[&quot;Transverse_Mercator&quot;], &#xd;
  PARAMETER[&quot;central_meridian&quot;, -3.0], &#xd;
  PARAMETER[&quot;latitude_of_origin&quot;, 0.0], &#xd;
  PARAMETER[&quot;scale_factor&quot;, 0.9996], &#xd;
  PARAMETER[&quot;false_easting&quot;, 500000.0], &#xd;
  PARAMETER[&quot;false_northing&quot;, 0.0], &#xd;
  UNIT[&quot;m&quot;, 1.0], &#xd;
  AXIS[&quot;x&quot;, EAST], &#xd;
  AXIS[&quot;y&quot;, NORTH]]</nativeCRS>
  <srs>EPSG:25830</srs>
  <nativeBoundingBox>
    <minx>463435.23</minx>
    <maxx>603054.68</maxx>
    <miny>4702205.332</miny>
    <maxy>4811327.358</maxy>
  </nativeBoundingBox>
  <latLonBoundingBox>
    <minx>-3.452</minx>
    <maxx>-1.726</maxx>
    <miny>42.465</miny>
    <maxy>43.455</maxy>
    <crs>EPSG:4326</crs>
  </latLonBoundingBox>
  <projectionPolicy>FORCE_DECLARED</projectionPolicy>
  <enabled>true</enabled>
  <metadata>
    <entry key="cachingEnabled">false</entry>
  </metadata>
  <store class="dataStore">
    <id>DataStoreInfoImpl-2828037a:14d74b05c20:-775a</id>
  </store>
  <maxFeatures>0</maxFeatures>
  <numDecimals>0</numDecimals>
  <overridingServiceSRS>false</overridingServiceSRS>
  <skipNumberMatched>false</skipNumberMatched>
  <circularArcPresent>false</circularArcPresent>
</featureType>

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: andrea.aime@...84... [mailto:andrea.aime@…84…] En nombre de Andrea Aime
Enviado el: sábado, 14 de noviembre de 2015 14:01
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

On Wed, Nov 11, 2015 at 11:21 AM, David Alda Fernandez de Lezea <dalda@...6818...> wrote:
11 Nov 11:14:46 WARN [org.geoserver] - Failed to load layer for feature type 'ForriskAlturaMediaEtrs89'
com.thoughtworks.xstream.converters.ConversionException: Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy : Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy

This one is a side effect of our hardening against remote execution attacks, which allowed people with
access to the REST api (admins) to launch a random executable on the machine running GeoServer.
We basically had to provide a white-list of files that can be de-serialized from XML.

This one, com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy, is new and unexpected.
Can you share what's in the ForriskAlturaMediaEtrs89 configuration files?
It will be in a path like:

<geoserverDataDir>/workspaces/<theLayerWorkspace>/<theLayerStore>/ForriskAlturaMediaEtrs89/*.xml

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

-------------------------------------------------------

Hi David,
nope, no clue as to why you’re hitting that class, the XML seems “normal”.
But I guess it does not hurt adding it to the whitelist.
Can you open a ticket at https://osgeo-org.atlassian.net/projects/GEOS/summary with
the stack trace above?

Cheers
Andrea

···

On Mon, Nov 16, 2015 at 9:19 AM, David Alda Fernandez de Lezea <dalda@anonymised.com…> wrote:

Hi Andrea,

Thanks for your response. Here’s what’s inside the xml files:

Layer.xml

ForriskAlturaMediaEtrs89 LayerInfoImpl-3f30cbbb:14d7ae3d4ba:-6323 VECTOR StyleInfoImpl-4e0b98bf:12475d46fdd:-7fe0 StyleInfoImpl-38e82ce1:14cd58a4153:-75bf FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324 0 0

Featuretype.xml

FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324 ForriskAlturaMediaEtrs89 TB_RIESGO_INC_VIENTO_ET89 NamespaceInfoImpl-2828037a:14d74b05c20:-775b Forrisk - Altura Media (m) TB_RIESGO_INC_VIENTO_ET89 PROJCS["UTM Zone 30, (ETRS 89)", GEOGCS["ETRS 89", DATUM["ETRS 89", SPHEROID["GRS 80", 6378137.0, 298.257222100883]], PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295], AXIS["Longitude", EAST], AXIS["Latitude", NORTH]], PROJECTION["Transverse_Mercator"], PARAMETER["central_meridian", -3.0], PARAMETER["latitude_of_origin", 0.0], PARAMETER["scale_factor", 0.9996], PARAMETER["false_easting", 500000.0], PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["x", EAST], AXIS["y", NORTH]] EPSG:25830 463435.23 603054.68 4702205.332 4811327.358 -3.452 -1.726 42.465 43.455 EPSG:4326 FORCE_DECLARED true false DataStoreInfoImpl-2828037a:14d74b05c20:-775a 0 0 false false false

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@anonymised.com | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: andrea.aime@anonymised.com [mailto:andrea.aime@anonymised.com] En nombre de Andrea Aime
Enviado el: sábado, 14 de noviembre de 2015 14:01
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

On Wed, Nov 11, 2015 at 11:21 AM, David Alda Fernandez de Lezea dalda@anonymised.com wrote:
11 Nov 11:14:46 WARN [org.geoserver] - Failed to load layer for feature type ‘ForriskAlturaMediaEtrs89’
com.thoughtworks.xstream.converters.ConversionException: Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy : Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy

This one is a side effect of our hardening against remote execution attacks, which allowed people with
access to the REST api (admins) to launch a random executable on the machine running GeoServer.
We basically had to provide a white-list of files that can be de-serialized from XML.

This one, com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy, is new and unexpected.
Can you share what’s in the ForriskAlturaMediaEtrs89 configuration files?
It will be in a path like:

/workspaces///ForriskAlturaMediaEtrs89/*.xml

Cheers
Andrea

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Hi,

Ticket created:

https://osgeo-org.atlassian.net/browse/GEOS-7317

Thanks Andrea.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: andrea.aime@...84... [mailto:andrea.aime@…84…] En nombre de Andrea Aime
Enviado el: miércoles, 18 de noviembre de 2015 10:59
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi David,
nope, no clue as to why you're hitting that class, the XML seems "normal".
But I guess it does not hurt adding it to the whitelist.
Can you open a ticket at https://osgeo-org.atlassian.net/projects/GEOS/summary with
the stack trace above?

Cheers
Andrea

On Mon, Nov 16, 2015 at 9:19 AM, David Alda Fernandez de Lezea <dalda@...6818...> wrote:
Hi Andrea,

Thanks for your response. Here's what's inside the xml files:

Layer.xml

<layer>
<name>ForriskAlturaMediaEtrs89</name>
<id>LayerInfoImpl-3f30cbbb:14d7ae3d4ba:-6323</id>
<type>VECTOR</type>
<defaultStyle>
<id>StyleInfoImpl-4e0b98bf:12475d46fdd:-7fe0</id>
</defaultStyle>
<styles class="linked-hash-set">
<style>
<id>StyleInfoImpl-38e82ce1:14cd58a4153:-75bf</id>
</style>
</styles>
<resource class="featureType">
<id>FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324</id>
</resource>
<attribution>
<logoWidth>0</logoWidth>
<logoHeight>0</logoHeight>
</attribution>
</layer>

Featuretype.xml

<featureType>
<id>FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324</id>
<name>ForriskAlturaMediaEtrs89</name>
<nativeName>TB_RIESGO_INC_VIENTO_ET89</nativeName>
<namespace>
<id>NamespaceInfoImpl-2828037a:14d74b05c20:-775b</id>
</namespace>
<title>Forrisk - Altura Media (m)</title>
<abstract>TB_RIESGO_INC_VIENTO_ET89</abstract>
<nativeCRS class="projected">PROJCS[&quot;UTM Zone 30, (ETRS 89)&quot;, &#xd;
GEOGCS[&quot;ETRS 89&quot;, &#xd;
DATUM[&quot;ETRS 89&quot;, &#xd;
SPHEROID[&quot;GRS 80&quot;, 6378137.0, 298.257222100883]], &#xd;
PRIMEM[&quot;Greenwich&quot;, 0.0], &#xd;
UNIT[&quot;degree&quot;, 0.017453292519943295], &#xd;
AXIS[&quot;Longitude&quot;, EAST], &#xd;
AXIS[&quot;Latitude&quot;, NORTH]], &#xd;
PROJECTION[&quot;Transverse_Mercator&quot;], &#xd;
PARAMETER[&quot;central_meridian&quot;, -3.0], &#xd;
PARAMETER[&quot;latitude_of_origin&quot;, 0.0], &#xd;
PARAMETER[&quot;scale_factor&quot;, 0.9996], &#xd;
PARAMETER[&quot;false_easting&quot;, 500000.0], &#xd;
PARAMETER[&quot;false_northing&quot;, 0.0], &#xd;
UNIT[&quot;m&quot;, 1.0], &#xd;
AXIS[&quot;x&quot;, EAST], &#xd;
AXIS[&quot;y&quot;, NORTH]]</nativeCRS>
<srs>EPSG:25830</srs>
<nativeBoundingBox>
<minx>463435.23</minx>
<maxx>603054.68</maxx>
<miny>4702205.332</miny>
<maxy>4811327.358</maxy>
</nativeBoundingBox>
<latLonBoundingBox>
<minx>-3.452</minx>
<maxx>-1.726</maxx>
<miny>42.465</miny>
<maxy>43.455</maxy>
<crs>EPSG:4326</crs>
</latLonBoundingBox>
<projectionPolicy>FORCE_DECLARED</projectionPolicy>
<enabled>true</enabled>
<metadata>
<entry key="cachingEnabled">false</entry>
</metadata>
<store class="dataStore">
<id>DataStoreInfoImpl-2828037a:14d74b05c20:-775a</id>
</store>
<maxFeatures>0</maxFeatures>
<numDecimals>0</numDecimals>
<overridingServiceSRS>false</overridingServiceSRS>
<skipNumberMatched>false</skipNumberMatched>
<circularArcPresent>false</circularArcPresent>
</featureType>

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: andrea.aime@...84... [mailto:andrea.aime@…84…] En nombre de Andrea Aime
Enviado el: sábado, 14 de noviembre de 2015 14:01
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan
On Wed, Nov 11, 2015 at 11:21 AM, David Alda Fernandez de Lezea <dalda@...6818...> wrote:
11 Nov 11:14:46 WARN [org.geoserver] - Failed to load layer for feature type 'ForriskAlturaMediaEtrs89'
com.thoughtworks.xstream.converters.ConversionException: Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy : Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy

This one is a side effect of our hardening against remote execution attacks, which allowed people with
access to the REST api (admins) to launch a random executable on the machine running GeoServer.
We basically had to provide a white-list of files that can be de-serialized from XML.

This one, com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy, is new and unexpected.
Can you share what's in the ForriskAlturaMediaEtrs89 configuration files?
It will be in a path like:

<geoserverDataDir>/workspaces/<theLayerWorkspace>/<theLayerStore>/ForriskAlturaMediaEtrs89/*.xml

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

-------------------------------------------------------

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

-------------------------------------------------------

Hi list,

I found another issue in our migration proccess. I'm trying to connect the new GeoServer instance to QGIS but I can't make it woek. It seems that something is wrong in the capabilities document

I'm not showing all the content as it's quite long

....
<Layer queryable="1" opaque="0">
        <Name>FORESTAL:ForriskRiesgo1AreaBasimetricaEtrs89</Name>
        <Title>Forrisk - Riesgo 1 Area Basimetrica Etrs89</Title>
        <Abstract>TB_RIESGO_INC_VIENTO_ET89</Abstract>
        <KeywordList/>
        <SRS>EPSG:25830</SRS>
        <LatLonBoundingBox minx="-3.452" miny="42.465" maxx="-1.726" maxy="43.455"/>
        <BoundingBox SRS="EPSG:25830" minx="463435.23" miny="4702205.332" maxx="603054.68" maxy="4811327.358"/>
        <Style>
          <Name>polygon</Name>
          <Title>Default polygon style</Title>
          <Abstract>A sample style that just draws out a solid gray interior with a black 1px outline</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://192.168.2.200:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=FORESTAL%3AForriskRiesgo1AreaBasimetricaEtrs89&quot;/&gt;
          </LegendURL>
        </Style>
        <Style>
          <Name>forrisk_riesgo1_area_basimetrica</Name>
          <LegendURL width="47" height="40">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://192.168.2.200:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=FORESTAL%3AForriskRiesgo1AreaBasimetricaEtrs89&amp;style=forrisk_riesgo1_area_basimetrica&quot;/&gt;
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>FORESTAL:ForriskRiesgo2AlturaRamasEtrs89</Name>
        <Title>Forrisk - Riesgo 2 Altura Ramas Etrs89</Title>
        <Abstract>TB_RIESGO_INC_VIENTO_ET89</Abstract>
        <KeywordList/>
        <SRS>EPSG:25830</SRS>
        <LatLonBoundingBox minx="-3.452" miny="42.465" maxx="-1.726" maxy="43.455"/>
        <BoundingBox SRS="EPSG:25830" minx="463435.23" miny="4702205.332" maxx="603054.68" maxy="4811327.358"/>
        <Style>
          <Name>polygon</Name>
          <Title>Default polygon style</Title>
          <Abstract>A sample style that just draws out a solid gray interior with a black 1px outline</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://192.168.2.200:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=FORESTAL%3AForriskRiesgo2AlturaRamasEtrs89&quot;/&gt;
          </LegendURL>
        </Style>
        <Style>
          <Name>forrisk_riesgo2_altura_rama</Name>
          <LegendURL width="47" height="40">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://192.168.2.200:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=FORESTAL%3AForriskRiesgo2AlturaRamasEtrs89&amp;style=forrisk_riesgo2_altura_rama&quot;/&gt;
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>FORESTAL:ForriskRiesgo2ArbolMedioEtrs89</Name>
        <Title>Forrisk - Riesgo 2 Arbol Medio Etrs89</Title>
        <Abstract>TB_RIESGO_INC_VIENTO_ET89</Abstract>
        <KeywordList/>
        <SRS>EPSG:25830</SRS>
        <LatLonBoundingB<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "http://192.168.2.200:8080/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd&quot;&gt; <ServiceExceptionReport version="1.1.1" > <ServiceException>
      javax.xml.transform.TransformerException: java.lang.NullPointerException
java.lang.NullPointerException
Details:
org.geoserver.platform.ServiceException: javax.xml.transform.TransformerException: java.lang.NullPointerException
  at org.geoserver.wms.capabilities.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:116)
  at org.geoserver.ows.Dispatcher.response(Dispatcher.java:996)
  at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:279)
  at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
  at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
  at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
  at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
  at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
  at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)
  at org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
  at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
  at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:46)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  at org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:83)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
  at org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
  at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:135)
  at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:87)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)
  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
  at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2522)
  at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2511)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  at java.lang.Thread.run(Unknown Source)
Caused by: javax.xml.transform.TransformerException: java.lang.NullPointerException
  at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
  at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
  at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:300)
  at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
  at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:112)
  at org.geoserver.wms.capabilities.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:114)
  ... 91 more
Caused by: java.lang.NullPointerException
  at com.sun.proxy.$Proxy7.hashCode(Unknown Source)
  at org.geoserver.catalog.impl.LayerInfoImpl.hashCode(LayerInfoImpl.java:244)
  at sun.reflect.GeneratedMethodAccessor85.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.geoserver.catalog.impl.ModificationProxy.invoke(ModificationProxy.java:146)
  at com.sun.proxy.$Proxy14.hashCode(Unknown Source)
  at java.util.HashMap.hash(Unknown Source)
  at java.util.HashMap.containsKey(Unknown Source)
  at java.util.HashSet.contains(Unknown Source)
  at org.geoserver.wms.capabilities.GetCapabilitiesTransformer$CapabilitiesTranslator.handleLayerTree(GetCapabilitiesTransformer.java:823)
  at org.geoserver.wms.capabilities.GetCapabilitiesTransformer$CapabilitiesTranslator.handleLayers(GetCapabilitiesTransformer.java:714)
  at org.geoserver.wms.capabilities.GetCapabilitiesTransformer$CapabilitiesTranslator.handleCapability(GetCapabilitiesTransformer.java:462)
  at org.geoserver.wms.capabilities.GetCapabilitiesTransformer$CapabilitiesTranslator.encode(GetCapabilitiesTransformer.java:299)
  at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:1026)
  at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transformIdentity(Unknown Source)
  ... 97 more

</ServiceException></ServiceExceptionReport>

And the layer featurtype.xml in which it crashes is:

<featureType>
  <id>FeatureTypeInfoImpl-3f30cbbb:14d7ac0dc82:-575a</id>
  <name>ForriskRiesgo2ArbolMedioEtrs89</name>
  <nativeName>TB_RIESGO_INC_VIENTO_ET89</nativeName>
  <namespace>
    <id>NamespaceInfoImpl-2828037a:14d74b05c20:-775b</id>
  </namespace>
  <title>Forrisk - Riesgo 2 Arbol Medio Etrs89</title>
  <abstract>TB_RIESGO_INC_VIENTO_ET89</abstract>
  <nativeCRS class="projected">PROJCS[&quot;UTM Zone 30, (ETRS 89)&quot;, &#xd;
  GEOGCS[&quot;ETRS 89&quot;, &#xd;
    DATUM[&quot;ETRS 89&quot;, &#xd;
      SPHEROID[&quot;GRS 80&quot;, 6378137.0, 298.257222100883]], &#xd;
    PRIMEM[&quot;Greenwich&quot;, 0.0], &#xd;
    UNIT[&quot;degree&quot;, 0.017453292519943295], &#xd;
    AXIS[&quot;Longitude&quot;, EAST], &#xd;
    AXIS[&quot;Latitude&quot;, NORTH]], &#xd;
  PROJECTION[&quot;Transverse_Mercator&quot;], &#xd;
  PARAMETER[&quot;central_meridian&quot;, -3.0], &#xd;
  PARAMETER[&quot;latitude_of_origin&quot;, 0.0], &#xd;
  PARAMETER[&quot;scale_factor&quot;, 0.9996], &#xd;
  PARAMETER[&quot;false_easting&quot;, 500000.0], &#xd;
  PARAMETER[&quot;false_northing&quot;, 0.0], &#xd;
  UNIT[&quot;m&quot;, 1.0], &#xd;
  AXIS[&quot;x&quot;, EAST], &#xd;
  AXIS[&quot;y&quot;, NORTH]]</nativeCRS>
  <srs>EPSG:25830</srs>
  <nativeBoundingBox>
    <minx>463435.23</minx>
    <maxx>603054.68</maxx>
    <miny>4702205.332</miny>
    <maxy>4811327.358</maxy>
  </nativeBoundingBox>
  <latLonBoundingBox>
    <minx>-3.452</minx>
    <maxx>-1.726</maxx>
    <miny>42.465</miny>
    <maxy>43.455</maxy>
    <crs>EPSG:4326</crs>
  </latLonBoundingBox>
  <projectionPolicy>FORCE_DECLARED</projectionPolicy>
  <enabled>true</enabled>
  <metadata>
    <entry key="cachingEnabled">false</entry>
  </metadata>
  <store class="dataStore">
    <id>DataStoreInfoImpl-2828037a:14d74b05c20:-775a</id>
  </store>
  <maxFeatures>0</maxFeatures>
  <numDecimals>0</numDecimals>
  <overridingServiceSRS>false</overridingServiceSRS>
  <skipNumberMatched>false</skipNumberMatched>
  <circularArcPresent>false</circularArcPresent>
</featureType>

Any ideas?

Thanks.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Enviado el: miércoles, 18 de noviembre de 2015 11:32
Para: Andrea Aime
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi,

Ticket created:

https://osgeo-org.atlassian.net/browse/GEOS-7317

Thanks Andrea.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: andrea.aime@...84... [mailto:andrea.aime@…84…] En nombre de Andrea Aime Enviado el: miércoles, 18 de noviembre de 2015 10:59
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi David,
nope, no clue as to why you're hitting that class, the XML seems "normal".
But I guess it does not hurt adding it to the whitelist.
Can you open a ticket at https://osgeo-org.atlassian.net/projects/GEOS/summary with the stack trace above?

Cheers
Andrea

On Mon, Nov 16, 2015 at 9:19 AM, David Alda Fernandez de Lezea <dalda@...6818...> wrote:
Hi Andrea,

Thanks for your response. Here's what's inside the xml files:

Layer.xml

<layer>
<name>ForriskAlturaMediaEtrs89</name>
<id>LayerInfoImpl-3f30cbbb:14d7ae3d4ba:-6323</id>
<type>VECTOR</type>
<defaultStyle>
<id>StyleInfoImpl-4e0b98bf:12475d46fdd:-7fe0</id>
</defaultStyle>
<styles class="linked-hash-set">
<style>
<id>StyleInfoImpl-38e82ce1:14cd58a4153:-75bf</id>
</style>
</styles>
<resource class="featureType">
<id>FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324</id>
</resource>
<attribution>
<logoWidth>0</logoWidth>
<logoHeight>0</logoHeight>
</attribution>
</layer>

Featuretype.xml

<featureType>
<id>FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324</id>
<name>ForriskAlturaMediaEtrs89</name>
<nativeName>TB_RIESGO_INC_VIENTO_ET89</nativeName>
<namespace>
<id>NamespaceInfoImpl-2828037a:14d74b05c20:-775b</id>
</namespace>
<title>Forrisk - Altura Media (m)</title>
<abstract>TB_RIESGO_INC_VIENTO_ET89</abstract>
<nativeCRS class="projected">PROJCS[&quot;UTM Zone 30, (ETRS 89)&quot;, &#xd;
GEOGCS[&quot;ETRS 89&quot;, &#xd;
DATUM[&quot;ETRS 89&quot;, &#xd;
SPHEROID[&quot;GRS 80&quot;, 6378137.0, 298.257222100883]], &#xd;
PRIMEM[&quot;Greenwich&quot;, 0.0], &#xd;
UNIT[&quot;degree&quot;, 0.017453292519943295], &#xd;
AXIS[&quot;Longitude&quot;, EAST], &#xd;
AXIS[&quot;Latitude&quot;, NORTH]], &#xd;
PROJECTION[&quot;Transverse_Mercator&quot;], &#xd;
PARAMETER[&quot;central_meridian&quot;, -3.0], &#xd;
PARAMETER[&quot;latitude_of_origin&quot;, 0.0], &#xd;
PARAMETER[&quot;scale_factor&quot;, 0.9996], &#xd;
PARAMETER[&quot;false_easting&quot;, 500000.0], &#xd;
PARAMETER[&quot;false_northing&quot;, 0.0], &#xd;
UNIT[&quot;m&quot;, 1.0], &#xd;
AXIS[&quot;x&quot;, EAST], &#xd;
AXIS[&quot;y&quot;, NORTH]]</nativeCRS>
<srs>EPSG:25830</srs>
<nativeBoundingBox>
<minx>463435.23</minx>
<maxx>603054.68</maxx>
<miny>4702205.332</miny>
<maxy>4811327.358</maxy>
</nativeBoundingBox>
<latLonBoundingBox>
<minx>-3.452</minx>
<maxx>-1.726</maxx>
<miny>42.465</miny>
<maxy>43.455</maxy>
<crs>EPSG:4326</crs>
</latLonBoundingBox>
<projectionPolicy>FORCE_DECLARED</projectionPolicy>
<enabled>true</enabled>
<metadata>
<entry key="cachingEnabled">false</entry>
</metadata>
<store class="dataStore">
<id>DataStoreInfoImpl-2828037a:14d74b05c20:-775a</id>
</store>
<maxFeatures>0</maxFeatures>
<numDecimals>0</numDecimals>
<overridingServiceSRS>false</overridingServiceSRS>
<skipNumberMatched>false</skipNumberMatched>
<circularArcPresent>false</circularArcPresent>
</featureType>

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: andrea.aime@...84... [mailto:andrea.aime@…84…] En nombre de Andrea Aime Enviado el: sábado, 14 de noviembre de 2015 14:01
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan On Wed, Nov 11, 2015 at 11:21 AM, David Alda Fernandez de Lezea <dalda@...6818...> wrote:
11 Nov 11:14:46 WARN [org.geoserver] - Failed to load layer for feature type 'ForriskAlturaMediaEtrs89'
com.thoughtworks.xstream.converters.ConversionException: Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy : Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy

This one is a side effect of our hardening against remote execution attacks, which allowed people with access to the REST api (admins) to launch a random executable on the machine running GeoServer.
We basically had to provide a white-list of files that can be de-serialized from XML.

This one, com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy, is new and unexpected.
Can you share what's in the ForriskAlturaMediaEtrs89 configuration files? It will be in a path like:

<geoserverDataDir>/workspaces/<theLayerWorkspace>/<theLayerStore>/ForriskAlturaMediaEtrs89/*.xml

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

-------------------------------------------------------

--

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

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

Hi,

I've checked that this is only happening in the WMS service, no matter what version. The rest of the services respond fine. I've also set the property "resource error handling" to "skip misconfigured layers" but without success.

I don't know if this has something to do with the problem as well but I increased the number decimal places in the Global settings.

Any ideas?

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Enviado el: martes, 24 de noviembre de 2015 7:56
Para: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi list,

I found another issue in our migration proccess. I'm trying to connect the new GeoServer instance to QGIS but I can't make it woek. It seems that something is wrong in the capabilities document

I'm not showing all the content as it's quite long

....
<Layer queryable="1" opaque="0">
        <Name>FORESTAL:ForriskRiesgo1AreaBasimetricaEtrs89</Name>
        <Title>Forrisk - Riesgo 1 Area Basimetrica Etrs89</Title>
        <Abstract>TB_RIESGO_INC_VIENTO_ET89</Abstract>
        <KeywordList/>
        <SRS>EPSG:25830</SRS>
        <LatLonBoundingBox minx="-3.452" miny="42.465" maxx="-1.726" maxy="43.455"/>
        <BoundingBox SRS="EPSG:25830" minx="463435.23" miny="4702205.332" maxx="603054.68" maxy="4811327.358"/>
        <Style>
          <Name>polygon</Name>
          <Title>Default polygon style</Title>
          <Abstract>A sample style that just draws out a solid gray interior with a black 1px outline</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://192.168.2.200:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=FORESTAL%3AForriskRiesgo1AreaBasimetricaEtrs89&quot;/&gt;
          </LegendURL>
        </Style>
        <Style>
          <Name>forrisk_riesgo1_area_basimetrica</Name>
          <LegendURL width="47" height="40">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://192.168.2.200:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=FORESTAL%3AForriskRiesgo1AreaBasimetricaEtrs89&amp;style=forrisk_riesgo1_area_basimetrica&quot;/&gt;
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>FORESTAL:ForriskRiesgo2AlturaRamasEtrs89</Name>
        <Title>Forrisk - Riesgo 2 Altura Ramas Etrs89</Title>
        <Abstract>TB_RIESGO_INC_VIENTO_ET89</Abstract>
        <KeywordList/>
        <SRS>EPSG:25830</SRS>
        <LatLonBoundingBox minx="-3.452" miny="42.465" maxx="-1.726" maxy="43.455"/>
        <BoundingBox SRS="EPSG:25830" minx="463435.23" miny="4702205.332" maxx="603054.68" maxy="4811327.358"/>
        <Style>
          <Name>polygon</Name>
          <Title>Default polygon style</Title>
          <Abstract>A sample style that just draws out a solid gray interior with a black 1px outline</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://192.168.2.200:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=FORESTAL%3AForriskRiesgo2AlturaRamasEtrs89&quot;/&gt;
          </LegendURL>
        </Style>
        <Style>
          <Name>forrisk_riesgo2_altura_rama</Name>
          <LegendURL width="47" height="40">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://192.168.2.200:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=FORESTAL%3AForriskRiesgo2AlturaRamasEtrs89&amp;style=forrisk_riesgo2_altura_rama&quot;/&gt;
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>FORESTAL:ForriskRiesgo2ArbolMedioEtrs89</Name>
        <Title>Forrisk - Riesgo 2 Arbol Medio Etrs89</Title>
        <Abstract>TB_RIESGO_INC_VIENTO_ET89</Abstract>
        <KeywordList/>
        <SRS>EPSG:25830</SRS>
        <LatLonBoundingB<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "http://192.168.2.200:8080/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd&quot;&gt; <ServiceExceptionReport version="1.1.1" > <ServiceException>
      javax.xml.transform.TransformerException: java.lang.NullPointerException
java.lang.NullPointerException
Details:
org.geoserver.platform.ServiceException: javax.xml.transform.TransformerException: java.lang.NullPointerException
  at org.geoserver.wms.capabilities.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:116)
  at org.geoserver.ows.Dispatcher.response(Dispatcher.java:996)
  at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:279)
  at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
  at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
  at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
  at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
  at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
  at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)
  at org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
  at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
  at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:46)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  at org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:83)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
  at org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)
  at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
  at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:135)
  at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:87)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)
  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
  at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2522)
  at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2511)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  at java.lang.Thread.run(Unknown Source)
Caused by: javax.xml.transform.TransformerException: java.lang.NullPointerException
  at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
  at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
  at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:300)
  at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
  at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:112)
  at org.geoserver.wms.capabilities.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:114)
  ... 91 more
Caused by: java.lang.NullPointerException
  at com.sun.proxy.$Proxy7.hashCode(Unknown Source)
  at org.geoserver.catalog.impl.LayerInfoImpl.hashCode(LayerInfoImpl.java:244)
  at sun.reflect.GeneratedMethodAccessor85.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.geoserver.catalog.impl.ModificationProxy.invoke(ModificationProxy.java:146)
  at com.sun.proxy.$Proxy14.hashCode(Unknown Source)
  at java.util.HashMap.hash(Unknown Source)
  at java.util.HashMap.containsKey(Unknown Source)
  at java.util.HashSet.contains(Unknown Source)
  at org.geoserver.wms.capabilities.GetCapabilitiesTransformer$CapabilitiesTranslator.handleLayerTree(GetCapabilitiesTransformer.java:823)
  at org.geoserver.wms.capabilities.GetCapabilitiesTransformer$CapabilitiesTranslator.handleLayers(GetCapabilitiesTransformer.java:714)
  at org.geoserver.wms.capabilities.GetCapabilitiesTransformer$CapabilitiesTranslator.handleCapability(GetCapabilitiesTransformer.java:462)
  at org.geoserver.wms.capabilities.GetCapabilitiesTransformer$CapabilitiesTranslator.encode(GetCapabilitiesTransformer.java:299)
  at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:1026)
  at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transformIdentity(Unknown Source)
  ... 97 more

</ServiceException></ServiceExceptionReport>

And the layer featurtype.xml in which it crashes is:

<featureType>
  <id>FeatureTypeInfoImpl-3f30cbbb:14d7ac0dc82:-575a</id>
  <name>ForriskRiesgo2ArbolMedioEtrs89</name>
  <nativeName>TB_RIESGO_INC_VIENTO_ET89</nativeName>
  <namespace>
    <id>NamespaceInfoImpl-2828037a:14d74b05c20:-775b</id>
  </namespace>
  <title>Forrisk - Riesgo 2 Arbol Medio Etrs89</title>
  <abstract>TB_RIESGO_INC_VIENTO_ET89</abstract>
  <nativeCRS class="projected">PROJCS[&quot;UTM Zone 30, (ETRS 89)&quot;, &#xd;
  GEOGCS[&quot;ETRS 89&quot;, &#xd;
    DATUM[&quot;ETRS 89&quot;, &#xd;
      SPHEROID[&quot;GRS 80&quot;, 6378137.0, 298.257222100883]], &#xd;
    PRIMEM[&quot;Greenwich&quot;, 0.0], &#xd;
    UNIT[&quot;degree&quot;, 0.017453292519943295], &#xd;
    AXIS[&quot;Longitude&quot;, EAST], &#xd;
    AXIS[&quot;Latitude&quot;, NORTH]], &#xd;
  PROJECTION[&quot;Transverse_Mercator&quot;], &#xd;
  PARAMETER[&quot;central_meridian&quot;, -3.0], &#xd;
  PARAMETER[&quot;latitude_of_origin&quot;, 0.0], &#xd;
  PARAMETER[&quot;scale_factor&quot;, 0.9996], &#xd;
  PARAMETER[&quot;false_easting&quot;, 500000.0], &#xd;
  PARAMETER[&quot;false_northing&quot;, 0.0], &#xd;
  UNIT[&quot;m&quot;, 1.0], &#xd;
  AXIS[&quot;x&quot;, EAST], &#xd;
  AXIS[&quot;y&quot;, NORTH]]</nativeCRS>
  <srs>EPSG:25830</srs>
  <nativeBoundingBox>
    <minx>463435.23</minx>
    <maxx>603054.68</maxx>
    <miny>4702205.332</miny>
    <maxy>4811327.358</maxy>
  </nativeBoundingBox>
  <latLonBoundingBox>
    <minx>-3.452</minx>
    <maxx>-1.726</maxx>
    <miny>42.465</miny>
    <maxy>43.455</maxy>
    <crs>EPSG:4326</crs>
  </latLonBoundingBox>
  <projectionPolicy>FORCE_DECLARED</projectionPolicy>
  <enabled>true</enabled>
  <metadata>
    <entry key="cachingEnabled">false</entry>
  </metadata>
  <store class="dataStore">
    <id>DataStoreInfoImpl-2828037a:14d74b05c20:-775a</id>
  </store>
  <maxFeatures>0</maxFeatures>
  <numDecimals>0</numDecimals>
  <overridingServiceSRS>false</overridingServiceSRS>
  <skipNumberMatched>false</skipNumberMatched>
  <circularArcPresent>false</circularArcPresent>
</featureType>

Any ideas?

Thanks.

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER *****************************
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

-----Mensaje original-----
De: David Alda Fernandez de Lezea [mailto:dalda@…6818…]
Enviado el: miércoles, 18 de noviembre de 2015 11:32
Para: Andrea Aime
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi,

Ticket created:

https://osgeo-org.atlassian.net/browse/GEOS-7317

Thanks Andrea.

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: andrea.aime@...84... [mailto:andrea.aime@…84…] En nombre de Andrea Aime Enviado el: miércoles, 18 de noviembre de 2015 10:59
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan

Hi David,
nope, no clue as to why you're hitting that class, the XML seems "normal".
But I guess it does not hurt adding it to the whitelist.
Can you open a ticket at https://osgeo-org.atlassian.net/projects/GEOS/summary with the stack trace above?

Cheers
Andrea

On Mon, Nov 16, 2015 at 9:19 AM, David Alda Fernandez de Lezea <dalda@...6818...> wrote:
Hi Andrea,

Thanks for your response. Here's what's inside the xml files:

Layer.xml

<layer>
<name>ForriskAlturaMediaEtrs89</name>
<id>LayerInfoImpl-3f30cbbb:14d7ae3d4ba:-6323</id>
<type>VECTOR</type>
<defaultStyle>
<id>StyleInfoImpl-4e0b98bf:12475d46fdd:-7fe0</id>
</defaultStyle>
<styles class="linked-hash-set">
<style>
<id>StyleInfoImpl-38e82ce1:14cd58a4153:-75bf</id>
</style>
</styles>
<resource class="featureType">
<id>FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324</id>
</resource>
<attribution>
<logoWidth>0</logoWidth>
<logoHeight>0</logoHeight>
</attribution>
</layer>

Featuretype.xml

<featureType>
<id>FeatureTypeInfoImpl-3f30cbbb:14d7ae3d4ba:-6324</id>
<name>ForriskAlturaMediaEtrs89</name>
<nativeName>TB_RIESGO_INC_VIENTO_ET89</nativeName>
<namespace>
<id>NamespaceInfoImpl-2828037a:14d74b05c20:-775b</id>
</namespace>
<title>Forrisk - Altura Media (m)</title>
<abstract>TB_RIESGO_INC_VIENTO_ET89</abstract>
<nativeCRS class="projected">PROJCS[&quot;UTM Zone 30, (ETRS 89)&quot;, &#xd;
GEOGCS[&quot;ETRS 89&quot;, &#xd;
DATUM[&quot;ETRS 89&quot;, &#xd;
SPHEROID[&quot;GRS 80&quot;, 6378137.0, 298.257222100883]], &#xd;
PRIMEM[&quot;Greenwich&quot;, 0.0], &#xd;
UNIT[&quot;degree&quot;, 0.017453292519943295], &#xd;
AXIS[&quot;Longitude&quot;, EAST], &#xd;
AXIS[&quot;Latitude&quot;, NORTH]], &#xd;
PROJECTION[&quot;Transverse_Mercator&quot;], &#xd;
PARAMETER[&quot;central_meridian&quot;, -3.0], &#xd;
PARAMETER[&quot;latitude_of_origin&quot;, 0.0], &#xd;
PARAMETER[&quot;scale_factor&quot;, 0.9996], &#xd;
PARAMETER[&quot;false_easting&quot;, 500000.0], &#xd;
PARAMETER[&quot;false_northing&quot;, 0.0], &#xd;
UNIT[&quot;m&quot;, 1.0], &#xd;
AXIS[&quot;x&quot;, EAST], &#xd;
AXIS[&quot;y&quot;, NORTH]]</nativeCRS>
<srs>EPSG:25830</srs>
<nativeBoundingBox>
<minx>463435.23</minx>
<maxx>603054.68</maxx>
<miny>4702205.332</miny>
<maxy>4811327.358</maxy>
</nativeBoundingBox>
<latLonBoundingBox>
<minx>-3.452</minx>
<maxx>-1.726</maxx>
<miny>42.465</miny>
<maxy>43.455</maxy>
<crs>EPSG:4326</crs>
</latLonBoundingBox>
<projectionPolicy>FORCE_DECLARED</projectionPolicy>
<enabled>true</enabled>
<metadata>
<entry key="cachingEnabled">false</entry>
</metadata>
<store class="dataStore">
<id>DataStoreInfoImpl-2828037a:14d74b05c20:-775a</id>
</store>
<maxFeatures>0</maxFeatures>
<numDecimals>0</numDecimals>
<overridingServiceSRS>false</overridingServiceSRS>
<skipNumberMatched>false</skipNumberMatched>
<circularArcPresent>false</circularArcPresent>
</featureType>

Regards,

Agur bero bat,

David Alda Fernández de Lezea
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.
dalda@...6818... | www.hazi.eus
T 945 003 240 – M 627 923 170 – F 945 003 290 Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba

********************* LEGE OHARRA ******************* AVISOLEGAL ******************* DISCLAIMER ***************************** Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.

De: andrea.aime@...84... [mailto:andrea.aime@…84…] En nombre de Andrea Aime Enviado el: sábado, 14 de noviembre de 2015 14:01
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] GeoServer Migration Plan On Wed, Nov 11, 2015 at 11:21 AM, David Alda Fernandez de Lezea <dalda@...6818...> wrote:
11 Nov 11:14:46 WARN [org.geoserver] - Failed to load layer for feature type 'ForriskAlturaMediaEtrs89'
com.thoughtworks.xstream.converters.ConversionException: Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy : Unauthorized class found, see logs for more details on how to handle it: com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy

This one is a side effect of our hardening against remote execution attacks, which allowed people with access to the REST api (admins) to launch a random executable on the machine running GeoServer.
We basically had to provide a white-list of files that can be de-serialized from XML.

This one, com.thoughtworks.xstream.mapper.DynamicProxyMapper$DynamicProxy, is new and unexpected.
Can you share what's in the ForriskAlturaMediaEtrs89 configuration files? It will be in a path like:

<geoserverDataDir>/workspaces/<theLayerWorkspace>/<theLayerStore>/ForriskAlturaMediaEtrs89/*.xml

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

-------------------------------------------------------

--

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

-------------------------------------------------------
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users