[Geoserver-users] Geoserver : FAIL /Context path doesn't start

Hello,

I’ve been manipulating Geoserver for some time without any problem.

Today,when I start Apache Tomcat , Geoserver doesn’t start.

I get this error message :

" FAIL - Application at context path /Geoserver could not be started"

I don’t know what seems to be the problem.
Please help me with this issue

Hi Imane,
attaching the whole catalina.out and geoserver.log files (zipped is
better) would indeed help in diagnosing the issue.

Il giorno ven, 22/05/2015 alle 11.04 +0200, ELKHATTABI Imane ha scritto:

Hello,

I've been manipulating Geoserver for some time without any problem.

Today,when I start Apache Tomcat , Geoserver doesn't start.

I get this error message :

    " FAIL - Application at context path /Geoserver could not be
started"

I don't know what seems to be the problem.
Please help me with this issue

--

Best regards,
Stefano Costa

==
Meet us at the INSPIRE Conference in Lisbon 25-29 May 2015! Visit
http://goo.gl/WHKDXT for more information.

Dott. Stefano Costa
Senior Software Engineer

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

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.

Thank you so much Stefano for replying.

Another application is running under Apache tomcat. Therefore, I guess the problem isn’t in Apache.
I attach to this mail the log files.

I really apreciate your help.

Log Files.rar (13.5 KB)

···

2015-05-22 11:41 GMT+02:00 Stefano Costa <stefano.costa@anonymised.com>:

Hi Imane,
attaching the whole catalina.out and geoserver.log files (zipped is
better) would indeed help in diagnosing the issue.

Il giorno ven, 22/05/2015 alle 11.04 +0200, ELKHATTABI Imane ha scritto:

Hello,

I’ve been manipulating Geoserver for some time without any problem.

Today,when I start Apache Tomcat , Geoserver doesn’t start.

I get this error message :

" FAIL - Application at context path /Geoserver could not be
started"

I don’t know what seems to be the problem.
Please help me with this issue

Best regards,
Stefano Costa

==
Meet us at the INSPIRE Conference in Lisbon 25-29 May 2015! Visit
http://goo.gl/WHKDXT for more information.

Dott. Stefano Costa
Senior Software Engineer

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

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.

Uhm… from a quick look at the log, I can see there is for sure one connection problem:

org.postgresql.util.PSQLException: FATAL: authentification par mot de passe ?chou?e pour l'utilisateur ? postgres ?

Please check your PostgreSQL connection parameters.

And then, there are lots of XStream deserialization errors like this one:

22 mai 11:18:40 WARN [org.geoserver] - Failed to load feature type 'dim_bts_geo'
com.thoughtworks.xstream.converters.ConversionException: overridingServiceSRS : overridingServiceSRS : overridingServiceSRS : overridingServiceSRS
---- Debugging information ----
message : overridingServiceSRS : overridingServiceSRS
cause-exception : com.thoughtworks.xstream.mapper.CannotResolveClassException
cause-message : overridingServiceSRS : overridingServiceSRS
class : org.geoserver.catalog.impl.FeatureTypeInfoImpl
required-type : org.geoserver.catalog.impl.FeatureTypeInfoImpl
line number : 50

...
Caused by: com.thoughtworks.xstream.mapper.CannotResolveClassException: overridingServiceSRS : overridingServiceSRS

Not sure what may cause these… could you post the featuretype.xml file related to one of the feature types that can’t be loaded, like ‘dim_bts_geo’?

Il giorno ven, 22/05/2015 alle 12.27 +0200, ELKHATTABI Imane ha scritto:

Thank you so much Stefano for replying.

Another application is running under Apache tomcat. Therefore, I guess the problem isn’t in Apache.

I attach to this mail the log files.

So you’re running GeoServer as a WAR archive inside a shared Tomcat server (i.e. other unrelated applications are running on top of it), right?



<br>-- <br><br>Best regards,<br>Stefano Costa<br><br>==<br>Meet us at the INSPIRE Conference in Lisbon 25-29 May 2015! Visit<br>http://goo.gl/WHKDXT for more information.<br>==<br>Dott. Stefano Costa<br>Senior Software Engineer<br><br>GeoSolutions S.A.S.<br>Via Poggio alle Viti 1187<br>55054 Massarosa (LU)<br>Italy<br>phone: +39 0584 962313<br>fax: +39 0584 1660272<br><br>http://www.geo-solutions.it<br>http://twitter.com/geosolutions_it<br><br>-------------------------------------------------------<br>AVVERTENZE AI SENSI DEL D.Lgs. 196/2003<br>Le informazioni contenute in questo messaggio di posta elettronica e/o<br>nel/i file/s allegato/i sono da considerarsi strettamente riservate.<br>Il loro utilizzo è consentito esclusivamente al destinatario del<br>messaggio, per le finalità indicate nel messaggio stesso. Qualora<br>riceviate questo messaggio senza esserne il destinatario, Vi preghiamo<br>cortesemente di darcene notizia via e-mail e di procedere alla<br>distruzione del messaggio stesso, cancellandolo dal Vostro sistema.<br>Conservare il messaggio stesso, divulgarlo anche in parte,<br>distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità<br>diverse, costituisce comportamento contrario ai principi dettati dal<br>D.Lgs. 196/2003.<br><br>The information in this message and/or attachments, is intended solely<br>for the attention and use of the named addressee(s) and may be<br>confidential or proprietary in nature or covered by the provisions of<br>privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New<br>Data Protection Code).Any use not in accord with its purpose, any<br>disclosure, reproduction, copying, distribution, or either<br>dissemination, either whole or partial, is strictly forbidden except<br>previous formal approval of the named addressee(s). If you are not the<br>intended recipient, please contact immediately the sender by<br>telephone, fax or e-mail and delete the information in this message<br>that has been received in error. The sender does not give any warranty<br>or accept liability as the content, accuracy or completeness of sent<br>messages and accepts no responsibility for changes made after they<br>were sent or for other risks which arise as a result of e-mail<br>transmission, viruses, etc.<br><br><br>

1- Actually , I didn’t mess with the Postgre database connection . Back when Geoserver was running , my data source had correct connection details . And the layer were published with no issues.

2- I’m attaching to this mail the featuretype xml file regarding the layer ‘dim_bts_geo’.

3- Under Apache’s webapps folder, there’s Geoserver folder generated from war that has all my data .Besides that , there’s my web-mapping app. This latter is related to geoserver , since it calls wms layer from Geoserver to be displayed on a map.

4- Now, I tried this : I replaced the Geoserver folder that couldn’t start and generated another one by executing the war .Then I replaced the ‘data’ repository by the previews one that had all my data .

When I run Apache, Geoserver starts, however when I see that all my previews layers aren’t active . When I try to republish them . I get this error : Failed to load attribute list, internal error is: null

featuretype.rar (488 Bytes)

···

2015-05-22 13:30 GMT+02:00 Stefano Costa <stefano.costa@anonymised.com>:

Uhm… from a quick look at the log, I can see there is for sure one connection problem:

org.postgresql.util.PSQLException: FATAL: authentification par mot de passe ?chou?e pour l'utilisateur ? postgres ?

Please check your PostgreSQL connection parameters.

And then, there are lots of XStream deserialization errors like this one:

22 mai 11:18:40 WARN [org.geoserver] - Failed to load feature type 'dim_bts_geo'
com.thoughtworks.xstream.converters.ConversionException: overridingServiceSRS : overridingServiceSRS : overridingServiceSRS : overridingServiceSRS
---- Debugging information ----
message : overridingServiceSRS : overridingServiceSRS
cause-exception : com.thoughtworks.xstream.mapper.CannotResolveClassException
cause-message : overridingServiceSRS : overridingServiceSRS
class : org.geoserver.catalog.impl.FeatureTypeInfoImpl
required-type : org.geoserver.catalog.impl.FeatureTypeInfoImpl
line number : 50

...
Caused by: com.thoughtworks.xstream.mapper.CannotResolveClassException: overridingServiceSRS : overridingServiceSRS

Not sure what may cause these… could you post the featuretype.xml file related to one of the feature types that can’t be loaded, like ‘dim_bts_geo’?

Il giorno ven, 22/05/2015 alle 12.27 +0200, ELKHATTABI Imane ha scritto:

Thank you so much Stefano for replying.

Another application is running under Apache tomcat. Therefore, I guess the problem isn’t in Apache.

I attach to this mail the log files.

So you’re running GeoServer as a WAR archive inside a shared Tomcat server (i.e. other unrelated applications are running on top of it), right?



<br>-- <br><br>Best regards,<br>Stefano Costa<br><br>==<br>Meet us at the INSPIRE Conference in Lisbon 25-29 May 2015! Visit<br>[http://goo.gl/WHKDXT](http://goo.gl/WHKDXT) for more information.<br>==<br>Dott. Stefano Costa<br>Senior Software Engineer<br><br>GeoSolutions S.A.S.<br>Via Poggio alle Viti 1187<br>55054 Massarosa (LU)<br>Italy<br>phone: +39 0584 962313<br>fax: +39 0584 1660272<br><br>[http://www.geo-solutions.it](http://www.geo-solutions.it)<br>[http://twitter.com/geosolutions_it](http://twitter.com/geosolutions_it)<br><br>-------------------------------------------------------<br>AVVERTENZE AI SENSI DEL D.Lgs. 196/2003<br>Le informazioni contenute in questo messaggio di posta elettronica e/o<br>nel/i file/s allegato/i sono da considerarsi strettamente riservate.<br>Il loro utilizzo è consentito esclusivamente al destinatario del<br>messaggio, per le finalità indicate nel messaggio stesso. Qualora<br>riceviate questo messaggio senza esserne il destinatario, Vi preghiamo<br>cortesemente di darcene notizia via e-mail e di procedere alla<br>distruzione del messaggio stesso, cancellandolo dal Vostro sistema.<br>Conservare il messaggio stesso, divulgarlo anche in parte,<br>distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità<br>diverse, costituisce comportamento contrario ai principi dettati dal<br>D.Lgs. 196/2003.<br><br>The information in this message and/or attachments, is intended solely<br>for the attention and use of the named addressee(s) and may be<br>confidential or proprietary in nature or covered by the provisions of<br>privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New<br>Data Protection Code).Any use not in accord with its purpose, any<br>disclosure, reproduction, copying, distribution, or either<br>dissemination, either whole or partial, is strictly forbidden except<br>previous formal approval of the named addressee(s). If you are not the<br>intended recipient, please contact immediately the sender by<br>telephone, fax or e-mail and delete the information in this message<br>that has been received in error. The sender does not give any warranty<br>or accept liability as the content, accuracy or completeness of sent<br>messages and accepts no responsibility for changes made after they<br>were sent or for other risks which arise as a result of e-mail<br>transmission, viruses, etc.<br><br><br>

Hi,

Il giorno ven, 22/05/2015 alle 14.58 +0200, ELKHATTABI Imane ha scritto:

1- Actually , I didn't mess with the Postgre database connection .
Back when Geoserver was running , my data source had correct
connection details . And the layer were published with no issues.

Fine, but the log clearly contains an "authentication failed" exception
when a connection to PostgreSQL is attempted: may it be the case that
somebody (not necessarily you) has changed the password for the
"postgres" user, or the server configuration (e.g. blocking access from
certain IPs and/or to certain database/schema)? If you are sure that
none of this has happened, maybe the datastore.xml file holding
PostgreSQL's connection parameters got corrupted somehow...

2- I'm attaching to this mail the featuretype xml file regarding the
layer 'dim_bts_geo'.

Looks good to me.

3- Under Apache's webapps folder, there's Geoserver folder generated
from war that has all my data .Besides that , there's my web-mapping
app. This latter is related to geoserver , since it calls wms layer
from Geoserver to be displayed on a map.

OK.

4- Now, I tried this : I replaced the Geoserver folder that couldn't
start and generated another one by executing the war .Then I replaced
the 'data' repository by the previews one that had all my data .

When I run Apache, Geoserver starts, however when I see that all my
previews layers aren't active . When I try to republish them . I get
this error : Failed to load attribute list, internal error is: null

That's exactly the error I get if I shutdown Postgres and start
GeoServer afterwards: could you post the new logs?

--

Best regards,
Stefano Costa

==
Meet us at the INSPIRE Conference in Lisbon 25-29 May 2015! Visit
http://goo.gl/WHKDXT for more information.

Dott. Stefano Costa
Senior Software Engineer

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

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.

1- Postgresql connections details weren’t change. Only me who’s manipulting my computer. On the other hand , concerning what I just did (about generating another geoserver folder from war and replacing data repository with my previews one) , This has enabled me to start geoserver , and the data store is activated, which contains the same connection details . This probably means that they weren’t changed.

2-When I checked the datastore.xml file (I Zipped it too) . It contains the same coonection details I defined in geoserver, and that reference the database I’m working with.

3- About the error Failed to load attribute list, internal error is: null. I checked the Postgresql service , but it’s not shut down , it’s still running.

Log Files II.rar (9.44 KB)

datastore.rar (553 Bytes)

···

2015-05-22 15:42 GMT+02:00 Stefano Costa <stefano.costa@anonymised.com>:

Hi,

Il giorno ven, 22/05/2015 alle 14.58 +0200, ELKHATTABI Imane ha scritto:

1- Actually , I didn’t mess with the Postgre database connection .
Back when Geoserver was running , my data source had correct
connection details . And the layer were published with no issues.

Fine, but the log clearly contains an “authentication failed” exception
when a connection to PostgreSQL is attempted: may it be the case that
somebody (not necessarily you) has changed the password for the
“postgres” user, or the server configuration (e.g. blocking access from
certain IPs and/or to certain database/schema)? If you are sure that
none of this has happened, maybe the datastore.xml file holding
PostgreSQL’s connection parameters got corrupted somehow…

2- I’m attaching to this mail the featuretype xml file regarding the
layer ‘dim_bts_geo’.

Looks good to me.

3- Under Apache’s webapps folder, there’s Geoserver folder generated
from war that has all my data .Besides that , there’s my web-mapping
app. This latter is related to geoserver , since it calls wms layer
from Geoserver to be displayed on a map.

OK.

4- Now, I tried this : I replaced the Geoserver folder that couldn’t
start and generated another one by executing the war .Then I replaced
the ‘data’ repository by the previews one that had all my data .

When I run Apache, Geoserver starts, however when I see that all my
previews layers aren’t active . When I try to republish them . I get
this error : Failed to load attribute list, internal error is: null

That’s exactly the error I get if I shutdown Postgres and start
GeoServer afterwards: could you post the new logs?

Best regards,
Stefano Costa

==
Meet us at the INSPIRE Conference in Lisbon 25-29 May 2015! Visit
http://goo.gl/WHKDXT for more information.

Dott. Stefano Costa
Senior Software Engineer

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

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,
I can see three classes of errors in the log:

  1. java.lang.IllegalArgumentException: Resource named 'dim_bts_geo' already exists in namespace: 'dw1'

Maybe some featuretype.xml files got duplicated somehow, so you end up with two feature types with the same name in the same namespace.

WARN [catalog.impl] - Failed to load actual store for FeatureTypeInfoImpl[d_bts_geo]
WARN [org.geoserver] - Failed to load feature type 'd_bts_geo'
java.lang.IllegalArgumentException: Resource must be part of a store

Probably the store pointed by some featuretype.xml files no longer exists, or the featuretype.xml files themselves have no tag inside.

  1. Caused by: java.net.ConnectException: Connection refused: connect

Sorry, but this means that there is a connection problem to some database (maybe you’re using more than one?)…

As far as I can tell, your data directory is all messed up: probably the best way to untangle this mess is to backup your data and start fresh, with an empty data directory, and patiently re-create all stores and layers / feture types. Or, if that sounds too brutal, you could at least delete and re-create all stores / layers / feature types which are causing exceptions (you can easily spot them in the file tomcat7-stdout*.log).

Good luck :slight_smile:

Il giorno ven, 22/05/2015 alle 16.13 +0200, ELKHATTABI Imane ha scritto:

1- Postgresql connections details weren’t change. Only me who’s manipulting my computer. On the other hand , concerning what I just did (about generating another geoserver folder from war and replacing data repository with my previews one) , This has enabled me to start geoserver , and the data store is activated, which contains the same connection details . This probably means that they weren’t changed.

2-When I checked the datastore.xml file (I Zipped it too) . It contains the same coonection details I defined in geoserver, and that reference the database I’m working with.

3- About the error Failed to load attribute list, internal error is: null. I checked the Postgresql service , but it’s not shut down , it’s still running.



<br>-- <br><br>Best regards,<br>Stefano Costa<br><br>==<br>Meet us at the INSPIRE Conference in Lisbon 25-29 May 2015! Visit<br>http://goo.gl/WHKDXT for more information.<br>==<br>Dott. Stefano Costa<br>Senior Software Engineer<br><br>GeoSolutions S.A.S.<br>Via Poggio alle Viti 1187<br>55054 Massarosa (LU)<br>Italy<br>phone: +39 0584 962313<br>fax: +39 0584 1660272<br><br>http://www.geo-solutions.it<br>http://twitter.com/geosolutions_it<br><br>-------------------------------------------------------<br>AVVERTENZE AI SENSI DEL D.Lgs. 196/2003<br>Le informazioni contenute in questo messaggio di posta elettronica e/o<br>nel/i file/s allegato/i sono da considerarsi strettamente riservate.<br>Il loro utilizzo è consentito esclusivamente al destinatario del<br>messaggio, per le finalità indicate nel messaggio stesso. Qualora<br>riceviate questo messaggio senza esserne il destinatario, Vi preghiamo<br>cortesemente di darcene notizia via e-mail e di procedere alla<br>distruzione del messaggio stesso, cancellandolo dal Vostro sistema.<br>Conservare il messaggio stesso, divulgarlo anche in parte,<br>distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità<br>diverse, costituisce comportamento contrario ai principi dettati dal<br>D.Lgs. 196/2003.<br><br>The information in this message and/or attachments, is intended solely<br>for the attention and use of the named addressee(s) and may be<br>confidential or proprietary in nature or covered by the provisions of<br>privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New<br>Data Protection Code).Any use not in accord with its purpose, any<br>disclosure, reproduction, copying, distribution, or either<br>dissemination, either whole or partial, is strictly forbidden except<br>previous formal approval of the named addressee(s). If you are not the<br>intended recipient, please contact immediately the sender by<br>telephone, fax or e-mail and delete the information in this message<br>that has been received in error. The sender does not give any warranty<br>or accept liability as the content, accuracy or completeness of sent<br>messages and accepts no responsibility for changes made after they<br>were sent or for other risks which arise as a result of e-mail<br>transmission, viruses, etc.<br><br><br>