[Geoserver-users] WPS-Mbtiles error

Hi,

I'm getting some errors while executing wps:mbtiles process.

<?xml version="1.0" encoding="UTF-8"?><wps:ExecuteResponse xmlns:xs="http://www.w3.org/2001/XMLSchema&quot; xmlns:wps="http://www.opengis.net/wps/1.0.0&quot; xmlns:ows="http://www.opengis.net/ows/1.1&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xml:lang="en" service="WPS" serviceInstance="http://192.168.1.145/geoserver/ows?&quot; version="1.0.0"><wps:Process wps:processVersion="1.0.0"><ows:Identifier>gs:MBTiles</ows:Identifier><ows:Title>MBTiles</ows:Title><ows:Abstract>MBTiles Process</ows:Abstract></wps:Process><wps:Status creationTime="2016-02-19T12:12:24.645Z"><wps:ProcessFailed><ows:ExceptionReport version="1.1.0"><ows:Exception exceptionCode="NoApplicableCode"><ows:ExceptionText>Process failed during execution
org.geoserver.platform.ServiceException: Error rendering coverage on the fast path
Error rendering coverage on the fast path
java.io.IOException: java.sql.SQLException: [SQLITE_NOMEM] A malloc() failed (out of memory)
java.sql.SQLException: [SQLITE_NOMEM] A malloc() failed (out of memory)
[SQLITE_NOMEM] A malloc() failed (out of memory)</ows:ExceptionText></ows:Exception></ows:ExceptionReport></wps:ProcessFailed></wps:Status></wps:ExecuteResponse>

After this error the web server doesn't go down but the GeoServer app goes down, I have to restart tomcat to get it working again.

The mbtile source layer file is around 2.2 GB

Is there a size limitation in a mbtile file ? What considerations do we have to take into account to load big mbtiles files?

I'm working on GeoServer 2.8.2
Windows Server 2012 R2 64bit
JRE 1.7.0_80 (Java HotSpot(TM) Client VM)
Tomcat 7 32 bit

JAVA_OPTS
-Xmx=2048M -Xms1024m" ++JvmOptions="-XX:MaxPermSize=512m" ++JvmOptions="-XX:SoftRefLRUPolicyMSPerMB=36000" ++JvmOptions="-XX:+UseParallelGC

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@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.

I'm still failing to solve this errors... Any ideas?

How can I contact the community developer/s who did this extension? Is there a specific mailing list for the community extensions?

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, 19 de febrero de 2016 13:50
Para: GeoServer Users
Asunto: [Geoserver-users] WPS-Mbtiles error

Hi,

I'm getting some errors while executing wps:mbtiles process.

<?xml version="1.0" encoding="UTF-8"?><wps:ExecuteResponse xmlns:xs="http://www.w3.org/2001/XMLSchema&quot; xmlns:wps="http://www.opengis.net/wps/1.0.0&quot; xmlns:ows="http://www.opengis.net/ows/1.1&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xml:lang="en" service="WPS" serviceInstance="http://192.168.1.145/geoserver/ows?&quot; version="1.0.0"><wps:Process wps:processVersion="1.0.0"><ows:Identifier>gs:MBTiles</ows:Identifier><ows:Title>MBTiles</ows:Title><ows:Abstract>MBTiles Process</ows:Abstract></wps:Process><wps:Status creationTime="2016-02-19T12:12:24.645Z"><wps:ProcessFailed><ows:ExceptionReport version="1.1.0"><ows:Exception exceptionCode="NoApplicableCode"><ows:ExceptionText>Process failed during execution
org.geoserver.platform.ServiceException: Error rendering coverage on the fast path
Error rendering coverage on the fast path
java.io.IOException: java.sql.SQLException: [SQLITE_NOMEM] A malloc() failed (out of memory)
java.sql.SQLException: [SQLITE_NOMEM] A malloc() failed (out of memory)
[SQLITE_NOMEM] A malloc() failed (out of memory)</ows:ExceptionText></ows:Exception></ows:ExceptionReport></wps:ProcessFailed></wps:Status></wps:ExecuteResponse>

After this error the web server doesn't go down but the GeoServer app goes down, I have to restart tomcat to get it working again.

The mbtile source layer file is around 2.2 GB

Is there a size limitation in a mbtile file ? What considerations do we have to take into account to load big mbtiles files?

I'm working on GeoServer 2.8.2
Windows Server 2012 R2 64bit
JRE 1.7.0_80 (Java HotSpot(TM) Client VM)
Tomcat 7 32 bit

JAVA_OPTS
-Xmx=2048M -Xms1024m" ++JvmOptions="-XX:MaxPermSize=512m" ++JvmOptions="-XX:SoftRefLRUPolicyMSPerMB=36000" ++JvmOptions="-XX:+UseParallelGC

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@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.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi David,
community modules are not officially supported, they are there for you to try out but
there is no-one officially backing them.
The wps-mbtiles module has been written by a developer that is no more around,
I believe we can still work on it but some other dev would need to take enough time
to learn how the module works before supporting it.
If no one else pops up I’d go look for a commercial support provider that might look into it.

Cheers
Andrea

···

On Thu, Mar 3, 2016 at 12:40 PM, David Alda Fernandez de Lezea <dalda@anonymised.com> wrote:

I’m still failing to solve this errors… Any ideas?

How can I contact the community developer/s who did this extension? Is there a specific mailing list for the community extensions?

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, 19 de febrero de 2016 13:50
Para: GeoServer Users
Asunto: [Geoserver-users] WPS-Mbtiles error

Hi,

I’m getting some errors while executing wps:mbtiles process.

<?xml version="1.0" encoding="UTF-8"?>gs:MBTilesMBTilesMBTiles ProcessProcess failed during execution

org.geoserver.platform.ServiceException: Error rendering coverage on the fast path
Error rendering coverage on the fast path
java.io.IOException: java.sql.SQLException: [SQLITE_NOMEM] A malloc() failed (out of memory)
java.sql.SQLException: [SQLITE_NOMEM] A malloc() failed (out of memory)
[SQLITE_NOMEM] A malloc() failed (out of memory)</ows:ExceptionText></ows:Exception></ows:ExceptionReport></wps:ProcessFailed></wps:Status></wps:ExecuteResponse>

After this error the web server doesn’t go down but the GeoServer app goes down, I have to restart tomcat to get it working again.

The mbtile source layer file is around 2.2 GB

Is there a size limitation in a mbtile file ? What considerations do we have to take into account to load big mbtiles files?

I’m working on GeoServer 2.8.2
Windows Server 2012 R2 64bit
JRE 1.7.0_80 (Java HotSpot™ Client VM)
Tomcat 7 32 bit

JAVA_OPTS
-Xmx=2048M -Xms1024m" ++JvmOptions=“-XX:MaxPermSize=512m” ++JvmOptions=“-XX:SoftRefLRUPolicyMSPerMB=36000” ++JvmOptions="-XX:+UseParallelGC

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@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.


Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140


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


Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140


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

==
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 di Montramito 3/A
55054 Massarosa (LU)
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 Simone,

Thanks for your response. I’ll try to see what happens with our mbtiles files.

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: jueves, 03 de marzo de 2016 17:47
Para: David Alda Fernandez de Lezea
CC: GeoServer Users
Asunto: Re: [Geoserver-users] RV: WPS-Mbtiles error

Hi David,
community modules are not officially supported, they are there for you to try out but
there is no-one officially backing them.
The wps-mbtiles module has been written by a developer that is no more around,
I believe we can still work on it but some other dev would need to take enough time
to learn how the module works before supporting it.
If no one else pops up I'd go look for a commercial support provider that might look into it.

Cheers
Andrea

On Thu, Mar 3, 2016 at 12:40 PM, David Alda Fernandez de Lezea <dalda@...6818...> wrote:
I'm still failing to solve this errors... Any ideas?

How can I contact the community developer/s who did this extension? Is there a specific mailing list for the community extensions?

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 [mailto:dalda@…6818…]
Enviado el: viernes, 19 de febrero de 2016 13:50
Para: GeoServer Users
Asunto: [Geoserver-users] WPS-Mbtiles error

Hi,

I'm getting some errors while executing wps:mbtiles process.

<?xml version="1.0" encoding="UTF-8"?><wps:ExecuteResponse xmlns:xs="http://www.w3.org/2001/XMLSchema&quot; xmlns:wps="http://www.opengis.net/wps/1.0.0&quot; xmlns:ows="http://www.opengis.net/ows/1.1&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xml:lang="en" service="WPS" serviceInstance="http://192.168.1.145/geoserver/ows?&quot; version="1.0.0"><wps:Process wps:processVersion="1.0.0"><ows:Identifier>gs:MBTiles</ows:Identifier><ows:Title>MBTiles</ows:Title><ows:Abstract>MBTiles Process</ows:Abstract></wps:Process><wps:Status creationTime="2016-02-19T12:12:24.645Z"><wps:ProcessFailed><ows:ExceptionReport version="1.1.0"><ows:Exception exceptionCode="NoApplicableCode"><ows:ExceptionText>Process failed during execution
org.geoserver.platform.ServiceException: Error rendering coverage on the fast path
Error rendering coverage on the fast path
java.io.IOException: java.sql.SQLException: [SQLITE_NOMEM] A malloc() failed (out of memory)
java.sql.SQLException: [SQLITE_NOMEM] A malloc() failed (out of memory)
[SQLITE_NOMEM] A malloc() failed (out of memory)</ows:ExceptionText></ows:Exception></ows:ExceptionReport></wps:ProcessFailed></wps:Status></wps:ExecuteResponse>

After this error the web server doesn't go down but the GeoServer app goes down, I have to restart tomcat to get it working again.

The mbtile source layer file is around 2.2 GB

Is there a size limitation in a mbtile file ? What considerations do we have to take into account to load big mbtiles files?

I'm working on GeoServer 2.8.2
Windows Server 2012 R2 64bit
JRE 1.7.0_80 (Java HotSpot(TM) Client VM)
Tomcat 7 32 bit

JAVA_OPTS
-Xmx=2048M -Xms1024m" ++JvmOptions="-XX:MaxPermSize=512m" ++JvmOptions="-XX:SoftRefLRUPolicyMSPerMB=36000" ++JvmOptions="-XX:+UseParallelGC

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.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--

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 di Montramito 3/A
55054 Massarosa (LU)
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.

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