Re: [Geoserver-users] Geoserver-users Digest, Vol 113, Issue 74

2015-10-20 Thread M Iqnaul Haq
Hi Ben and Andrea,

I have tried the commands to find the "hs_err_pid log file", but I could not
find the file. Does there is something weird with my system?
Now I try to using openjdk, to test if the geoserver can run normal and
stable.

Thank you
Best Regards

-Original Message-
From: geoserver-users-requ...@lists.sourceforge.net
[mailto:geoserver-users-requ...@lists.sourceforge.net] 
Sent: 19 Oktober 2015 2:19
To: geoserver-users@lists.sourceforge.net
Subject: Geoserver-users Digest, Vol 113, Issue 74

Send Geoserver-users mailing list submissions to
geoserver-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/geoserver-users
or, via email, send a message with subject or body 'help' to
geoserver-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
geoserver-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Geoserver-users digest..."


Today's Topics:

   1. Re: Geoserver Services Stopped Unexpectedly (Ben Caradoc-Davies)
   2. GeoServer w/ CAS Performance (Danny Cheng)
   3. Re: GeoServer w/ CAS Performance (Christian Mueller)
   4. Re: Geoserver 2.8.0 and Oracle - another try (GeoUser)
   5. GeoServer stop working after some times (KhunSanAung)


--

Message: 1
Date: Sun, 18 Oct 2015 10:12:21 +1300
From: Ben Caradoc-Davies 
Subject: Re: [Geoserver-users] Geoserver Services Stopped Unexpectedly
To: Muhammad Iqnaul Haq 
Cc: GeoServer Mailing List List

Message-ID: <5622b9b5.40...@transient.nz>
Content-Type: text/plain; charset=utf-8; format=flowed

On 18/10/15 04:08, Andrea Aime wrote:
> On Sat, Oct 17, 2015 at 5:05 PM, Muhammad Iqnaul Haq 
> 
> wrote:
>> Stopped means The geoserver process suddenly disappear without any 
>> error logged on my server.
> Oh ok, that means it's a hard JVM crash (could be a segmentation fault 
> or other problem).
> You should find files named "hs_err_pid.log" in your file 
> system, they normally are in the directory where the java virtual 
> machine was launched, which can provide some information about it.

On Ubuntu you should be able to find these files using (as root):

updatedb
locate hs_err_pid

You will need to examine the times on the files to identify the one
corresponding to the crash. Please email this file to the list.

It is possible to have multiple Java implementation installed. It would be
most useful to confirm the JVM version both in GeoServer and at the command
line with:

ps -fwwC java

java -version

You can find all the installed java versions with:

update-java-alternatives -l

dpkg -l "openjdk*" "oracle-java*" | cat

Kind regards,

--
Ben Caradoc-Davies 
Director
Transient Software Limited  New Zealand



--

Message: 2
Date: Sun, 18 Oct 2015 02:34:31 +
From: Danny Cheng 
Subject: [Geoserver-users] GeoServer w/ CAS Performance
To: "geoserver-users@lists.sourceforge.net"

Message-ID:
<162b07282b869d419af8ac4de77956dd39a35...@exbermd01.ds.mda.ca>
Content-Type: text/plain; charset="us-ascii"

Hi,

I currently have a system with CAS single sign on integrated. I noticed that
with CAS enabled my OGC requests are taking ~100ms longer to get a response.
Is this expected? I would expect that only the initial request would get a
hit, but for me all my requests are taking the hit.

Thanks,
Danny
-- next part --
An HTML attachment was scrubbed...

--

Message: 3
Date: Sun, 18 Oct 2015 15:18:55 +0200
From: Christian Mueller 
Subject: Re: [Geoserver-users] GeoServer w/ CAS Performance
To: Danny Cheng 
Cc: "geoserver-users@lists.sourceforge.net"

Message-ID:

Content-Type: text/plain; charset="utf-8"

Hy Danny

Please check the log file of the CAS Server. There you can see the incoming
requests and check if each GeoServer request triggers a CAS request.

Cheers
Christian



On Sun, Oct 18, 2015 at 4:34 AM, Danny Cheng 
wrote:

> Hi,
>
>
>
> I currently have a system with CAS single sign on integrated. I noticed
> that with CAS enabled my OGC requests are taking ~100ms longer to get a
> response. Is this expected? I would expect that only the initial request
> would get a hit, but for me all my requests are taking the hit.
>
>
>
> Thanks,
>
> Danny
>
>
>

--
>
> 

Re: [Geoserver-users] GeoServer w/ CAS Performance

2015-10-20 Thread Christian Mueller
Hi Danny

Is your configuration without CAS  a public configuration meaning no
security at all. ?
Does it make a difference if you use basic auth instead of CAS ?

Normally, the initial request should last longer.

Cheers
Christian


On Mon, Oct 19, 2015 at 8:15 PM, Danny Cheng 
wrote:

> Hi Christian,
>
>
>
> I checked the log and have confirmed that only the initial GeoServer
> request is hitting CAS – which is good. Maybe the 100ms difference with CAS
> on/off is just an one-off result.
>
>
>
> Thanks,
> Danny
>
>
>
>
>
> *From:* Christian Mueller [mailto:christian.muel...@os-solutions.at]
> *Sent:* Monday, October 19, 2015 7:43 AM
> *To:* Andrea Aime
> *Cc:* Danny Cheng; geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] GeoServer w/ CAS Performance
>
>
>
> Hi Andrea
>
>
>
> For stateless authentication we have a cache to avoid the overhead for
> each request.
>
>
>
> Additionally, you can allow session creation for each filter chain
> individually (in this case the cache is not used).
>
>
>
> I am waiting for the reply of Danny, maybe there is a bug.
>
>
>
> Cheers
>
> Christian
>
>
>
>
>
> On Mon, Oct 19, 2015 at 9:54 AM, Andrea Aime 
> wrote:
>
> Christian,
>
> thinking out loud here, we normally setup OGC services so that they don't
> create a session
>
> because of the many clients hitting the server and the cost of keeping
> sessions.
>
>
>
> However, for stuff like CAS where an authentication can make us do a
> network call, would it be better
>
> to advise allowing session creation instead? Or do we have other caching
> strategies?
>
>
>
> This is more of a general question, it may or not related to  Danny's
> problem
>
>
>
> Cheers
>
> Andrea
>
>
>
>
>
> On Sun, Oct 18, 2015 at 3:18 PM, Christian Mueller <
> christian.muel...@os-solutions.at> wrote:
>
> Hy Danny
>
>
>
> Please check the log file of the CAS Server. There you can see the
> incoming requests and check if each GeoServer request triggers a CAS
> request.
>
>
>
> Cheers
>
> Christian
>
>
>
>
>
>
>
> On Sun, Oct 18, 2015 at 4:34 AM, Danny Cheng 
> wrote:
>
> Hi,
>
>
>
> I currently have a system with CAS single sign on integrated. I noticed
> that with CAS enabled my OGC requests are taking ~100ms longer to get a
> response. Is this expected? I would expect that only the initial request
> would get a hit, but for me all my requests are taking the hit.
>
>
>
> Thanks,
>
> Danny
>
>
>
>
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>
>
>
> --
>
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
>
> OSS Open Source Solutions GmbH
>
>
>
>
>
> --
>
> ___
> 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 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 

Re: [Geoserver-users] NITF files incorrectly georeferenced

2015-10-20 Thread Smart, Gary Export License Required - US UTAS
OK – well if the geoserver mosaic function is not supposed to deal with random 
NITF files and re-warping images – how come if I convert them first to geotif 
(without warping the imagery) the mosaicing tool accepts them and produces a 
(approximate) rectified mosaic?  I’m sure this thing is designed to do what I 
want, but it just does not accept NITF files.

I notice that gdalinfo does not populate the geo-corners with the information 
from the IGEOLO but instead simply loads the image extent in pixel space, 
despite correctly populating the GCPs with lat/longs.  gdalinfo is clearly 
showing the projection to be WGS84 EPSG:4326, it knows where the corners are in 
lat long space, so why is this information not used by GDAL to populate the 
image corners used by geoserver?

(incidentally, “gdal_translate –of GTiff my.ntf aNew.tif” does not produce a 
valid georeferenced geotif.  I had to go first convert to geo-pdf and then to 
geotif for some reason)

From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: 22 September 2015 18:32
To: Smart, Gary Export License Required - US UTAS
Cc: Daniele Romagnoli; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] [External] Re: NITF files incorrectly 
georeferenced

On Tue, Sep 22, 2015 at 7:16 PM, Smart, Gary Export License Required - US UTAS 
> wrote:
I don’t think I have ever seen a NITF output from GDAL which reports anything 
on the line ‘Coordinate System is:’ – I was under the impression that the 
wealth of information below described the Coordinate System.

I was also under the impression that geoserver could import random NITF images 
(these are large NADIR views) and serve them through the WMS (i.e. presumably 
using GDAL to orthorectify the imagery en-route).  To do this, I thought it 
used the four corner georeferencing clearly contained in this NITF file and all 
the others I have.
Is this not the case?  I can see the images using the ‘layer preview’ tool, so 
I presume it can serve them somehow – and they look warped as required.  But 
they just seem to be in the wrong place on the Earth!

Ha ha, you certainly made a large number of assumptions there :-p
No, GeoServer does does not do any ortorectification on the fly, gdal or not.

As Daniele suggested, you should fix those files using gdalwarp, so that they 
are truly rectified.
Or, if you really want GeoServer to follow the path you imagined, you can 
either add features to it yourself, the code is there for everybody, or check 
commercial support (http://geoserver.org/support/) to have someone do it for you

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-users mailing list

Re: [Geoserver-users] Out of Memory catalina problem

2015-10-20 Thread Roberto Marzocchi

Thanks Andrea for the rapid answer!

Il 20/10/2015 14:19, Andrea Aime ha scritto:
On Tue, Oct 20, 2015 at 2:04 PM, Roberto Marzocchi 
> wrote:


Dear all,
In a production environment with geoserver 2.7.2 we have often a
problem of jvm memory error, as following (catalina log):

/Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "http-bio-8080-exec-934"//
//20 Oct 11:15:16 ERROR [geoserver.ows] -//
//java.lang.OutOfMemoryError: PermGen space//
//Exception in thread "http-bio-8080-exec-935"//
//Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "http-bio-8080-exec-935"//
//20 Oct 11:15:51 ERROR [geoserver.ows] -//
//java.lang.OutOfMemoryError: PermGen space//
//Exception in thread "http-bio-8080-exec-938"//
//Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "http-bio-8080-exec-938"/


The Virtual server has 4 processors and  a RAM of 16GB and we have
changed the catalina options as folowing:
/JAVA_OPTS="-server -Djava.awt.headless=true -Xms256m -Xmx8194m
-XX:+UseParallelGC -XX:SoftRefLRUPolicyMSPerMB=36000
-XX:MaxPermSize=128m"/


Hum... with 128MB of permgen one should be good, but to avoid the 
error above, try to

increase it to 256MB:

/-XX:MaxPermSize=256m/

Ok i will try


Just to be sure, the Tomcat only has GeoServer deployed, and it's 
restarted every time GeoServer is (you are not

hot-redeploying the application) right?



Not sure.. on tomcat we have only geoserver (+ geowebchache + mapfish 
for printing ). We installed it using the war file. But i do not know if 
tomcat restart every time geoserver is. Normally when we have problem we 
restart tomcat and geoserver restart.



Cheers
Andrea



Cheers,
Roberto

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



---


--
Eng. Roberto Marzocchi, PhD
R coordinator
Gter srl Innovazione in Geomatica, Gnss e Gis
Spin-off Progetto Uni.T.I. promoted by UNIGE
Via Greto di Cornigliano 6r - 16152 Genova
P.IVA/CF 01998770992
ph: 010-8694830 Fax: 010-8694737
mob: 349-8786575
E-mail: roberto.marzoc...@gter.it
skype: roberto.marzocchi84
www.gter.it

--
Gter social
www.twitter.com/Gteronline - www.facebook.com/Gteronline - 
https://plus.google.com/+GterIt/posts
www.linkedin.com/company/gter-srl-innovazione-in-geomatica-gnss-e-gis

-
Please consider the environment before printing this email!

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


[Geoserver-users] Out of Memory catalina problem

2015-10-20 Thread Roberto Marzocchi

Dear all,
In a production environment with geoserver 2.7.2 we have often a problem 
of jvm memory error, as following (catalina log):


/Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "http-bio-8080-exec-934"//

//20 Oct 11:15:16 ERROR [geoserver.ows] -//
//java.lang.OutOfMemoryError: PermGen space//
//Exception in thread "http-bio-8080-exec-935"//
//Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "http-bio-8080-exec-935"//

//20 Oct 11:15:51 ERROR [geoserver.ows] -//
//java.lang.OutOfMemoryError: PermGen space//
//Exception in thread "http-bio-8080-exec-938"//
//Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "http-bio-8080-exec-938"/



The Virtual server has 4 processors and  a RAM of 16GB and we have 
changed the catalina options as folowing:
/JAVA_OPTS="-server -Djava.awt.headless=true -Xms256m -Xmx8194m 
-XX:+UseParallelGC -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:MaxPermSize=128m"/


Perhaps it is oversized, but we do not understand the problem.

Thanks in advanced and best regards,
R

--
Eng. Roberto Marzocchi, PhD
R coordinator
Gter srl Innovazione in Geomatica, Gnss e Gis
Spin-off Progetto Uni.T.I. promoted by UNIGE
Via Greto di Cornigliano 6r - 16152 Genova
P.IVA/CF 01998770992
ph: 010-8694830 Fax: 010-8694737
mob: 349-8786575
E-mail:roberto.marzoc...@gter.it
skype: roberto.marzocchi84
www.gter.it

--
Gter social
www.twitter.com/Gteronline  -www.facebook.com/Gteronline  -https://plus.google.com/+GterIt/posts  
www.linkedin.com/company/gter-srl-innovazione-in-geomatica-gnss-e-gis


-
Please consider the environment before printing this email!


--
Eng. Roberto Marzocchi, PhD
R coordinator
Gter srl Innovazione in Geomatica, Gnss e Gis
Spin-off Progetto Uni.T.I. promoted by UNIGE
Via Greto di Cornigliano 6r - 16152 Genova
P.IVA/CF 01998770992
ph: 010-8694830 Fax: 010-8694737
mob: 349-8786575
E-mail: roberto.marzoc...@gter.it
skype: roberto.marzocchi84
www.gter.it

--
Gter social
www.twitter.com/Gteronline - www.facebook.com/Gteronline - 
https://plus.google.com/+GterIt/posts
www.linkedin.com/company/gter-srl-innovazione-in-geomatica-gnss-e-gis

-
Please consider the environment before printing this email!



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


Re: [Geoserver-users] Out of Memory catalina problem

2015-10-20 Thread Andrea Aime
On Tue, Oct 20, 2015 at 2:04 PM, Roberto Marzocchi <
roberto.marzoc...@gter.it> wrote:

> Dear all,
> In a production environment with geoserver 2.7.2 we have often a problem
> of jvm memory error, as following (catalina log):
>
> *Exception: java.lang.OutOfMemoryError thrown from the
> UncaughtExceptionHandler in thread "http-bio-8080-exec-934"*
> *20 Oct 11:15:16 ERROR [geoserver.ows] -*
> *java.lang.OutOfMemoryError: PermGen space*
> *Exception in thread "http-bio-8080-exec-935"*
> *Exception: java.lang.OutOfMemoryError thrown from the
> UncaughtExceptionHandler in thread "http-bio-8080-exec-935"*
> *20 Oct 11:15:51 ERROR [geoserver.ows] -*
> *java.lang.OutOfMemoryError: PermGen space*
> *Exception in thread "http-bio-8080-exec-938"*
> *Exception: java.lang.OutOfMemoryError thrown from the
> UncaughtExceptionHandler in thread "http-bio-8080-exec-938"*
>
>
> The Virtual server has 4 processors and  a RAM of 16GB and we have changed
> the catalina options as folowing:
> *JAVA_OPTS="-server -Djava.awt.headless=true -Xms256m -Xmx8194m
> -XX:+UseParallelGC -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:MaxPermSize=128m"*
>

Hum... with 128MB of permgen one should be good, but to avoid the error
above, try to
increase it to 256MB:

*-XX:MaxPermSize=256m*


Just to be sure, the Tomcat only has GeoServer deployed, and it's restarted
every time GeoServer is (you are not
hot-redeploying the application) right?

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-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Transparent GetLegendGraphic WMS request?

2015-10-20 Thread Andrea Aime
On Mon, Oct 19, 2015 at 8:30 PM, Ferguson, Steve -FS 
wrote:

> Is it possible to somehow get a WMS GetLegendGraphic back that has some
> transparency?
>

Have you tried requesting it in PNG format, and adding =true to
the request?

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-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Custom dimension from Cascaded Stored Query WFS

2015-10-20 Thread Antti Samuli
Hello all!

I'm making WMS-layers from up to 300 parameters, each on on its own 
layer. Data comes from "Web Feature Server (NG)"-store (Cascaded Stored 
Query). Data is updated daily.

Not all parameters are present all the time, typically only 10 of those 
parameters have values, but occasionally more parameters appear in data. 
Each parameter have only about 5 data points so dataset is not big.

I could enter those 300 layers by hand limiting one parameter to one 
layer by giving static value to parameter in Cascaded Stored Query 
Configuration. This would result large amount of empty layers, but 
allows client to have list of all possible layers.


To prevent empty layers and long layer list, we consider using Custom 
Dimensions. By updating dimension list dynamically using REST, user 
would only see list of layers with data.

It seems that WFS-data layers can not have custom dimensions, only Time 
and Elevation. Documantation and examples of coverage type layers using 
custom dimensions can be found, but none using WFS!

I downloaded source code to examine this and it also suggest that only 
Time and Elevation are supported.

We are using geoserver 2.7.1.1

Have anyone used Custom Dimensions with WFS-data, is it possible?

  /Antti





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


[Geoserver-users] Watermark beyond map bounds only

2015-10-20 Thread Dean Howard
Hi,

When a user pans to an area outside the bounds of my map (an area currently
displayed as whitespace) i would like a watermark to be shown which reads
"this is beyond the area surveyed".

Is this possible?

Many thanks, Dean.
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Watermark beyond map bounds only

2015-10-20 Thread Ian Turton
create a large polygon (world sized) and watermark it, then add it as the
first (lowest) layer in the map - provided that the surveyed area is opaque
you will only see the watermark outside the surveyed area.

Ian

On 20 October 2015 at 13:32, Dean Howard 
wrote:

> Hi,
>
> When a user pans to an area outside the bounds of my map (an area
> currently displayed as whitespace) i would like a watermark to be shown
> which reads "this is beyond the area surveyed".
>
> Is this possible?
>
> Many thanks, Dean.
>
>
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
Ian Turton
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Transparent GetLegendGraphic WMS request?

2015-10-20 Thread Ferguson, Steve -FS
Thanks for the response. Yes, I have tried this. The image remains 
non-transparent with a white background.

http://server/geoserver/workspace/wms?SERVICE=WMS=1.3.0=GetLegendGraphic=layer=image/png=true


Thank you for any other suggestions.

Steve



From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: Tuesday, October 20, 2015 5:23 AM
To: Ferguson, Steve -FS
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Transparent GetLegendGraphic WMS request?

On Mon, Oct 19, 2015 at 8:30 PM, Ferguson, Steve -FS 
> wrote:
Is it possible to somehow get a WMS GetLegendGraphic back that has some 
transparency?

Have you tried requesting it in PNG format, and adding =true to the 
request?

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-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] (no subject)

2015-10-20 Thread Andrea Aime
On Tue, Oct 20, 2015 at 6:10 PM, Chris Brown  wrote:

> Hi,
>
> We've just installed JDBCConfig on a large GeoServer deployment with about
> 40,000 layers. The install web smoothly but we're seeing some very strange
> behaviour when we do any updates such as adding layers via the REST API.
>
> All such requests hang the server for around 25 minutes. Turning on the
> debugging log, it looks like some process is looping over every single
> layer in the catalog. The output in the log looks like this:
>
> If anyone has any ideas about what we may have done wrong or any ideas
> what might be causing this it would be hugely appreciated. The closest
> thing I could find to this issue was this:
> http://comments.gmane.org/gmane.comp.gis.geoserver.user/41076
>

You're not doing anything wrong, it's just that the core of GeoServer still
has many bits of code that are written
with an in memory catalog in mind, JDBCConfig work included some _examples_
spread out in the code
base that serve as examples of how things should be done to work against a
in dbms catalog,
but the migration is not complete, there are still bits of code here and
there that load everything
there is to perform some in memory check, that could be replaced with a
well written query
loading only the bits that are actually needed.

One year ago we worked on fixing the biggest offenders in the UI and some
core modules,
leaving out the integrated GWC as the biggest outstanding offender.
Guess what, I'm working on a patch to address some of the issues right now,
which might or
might not address what you're seeing, it should be landing on the
development series
next week.

I'm not saying this will remove all "linear scans" that are in the
codebase, but it should help in some cases.
Let me know if you're interested in testing that out, if so I'll ping you
when I commit it.

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-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Transparent GetLegendGraphic WMS request?

2015-10-20 Thread victor sinceac
Try with "transparent=true" instead "tranparent=true" (there is a missing "s"), 
it works well I've just tried.

Victor


> --
> 
> Message: 1
> Date: Tue, 20 Oct 2015 14:12:45 +
> From: "Ferguson, Steve -FS" 
> Subject: Re: [Geoserver-users] Transparent GetLegendGraphic WMS
>   request?
> To: Andrea Aime 
> Cc: "geoserver-users@lists.sourceforge.net"
>   
> Message-ID:
>   <560ECDBC5E3D8D44BE19629E723277970171BD34@001FSN2MPN1-
> 006.001f.mgd2.msft.net>
> 
> Content-Type: text/plain; charset="utf-8"
> 
> Thanks for the response. Yes, I have tried this. The image remains non-
> transparent with a white background.
> 
> http://server/geoserver/workspace/wms?SERVICE=WMS=1.3.0;
> REQUEST=GetLegendGraphic=layer=image/png
> =true
> 
> 
> Thank you for any other suggestions.
> 
> Steve
> 
> 
> 
> From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf
> Of Andrea Aime
> Sent: Tuesday, October 20, 2015 5:23 AM
> To: Ferguson, Steve -FS
> Cc: geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] Transparent GetLegendGraphic WMS
> request?
> 
> On Mon, Oct 19, 2015 at 8:30 PM, Ferguson, Steve -FS
> > wrote:
> Is it possible to somehow get a WMS GetLegendGraphic back that has some
> transparency?
> 
> Have you tried requesting it in PNG format, and adding =true to
> the request?
> 
> 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-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServr 2.7.3 released

2015-10-20 Thread Andrea Aime
Hi,
the GeoServer development team is happy to announce the release of version
2.7.3.
See all details about it here:

http://blog.geoserver.org/2015/10/20/geoserver-2-7-3-released/

Regards

-- 
==
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


[Geoserver-users] (no subject)

2015-10-20 Thread Chris Brown
Hi,

We've just installed JDBCConfig on a large GeoServer deployment with about
40,000 layers. The install web smoothly but we're seeing some very strange
behaviour when we do any updates such as adding layers via the REST API.

All such requests hang the server for around 25 minutes. Turning on the
debugging log, it looks like some process is looping over every single
layer in the catalog. The output in the log looks like this:

*** LOG SNIPPET ***

2015-10-20 13:18:54 UTC DETAIL:  parameters: $1 = '15', $2 = '117', $3 =
'', $4 = '219', $5 = '219'
2015-10-20 13:18:55 UTC LOG:  execute : SELECT now()
2015-10-20 13:18:55 UTC LOG:  execute S_2: select blob from object where id
= $1
2015-10-20 13:18:55 UTC DETAIL:  parameters: $1 = ''
2015-10-20 13:18:55 UTC LOG:  execute : SELECT now()
2015-10-20 13:18:55 UTC LOG:  execute S_11: select id from object where
type_id in ($1) AND (
(
oid IN (SELECT oid FROM object_property WHERE property_type IN ($2) AND
value = $3) /* [ name =  ] */
AND
oid IN (select oid from object_property where property_type in ($4) and
value IS NULL) OR oid NOT  in (select oid from object_property where
property_type in ($5)) /* [workspace.id IS NULL ] */
))
 ORDER BY oid limit 2
2015-10-20 13:18:55 UTC DETAIL:  parameters: $1 = '15', $2 = '117', $3 =
'', $4 = '219', $5 = '219'
2015-10-20 13:18:55 UTC LOG:  execute : SELECT now()
2015-10-20 13:18:55 UTC LOG:  execute S_2: select blob from object where id
= $1
2015-10-20 13:18:55 UTC DETAIL:  parameters: $1 = ''
2015-10-20 13:18:55 UTC LOG:  execute : SELECT now()
2015-10-20 13:18:55 UTC LOG:  execute S_11: select id from object where
type_id in ($1) AND (
(
oid IN (SELECT oid FROM object_property WHERE property_type IN ($2) AND
value = $3) /* [ name =  ] */
AND
oid IN (select oid from object_property where property_type in ($4) and
value IS NULL) OR oid NOT  in (select oid from object_property where
property_type in ($5)) /* [workspace.id IS NULL ] */
))
 ORDER BY oid limit 2

*** LOG SNIPPET ***

If anyone has any ideas about what we may have done wrong or any ideas what
might be causing this it would be hugely appreciated. The closest thing I
could find to this issue was this:
http://comments.gmane.org/gmane.comp.gis.geoserver.user/41076

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


Re: [Geoserver-users] Out of Memory catalina problem

2015-10-20 Thread Ben Caradoc-Davies
On 21/10/15 01:19, Andrea Aime wrote:
> Hum... with 128MB of permgen one should be good, but to avoid the error
> above, try to
> increase it to 256MB:
> *-XX:MaxPermSize=256m*

Also note that Java 8 (Oracle and OpenJDK) uses native memory for class 
metadata (called Metaspace). PermGen no longer exists in these 
implementations, so you no longer have to guess an upper bound. You can 
still run out of memory, but Java 8 will never run out of PermGen.

See this blog post for more and a discussion of options to limit 
Metaspace, which is unlimited by default:
https://blogs.oracle.com/poonam/entry/about_g1_garbage_collector_permanent

Kind regards,

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

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


[Geoserver-users] [SPAM] RE: Transparent GetLegendGraphic WMS request?

2015-10-20 Thread Jair Santos
I was only able to make a layer transparent when I edited its style. Passing 
transparent=true in the link had no effects.

 

JJ. 

 

From: Ferguson, Steve -FS [mailto:sfergu...@fs.fed.us] 
Sent: Tuesday, October 20, 2015 7:13 AM
To: Andrea Aime 
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Transparent GetLegendGraphic WMS request?

 

Thanks for the response. Yes, I have tried this. The image remains 
non-transparent with a white background. 

 

http://server/geoserver/workspace/wms?SERVICE=WMS 

 
=1.3.0=GetLegendGraphic=layer=image/png=true

 

 

Thank you for any other suggestions. 

 

Steve

 

 

 

From: andrea.a...@gmail.com   
[mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime
Sent: Tuesday, October 20, 2015 5:23 AM
To: Ferguson, Steve -FS
Cc: geoserver-users@lists.sourceforge.net 
 
Subject: Re: [Geoserver-users] Transparent GetLegendGraphic WMS request?

 

On Mon, Oct 19, 2015 at 8:30 PM, Ferguson, Steve -FS  > wrote:

Is it possible to somehow get a WMS GetLegendGraphic back that has some 
transparency?

 

Have you tried requesting it in PNG format, and adding =true to the 
request?

 

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-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Out of Memory catalina problem

2015-10-20 Thread Roberto Marzocchi
Dear Andrea,

If I correctly understand, you suggest to create a specific init script 
for geoserver 
(http://docs.geoserver.org/2.7.2/user/production/linuxscript.html)?

We have a ubuntu 14.04 server with apache tomcat server... which script? 
the http://docs.geoserver.org/2.7.2/user/_downloads/geoserver_tomcat ?

we need yo re-use the JAVA_OPTS and other variables?

And what about the tomcat script? we need to remove it?

Thanks for you help.

R




Il 20/10/2015 14:33, Roberto Marzocchi ha scritto:
>> Just to be sure, the Tomcat only has GeoServer deployed, and it's 
>> restarted every time GeoServer is (you are not
>> hot-redeploying the application) right?
>>
>
> Not sure.. on tomcat we have only geoserver (+ geowebchache + mapfish 
> for printing ). We installed it using the war file. But i do not know 
> if tomcat restart every time geoserver is. Normally when we have 
> problem we restart tomcat and geoserver restart. 

-- 
Eng. Roberto Marzocchi, PhD
R coordinator
Gter srl Innovazione in Geomatica, Gnss e Gis
Spin-off Progetto Uni.T.I. promoted by UNIGE
Via Greto di Cornigliano 6r - 16152 Genova
P.IVA/CF 01998770992
ph: 010-8694830 Fax: 010-8694737
mob: 349-8786575
E-mail: roberto.marzoc...@gter.it
skype: roberto.marzocchi84
www.gter.it

--
Gter social
www.twitter.com/Gteronline - www.facebook.com/Gteronline - 
https://plus.google.com/+GterIt/posts
www.linkedin.com/company/gter-srl-innovazione-in-geomatica-gnss-e-gis

-
Please consider the environment before printing this email!


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