[Geoserver-users] georectification via SLD not display in the correct position

2013-08-26 Thread bulkilol
Hello list,

 We have some data that are non-georectified and we would like to visualize
them over an OSM map (after georectification) in OpenLayers. Since we may
have a quite big quantity of data in our PostGIS database, we would like to
import the different layers in Geoserver without preprocessing them (to
avoid a duplication of data and minimize the db size) and do it on-the-fly
when we display them. To that end, I thought of doing it via styling with
Geoserver.

I am displaying the layer over the OSM map via Openlayers like:

var wms = new OpenLayers.Layer.WMS(Geotiff6,
http://foo.bar/geoserver/opengeo/wms;,
{
layers: test,
styles: georectify2,
env:
wms_transparent:false;wms_crs:EPSG:900913;wms_gcp:[[[0, 0],
[724181.691693196, 5863101.45682414]], [[0, 450], [724330.553821501,
5858374.51975302]], [[600, 0], [735455.441977693, 5863497.42149311]], [[600,
450], [734605.806108252, 5858693.98805558]]],

},
{
singleTile: true,
isBaseLayer: false,
}
);

with the style being :

?xml version=1.0 encoding=ISO-8859-1?
StyledLayerDescriptor version=1.0.0
xsi:schemaLocation=http://www.opengis.net/sld StyledLayerDescriptor.xsd
xmlns=http://www.opengis.net/sld; xmlns:ogc=http://www.opengis.net/ogc;
xmlns:xlink=http://www.w3.org/1999/xlink;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
NamedLayer
  NameGeorectifyCoverage/Name
  UserStyle
TitleGeorectify Coverage/Title
AbstractWarps image to specified GCP/Abstract
FeatureTypeStyle
  Transformation
ogc:Function name=gs:GeorectifyCoverage
  ogc:Function name=parameter
ogc:Literaldata/ogc:Literal
  /ogc:Function
  ogc:Function name=parameter
ogc:Literalgcp/ogc:Literal
ogc:Function
name=envogc:Literalwms_gcp/ogc:Literal/ogc:Function
  /ogc:Function
  ogc:Function name=parameter
ogc:LiteraltargetCRS/ogc:Literal
ogc:Function
name=envogc:Literalwms_crs/ogc:Literal/ogc:Function   
  /ogc:Function
  ogc:Function name=parameter
ogc:Literaltransparent/ogc:Literal
  ogc:Function
name=envogc:Literalwms_transparent/ogc:Literal/ogc:Function
   
  /ogc:Function   
/ogc:Function
  /Transformation
 
  Rule
   RasterSymbolizer
 Opacity1.0/Opacity
   /RasterSymbolizer
 /Rule

/FeatureTypeStyle
  /UserStyle
/NamedLayer
/StyledLayerDescriptor

ie I pass the coordinates, the CRS and the transparent parameter through a
GET request with the env variable. Neither Geoserver nor OpenLayers return
me an error or warning, and the layer seems to be correctly orthorectified,
but it doesn't appear at the correct coordinates. If you look at the picture
below, you can see that it appears north of the position defined (the
polygon).

I tried everything I could thing of with OL without any luck, and the
problem seems to lie with Geoserver. Is this a bug of the WPS process, or is
the style incorrect?

Also, I don't know if the idea of doing the on-the-fly georectification via
styling is the best solution, but the only one we thought could work. Any
help with that would also be very appreciated

Thanks in advance,

Bulkilol

PS: I think the first time I tried to sent the mail failed. I apologies if
there was a double post.

http://osgeo-org.1560.x6.nabble.com/file/n5074248/georectification2.png 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/georectification-via-SLD-not-display-in-the-correct-position-tp5074248.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] georectification via SLD not display in the correct position

2013-08-26 Thread Andrea Aime
On Mon, Aug 26, 2013 at 10:09 AM, bulkilol bulki...@gmail.com wrote:

 I tried everything I could thing of with OL without any luck, and the
 problem seems to lie with Geoserver. Is this a bug of the WPS process, or
 is
 the style incorrect?


The process in the end just calls onto gdalwarp, so you might want to try
calling it directly with one of your images and see if that works as
expected.

I'm not 100% sure, but I'm not sure if the image can be orthorectified
correctly,
as it's an oblique one: I see the sky in the top part of the image, that
part should
simply stop to exist in the final image

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

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] reminder: last week for release candidate testing

2013-08-26 Thread Denlarik
If i click in page geoserver status on button
Configuration and catalog   
Reload
 i have
26 авг 13:40:29 ERROR [geoserver.web] - An error occurred while reloading
the catalog
java.lang.IllegalArgumentException: Settings already exist for workspace
'ENC'
at org.geoserver.config.impl.GeoServerImpl.add(GeoServerImpl.java:127)
at
org.geoserver.config.GeoServerLoader.readConfiguration(GeoServerLoader.java:629)
at
org.geoserver.config.DefaultGeoServerLoader.loadGeoServer(DefaultGeoServerLoader.java:72)
at org.geoserver.config.GeoServerLoader.reload(GeoServerLoader.java:211)
at
org.geoserver.config.GeoServerLoaderProxy.reload(GeoServerLoaderProxy.java:65)
at 
org.geoserver.config.impl.GeoServerImpl.reload(GeoServerImpl.java:434)
at org.geoserver.web.admin.StatusPage$5.onClick(StatusPage.java:156)
at 
org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:68)
at
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:177)
at
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:300)
at
org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:119)
at
org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
at
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
at
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:484)
at
org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:138)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:159)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
at
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:27)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
at
org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:49)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at

Re: [Geoserver-users] reminder: last week for release candidate testing

2013-08-26 Thread Andrea Aime
On Mon, Aug 26, 2013 at 11:46 AM, Denlarik denla...@yandex.ru wrote:

 If i click in page geoserver status on button
 Configuration and catalog
 Reload
  i have
 26 авг 13:40:29 ERROR [geoserver.web] - An error occurred while reloading
 the catalog
 java.lang.IllegalArgumentException: Settings already exist for workspace
 'ENC'


Yep, I've fixed this one yesterday:
https://jira.codehaus.org/browse/GEOS-5689

But, thanks for the report anyways!

Ah, for the record, here is a list of issues already fixed since RC1 (which
will be
included in the next release, regardless of whether it's going to be an RC2
or
a 2.4.0 final):
https://jira.codehaus.org/issues/?jql=project%20%3D%20GEOS%20AND%20fixVersion%20%3D%20%222.4-RC2%22%20AND%20status%20in%20(Resolved%2C%20Closed)

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

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] reminder: last week for release candidate testing

2013-08-26 Thread Jody Garnett
A little more information Denlarik  

1. You are testing 2.4-RC1 right?
2. What platform are you using? Windows, Mac, Linux, RHEL etc..
3. What application server? (If just using the installer or bin download it is 
Jetty)
4. Are you upgrading an existing system?

When you have that information please report an issue into the issue tracker 
(i.e. JIRA (http://jira.codehaus.org/browse/GEOS)). You may have to create an 
account first (https://xircles.codehaus.org/) if you have not used it before.

Jody Garnett


On Monday, 26 August 2013 at 7:46 PM, Denlarik wrote:

 If i click in page geoserver status on button
 Configuration and catalog  
 Reload
 i have
 26 авг 13:40:29 ERROR [geoserver.web] - An error occurred while reloading
 the catalog
 java.lang.IllegalArgumentException: Settings already exist for workspace
 'ENC'
 at org.geoserver.config.impl.GeoServerImpl.add(GeoServerImpl.java:127)
 at
 org.geoserver.config.GeoServerLoader.readConfiguration(GeoServerLoader.java:629)
 at
 org.geoserver.config.DefaultGeoServerLoader.loadGeoServer(DefaultGeoServerLoader.java:72)
 at org.geoserver.config.GeoServerLoader.reload(GeoServerLoader.java:211)
 at
 org.geoserver.config.GeoServerLoaderProxy.reload(GeoServerLoaderProxy.java:65)
 at org.geoserver.config.impl.GeoServerImpl.reload(GeoServerImpl.java:434)
 at org.geoserver.web.admin.StatusPage 
 (http://web.admin.StatusPage)$5.onClick(StatusPage.java:156)
 at org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:68)
 at
 org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:177)
 at
 org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:300)
 at
 org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:119)
 at
 org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
 at
 org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
 at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
 at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
 at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
 at
 org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:484)
 at
 org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:138)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
 at
 org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal
  
 (http://web.servlet.mvc.ServletWrappingController.handleRequestInternal)(ServletWrappingController.java:159)
 at
 org.springframework.web.servlet.mvc.AbstractController.handleRequest 
 (http://web.servlet.mvc.AbstractController.handleRequest)(AbstractController.java:153)
 at
 org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle 
 (http://web.servlet.mvc.SimpleControllerHandlerAdapter.handle)(SimpleControllerHandlerAdapter.java:48)
 at
 org.springframework.web.servlet.DispatcherServlet.doDispatch 
 (http://web.servlet.DispatcherServlet.doDispatch)(DispatcherServlet.java:923)
 at
 org.springframework.web.servlet.DispatcherServlet.doService 
 (http://web.servlet.DispatcherServlet.doService)(DispatcherServlet.java:852)
 at
 org.springframework.web.servlet.FrameworkServlet.processRequest 
 (http://web.servlet.FrameworkServlet.processRequest)(FrameworkServlet.java:882)
 at
 org.springframework.web.servlet.FrameworkServlet.doGet 
 (http://web.servlet.FrameworkServlet.doGet)(FrameworkServlet.java:778)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
 at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
 at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
 at
 org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:27)
 at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
 at
 org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
 at
 org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45)
 at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
 at
 org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:49)
 at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
 at
 org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
 at
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
 at
 org.springframework.security.web.FilterChainProxy 
 (http://web.FilterChainProxy)$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
 at
 

Re: [Geoserver-users] Coord Reference System and Grid Shift Transform files

2013-08-26 Thread Gianni Barrotta
Hi Andrea,
thank you.

We should try and add this code, as we use this files in other applications.
May I open a Jira task?



On Fri, Aug 23, 2013 at 4:59 PM, Andrea Aime
andrea.a...@geo-solutions.itwrote:

 On Fri, Aug 23, 2013 at 4:32 PM, Gianni Barrotta giannibarro...@gmail.com
  wrote:

 Hi,
 I've seen that there's a way to provide Grid Shit trasform files to
 GeoServer (as .gsb or in the Nadcon format); I wonder if there's a way to
 use the Italian IGM Grigliati files (.gr1 files).


 Hmm... I don't believe so, unless they are ntv2 under a different name.
 With some coding GeoTools/GeoServer could learn how to read and use them
 though

 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

 ---

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver does not start anymore:A valid WFS object must be provided

2013-08-26 Thread Pierluigi Santin Fintel
Hi
I have a Geoserver 2.1 instance running for years without problems. Suddently 
this has stopped working. If I try to start it from the tomcat manager, start 
process fails and in the logs I have:

Could not instantiate bean class [org.geoserver.wfs.response.CSVOutputFormat]

A valid WFS object must be provided in order for this class to work

It happears just after layer loading.
There should be a Layer that fails or something like this but I have no idea 
about how to fix this.
Any suggestions?

Thanks a lot!

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver does not start anymore:A valid WFS object must be provided

2013-08-26 Thread Andrea Aime
On Mon, Aug 26, 2013 at 2:54 PM, Pierluigi Santin Fintel 
p.san...@fintelengineering.it wrote:

 Hi
 I have a Geoserver 2.1 instance running for years without problems.
 Suddently this has stopped working. If I try to start it from the tomcat
 manager, start process fails and in the logs I have:

 Could not instantiate bean class
 [org.geoserver.wfs.response.CSVOutputFormat]

 A valid WFS object must be provided in order for this class to work

 It happears just after layer loading.
 There should be a Layer that fails or something like this but I have no
 idea about how to fix this.
 Any suggestions?


Searching the internet I see this issue has been reported a couple of times
in the past, but
we never managed to figure out what was causing it...

However, it seems to be a service configuration problem, not a data
problem... do you have anything else in the
logs before that?

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

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] MongoDB plugin

2013-08-26 Thread Paolo Corti
Hello Justin

thanks for your feedback.

Sorry to get back into this after a long time, but I came back to give
a try with this mongodb plugin only today.
I could successfully install the plugin in GeoServer, and now I can
create a MongoDB store in GeoServer.
What I cannot figure out is how I can use my test MongoDB with it.

As soon as I create the MongoDB datastore, a New Layer page is
displayed, and the layer list is empty.
There is a link to Create new feature type..., and I click on it.
I try adding some attributes, including a geometric one, but as soon
as I try to save the new vector layer, a 
Field 'Type name' is required. message is displayed and the layer
cannot be created.

Is there anyone that could give me some more details?
thanks a lot
p


On Thu, Mar 21, 2013 at 2:46 PM, Justin Deoliveira jdeol...@opengeo.org wrote:
 Hi Paolo,

 There is currently an unsupported module in GeoTools that provides access to
 mongo, but its not being released through GeoServer in any way.

 We have a few clients interested in mongo support and have recently looked
 at the plugin. Unfortunately the plug-in is a bit specific to the original
 authors needs. It involves setting up specific mapping functions to map a
 mongo collection to something the datastore can consume. That said I can
 confirm that it works with some wrangling.

 In our evaluation of it we decided we wanted make the plugin a bit more
 generic and be able to handle collections structured in multiple ways. But
 that work has yet to start.

 And in the meantime the geospatial support in mongo has changed with the
 coming of version 2.4, which now has real support (with index) for lines and
 polygons.

 -Justin



 On Thu, Mar 21, 2013 at 4:25 AM, Paolo Corti pco...@gmail.com wrote:

 Hi list
 I have seen this presentation on slideshare [1], and I would like to
 get a try to the MongoDB plugin.
 Was it finally released?
 Only thing I could find is a GeoTools plugin [2], wondering if there
 is anything more consolidated or if I can find any sort of
 documentation to use the plugin in GeoServer
 thanks
 p

 [1] http://www.slideshare.net/mongodb/mongo-db-dc2013mongogeoserverfinal
 [2] http://repo.opengeo.org/org/geotools/gt-mongodb/8-SNAPSHOT/

 --
 Paolo Corti
 Geospatial software developer
 web: http://www.paolocorti.net
 twitter: @capooti
 skype: capooti


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users




 --
 Justin Deoliveira
 OpenGeo - http://opengeo.org
 Enterprise support for open source geospatial.



-- 
Paolo Corti
Geospatial software developer
web: http://www.paolocorti.net
twitter: @capooti
skype: capooti

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] R: Geoserver does not start anymore:A valid WFS object must be provided

2013-08-26 Thread Pierluigi Santin Fintel
No nothing else that helps me.
There should be a way to at least detect which is the failing WFS and then 
(manually?) delete it?

Da: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] Per conto di Andrea 
Aime
Inviato: lunedì 26 agosto 2013 15:31
A: Pierluigi Santin Fintel
Cc: geoserver-users@lists.sourceforge.net
Oggetto: Re: [Geoserver-users] Geoserver does not start anymore:A valid WFS 
object must be provided

On Mon, Aug 26, 2013 at 2:54 PM, Pierluigi Santin Fintel 
p.san...@fintelengineering.itmailto:p.san...@fintelengineering.it wrote:
Hi
I have a Geoserver 2.1 instance running for years without problems. Suddently 
this has stopped working. If I try to start it from the tomcat manager, start 
process fails and in the logs I have:

Could not instantiate bean class [org.geoserver.wfs.response.CSVOutputFormat]

A valid WFS object must be provided in order for this class to work

It happears just after layer loading.
There should be a Layer that fails or something like this but I have no idea 
about how to fix this.
Any suggestions?

Searching the internet I see this issue has been reported a couple of times in 
the past, but
we never managed to figure out what was causing it...

However, it seems to be a service configuration problem, not a data problem... 
do you have anything else in the
logs before that?

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

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] R: Geoserver does not start anymore:A valid WFS object must be provided

2013-08-26 Thread araysek
Taiberisik
Sent from my AXIS Worry Free BlackBerry® smartphone

-Original Message-
From: Pierluigi Santin Fintel p.san...@fintelengineering.it
Date: Mon, 26 Aug 2013 13:32:33 
To: Andrea Aimeandrea.a...@geo-solutions.it
Cc: geoserver-users@lists.sourceforge.netgeoserver-users@lists.sourceforge.net
Subject: [Geoserver-users] R: Geoserver does not start anymore:A valid WFS
 object must be provided

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] data directory stored on database

2013-08-26 Thread Hajo Kliemeck
Hey,

it seems that i will stick to the proposed configuration on
http://blog.opengeo.org/2013/04/18/geoserver-in-a-clustered-configuration-part-1/
with a NFS share.

Its said that This can be enforced by disabling the GeoServer user
interface on all “slave” GeoServers. I did not found any information
about doing this. Any advice?

Does sending a POST/PUT request to
/geoserver/rest/reload?recurse=true). means that the whole
configuration including the whole data directory is reloaded (including
all points of the list Andrea posted) ?

thanks
Hajo

Am 26.08.2013 04:17, schrieb Ben Caradoc-Davies:
 On 24/08/13 05:51, Andrea Aime wrote:
 No, afaik it does not. Things that come to mind that, as far as I know,
 are not stored in the dbms:
 * freemarker templates
 * all projection subsystem tuning (custom projections, custom
 transformations)
 * most plugins configurations (e.g. ogr2ogr, control-flow, I guess
 monitoring too?)
 * while not 100% sure, I believe all GWC tile caching configuration
 remains on disk as xml files
 (including layer by layer caching config)
 * satellite files to styles (e.g., icons as images, svgs)
 * logs
 * palettes
 * the whole security subsystem configuration
 * decoration layouts
 * CSW mapping templates
 * CSS files, if you are using the CSS styling plugin
 * WCS and WPS temp files
 
 And app-schema mapping files.
 

-- 
marken mehrwert  -  brand added value AG
Tel.: +49 (0) 621-761395-748
Tel.: +49 (0) 175-5276327
Julius-Hatry-Strasse 1, 68163 Mannheim, Germany

Vorstand: Dipl. Inf. Bastian Weiß
Aufsichtsrat: Prof. Dr. Stefan Jugel (Vorsitzender),  Prof. Dr. Michael
Woywode, Prof. Dr. h.c. Dietmar von Hoyningen Huene
USt-IdNr. DE258032509, Registergericht Mannheim HRB 704123


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] data directory stored on database

2013-08-26 Thread araysek
Berisikkk fuck
Sent from my AXIS Worry Free BlackBerry® smartphone

-Original Message-
From: Hajo Kliemeck k...@mmw.ag
Date: Mon, 26 Aug 2013 15:35:05 
To: Ben Caradoc-Daviesben.caradoc-dav...@csiro.au
Cc: GeoServer Mailing List Listgeoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] data directory stored on database

Hey,

it seems that i will stick to the proposed configuration on
http://blog.opengeo.org/2013/04/18/geoserver-in-a-clustered-configuration-part-1/
with a NFS share.

Its said that This can be enforced by disabling the GeoServer user
interface on all “slave” GeoServers. I did not found any information
about doing this. Any advice?

Does sending a POST/PUT request to
/geoserver/rest/reload?recurse=true). means that the whole
configuration including the whole data directory is reloaded (including
all points of the list Andrea posted) ?

thanks
Hajo

Am 26.08.2013 04:17, schrieb Ben Caradoc-Davies:
 On 24/08/13 05:51, Andrea Aime wrote:
 No, afaik it does not. Things that come to mind that, as far as I know,
 are not stored in the dbms:
 * freemarker templates
 * all projection subsystem tuning (custom projections, custom
 transformations)
 * most plugins configurations (e.g. ogr2ogr, control-flow, I guess
 monitoring too?)
 * while not 100% sure, I believe all GWC tile caching configuration
 remains on disk as xml files
 (including layer by layer caching config)
 * satellite files to styles (e.g., icons as images, svgs)
 * logs
 * palettes
 * the whole security subsystem configuration
 * decoration layouts
 * CSW mapping templates
 * CSS files, if you are using the CSS styling plugin
 * WCS and WPS temp files
 
 And app-schema mapping files.
 

-- 
marken mehrwert  -  brand added value AG
Tel.: +49 (0) 621-761395-748
Tel.: +49 (0) 175-5276327
Julius-Hatry-Strasse 1, 68163 Mannheim, Germany

Vorstand: Dipl. Inf. Bastian Weiß
Aufsichtsrat: Prof. Dr. Stefan Jugel (Vorsitzender),  Prof. Dr. Michael
Woywode, Prof. Dr. h.c. Dietmar von Hoyningen Huene
USt-IdNr. DE258032509, Registergericht Mannheim HRB 704123


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] MongoDB plugin

2013-08-26 Thread Justin Deoliveira
Hi Paolo,

Unfortunately things not working like this in an unsupported module are
quite normal. They are very much a use at your own risk. That said if I
remember the plugin correctly it avoids scanning all the collections from
mongo and instead the user has to manually configure a file containing the
list of layers. Regarding the creating of new feature types from scratch it
seems the plugin does not implement that functionality.

This is indeed an issue for geoserver and something that we plan to address
when we start on a newer mongo plugin for geotools. We have a project that
has secured the funding for the work but currently the project is focusing
on other deliverables and the mongo piece won't start until later on in the
year.

-Justin


On Mon, Aug 26, 2013 at 7:27 AM, Paolo Corti pco...@gmail.com wrote:

 Hello Justin

 thanks for your feedback.

 Sorry to get back into this after a long time, but I came back to give
 a try with this mongodb plugin only today.
 I could successfully install the plugin in GeoServer, and now I can
 create a MongoDB store in GeoServer.
 What I cannot figure out is how I can use my test MongoDB with it.

 As soon as I create the MongoDB datastore, a New Layer page is
 displayed, and the layer list is empty.
 There is a link to Create new feature type..., and I click on it.
 I try adding some attributes, including a geometric one, but as soon
 as I try to save the new vector layer, a 
 Field 'Type name' is required. message is displayed and the layer
 cannot be created.

 Is there anyone that could give me some more details?
 thanks a lot
 p


 On Thu, Mar 21, 2013 at 2:46 PM, Justin Deoliveira jdeol...@opengeo.org
 wrote:
  Hi Paolo,
 
  There is currently an unsupported module in GeoTools that provides
 access to
  mongo, but its not being released through GeoServer in any way.
 
  We have a few clients interested in mongo support and have recently
 looked
  at the plugin. Unfortunately the plug-in is a bit specific to the
 original
  authors needs. It involves setting up specific mapping functions to map a
  mongo collection to something the datastore can consume. That said I can
  confirm that it works with some wrangling.
 
  In our evaluation of it we decided we wanted make the plugin a bit more
  generic and be able to handle collections structured in multiple ways.
 But
  that work has yet to start.
 
  And in the meantime the geospatial support in mongo has changed with the
  coming of version 2.4, which now has real support (with index) for lines
 and
  polygons.
 
  -Justin
 
 
 
  On Thu, Mar 21, 2013 at 4:25 AM, Paolo Corti pco...@gmail.com wrote:
 
  Hi list
  I have seen this presentation on slideshare [1], and I would like to
  get a try to the MongoDB plugin.
  Was it finally released?
  Only thing I could find is a GeoTools plugin [2], wondering if there
  is anything more consolidated or if I can find any sort of
  documentation to use the plugin in GeoServer
  thanks
  p
 
  [1]
 http://www.slideshare.net/mongodb/mongo-db-dc2013mongogeoserverfinal
  [2] http://repo.opengeo.org/org/geotools/gt-mongodb/8-SNAPSHOT/
 
  --
  Paolo Corti
  Geospatial software developer
  web: http://www.paolocorti.net
  twitter: @capooti
  skype: capooti
 
 
 
 --
  Everyone hates slow websites. So do we.
  Make your web apps faster with AppDynamics
  Download AppDynamics Lite for free today:
  http://p.sf.net/sfu/appdyn_d2d_mar
  ___
  Geoserver-users mailing list
  Geoserver-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/geoserver-users
 
 
 
 
  --
  Justin Deoliveira
  OpenGeo - http://opengeo.org
  Enterprise support for open source geospatial.



 --
 Paolo Corti
 Geospatial software developer
 web: http://www.paolocorti.net
 twitter: @capooti
 skype: capooti




-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Cannot get gdal plugin ECW to work - Ubuntu 12.04

2013-08-26 Thread Simone Giannecchini
Ciao Milo,
a few questions:

-1- did you use the prebuilt packages that comes with ImageIO-Ext
-2- Did you match the GCC version on your system? (assuming we have
the right one)
-3- Did you try running the Java gdalinfo util we ship with the libs?

I kind of believe you are trying to run the GDAL extension against the
GDAL installed on your machine which does not have SWIG (JNI) bindings
(see the line SWIG Bindings: no) hence it is going be
impossible for GeoServer to make use of it.

Regards,
Simone Giannecchini
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.
==

Ing. Simone Giannecchini
@simogeo
Founder/Director

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

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

---


On Thu, Aug 22, 2013 at 1:49 AM, Milo van der Linden m...@dogodigi.net wrote:
 Hi folks,
 I compiled GDAL with ECW support under Ubuntu 12.04 for use with
 geoserver 2.3.4. I followed the instructions at
 http://docs.geoserver.org/stable/en/user/data/raster/gdal.html
 But the ECW store doesn't show up in the admin interface. I also set
 LD_LIBRARY_PATH and GDAL_DATA in /etc/environment but nothing seems to
 work.

 Is there anybody that has a succesfull ECW implementation that wants
 to share some hints? Technical information is attached inline.

 Kind regards,

 Milo


 -
 GDAL

 ./configure --with-ecw=/usr/local --with-java=/usr/local/java/jdk1.6.0_45/

 Output is then:

 GDAL is now configured for x86_64-unknown-linux-gnu

   Installation directory:/usr/local
   C compiler:gcc -g -O2 -DHAVE_SSE_AT_COMPILE_TIME
   C++ compiler:  g++ -g -O2 -DHAVE_SSE_AT_COMPILE_TIME

   LIBTOOL support:   yes

   LIBZ support:  internal
   LIBLZMA support:   no
   GRASS support: no
   CFITSIO support:   no
   PCRaster support:  internal
   LIBPNG support:internal
   DDS support:   no
   GTA support:   no
   LIBTIFF support:   internal (BigTIFF=yes)
   LIBGEOTIFF support:internal
   LIBJPEG support:   internal
   12 bit JPEG:   yes
   12 bit JPEG-in-TIFF:   yes
   LIBGIF support:internal
   OGDI support:  no
   HDF4 support:  no
   HDF5 support:  no
   NetCDF support:no
   Kakadu support:no
   JasPer support:no
   OpenJPEG support:  no
   ECW support:   yes
   MrSID support: no
   MrSID/MG4 Lidar support:   no
   MSG support:   no
   GRIB support:  yes
   EPSILON support:   no
   WebP support:  no
   cURL support (wms/wcs/...):no
   PostgreSQL support:no
   MySQL support: no
   Ingres support:no
   Xerces-C support:  no
   NAS support:   no
   Expat support: no
   libxml2 support:   no
   Google libkml support: no
   ODBC support:  no
   PGeo support:  no
   FGDB support:  no
   MDB support:   no
   PCIDSK support:internal
   OCI support:   no
   GEORASTER support: no
   SDE support:   no
   Rasdaman support:  no
   DODS support:  no
   SQLite support:no
   PCRE support:  no
   SpatiaLite support:no
   DWGdirect support  no
   INFORMIX DataBlade support:no
   GEOS support:  no
   Poppler support:   no
   Podofo support:no
   OpenCL support:no
   Armadillo support: no
   FreeXL support:no


   SWIG Bindings: no

   Statically link PROJ.4:no
   enable OGR building:   yes
   enable pthread support:yes
   enable POSIX iconv support:yes
   hide internal symbols: no

 gdalinfo --formats | grep ECW

  ECW (rw): ERDAS Compressed Wavelets (SDK 3.x)
  JP2ECW (rw+v): ERDAS JPEG2000 (SDK 3.x)

 gdal-config --version

 1.10.0

 2013-08-22 01:37:09,930 INFO [xml.XmlBeanDefinitionReader] - Loading
 XML bean definitions from URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gdal-2.3.4.jar!/applicationContext.xml]
 2013-08-22 01:37:21,672 DEBUG [gdal.dted] - DTEDFormatFactory is not 
 availaible.
 2013-08-22 01:37:21,672 DEBUG [gdal.jp2mrisd] - JP2MrSIDFormatFactory
 is not availaible.
 2013-08-22 01:37:21,672 DEBUG [gdal.envihdr] - EnviHdrFormatFactory is
 not availaible.
 2013-08-22 01:37:21,673 DEBUG [gdal.mrsid] - MrSIDFormatFactory is not
 availaible.
 2013-08-22 01:37:21,673 DEBUG [gdal.ecw] - ECWFormatFactory is not availaible.
 2013-08-22 01:37:21,673 DEBUG [gdal.nitf] - NITFFormatFactory is not 
 availaible.
 2013-08-22 01:37:21,675 DEBUG 

Re: [Geoserver-users] Image Pyramid layer settings for faster rendering

2013-08-26 Thread Simone Giannecchini
Ciao Amiala,
can you please describe a bit more what follows?:

- how your data is structured
- which version of geoserver you are using
- which java opts you are using for starting geoserver
- which hw is powering this geoserver instance?

Regards,
Simone Giannecchini
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.
==

Ing. Simone Giannecchini
@simogeo
Founder/Director

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

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

---


On Fri, Aug 16, 2013 at 5:15 PM, Amiala belk...@yandex.ru wrote:
 Dear all,

 I have an image pyramid layer which is working too slow while rendering
 tiles on the screen. I look at documintation and settings for image
 pyramid(mozaic) layers. I set AllowMultithreading to true and
 USE_JAI_IMAGEREAD to false. But still then I am opening it in Geoexplorer it
 is slow.

 It is ok for me if at first time loading of the map will be a bit slow, more
 important if it load fast while zooming and moving around.

 Should I change some settings? I was thinking that maybe some settings in
 GeoServer menu Settings or Tile Caching can help.
 Could you advice, please, some tricks to make it works faster?

 p.s. I hope I am posting to correct mailing list :)

 Regards, Amiala



 --
 View this message in context: 
 http://osgeo-org.1560.x6.nabble.com/Image-Pyramid-layer-settings-for-faster-rendering-tp5072871.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=48897031iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/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-26 Thread Ballance, Melody (IS)
Ok, So I have the J2EE_AUTH_FILTER working, but the logout button does not 
work.  What do I need to change to make the logout button work again?

Thanks,
Melody

From: Christian Mueller [mailto:christian.muel...@os-solutions.at]
Sent: Tuesday, August 06, 2013 4:31 AM
To: Ballance, Melody (IS)
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: EXT :Re: [Geoserver-users] Disabling Geoserver Security in 2.3.4?

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) 
melody.balla...@ngc.commailto:melody.balla...@ngc.com
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.atmailto:christian.muel...@os-solutions.at]
Sent: Friday, August 02, 2013 7:16 AM
To: Ballance, Melody (IS); 
geoserver-users@lists.sourceforge.netmailto: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) 
melody.balla...@ngc.commailto:melody.balla...@ngc.com
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.


security-constraint
web-resource-collection
web-resource-nameGeoServer/web-resource-name
url-pattern/ */url-pattern
http-methodPUT/http-method
http-methodDELETE/http-method
http-methodGET/http-method
http-methodPOST/http-method
/web-resource-collection
auth-constraint
role-nameGEOSERVER/role-name
/auth-constraint
/security-constraint

login-config
  auth-methodBASIC/auth-method
/login-config

security-role
  role-nameGEOSERVER/role-name

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 

Re: [Geoserver-users] Cannot get gdal plugin ECW to work - Ubuntu 12.04

2013-08-26 Thread Milo van der Linden
Hello Simone, thank you for responding.

I ran this setup:

---
unzip libecwj2-3.3-2006-09-06.zip
patch -p0  libecwj2-3.3-msvc90-fixes.patch
patch -p0  libecwj2-3.3-NCSPhysicalMemorySize-Linux.patch
patch -p0  libecwj2-3.3-wcharfix.patch
cd libecwj2-3.3
./configure
make
make install
cd ..
cd gdal-1.10.0
./configure --with-ecw=/usr/local --with-java=/usr/local/java/jdk1.6.0_45/
make
make install
---

And then did:

---
java -classpath
/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/imageio-ext-gdal-bindings-1.9.2.jar:.
/home/ftp/geodata/data/luchtfoto/Boxmeer/FL12063_Boxmeer.ecw
Exception in thread main java.lang.NoClassDefFoundError:
/home/ftp/geodata/data/luchtfoto/Boxmeer/FL12063_Boxmeer/ecw
Caused by: java.lang.ClassNotFoundException:
.home.ftp.geodata.data.luchtfoto.Boxmeer.FL12063_Boxmeer.ecw
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class:
/home/ftp/geodata/data/luchtfoto/Boxmeer/FL12063_Boxmeer.ecw.  Program
will exit.
---

2013/8/26 Simone Giannecchini simone.giannecch...@geo-solutions.it:
 Ciao Milo,
 a few questions:

 -1- did you use the prebuilt packages that comes with ImageIO-Ext
 -2- Did you match the GCC version on your system? (assuming we have
 the right one)
 -3- Did you try running the Java gdalinfo util we ship with the libs?

 I kind of believe you are trying to run the GDAL extension against the
 GDAL installed on your machine which does not have SWIG (JNI) bindings
 (see the line SWIG Bindings: no) hence it is going be
 impossible for GeoServer to make use of it.

 Regards,
 Simone Giannecchini
 ==
 Our support, Your Success! Visit http://opensdi.geo-solutions.it for
 more information.
 ==

 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

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

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

 ---


 On Thu, Aug 22, 2013 at 1:49 AM, Milo van der Linden m...@dogodigi.net 
 wrote:
 Hi folks,
 I compiled GDAL with ECW support under Ubuntu 12.04 for use with
 geoserver 2.3.4. I followed the instructions at
 http://docs.geoserver.org/stable/en/user/data/raster/gdal.html
 But the ECW store doesn't show up in the admin interface. I also set
 LD_LIBRARY_PATH and GDAL_DATA in /etc/environment but nothing seems to
 work.

 Is there anybody that has a succesfull ECW implementation that wants
 to share some hints? Technical information is attached inline.

 Kind regards,

 Milo


 -
 GDAL

 ./configure --with-ecw=/usr/local --with-java=/usr/local/java/jdk1.6.0_45/

 Output is then:

 GDAL is now configured for x86_64-unknown-linux-gnu

   Installation directory:/usr/local
   C compiler:gcc -g -O2 -DHAVE_SSE_AT_COMPILE_TIME
   C++ compiler:  g++ -g -O2 -DHAVE_SSE_AT_COMPILE_TIME

   LIBTOOL support:   yes

   LIBZ support:  internal
   LIBLZMA support:   no
   GRASS support: no
   CFITSIO support:   no
   PCRaster support:  internal
   LIBPNG support:internal
   DDS support:   no
   GTA support:   no
   LIBTIFF support:   internal (BigTIFF=yes)
   LIBGEOTIFF support:internal
   LIBJPEG support:   internal
   12 bit JPEG:   yes
   12 bit JPEG-in-TIFF:   yes
   LIBGIF support:internal
   OGDI support:  no
   HDF4 support:  no
   HDF5 support:  no
   NetCDF support:no
   Kakadu support:no
   JasPer support:no
   OpenJPEG support:  no
   ECW support:   yes
   MrSID support: no
   MrSID/MG4 Lidar support:   no
   MSG support:   no
   GRIB support:  yes
   EPSILON support:   no
   WebP support:  no
   cURL support (wms/wcs/...):no
   PostgreSQL support:no
   MySQL support: no
   Ingres support:no
   Xerces-C support:  no
   NAS support:   no
   Expat support: no
   libxml2 support:   no
   Google libkml support: no
   ODBC support:  no
   PGeo support:  no
   FGDB support:  no
   MDB support:   no
   PCIDSK support:internal
   OCI support:   no
   GEORASTER support: no
   SDE support:   no
   Rasdaman support:  no
   DODS support:  no
   SQLite support:no
   PCRE 

[Geoserver-users] WMS Time SLD variable substitution

2013-08-26 Thread Michael Romero
Hey everyone,

We are trying to create an SLD for a collection of points that styles a 
particular point differently based on the WMS TIME dimension.  In the 
documentation for SLD parameter substitution 
(http://docs.geoserver.org/latest/en/user/styling/sld-extensions/substitution.html)
 
there are predefined variables for BBOX, SRS, etc. However, there is not 
a variable for TIME.  Is there currently another way to access this 
parameter within an SLD?

In org.geoserver.wms.GetMap on lines 496-507 the predefined variables 
are set using the EnvFunction.setLocalValue() method. Would adding 
support for TIME (and ELEVATION while we're at it) be as easy as setting 
wms_time just like the other variables?

Thanks,

Michael Romero
Software Engineer
Forward Slope, Inc.

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users