[Geoserver-users] Question: Graphic symbology in GeoServer/External Graphics

Hi,

I took your SLD and edited it in a few places to suit for the “tasmania_cities” layer:

se:Nametasmania_cities</se:Name>

se:Nametasmania_cities</se:Name>

ogc:Filter

ogc:PropertyIsEqualTo

ogc:PropertyNameADMIN_NAME</ogc:PropertyName>

ogc:LiteralTasmania</ogc:Literal>

</ogc:PropertyIsEqualTo>

</ogc:Filter>

I places some small png into my data_dir/styles named as and attached the new style to Tasmania_cities and it works for me. Unfortunately I have no idea why it fails for you.

I am using Geoserver 2.6.

-Jukka-

···

Deeb Haddad

Here is a test SLD

Best regards,

Deeb N. Haddad |System Support Engineer

International Relief & Development (Regional Office)

22 Sumaya Bent Al Hasan St | PO Box 852795 | Amman 11185 Jordan

T: 962 6 5857756 | F: 962 6 5857751 | M: +962790218658

www.ird.org

From: Rahkonen Jukka (Tike) [mailto:jukka.rahkonen@…486…]
Sent: Wednesday, October 01, 2014 12:08 PM
To: ‘Deeb Haddad’; ‘Geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Question: Graphic symbology in GeoServer/External Graphics

Hi,

Did you try to edit the burg.sld as I suggested with your symbol saved into data_dir/styles? If you can change your png file into it you’d know that it is possible. Next you can try if it can be read from your icon directory.

I do not understand what you mean with:

Although when I use http://server-name:8080/geo GEOSERVER_DATA_DIR/styles /… it validates OK, but the link gives nothing

Could you share your whole SLD?

-Jukka Rahkonen-

Deeb Haddad wrote:

Well Thanks Andrea, I have tried your suggestion

But I suspect that its permission issue, although I had given full permission to that but no result.

Still giving same exception

Best regards,

Deeb N. Haddad |System Support Engineer

International Relief & Development (Regional Office)

22 Sumaya Bent Al Hasan St | PO Box 852795 | Amman 11185 Jordan

T: 962 6 5857756 | F: 962 6 5857751 | M: +962790218658

www.ird.org

From: andrea.aime@…84… [mailto:andrea.aime@…84…] On Behalf Of Andrea Aime
Sent: Wednesday, October 01, 2014 11:41 AM
To: Deeb Haddad
Cc: Rahkonen Jukka (Tike); GeoServer Mailing List List
Subject: Re: [Geoserver-users] Question: Graphic symbology in GeoServer/External Graphics

On Wed, Oct 1, 2014 at 11:28 AM, Deeb Haddad <dhaddad@…6701…> wrote:

Thanks Rahkonen

Well I have tried to do that earlier, the thing it keeps giving me same error:

Parsing failed for ExternalGraphic: java.lang.IllegalArgumentException: URI is not absolute

Although when I use http://server-name:8080/geo GEOSERVER_DATA_DIR/styles /… it validates OK, but the link gives nothing

Are you using SLD 1.1? It’s not working as good as the SLD 1.0, which is instead well supported.

Before rewriting your styles to SLD 1.0, or trying to make a bug fix for the SLD 1.1 parser, I’d make a last try using “file://./icon/cluster.png”

Cheers

Andrea

==

GeoServer Professional Services from the experts! Visit

http://goo.gl/NWWaa2 for more information.

==

Ing. Andrea Aime

@geowolf

Technical Lead

GeoSolutions S.A.S.

Via Poggio alle Viti 1187

55054 Massarosa (LU)

Italy

phone: +39 0584 962313

fax: +39 0584 1660272

mob: +39 339 8844549

http://www.geo-solutions.it

http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

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

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


Hi,

I am using Version 2.5.1.

I have my path folder name like this:

/var/geoserver_data_dir/styles/icons

And the layer SLD is : /var/geoserver/workspaces…etc

So the icons in differnet place, you think this causes the problem?

···

Best regards,

Deeb N. Haddad |System Support Engineer

International Relief & Development (Regional Office)

22 Sumaya Bent Al Hasan St | PO Box 852795 | Amman 11185 Jordan

T: 962 6 5857756 | F: 962 6 5857751 | M: +962790218658

www.ird.org

From: Rahkonen Jukka (Tike) [mailto:jukka.rahkonen@anonymised.com]
Sent: Wednesday, October 01, 2014 1:16 PM
To: ‘Deeb Haddad’; ‘Geoserver-users@anonymised.comnet
Subject: Re: [Geoserver-users] Question: Graphic symbology in GeoServer/External Graphics

Hi,

I took your SLD and edited it in a few places to suit for the “tasmania_cities” layer:

se:Nametasmania_cities</se:Name>

se:Nametasmania_cities</se:Name>

ogc:Filter

ogc:PropertyIsEqualTo

ogc:PropertyNameADMIN_NAME</ogc:PropertyName>

ogc:LiteralTasmania</ogc:Literal>

</ogc:PropertyIsEqualTo>

</ogc:Filter>

I places some small png into my data_dir/styles named as and attached the new style to Tasmania_cities and it works for me. Unfortunately I have no idea why it fails for you.

I am using Geoserver 2.6.

-Jukka-

Deeb Haddad

Here is a test SLD

Best regards,

Deeb N. Haddad |System Support Engineer

International Relief & Development (Regional Office)

22 Sumaya Bent Al Hasan St | PO Box 852795 | Amman 11185 Jordan

T: 962 6 5857756 | F: 962 6 5857751 | M: +962790218658

www.ird.org

From: Rahkonen Jukka (Tike) [mailto:jukka.rahkonen@anonymised.com]
Sent: Wednesday, October 01, 2014 12:08 PM
To: ‘Deeb Haddad’; ‘Geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Question: Graphic symbology in GeoServer/External Graphics

Hi,

Did you try to edit the burg.sld as I suggested with your symbol saved into data_dir/styles? If you can change your png file into it you’d know that it is possible. Next you can try if it can be read from your icon directory.

I do not understand what you mean with:

Although when I use http://server-name:8080/geo GEOSERVER_DATA_DIR/styles /… it validates OK, but the link gives nothing

Could you share your whole SLD?

-Jukka Rahkonen-

Deeb Haddad wrote:

Well Thanks Andrea, I have tried your suggestion

But I suspect that its permission issue, although I had given full permission to that but no result.

Still giving same exception

Best regards,

Deeb N. Haddad |System Support Engineer

International Relief & Development (Regional Office)

22 Sumaya Bent Al Hasan St | PO Box 852795 | Amman 11185 Jordan

T: 962 6 5857756 | F: 962 6 5857751 | M: +962790218658

www.ird.org

From: andrea.aime@anonymised.com [mailto:andrea.aime@anonymised.com] On Behalf Of Andrea Aime
Sent: Wednesday, October 01, 2014 11:41 AM
To: Deeb Haddad
Cc: Rahkonen Jukka (Tike); GeoServer Mailing List List
Subject: Re: [Geoserver-users] Question: Graphic symbology in GeoServer/External Graphics

On Wed, Oct 1, 2014 at 11:28 AM, Deeb Haddad <dhaddad@anonymised.com> wrote:

Thanks Rahkonen

Well I have tried to do that earlier, the thing it keeps giving me same error:

Parsing failed for ExternalGraphic: java.lang.IllegalArgumentException: URI is not absolute

Although when I use http://server-name:8080/geo GEOSERVER_DATA_DIR/styles /… it validates OK, but the link gives nothing

Are you using SLD 1.1? It’s not working as good as the SLD 1.0, which is instead well supported.

Before rewriting your styles to SLD 1.0, or trying to make a bug fix for the SLD 1.1 parser, I’d make a last try using “file://./icon/cluster.png”

Cheers

Andrea

==

GeoServer Professional Services from the experts! Visit

http://goo.gl/NWWaa2 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.


On Wed, Oct 1, 2014 at 1:49 PM, Deeb Haddad <dhaddad@anonymised.com> wrote:

Hi,

I am using Version 2.5.1.

I have my path folder name like this:

/var/geoserver_data_dir/styles/icons

And the layer SLD is : /var/geoserver/workspaces..etc

So the icons in differnet place, you think this causes the problem?

Is your style associated to the same workspace, or is it a global one?
If it's in the same workspace, the icons location should be, as far as I
rember:
/var/geoserver_daa_dir/workspaces/myworkspace/styles/icons/...

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

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

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

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

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

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

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

Hi

I have created a number of layers in Geoserver using tables and materialised views from my oracle database with no problems

I have tried to create layer using an oracle view and while it connects it will not work in preview mode (openlayers)

Map is blank and when you click on the map get the following errors :-

Rendering process failed java.io.IOException null ORA-29902: error in executing ODCIIndexStart() routine ORA-13208: internal error while evaluating [window SRID does not match layer SRID] operator ORA-06512: at “MDSYS.SDO_INDEX_METHOD_10I”, line 333

Anyone know why a view will not work ?

Mark Ismail

Principal IT Officer

On Wed, Oct 1, 2014 at 2:38 PM, Ismail, Mark <mark.ismail@anonymised.com>
wrote:

Hi

I have created a number of layers in Geoserver using tables and
materialised views from my oracle database with no problems

I have tried to create layer using an oracle view and while it connects
it will not work in preview mode (openlayers)

Map is blank and when you click on the map get the following errors :-

Rendering process failed java.io.IOException null ORA-29902: error in
executing ODCIIndexStart() routine ORA-13208: internal error while
evaluating [window SRID does not match layer SRID] operator ORA-06512: at
"MDSYS.SDO_INDEX_METHOD_10I", line 333

Anyone know why a view will not work ?

Did you configure the right srid alongside the geometry column when setting
up the view?
It has to match the one in your geometries, not the epsg you use to publish
(in Oracle unfortunately the two can be different)

Cheers
Andrea

--

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

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

I think so

for some reason geoserver coulent detect the srid – although when I added thebase materialised view it did detect the srid

see below

Mark Ismail

Principal IT Officer

Tel: 0151 443 3021

Knowsley Council ê Westmorland Road ê Huyton ê L36 9GL

Save time – use the IT Service Desk Self Serve Application

image001.jpg

···

From: andrea.aime@…84… [mailto:andrea.aime@…84…] On Behalf Of Andrea Aime
Sent: 01 October 2014 14:09
To: Ismail, Mark
Cc: GeoServer Mailing List List
Subject: Re: [Geoserver-users] Using Oracle view in Geoserver 2.5

On Wed, Oct 1, 2014 at 2:38 PM, Ismail, Mark <mark.ismail@…6440…> wrote:

Hi

I have created a number of layers in Geoserver using tables and materialised views from my oracle database with no problems

I have tried to create layer using an oracle view and while it connects it will not work in preview mode (openlayers)

Map is blank and when you click on the map get the following errors :-

Rendering process failed java.io.IOException null ORA-29902: error in executing ODCIIndexStart() routine ORA-13208: internal error while evaluating [window SRID does not match layer SRID] operator ORA-06512: at “MDSYS.SDO_INDEX_METHOD_10I”, line 333

Anyone know why a view will not work ?

Did you configure the right srid alongside the geometry column when setting up the view?

It has to match the one in your geometries, not the epsg you use to publish (in Oracle unfortunately the two can be different)

Cheers

Andrea

==

GeoServer Professional Services from the experts! Visit

http://goo.gl/NWWaa2 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.


On Wed, Oct 1, 2014 at 3:18 PM, Ismail, Mark <mark.ismail@anonymised.com>
wrote:

I think so

for some reason geoserver coulent detect the srid – although when I added
thebase materialised view it did detect the srid

see below

This only shows me the EPSG code, I was talking about the SRID instead, you
should set it up
while editing the sql view (there is a update sql view link below the
feature type).

What's there, and what do you have in the database (often Oracle is not
using EPSG codes,
but its own)

Cheers
Andrea

--

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

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

image001.jpg

I have resolved the issue. The problem was that even though the underlying MV was registered with user_sdo_geom_metadata and had a spatial index, I needed to also register the VIEW based on the MV with user_sdo_geom_metadata too.

Thanks

Mark Ismail

Principal IT Officer

···

From: andrea.aime@…84… [mailto:andrea.aime@…84…] On Behalf Of Andrea Aime
Sent: 01 October 2014 14:09
To: Ismail, Mark
Cc: GeoServer Mailing List List
Subject: Re: [Geoserver-users] Using Oracle view in Geoserver 2.5

On Wed, Oct 1, 2014 at 2:38 PM, Ismail, Mark <mark.ismail@…6440…> wrote:

Hi

I have created a number of layers in Geoserver using tables and materialised views from my oracle database with no problems

I have tried to create layer using an oracle view and while it connects it will not work in preview mode (openlayers)

Map is blank and when you click on the map get the following errors :-

Rendering process failed java.io.IOException null ORA-29902: error in executing ODCIIndexStart() routine ORA-13208: internal error while evaluating [window SRID does not match layer SRID] operator ORA-06512: at “MDSYS.SDO_INDEX_METHOD_10I”, line 333

Anyone know why a view will not work ?

Did you configure the right srid alongside the geometry column when setting up the view?

It has to match the one in your geometries, not the epsg you use to publish (in Oracle unfortunately the two can be different)

Cheers

Andrea

==

GeoServer Professional Services from the experts! Visit

http://goo.gl/NWWaa2 for more information.

==

Ing. Andrea Aime

@geowolf

Technical Lead

GeoSolutions S.A.S.

Via Poggio alle Viti 1187

55054 Massarosa (LU)

Italy

phone: +39 0584 962313

fax: +39 0584 1660272

mob: +39 339 8844549

http://www.geo-solutions.it

http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

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

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


Hi,

The External graphics is still not my working at my side, after all attempts.

Best regards,

Deeb N. Haddad |System Support Engineer

International Relief & Development (Regional Office)

22 Sumaya Bent Al Hasan St | PO Box 852795 | Amman 11185 Jordan

T: 962 6 5857756 | F: 962 6 5857751 | M: +962790218658

www.ird.org

···

On Wed, Oct 1, 2014 at 1:49 PM, Deeb Haddad <dhaddad@anonymised.com6701…> wrote:

Hi,

I am using Version 2.5.1.

I have my path folder name like this:

/var/geoserver_data_dir/styles/icons

And the layer SLD is : /var/geoserver/workspaces…etc

So the icons in differnet place, you think this causes the problem?

Is your style associated to the same workspace, or is it a global one?

If it’s in the same workspace, the icons location should be, as far as I rember:

/var/geoserver_daa_dir/workspaces/myworkspace/styles/icons/…

Cheers

Andrea

==

GeoServer Professional Services from the experts! Visit

http://goo.gl/NWWaa2 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.


On Thu, Oct 2, 2014 at 9:09 AM, Deeb Haddad <dhaddad@anonymised.com> wrote:

Hi,

The External graphics is still not my working at my side, after all
attempts.

Wondering, are you using an external data directory? What servlet container
are you using?

Cheers
Andrea

--

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

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

Yes it exists on the server with all SLD and workspaces. RESTful API

Best regards,

Deeb N. Haddad |System Support Engineer

International Relief & Development (Regional Office)

22 Sumaya Bent Al Hasan St | PO Box 852795 | Amman 11185 Jordan

T: 962 6 5857756 | F: 962 6 5857751 | M: +962790218658

www.ird.org

···

On Thu, Oct 2, 2014 at 9:09 AM, Deeb Haddad <dhaddad@anonymised.com701…> wrote:

Hi,

The External graphics is still not my working at my side, after all attempts.

Wondering, are you using an external data directory? What servlet container are you using?

Cheers

Andrea

==

GeoServer Professional Services from the experts! Visit

http://goo.gl/NWWaa2 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.


On Thu, Oct 2, 2014 at 9:16 AM, Deeb Haddad <dhaddad@anonymised.com> wrote:

Yes it exists on the server with all SLD and workspaces. RESTful API

Hmm... not sure there is anything else we can do then... it works locally
for us, we have nothing to work against.
If this is a matter of urgency maybe you should have a look at commercial
support:
http://geoserver.org/support/

That way you can get someone direct access to your server and check what is
going on directly.

Cheers
Andrea

--

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

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