Re: [Geoserver-users] starting geoserver 2.3.4

2013-08-06 Thread cmaul
Hello Georg,


 "Resource must be part of a store"

Your layers consist of two definition files layer.xml and feature.xml

in your DATA_DIR is a directory workspaces under which the workspaces are as
directories. The next level down contains the datastores as directories (no
idea how many you have) in these directories have one datastore.xml file
each. These datastore.xml files have a tag  that looks like:
DataStoreInfoImpl--58c1cc24:1288a26e311:-7fff
In the directory are also the layers as directories, which hold to files
featuretype.xml and layer.xml

the featuretype.xml has a tag at the end that looks like;
  
DataStoreInfoImpl--58c1cc24:1288a26e311:-7fff
  

As it is a nullpointer exception I suspect there is one layer with this tag
missing for whatever reason. 
Delete and define again please.
Happy hunting
I guess you can exclude the layers that loaded, the one to search for is the
one where you don't have the name in the log file.

Cheers

Christian 








-


Dr Christian Maul
Project Manager

Information Services Branch
Department of Sustainability and Environment
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/starting-geoserver-2-3-4-tp5071066p5071192.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WFS behaviour changed

2013-08-06 Thread cmaul
Hello Jukka,

strange , hmmm the layer is accessed using the ArcSDE adapter (9.3 on
Oracle). This may be the reason for that, I will extract to shape file and
have a fresh look comparing both.

Cheers

christian



-


Dr Christian Maul
Project Manager

Information Services Branch
Department of Sustainability and Environment
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WFS-behaviour-changed-tp5070752p5071191.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Suggestions for Server-side Map generation?

2013-08-06 Thread Martin Davis
Ah, just saw this:

http://osgeo-org.1560.x6.nabble.com/Geoserver-GeoExt-Mapfish-tp5070204.html

The Printing module sounds like exactly what is needed, at least from a
functional perspective.

Still interested in other suggestions, and comments on how well the
Printing module works with external tile servers.


On Tue, Aug 6, 2013 at 11:36 AM, Martin Davis  wrote:

> We have a requirement to create high-quality map images for inclusion in
> various document artifiacts (PDF, print-ready HTML, etc).  The goal is to
> do this via a service, which can be called from a variety of other client
> and server-side components.
>
> "High-quality map images" includes things like:
>
> - decorators such as scale bar, North arrow, legend, graticule
> - high-resolution images suitable for printing
> - display of a tiled base map (from either a 3rd-party service or an
> internal tile cache)
> - display of a set of overlay layers from GeoServer
> - ability to display some styled geometry over the map
>
> How close can pure GeoServer get to these requirements?  Alternatively,
> are there any libraries which can do some or all of this?  (And yes, I know
> that GeoTools could be used to do this - but we're looking for something
> which is more out-of-the-box).
>
> Ideally these would be open-source Java components suitable for running in
> a JEE container, but other implementations are of interest as well.
>
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Suggestions for Server-side Map generation?

2013-08-06 Thread Martin Davis
We have a requirement to create high-quality map images for inclusion in
various document artifiacts (PDF, print-ready HTML, etc).  The goal is to
do this via a service, which can be called from a variety of other client
and server-side components.

"High-quality map images" includes things like:

- decorators such as scale bar, North arrow, legend, graticule
- high-resolution images suitable for printing
- display of a tiled base map (from either a 3rd-party service or an
internal tile cache)
- display of a set of overlay layers from GeoServer
- ability to display some styled geometry over the map

How close can pure GeoServer get to these requirements?  Alternatively, are
there any libraries which can do some or all of this?  (And yes, I know
that GeoTools could be used to do this - but we're looking for something
which is more out-of-the-box).

Ideally these would be open-source Java components suitable for running in
a JEE container, but other implementations are of interest as well.
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] REST API: How do I see which workspace a layer is in

2013-08-06 Thread Andrea Aime
On Tue, Aug 6, 2013 at 6:39 PM, Michael Moore  wrote:

> I have three workspaces, and each has a layer named Land_Cover_Vector. I'm
> trying to use the REST API to get a list of all layers, but when I request:
> http://localhost/geoserver/rest/layers.xml
>
> The HTML or XML links to
> http://localhost/geoserver/rest/layers/Land_Cover_Vector.xml three times,
> not to each individual layer.
>

The layer links to the resource, and the url of the resource contains the
workspace.
If you just want to follow links get to the resource, then its store, and
then you have the link to the workspace.

Cheers
Andrea


-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it 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

---
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] REST API: How do I see which workspace a layer is in

2013-08-06 Thread Michael Moore
I have three workspaces, and each has a layer named Land_Cover_Vector. I'm
trying to use the REST API to get a list of all layers, but when I request:
http://localhost/geoserver/rest/layers.xml

The HTML or XML links to
http://localhost/geoserver/rest/layers/Land_Cover_Vector.xml three times,
not to each individual layer.

If I have to iterate through all workspaces to find all the actual layer
links, what is the layers.xml endpoint for? Should layers.xml link to
layers in their workspaces?

--

Similarly, I have a layergroup with each of the Land_Cover_Vector layers in
it.

When I try to use the REST API to learn about the layergroup I request
http://localhost/geoserver/rest/layergroups/All_Land_Cover.xml. It also
links to
http://flatrock2.mapfeeder.net/geoserver/rest/layers/Land_Cover_Vector.xmlthree
times.

Is there a way to determine which layers are members of the layer group?


Thank you,
Michael Moore
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

2013-08-06 Thread Weiss, Kevin
Christian,
I have followed the PostGIS raster tutorial and seemed to have ended up in the 
same situation as before.  When I try to add the ImageMosaic-JDBC store I 
receive the dreaded "Could not list layers for this store, an error occurred 
retrieving them: Argument "value" should not be null." error.
Here are the steps I took.

I loaded the raster into the DB:
raster2pgsql -I -C -s 4326 satellite.png public.satellite > pgraster.sql
psql -U  -d  -h  -f pgraster.sql

Then I created the mosaic table using the sql in the tutorial and added a row 
for my previously loaded raster:
insert into mosaic (name, tiletable) values ('satellite', 'satellite');

Then I created the mapping, connect and coverage xml files as described in the 
tutorial only modifying the DB connection info and the coverageName value in 
the coverage xml file to match the value in the mosaic table.

One thing I've noticed is that despite my coverageName specifying 'satellite' 
all lower case, I get an error stating "No level available for Satellite" in 
the GeoServer logs.  When I update the name in the mosaic table to 'Satellite' 
then I get a NullPointerException in ImageMosaicJDBCReader line 164.  I'm not 
sure why it would auto-capitalize my coverage name as all the references I've 
made are lower case.

Kevin M. Weiss

From: Christian Mueller [mailto:christian.muel...@os-solutions.at]
Sent: Tuesday, August 06, 2013 9:04 AM
To: Weiss, Kevin
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

The imagemosiac-jdbc is NOT an extension of the ImageMosaic plugin and lacks 
temporal support.

The tutorial link in your previous mail is a good starting point.

Cheers
Christian

On Tue, Aug 6, 2013 at 3:38 PM, Weiss, Kevin 
mailto:kweis...@harris.com>> wrote:
Hello Christian,

Yes, I was hoping to use the "time" parameter in WMS.  I had prototyped an 
example using the time & elevation tutorial (link below) a while back and just 
assumed that the ImageMosaic-JDBC was an extension of the ImageMosaic plugin 
and would support time-series as well.
http://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html#tutorial-imagemosaic-timeseries

Is this the best tutorial for configuring GeoServer with PostGIS Raster?  Even 
if it doesn't support the time parameter, I'd at least like to get a prototype 
running.
http://docs.geotools.org/latest/userguide/library/coverage/pgraster.html

Thanks,

Kevin M. Weiss

From: Christian Mueller 
[mailto:christian.muel...@os-solutions.at]
Sent: Tuesday, August 06, 2013 7:42 AM

To: Weiss, Kevin
Cc: 
geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

Hi Kevin

I would use PostGis raster columns.

Using pastebin.com for stack traces is ok, will have a 
look at it later.

About temporal queries. Do you want to use the "time" parameter in WMS requests 
? I never used it and the imagemosiac-JDBC module has no  temporal  support !!!

Cheers
Christian



On Tue, Aug 6, 2013 at 1:44 PM, Weiss, Kevin 
mailto:kweis...@harris.com>> wrote:
Hello Christian,
For the purpose of the exercise I was using the Blobs for image data storage.  
With regards to my end goal, I'm not sold on one approach over the other.  I'm 
just looking to prototype a solution that allows me to programmatically store 
spatial imagery in the database from a java application and have it available 
for display via GeoServer while allowing temporal queries.  Along the lines of 
looping weather radar imagery.

Any help you could provide in either direction would be great.

Is there a preferred location for providing stack traces and such?  I didn't 
want to attach the files and spam the whole mailing list.

Thanks,

Kevin M. Weiss

From: Christian Mueller 
[mailto:christian.muel...@os-solutions.at]
Sent: Tuesday, August 06, 2013 5:16 AM
To: Weiss, Kevin
Cc: 
geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

Hi Kevin

A question, do you want to use PostGis Raster columns as described here
http://docsgeoserver.org/stable/en/user/data/raster/postgisraster.html

or do you want to use Blobs for your image data.

At the moment, I have no access to pastebin.com due to 
firewall rules of my customer.

Cheers
Christian




On Mon, Aug 5, 2013 at 10:39 PM, Weiss, Kevin 
mailto:kweis...@harris.com>> wrote:
I'm trying to configure an ImageMosaic-JDBC coverage per the instructions 
(http://docs.geoserver.org/2.3.0/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html)
 and kee

[Geoserver-users] No roles with ROLE_ADMINISTRATOR can't create any either

2013-08-06 Thread GISnovice
Hello,

This is my first time using geoserver. I want to make a second accound with
administrator rights but I can't because there aren't any roles with
ROLE_ADMINISTRATOR as the parent and it doesn't appear in the parent role
list. Looking at the  documentation

  
it suggests it should be there by default. I can't acess the servers files
right now but is  this

  
the best method of setting up the role I want? Can someone also point me in
the direction of somewhere that explains role properties please?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/No-roles-with-ROLE-ADMINISTRATOR-can-t-create-any-either-tp5071097.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WFS-T SQL-View read-only

2013-08-06 Thread teuta
You can't edit an WFS-T layer based on a view because SQL-views are
read-only.If you want to write to views use instead of triggers 

http://sqlandme.com/2011/05/02/inserting-to-a-view-instead-of-trigger-sql-server/#respond



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WFS-T-SQL-View-read-only-tp4951709p5071083.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

2013-08-06 Thread Christian Mueller
The imagemosiac-jdbc is NOT an extension of the ImageMosaic plugin and
lacks temporal support.

The tutorial link in your previous mail is a good starting point.

Cheers
Christian


On Tue, Aug 6, 2013 at 3:38 PM, Weiss, Kevin  wrote:

>  Hello Christian,
>
> ** **
>
> Yes, I was hoping to use the “time” parameter in WMS.  I had prototyped an
> example using the time & elevation tutorial (link below) a while back and
> just assumed that the ImageMosaic-JDBC was an extension of the ImageMosaic
> plugin and would support time-series as well.
>
> http://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html#tutorial-imagemosaic-timeseries
> 
>
> ** **
>
> Is this the best tutorial for configuring GeoServer with PostGIS Raster?
> Even if it doesn’t support the time parameter, I’d at least like to get a
> prototype running.
> http://docs.geotools.org/latest/userguide/library/coverage/pgraster.html**
> **
>
> ** **
>
> Thanks,
>
> ** **
>
> *Kevin M. Weiss*
>
> ** **
>
> *From:* Christian Mueller [mailto:christian.muel...@os-solutions.at]
> *Sent:* Tuesday, August 06, 2013 7:42 AM
>
> *To:* Weiss, Kevin
> *Cc:* geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues
>
>  ** **
>
> Hi Kevin
>
> ** **
>
> I would use PostGis raster columns. 
>
> ** **
>
> Using pastebin.com for stack traces is ok, will have a look at it later.**
> **
>
> ** **
>
> About temporal queries. Do you want to use the "time" parameter in WMS
> requests ? I never used it and the imagemosiac-JDBC module has no  temporal
>  support !!!
>
> ** **
>
> Cheers
>
> Christian
>
> ** **
>
> ** **
>
> ** **
>
> On Tue, Aug 6, 2013 at 1:44 PM, Weiss, Kevin  wrote:*
> ***
>
> Hello Christian,
>
> For the purpose of the exercise I was using the Blobs for image data
> storage.  With regards to my end goal, I’m not sold on one approach over
> the other.  I’m just looking to prototype a solution that allows me to
> programmatically store spatial imagery in the database from a java
> application and have it available for display via GeoServer while allowing
> temporal queries.  Along the lines of looping weather radar imagery.
>
>  
>
> Any help you could provide in either direction would be great.
>
>  
>
> Is there a preferred location for providing stack traces and such?  I
> didn’t want to attach the files and spam the whole mailing list.
>
>  
>
> Thanks,
>
>  
>
> *Kevin M. Weiss*
>
>  
>
> *From:* Christian Mueller [mailto:christian.muel...@os-solutions.at]
> *Sent:* Tuesday, August 06, 2013 5:16 AM
> *To:* Weiss, Kevin
> *Cc:* geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues
>
>  
>
> Hi Kevin
>
>  
>
> A question, do you want to use PostGis Raster columns as described here **
> **
>
> http://docsgeoserver.org/stable/en/user/data/raster/postgisraster.html
> 
>
>  
>
> or do you want to use Blobs for your image data.
>
>  
>
> At the moment, I have no access to pastebin.com due to firewall rules of
> my customer.
>
>  
>
> Cheers
>
> Christian
>
>  
>
>  
>
>  
>
>  
>
> On Mon, Aug 5, 2013 at 10:39 PM, Weiss, Kevin  wrote:
> 
>
> I'm trying to configure an ImageMosaic-JDBC coverage per the instructions (
> http://docs.geoserver.org/2.3.0/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html)
> and keep getting the following error "Could not list layers for this store,
> an error occurred retrieving them: Argument "value" should not be null."
>
> I've searched through the mailing list and have seen similar threads, but
> can't find a solution to the problem.  If anyone can help me out I'd
> appreciate it.  I'll attach pastebin links for the typically requested
> files.
>
> The system is GeoServer 2.3.0 with the WPS and ImagePyramid plugins added.
>  Java 1.6.0_38 running on a CentOS 6 box and a postgres-9.2/PostGIS 2.0
> database.
>
> As a side note, my end goal is to construct a Raster Catalog containing
> temporal imagery which can be retrieved and looped via GeoServer with the
> rasters being persisted in postgres/postgis.  If anyone has accomplished
> something similar and is willing to give me some help or tips I would
> greatly appreciate it.
>
> Here is the relevant stacktrace from geoserver.log
> http://pastebin.com/trL6zpmX
>
> osm.postgis.xml
> http://pastebin.com/x0KaJB0n
>
> mapping.postgis.xml.inc
> http://pastebin.com/KLpFDmtK
>
> connect.postgis.xml.inc
> http://pastebin.com/P8FwtcKS
>
> Thanks,
>
> Kevin M. Weiss
>
> --
> Get your SQL database under version control now!
> Version control is s

Re: [Geoserver-users] Smoother lines with LineSymbolizer

2013-08-06 Thread Andrea Aime
On Tue, Aug 6, 2013 at 2:56 PM, Jakob Ventin  wrote:

> Hi all!
>
> I have two questions:
>
> 1) When using LineSymbolizer to style a line, it draws a straight line
> between two (and more) points. Is there a way to make the line between
> points to be smoother? When drawing e.g. contours, road lines or boarders
> this would be a nice option. Please look at the contours in the attached
> image, on left side is what I mean by "smoother" and on right hand side
> what
> I get out of GeoServer.
>
> 
>

We'd need a smoothing geometry transformation, something that we do not
have,
but we have a pluggable extension point where that code could be hooked
(so the difficulty is only in how sophisticated the smoothing algorithm
should be).


>
> 2) Could someone confirm, that  is not suitable for
> labeling roads in a manner to get the label to follow the road on top of
> it?
>

followLine and perpendicularOffset do not mix, as we don't have a reliable
routing to compute line offsets (which is a hard problem to solve right)

Cheers
Andrea


-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it 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

---
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] starting geoserver 2.3.4

2013-08-06 Thread Ulbrich, Georg
Dear all,

after creation some new layers, i have a problem to start my geoserver 2.3.4
Details in the log file.

Kind regards,
Georg




geoserver.log
Description: geoserver.log
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

2013-08-06 Thread Weiss, Kevin
Hello Christian,

Yes, I was hoping to use the "time" parameter in WMS.  I had prototyped an 
example using the time & elevation tutorial (link below) a while back and just 
assumed that the ImageMosaic-JDBC was an extension of the ImageMosaic plugin 
and would support time-series as well.
http://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html#tutorial-imagemosaic-timeseries

Is this the best tutorial for configuring GeoServer with PostGIS Raster?  Even 
if it doesn't support the time parameter, I'd at least like to get a prototype 
running.
http://docs.geotools.org/latest/userguide/library/coverage/pgraster.html

Thanks,

Kevin M. Weiss

From: Christian Mueller [mailto:christian.muel...@os-solutions.at]
Sent: Tuesday, August 06, 2013 7:42 AM
To: Weiss, Kevin
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

Hi Kevin

I would use PostGis raster columns.

Using pastebin.com for stack traces is ok, will have a 
look at it later.

About temporal queries. Do you want to use the "time" parameter in WMS requests 
? I never used it and the imagemosiac-JDBC module has no  temporal  support !!!

Cheers
Christian



On Tue, Aug 6, 2013 at 1:44 PM, Weiss, Kevin 
mailto:kweis...@harris.com>> wrote:
Hello Christian,
For the purpose of the exercise I was using the Blobs for image data storage.  
With regards to my end goal, I'm not sold on one approach over the other.  I'm 
just looking to prototype a solution that allows me to programmatically store 
spatial imagery in the database from a java application and have it available 
for display via GeoServer while allowing temporal queries.  Along the lines of 
looping weather radar imagery.

Any help you could provide in either direction would be great.

Is there a preferred location for providing stack traces and such?  I didn't 
want to attach the files and spam the whole mailing list.

Thanks,

Kevin M. Weiss

From: Christian Mueller 
[mailto:christian.muel...@os-solutions.at]
Sent: Tuesday, August 06, 2013 5:16 AM
To: Weiss, Kevin
Cc: 
geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

Hi Kevin

A question, do you want to use PostGis Raster columns as described here
http://docsgeoserver.org/stable/en/user/data/raster/postgisraster.html

or do you want to use Blobs for your image data.

At the moment, I have no access to pastebin.com due to 
firewall rules of my customer.

Cheers
Christian




On Mon, Aug 5, 2013 at 10:39 PM, Weiss, Kevin 
mailto:kweis...@harris.com>> wrote:
I'm trying to configure an ImageMosaic-JDBC coverage per the instructions 
(http://docs.geoserver.org/2.3.0/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html)
 and keep getting the following error "Could not list layers for this store, an 
error occurred retrieving them: Argument "value" should not be null."

I've searched through the mailing list and have seen similar threads, but can't 
find a solution to the problem.  If anyone can help me out I'd appreciate it.  
I'll attach pastebin links for the typically requested files.

The system is GeoServer 2.3.0 with the WPS and ImagePyramid plugins added.  
Java 1.6.0_38 running on a CentOS 6 box and a postgres-9.2/PostGIS 2.0 database.

As a side note, my end goal is to construct a Raster Catalog containing 
temporal imagery which can be retrieved and looped via GeoServer with the 
rasters being persisted in postgres/postgis.  If anyone has accomplished 
something similar and is willing to give me some help or tips I would greatly 
appreciate it.

Here is the relevant stacktrace from geoserver.log
http://pastebin.com/trL6zpmX

osm.postgis.xml
http://pastebin.com/x0KaJB0n

mapping.postgis.xml.inc
http://pastebin.com/KLpFDmtK

connect.postgis.xml.inc
http://pastebin.com/P8FwtcKS

Thanks,

Kevin M. Weiss
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
___
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




--
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions

Re: [Geoserver-users] Smoother lines with LineSymbolizer

2013-08-06 Thread Jonathan Moules
Hi Jakob,
  You might want to try followLine:

http://docs.geoserver.org/stable/en/user/styling/sld-reference/labeling.html?highlight=followline#followline

It's designed for non-straight lines.

Jonathan



On 6 August 2013 13:56, Jakob Ventin  wrote:

> Hi all!
>
> I have two questions:
>
> 1) When using LineSymbolizer to style a line, it draws a straight line
> between two (and more) points. Is there a way to make the line between
> points to be smoother? When drawing e.g. contours, road lines or boarders
> this would be a nice option. Please look at the contours in the attached
> image, on left side is what I mean by "smoother" and on right hand side
> what
> I get out of GeoServer.
>
> 
>
> 2) Could someone confirm, that  is not suitable for
> labeling roads in a manner to get the label to follow the road on top of
> it?
>
> Best regards,
> Jakob
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Smoother-lines-with-LineSymbolizer-tp5071055.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> --
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Smoother lines with LineSymbolizer

2013-08-06 Thread Jakob Ventin
Hi all!

I have two questions:

1) When using LineSymbolizer to style a line, it draws a straight line
between two (and more) points. Is there a way to make the line between
points to be smoother? When drawing e.g. contours, road lines or boarders
this would be a nice option. Please look at the contours in the attached
image, on left side is what I mean by "smoother" and on right hand side what
I get out of GeoServer.

 

2) Could someone confirm, that  is not suitable for
labeling roads in a manner to get the label to follow the road on top of it?

Best regards,
Jakob



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Smoother-lines-with-LineSymbolizer-tp5071055.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

2013-08-06 Thread Christian Mueller
Hi Kevin

I would use PostGis raster columns.

Using pastebin.com for stack traces is ok, will have a look at it later.

About temporal queries. Do you want to use the "time" parameter in WMS
requests ? I never used it and the imagemosiac-JDBC module has no  temporal
 support !!!

Cheers
Christian




On Tue, Aug 6, 2013 at 1:44 PM, Weiss, Kevin  wrote:

>  Hello Christian,
>
> For the purpose of the exercise I was using the Blobs for image data
> storage.  With regards to my end goal, I’m not sold on one approach over
> the other.  I’m just looking to prototype a solution that allows me to
> programmatically store spatial imagery in the database from a java
> application and have it available for display via GeoServer while allowing
> temporal queries.  Along the lines of looping weather radar imagery.
>
> ** **
>
> Any help you could provide in either direction would be great.
>
> ** **
>
> Is there a preferred location for providing stack traces and such?  I
> didn’t want to attach the files and spam the whole mailing list.
>
> ** **
>
> Thanks,
>
> ** **
>
> *Kevin M. Weiss*
>
> ** **
>
> *From:* Christian Mueller [mailto:christian.muel...@os-solutions.at]
> *Sent:* Tuesday, August 06, 2013 5:16 AM
> *To:* Weiss, Kevin
> *Cc:* geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues
>
> ** **
>
> Hi Kevin
>
> ** **
>
> A question, do you want to use PostGis Raster columns as described here **
> **
>
> http://docsgeoserver.org/stable/en/user/data/raster/postgisraster.html
> 
>
> ** **
>
> or do you want to use Blobs for your image data.
>
> ** **
>
> At the moment, I have no access to pastebin.com due to firewall rules of
> my customer.
>
> ** **
>
> Cheers
>
> Christian
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> On Mon, Aug 5, 2013 at 10:39 PM, Weiss, Kevin  wrote:
> 
>
> I'm trying to configure an ImageMosaic-JDBC coverage per the instructions (
> http://docs.geoserver.org/2.3.0/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html)
> and keep getting the following error "Could not list layers for this store,
> an error occurred retrieving them: Argument "value" should not be null."
>
> I've searched through the mailing list and have seen similar threads, but
> can't find a solution to the problem.  If anyone can help me out I'd
> appreciate it.  I'll attach pastebin links for the typically requested
> files.
>
> The system is GeoServer 2.3.0 with the WPS and ImagePyramid plugins added.
>  Java 1.6.0_38 running on a CentOS 6 box and a postgres-9.2/PostGIS 2.0
> database.
>
> As a side note, my end goal is to construct a Raster Catalog containing
> temporal imagery which can be retrieved and looped via GeoServer with the
> rasters being persisted in postgres/postgis.  If anyone has accomplished
> something similar and is willing to give me some help or tips I would
> greatly appreciate it.
>
> Here is the relevant stacktrace from geoserver.log
> http://pastebin.com/trL6zpmX
>
> osm.postgis.xml
> http://pastebin.com/x0KaJB0n
>
> mapping.postgis.xml.inc
> http://pastebin.com/KLpFDmtK
>
> connect.postgis.xml.inc
> http://pastebin.com/P8FwtcKS
>
> Thanks,
>
> Kevin M. Weiss
>
> --
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> ___
> 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
>
> ** **
>



-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

2013-08-06 Thread Weiss, Kevin
Hello Christian,
For the purpose of the exercise I was using the Blobs for image data storage.  
With regards to my end goal, I'm not sold on one approach over the other.  I'm 
just looking to prototype a solution that allows me to programmatically store 
spatial imagery in the database from a java application and have it available 
for display via GeoServer while allowing temporal queries.  Along the lines of 
looping weather radar imagery.

Any help you could provide in either direction would be great.

Is there a preferred location for providing stack traces and such?  I didn't 
want to attach the files and spam the whole mailing list.

Thanks,

Kevin M. Weiss

From: Christian Mueller [mailto:christian.muel...@os-solutions.at]
Sent: Tuesday, August 06, 2013 5:16 AM
To: Weiss, Kevin
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

Hi Kevin

A question, do you want to use PostGis Raster columns as described here
http://docsgeoserver.org/stable/en/user/data/raster/postgisraster.html

or do you want to use Blobs for your image data.

At the moment, I have no access to pastebin.com due to 
firewall rules of my customer.

Cheers
Christian




On Mon, Aug 5, 2013 at 10:39 PM, Weiss, Kevin 
mailto:kweis...@harris.com>> wrote:
I'm trying to configure an ImageMosaic-JDBC coverage per the instructions 
(http://docs.geoserver.org/2.3.0/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html)
 and keep getting the following error "Could not list layers for this store, an 
error occurred retrieving them: Argument "value" should not be null."

I've searched through the mailing list and have seen similar threads, but can't 
find a solution to the problem.  If anyone can help me out I'd appreciate it.  
I'll attach pastebin links for the typically requested files.

The system is GeoServer 2.3.0 with the WPS and ImagePyramid plugins added.  
Java 1.6.0_38 running on a CentOS 6 box and a postgres-9.2/PostGIS 2.0 database.

As a side note, my end goal is to construct a Raster Catalog containing 
temporal imagery which can be retrieved and looped via GeoServer with the 
rasters being persisted in postgres/postgis.  If anyone has accomplished 
something similar and is willing to give me some help or tips I would greatly 
appreciate it.

Here is the relevant stacktrace from geoserver.log
http://pastebin.com/trL6zpmX

osm.postgis.xml
http://pastebin.com/x0KaJB0n

mapping.postgis.xml.inc
http://pastebin.com/KLpFDmtK

connect.postgis.xml.inc
http://pastebin.com/P8FwtcKS

Thanks,

Kevin M. Weiss
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
___
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

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImageMosaic-JDBC Tutorial Issues

2013-08-06 Thread Christian Mueller
Hi Kevin

A question, do you want to use PostGis Raster columns as described here
http://docs.geoserver.org/stable/en/user/data/raster/postgisraster.html

or do you want to use Blobs for your image data.

At the moment, I have no access to pastebin.com due to firewall rules of my
customer.

Cheers
Christian





On Mon, Aug 5, 2013 at 10:39 PM, Weiss, Kevin  wrote:

> I'm trying to configure an ImageMosaic-JDBC coverage per the instructions (
> http://docs.geoserver.org/2.3.0/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html)
> and keep getting the following error "Could not list layers for this store,
> an error occurred retrieving them: Argument "value" should not be null."
>
> I've searched through the mailing list and have seen similar threads, but
> can't find a solution to the problem.  If anyone can help me out I'd
> appreciate it.  I'll attach pastebin links for the typically requested
> files.
>
> The system is GeoServer 2.3.0 with the WPS and ImagePyramid plugins added.
>  Java 1.6.0_38 running on a CentOS 6 box and a postgres-9.2/PostGIS 2.0
> database.
>
> As a side note, my end goal is to construct a Raster Catalog containing
> temporal imagery which can be retrieved and looped via GeoServer with the
> rasters being persisted in postgres/postgis.  If anyone has accomplished
> something similar and is willing to give me some help or tips I would
> greatly appreciate it.
>
> Here is the relevant stacktrace from geoserver.log
> http://pastebin.com/trL6zpmX
>
> osm.postgis.xml
> http://pastebin.com/x0KaJB0n
>
> mapping.postgis.xml.inc
> http://pastebin.com/KLpFDmtK
>
> connect.postgis.xml.inc
> http://pastebin.com/P8FwtcKS
>
> Thanks,
>
> Kevin M. Weiss
>
> --
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> ___
> 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
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image Pyramid problems

2013-08-06 Thread Ian Turton
But jboss seems to have rwx permissions on the whole tree (i.e. I did chown
-R jboss:jboss data/)

Ian


On 6 August 2013 10:17, Russell Hore  wrote:

> I have had the similar error message, (Using Tomcat under Linux), when the
> permissions on the directories are not 'open' enough.
>
> Russ
>
> On 6 Aug 2013, at 10:07, Andrea Aime  wrote:
>
> On Tue, Aug 6, 2013 at 10:40 AM, Ian Turton  wrote:
>
>> I'm running GeoServer 2.3.4 under JBoss (not my choice) and I'm seeing an
>> issue creatign an image pyramid - the log file says:
>>
>> 09:31:49,822 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Checking file:/app
>> s/data/
>> existstrue
>> isFilefalse
>> canRead:true
>> canWritetrue
>> canExecutetrue
>> isHidden:false
>> lastModified1375775551000
>>
>> 09:31:49,827 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Checking file:/app
>> s/data/250k/
>> existsfalse
>> isFilefalse
>> canRead:false
>> canWritefalse
>> canExecutefalse
>> isHidden:false
>> lastModified0
>>
>> 09:31:49,832 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/0
>> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/4
>> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/1
>> 09:31:49,834 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/3
>> 09:31:49,841 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/2
>> 09:31:49,842 INFO  [org.geoserver.web] (http--172.30.2.1-8080-1) Getting
>> list of coverages for saved store /apps/data/250k:
>> java.lang.RuntimeException: Could not list layers for this store, an error
>> occurred retrieving them: This plugin accepts only File, URL and String
>> pointing to a file
>> at
>> org.geoserver.web.data.layer.NewLayerPageProvider.getItemsInternal(NewLayerPageProvider.java:123)
>> [web-core-2.3.4.jar:2.3.4]
>>
>
> Which root directory did you give to the pyramid store? It's normal that
> it's checking the root directory for files, as gdal_retile puts tiles there
> too,
> but I'd be surprised if it's checking the parent of the folder you gave it.
>
> That said, the true errors are reported for the directories that should
> contain the data, it seems it's not able to generate a mosaic there, not
> sure
> why. You can try to put the logging level to "geotools developer logging"
> and see if anything more interesting pops up
>
> Cheers
> Andrea
>
> --
> ==
> Our support, Your Success! Visit http://opensdi.geo-solutions.it 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
>
> ---
> --
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>


-- 
Ian Turton
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image Pyramid problems

2013-08-06 Thread Russell Hore
I have had the similar error message, (Using Tomcat under Linux), when the 
permissions on the directories are not 'open' enough.

Russ
 
On 6 Aug 2013, at 10:07, Andrea Aime  wrote:

> On Tue, Aug 6, 2013 at 10:40 AM, Ian Turton  wrote:
> I'm running GeoServer 2.3.4 under JBoss (not my choice) and I'm seeing an 
> issue creatign an image pyramid - the log file says: 
> 
> 09:31:49,822 INFO  [org.geotools.gce.imagepyramid] (http--172.30.2.1-8080-1) 
> Checking file:/app
> s/data/
> existstrue
> isFilefalse
> canRead:true
> canWritetrue
> canExecutetrue
> isHidden:false
> lastModified1375775551000
> 
> 09:31:49,827 INFO  [org.geotools.gce.imagepyramid] (http--172.30.2.1-8080-1) 
> Checking file:/app
> s/data/250k/
> existsfalse
> isFilefalse
> canRead:false
> canWritefalse
> canExecutefalse
> isHidden:false
> lastModified0
> 
> 09:31:49,832 INFO  [org.geotools.gce.imagepyramid] (http--172.30.2.1-8080-1) 
> Unable to build mosaic for the directory:/apps/data/250k/0
> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid] (http--172.30.2.1-8080-1) 
> Unable to build mosaic for the directory:/apps/data/250k/4
> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid] (http--172.30.2.1-8080-1) 
> Unable to build mosaic for the directory:/apps/data/250k/1
> 09:31:49,834 INFO  [org.geotools.gce.imagepyramid] (http--172.30.2.1-8080-1) 
> Unable to build mosaic for the directory:/apps/data/250k/3
> 09:31:49,841 INFO  [org.geotools.gce.imagepyramid] (http--172.30.2.1-8080-1) 
> Unable to build mosaic for the directory:/apps/data/250k/2
> 09:31:49,842 INFO  [org.geoserver.web] (http--172.30.2.1-8080-1) Getting list 
> of coverages for saved store /apps/data/250k: java.lang.RuntimeException: 
> Could not list layers for this store, an error occurred retrieving them: This 
> plugin accepts only File, URL and String pointing to a file
> at 
> org.geoserver.web.data.layer.NewLayerPageProvider.getItemsInternal(NewLayerPageProvider.java:123)
>  [web-core-2.3.4.jar:2.3.4]
> 
> Which root directory did you give to the pyramid store? It's normal that it's 
> checking the root directory for files, as gdal_retile puts tiles there too,
> but I'd be surprised if it's checking the parent of the folder you gave it.
> 
> That said, the true errors are reported for the directories that should 
> contain the data, it seems it's not able to generate a mosaic there, not sure
> why. You can try to put the logging level to "geotools developer logging" and 
> see if anything more interesting pops up
> 
> Cheers
> Andrea
>  
> -- 
> ==
> Our support, Your Success! Visit http://opensdi.geo-solutions.it 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
> 
> ---
> --
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent 
> caught up. So what steps can you take to put your SQL databases under 
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image Pyramid problems

2013-08-06 Thread Ian Turton
I've moved it within the geoserver data dir now (incase there was some sort
of wierd chroot issue) so I set the root dir as file:coverages/250k.
Nothing in the log leaps out at me but I've attached it.

Ian


On 6 August 2013 10:07, Andrea Aime  wrote:

> On Tue, Aug 6, 2013 at 10:40 AM, Ian Turton  wrote:
>
>> I'm running GeoServer 2.3.4 under JBoss (not my choice) and I'm seeing an
>> issue creatign an image pyramid - the log file says:
>>
>> 09:31:49,822 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Checking file:/app
>> s/data/
>> existstrue
>> isFilefalse
>> canRead:true
>> canWritetrue
>> canExecutetrue
>> isHidden:false
>> lastModified1375775551000
>>
>> 09:31:49,827 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Checking file:/app
>> s/data/250k/
>> existsfalse
>> isFilefalse
>> canRead:false
>> canWritefalse
>> canExecutefalse
>> isHidden:false
>> lastModified0
>>
>> 09:31:49,832 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/0
>> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/4
>> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/1
>> 09:31:49,834 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/3
>> 09:31:49,841 INFO  [org.geotools.gce.imagepyramid]
>> (http--172.30.2.1-8080-1) Unable to build mosaic for the
>> directory:/apps/data/250k/2
>> 09:31:49,842 INFO  [org.geoserver.web] (http--172.30.2.1-8080-1) Getting
>> list of coverages for saved store /apps/data/250k:
>> java.lang.RuntimeException: Could not list layers for this store, an error
>> occurred retrieving them: This plugin accepts only File, URL and String
>> pointing to a file
>> at
>> org.geoserver.web.data.layer.NewLayerPageProvider.getItemsInternal(NewLayerPageProvider.java:123)
>> [web-core-2.3.4.jar:2.3.4]
>>
>
> Which root directory did you give to the pyramid store? It's normal that
> it's checking the root directory for files, as gdal_retile puts tiles there
> too,
> but I'd be surprised if it's checking the parent of the folder you gave it.
>
> That said, the true errors are reported for the directories that should
> contain the data, it seems it's not able to generate a mosaic there, not
> sure
> why. You can try to put the logging level to "geotools developer logging"
> and see if anything more interesting pops up
>
> Cheers
> Andrea
>
> --
> ==
> Our support, Your Success! Visit http://opensdi.geo-solutions.it 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
>
> ---
>



-- 
Ian Turton


server.log
Description: Binary data
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image Pyramid problems

2013-08-06 Thread Andrea Aime
On Tue, Aug 6, 2013 at 10:40 AM, Ian Turton  wrote:

> I'm running GeoServer 2.3.4 under JBoss (not my choice) and I'm seeing an
> issue creatign an image pyramid - the log file says:
>
> 09:31:49,822 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Checking file:/app
> s/data/
> existstrue
> isFilefalse
> canRead:true
> canWritetrue
> canExecutetrue
> isHidden:false
> lastModified1375775551000
>
> 09:31:49,827 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Checking file:/app
> s/data/250k/
> existsfalse
> isFilefalse
> canRead:false
> canWritefalse
> canExecutefalse
> isHidden:false
> lastModified0
>
> 09:31:49,832 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/0
> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/4
> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/1
> 09:31:49,834 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/3
> 09:31:49,841 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/2
> 09:31:49,842 INFO  [org.geoserver.web] (http--172.30.2.1-8080-1) Getting
> list of coverages for saved store /apps/data/250k:
> java.lang.RuntimeException: Could not list layers for this store, an error
> occurred retrieving them: This plugin accepts only File, URL and String
> pointing to a file
> at
> org.geoserver.web.data.layer.NewLayerPageProvider.getItemsInternal(NewLayerPageProvider.java:123)
> [web-core-2.3.4.jar:2.3.4]
>

Which root directory did you give to the pyramid store? It's normal that
it's checking the root directory for files, as gdal_retile puts tiles there
too,
but I'd be surprised if it's checking the parent of the folder you gave it.

That said, the true errors are reported for the directories that should
contain the data, it seems it's not able to generate a mosaic there, not
sure
why. You can try to put the logging level to "geotools developer logging"
and see if anything more interesting pops up

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it 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

---
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Image Pyramid problems

2013-08-06 Thread Ian Turton
I'm running GeoServer 2.3.4 under JBoss (not my choice) and I'm seeing an
issue creatign an image pyramid - the log file says:

09:31:49,822 INFO  [org.geotools.gce.imagepyramid]
(http--172.30.2.1-8080-1) Checking file:/app
s/data/
existstrue
isFilefalse
canRead:true
canWritetrue
canExecutetrue
isHidden:false
lastModified1375775551000

09:31:49,827 INFO  [org.geotools.gce.imagepyramid]
(http--172.30.2.1-8080-1) Checking file:/app
s/data/250k/
existsfalse
isFilefalse
canRead:false
canWritefalse
canExecutefalse
isHidden:false
lastModified0

09:31:49,832 INFO  [org.geotools.gce.imagepyramid]
(http--172.30.2.1-8080-1) Unable to build mosaic for the
directory:/apps/data/250k/0
09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
(http--172.30.2.1-8080-1) Unable to build mosaic for the
directory:/apps/data/250k/4
09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
(http--172.30.2.1-8080-1) Unable to build mosaic for the
directory:/apps/data/250k/1
09:31:49,834 INFO  [org.geotools.gce.imagepyramid]
(http--172.30.2.1-8080-1) Unable to build mosaic for the
directory:/apps/data/250k/3
09:31:49,841 INFO  [org.geotools.gce.imagepyramid]
(http--172.30.2.1-8080-1) Unable to build mosaic for the
directory:/apps/data/250k/2
09:31:49,842 INFO  [org.geoserver.web] (http--172.30.2.1-8080-1) Getting
list of coverages for saved store /apps/data/250k:
java.lang.RuntimeException: Could not list layers for this store, an error
occurred retrieving them: This plugin accepts only File, URL and String
pointing to a file
at
org.geoserver.web.data.layer.NewLayerPageProvider.getItemsInternal(NewLayerPageProvider.java:123)
[web-core-2.3.4.jar:2.3.4]

while ls on the filesystem says:

[root@ags101a01 250k]# ls -ld /apps/data/
drwxr-xr-x 3 root root 4096 Aug  6 08:44 /apps/data/
[root@ags101a01 250k]# ls -ld /apps/data/250k/
drwxr-xr-x 7 jboss jboss 20480 Aug  6 08:52 /apps/data/250k/
[root@ags101a01 250k]# ls -ld /apps/data/250k/0
drwxr-xr-x 2 jboss jboss 20480 Aug  6 09:21 /apps/data/250k/0
[root@ags101a01 250k]#

So the logging seems backwards as the server should be running as jboss
(and if not is running as root).

Any one got any ideas?

Cheers

Ian


-- 
Ian Turton
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] EXT :Re: Disabling Geoserver Security in 2.3.4?

2013-08-06 Thread Christian Mueller
Hi Melody

The close button does not store the configuration to the disk. Clicking
"Close"  stores your changes to main memory. After finishing the
configuration for the web filter chains, you have to click on the "save"
button of the authentication page.

Cheers
Christian


2013/8/5 Ballance, Melody (IS) 

>  I am still having an issue, in fact I think it is related to 
>
>
> http://osgeo-org.1560.x6.nabble.com/Unable-to-save-modification-Filter-Chains-on-Authentication-page-td5033643.html
> 
>
> ** **
>
> I am able to create the authentication filter and save it,
>
> But when I try to move my j2ee_auth_filter from available to selected for
> any of the filter chains, and hit the close button (it does not say save
> but I think it is better than cancel).  It looks like it saves it, but when
> I log out and then back in the j2ee_auth_filter is back over on the
> available side not selected.
>
> I am using 2.3.4 version.  Is there anything else I can do to make the
> change save?  What file is the change made to, web.xml or what?
>
> ** **
>
> Thanks,
>
> Melody
>
> ** **
>
> *From:* Christian Mueller [mailto:christian.muel...@os-solutions.at]
> *Sent:* Friday, August 02, 2013 7:16 AM
> *To:* Ballance, Melody (IS); geoserver-users@lists.sourceforge.net
> *Subject:* Re: EXT :Re: [Geoserver-users] Disabling Geoserver Security in
> 2.3.4?
>
> ** **
>
> Hi Melody
>
> ** **
>
> Please stay on the user mailing list.
>
> ** **
>
> The stack trace tells me that GeoServer is not able to find the web.xml
> file. This is strange, I tested with tomcat and jetty, no problems here.
> Check if the file is there and that it is readable for the weblogic
> container.
>
> ** **
>
> An alternative solution is:
>
> ** **
>
> Remove the J2ee role service
>
> Add the role "GEOSERVER" to the role service named "default".
>
> Configure the role service named "default" to have "Administrator Role" =
> "GEOSERVER".
>
> Configure the J2EE filter to use the role service "default".
>
> ** **
>
> Try again and let me know
>
> ** **
>
> Christian
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> 2013/8/1 Ballance, Melody (IS) 
>
> Christian,
>
> Below is the addition made to the downloaded web.xml that
> is deployed in the war file.  I am NOT seeing the GEOSERVER role in the
> user/groups/roles (roles) tab.
>
>  
>
>  
>
> 
>
> 
>
> GeoServer
>
> / *
>
> PUT
>
> DELETE
>
> GET
>
> POST
>
> 
>
> 
>
> GEOSERVER
>
> 
>
> 
>
>  
>
> 
>
>   BASIC
>
> 
>
>  
>
> 
>
>   GEOSERVER
>
>  
>
> I followed your instructions:
>
> - add J2EE role service (GUI)  
>
> - add J2EE authentication filter using the J2EE role service (GUI)
>
> - put this filter on the filter chains, remove unneeded filters
>
> When I did this part I would add the J2EE_AUTH_FILTER to
> each of the chains.  When I would restart the application, the
> J2EE_AUTH_FILTER was no longer in any of the filter chains.
>
> So I added it back again to all of the filter chains
> except the login and logout. And then I removed the rememberme
> authentication filter and restarted the application but this time I got a
> Error 500--Internal Server Error.  Then when I looked in the logs I saw the
> following.
>
>  
>
> * error after removing the rememberme authentication
> filter**
>
>  
>
> java.lang.RuntimeException: java.io.IOException: Cannot open
> /WEB-INF/web.xml
>
> at
> org.geoserver.security.filter.GeoServerPreAuthenticationFilter.doAuthenticate(GeoServerPreAuthenticationFilter.java:122)
> 
>
> at
> org.geoserver.security.filter.GeoServerPreAuthenticationFilter.doFilter(GeoServerPreAuthenticationFilter.java:63)
> 
>
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
> 
>
> at
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
> 
>
> at
> org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182)
> 
>
> Truncated. see log file for complete stacktrace
>
> Caused By: java.io.IOException: Cannot open /WEB-INF/web.xml
>
> at
> org.geoserver.security.impl.GeoServerJ2eeRoleService.load(GeoServerJ2eeRoleService.java:267)
> 
>
> at
> org.geoserver.security.impl.GeoServerJ2eeRoleService.(GeoServerJ2eeRoleService.java:183)
> 
>
> at
> org.geoserver.security.impl.J2eeSecurityProvider.createRoleService(J2eeSecurityProvider.java:40)
> 
>
>  

Re: [Geoserver-users] Hide Layer Groups from WMS

2013-08-06 Thread Sandra Kennish
Hi Andrea

Thanks for your reply, I was afraid that would be the case.  I'll try and add 
an improvement request as you say.

Regards

Sandra

From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: 05 August 2013 17:33
To: Sandra Kennish
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Hide Layer Groups from WMS

On Mon, Aug 5, 2013 at 6:11 PM, Sandra Kennish 
mailto:s.kenn...@northyorkmoors.org.uk>> wrote:
Hi

Does anyone know a way of hiding Layer Groups from WMS viewed from a corporate 
GIS eg MapInfo?  I have hidden all the individual layers which I don't want to 
be used, but the Layer Groups are still visible including ones which are not in 
my workspace.  The url is filtering by workspace and this works on individual 
layers but not groups.

I don't think it's possible, even if it would make sense to have the group 
disappear if none of the layers in it are visible,
it seems the code is not doing that today.
You can open a improvement request at 
jira.codehaus.org (get a login at 
xircles.codehaus.org if you don't have one),
however, if you need this soon, I'd suggest you either prepare a patch 
internally, and then share it with the community,
or look into the commercial support page at geoserver.org

Cheers
Andrea

--
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it 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

---
Scanned by MailDefender - managed email security from intY - 
www.maildefender.net

[http://www.northyorkmoors.org.uk/images/60th-strapline.jpg]

CONFIDENTIALITY: The contents of this message are the views of the author, not 
necessarily the views of the North York Moors National Park Authority. This is 
a private message intended for the named addressee(s) only. Its contents may be 
confidential.

If you have received this message in error please reply to say so and then 
delete the message. Any use, copying, disclosure or distribution by anyone 
other than the addressee is forbidden.

www.northyorkmoors.org.uk



Scanned by MailDefender - managed email security from intY - 
www.maildefender.net--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users