[Geoserver-devel] Build failed in Hudson: geoserver-2.0.x-deploy #385

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/385/

--
[...truncated 15660 lines...]
2011136/?
2015232/?
2019328/?
2023424/?
2027520/?
2031616/?
2035712/?
2039808/?
2043904/?
2048000/?
2052096/?
2056192/?
2060288/?
2064384/?
2068480/?
2072576/?
2076672/?
2080768/?
2084864/?
2088960/?
2093056/?
2097152/?
2101248/?
2105344/?
2109440/?
2113536/?
2117632/?
2121728/?
2125824/?
2129920/?
2134016/?
2138112/?
2142208/?
2146304/?
2150400/?
2154496/?
2158592/?
2162688/?
2166784/?
2170880/?
2174976/?
2179072/?
2183168/?
2187264/?
2191360/?
2195456/?
2199552/?
2203648/?
2207744/?
2211840/?
2215936/?
2220032/?
2224128/?
2228224/?
2232320/?
2236416/?
2240512/?
2244608/?
2248704/?
2252800/?
2256896/?
2260992/?
2265088/?
2269184/?
2273280/?
2277376/?
2281472/?
2285568/?
2289664/?
2293760/?
2297856/?
2301952/?
2306048/?
2310144/?
2314240/?
2318336/?
2319243/?
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/restconfig/2.0.3-SNAPSHOT/restconfig-2.0.3-SNAPSHOT-sources.jar
4096/?
8192/?
12288/?
16384/?
20480/?
24576/?
28672/?
32768/?
36864/?
40960/?
45056/?
49152/?
53248/?
55173/?
[INFO] 
[INFO] Building Feature Generalization Extension
[INFO]task-segment: [deploy]
[INFO] 
[INFO] [resources:resources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] snapshot org.geotools:gt-feature-pregeneralized:2.6-SNAPSHOT: checking 
for updates from opengeo
[INFO] snapshot org.geotools:gt-feature-pregeneralized:2.6-SNAPSHOT: checking 
for updates from osgeo
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT.jar
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT.jar
4096/?
5185/?
[INFO] Retrieving previous metadata from opengeo
[INFO] Uploading repository metadata for: 'snapshot 
org.geoserver.extension:feature-pregeneralized:2.0.3-SNAPSHOT'
[INFO] Uploading project information for feature-pregeneralized 2.0.3-SNAPSHOT
[INFO] Retrieving previous metadata from opengeo
[INFO] Uploading repository metadata for: 'artifact 
org.geoserver.extension:feature-pregeneralized'
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
1775/?
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
3265/?
[INFO] 
[INFO] Building Image Mosaic JDBC Extension
[INFO]task-segment: [deploy]
[INFO] 
[INFO] [resources:resources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] snapshot org.geotools:gt-imagemosaic-jdbc:2.6-SNAPSHOT: checking for 
updates from opengeo
[INFO] snapshot 

Re: [Geoserver-devel] wms 1.1.1 cite issues

2010-05-21 Thread Andrea Aime
Justin Deoliveira ha scritto:
 I would tend to lean toward (a). But if we do fix on the server what is 
 the fix? Slightly grow the bounding box by some set amount? Not sure. 
 Food for thought.

What we publish is in the end what the administrator declared in the
layer configuration.
But the default compute bbox method will indeed just return you
an empty bbox.

So the fault is in the middle, the admin setting up the layer could
have been more careful, yet GeoServer should have returned a non
empty bbox.

So I'd say:
- manually fix the layer declared bbox so that it's not a empty
   box
- open a jira so that GS starts computing valid bboxes when the
   admin asks for automatic computation

As a matter of fact I believe the current GeoServer will
fail if you just ask for the tasmania cities layer preview
for that very reason

Cheers
Andrea

-- 
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

--

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


[Geoserver-devel] Build failed in Hudson: geoserver-2.0.x-deploy #386

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/386/

--
[...truncated 15694 lines...]
2011136/?
2015232/?
2019328/?
2023424/?
2027520/?
2031616/?
2035712/?
2039808/?
2043904/?
2048000/?
2052096/?
2056192/?
2060288/?
2064384/?
2068480/?
2072576/?
2076672/?
2080768/?
2084864/?
2088960/?
2093056/?
2097152/?
2101248/?
2105344/?
2109440/?
2113536/?
2117632/?
2121728/?
2125824/?
2129920/?
2134016/?
2138112/?
2142208/?
2146304/?
2150400/?
2154496/?
2158592/?
2162688/?
2166784/?
2170880/?
2174976/?
2179072/?
2183168/?
2187264/?
2191360/?
2195456/?
2199552/?
2203648/?
2207744/?
2211840/?
2215936/?
2220032/?
2224128/?
2228224/?
2232320/?
2236416/?
2240512/?
2244608/?
2248704/?
2252800/?
2256896/?
2260992/?
2265088/?
2269184/?
2273280/?
2277376/?
2281472/?
2285568/?
2289664/?
2293760/?
2297856/?
2301952/?
2306048/?
2310144/?
2314240/?
2318336/?
2319244/?
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/restconfig/2.0.3-SNAPSHOT/restconfig-2.0.3-SNAPSHOT-sources.jar
4096/?
8192/?
12288/?
16384/?
20480/?
24576/?
28672/?
32768/?
36864/?
40960/?
45056/?
49152/?
53248/?
55173/?
[INFO] 
[INFO] Building Feature Generalization Extension
[INFO]task-segment: [deploy]
[INFO] 
[INFO] [resources:resources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] snapshot org.geotools:gt-feature-pregeneralized:2.6-SNAPSHOT: checking 
for updates from opengeo
[INFO] snapshot org.geotools:gt-feature-pregeneralized:2.6-SNAPSHOT: checking 
for updates from osgeo
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT.jar
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT.jar
4096/?
5186/?
[INFO] Retrieving previous metadata from opengeo
[INFO] Uploading repository metadata for: 'snapshot 
org.geoserver.extension:feature-pregeneralized:2.0.3-SNAPSHOT'
[INFO] Uploading project information for feature-pregeneralized 2.0.3-SNAPSHOT
[INFO] Retrieving previous metadata from opengeo
[INFO] Uploading repository metadata for: 'artifact 
org.geoserver.extension:feature-pregeneralized'
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
1776/?
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
3265/?
[INFO] 
[INFO] Building Image Mosaic JDBC Extension
[INFO]task-segment: [deploy]
[INFO] 
[INFO] [resources:resources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] snapshot org.geotools:gt-imagemosaic-jdbc:2.6-SNAPSHOT: checking for 
updates from opengeo
[INFO] snapshot 

Re: [Geoserver-devel] GDAL and GeoServer

2010-05-21 Thread Daniele Romagnoli
Hi Phillip,
do you have any chance to share with us the full log?
As you have pointed out, it seems from this part of log that it isn't
attempting to load GDAL. Is that log file complete?
Does your geoserver/WEB-INF/lib contains gt-imageio-ext-gdalXXX as well as
several imageio-ext-gdalXXX jars?
How do you run your geoserver?

Regards,
Daniele



On Fri, May 21, 2010 at 1:45 AM, Phillip Berkowitz phillyb...@gmail.comwrote:

 As far as I can tell, it isnt attempting to load gdal dlls.  I am including
 the most recent log update:

 --
 - GEOSERVER_DATA_DIR: C:\Program Files\GeoServer 2.0.1\data_dir
 --
 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] -
 
 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] - *** Found
 Servlet context parameter GEOSERVER_DATA_DIR set to C:\Program
 Files\GeoServer 2.0.1\data_dir, using it as the default prefix. ***
 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] -
 
 2010-05-20 13:19:41,312 INFO [config.XMLConfiguration] - Failed to find
 geowebcache.xml. This is not a problem unless you are trying to use a custom
 XML configuration file.
 2010-05-20 13:19:49,406 INFO [jdbc.JDBCMBWrapper] - MetaStore database is
 version 120
 2010-05-20 13:19:50,687 INFO [org.geoserver] - Loaded style 'burg'
 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'capitals'
 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'cite_lakes'
 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'concat'
 2010-05-20 13:19:50,828 INFO [org.geoserver] - Loaded style 'dem'
 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style 'flags'
 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style 'giant_polygon'
 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style 'grass'
 2010-05-20 13:19:50,859 INFO [org.geoserver] - Loaded style 'green'
 2010-05-20 13:19:50,859 INFO [org.geoserver] - Loaded style 'line'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'poi'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'point'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'polygon'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style
 'poly_landmarks'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'pophatch'
 2010-05-20 13:19:50,921 INFO [org.geoserver] - Loaded style 'population'
 2010-05-20 13:19:50,921 INFO [org.geoserver] - Loaded style 'rain'
 2010-05-20 13:19:50,953 INFO [org.geoserver] - Loaded style 'raster'
 2010-05-20 13:19:50,984 INFO [org.geoserver] - Loaded style 'restricted'
 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style 'simple_roads'
 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style
 'simple_streams'
 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style 'tiger_roads'
 2010-05-20 13:19:51,093 INFO [org.geoserver] - Loaded default workspace
 ciba-test
 2010-05-20 13:19:51,234 INFO [org.geoserver] - Loaded workspace 'ciba-test'
 2010-05-20 13:19:51,656 INFO [org.geoserver] - Loaded store
 'pax_river_test', enabled
 2010-05-20 13:19:51,687 INFO [org.geoserver] - Loaded coverage store
 'pax_river_test'
 2010-05-20 13:20:17,015 WARN [referencing.factory] - Axis elements found in
 a wkt definition, the force longitude first axis order hint might not be
 respected:
 PROJCS[WGS84 / Simple Mercator, GEOGCS[WGS 84, DATUM[WGS_1984,
 SPHEROID[WGS_1984, 6378137.0, 298.257223563]], PRIMEM[Greenwich, 0.0],
 UNIT[degree, 0.017453292519943295]], PROJECTION[Mercator_1SP_Google],
 PARAMETER[latitude_of_origin, 0.0], PARAMETER[central_meridian, 0.0],
 PARAMETER[scale_factor, 1.0], PARAMETER[false_easting, 0.0],
 PARAMETER[false_northing, 0.0], UNIT[m, 1.0], AXIS[x, EAST], AXIS[y,
 NORTH], AUTHORITY[EPSG,54004]]
 2010-05-20 13:20:23,031 INFO [org.geoserver] - Loaded coverage 'PaxRiver',
 enabled
 2010-05-20 13:20:23,109 INFO [org.geoserver] - Loaded coverage
 'pax_river_test'
 2010-05-20 13:20:23,218 INFO [org.geoserver] - Loaded layer 'PaxRiver'
 2010-05-20 13:20:23,312 INFO [org.geoserver] - Loaded store 'yuma', enabled
 2010-05-20 13:20:23,359 INFO [org.geoserver] - Loaded coverage store 'yuma'
 2010-05-20 13:20:41,390 INFO [org.geoserver] - Loaded coverage 'yuma',
 enabled
 2010-05-20 13:20:41,390 INFO [org.geoserver] - Loaded coverage 'yuma'
 2010-05-20 13:20:41,437 INFO [org.geoserver] - Loaded layer 'yuma'
 2010-05-20 13:20:41,609 INFO [org.geoserver] - Loaded layer group 'gsaMaps'
 2010-05-20 13:20:43,828 INFO [layer.TileLayerDispatcher] -
 ConfigurationLoader acquired lock, sleeping 5 seconds
 2010-05-20 13:20:44,078 INFO [geowebcache.GeoWebCacheDispatcher] - Invoked
 setServletPrefix(gwc)
 2010-05-20 

[Geoserver-devel] Build failed in Hudson: cite-wms-1.1.1 #4

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/cite-wms-1.1.1/4/

--
[...truncated 1137 lines...]
  Testing wms:wmsops-getfeatureinfo-params-info_format-1 
(wms-1.1.1/d39e1812_1)...
 Assertion: When the INFO_FORMAT parameter is missing, then the 
Content-type header returned is one of the formats advertised.
 VAR_DEFAULT_INFO_FORMAT: text/plain
  Test wms:wmsops-getfeatureinfo-params-info_format-1 Passed
  Testing wms:wmsops-getfeatureinfo-params-info_format-2 
(wms-1.1.1/d39e1828_1)...
 Assertion: When the INFO_FORMAT parameter is application/vnd.ogc.gml, 
then the Content-type header returned is the same.
  Test wms:wmsops-getfeatureinfo-params-info_format-2 Passed
  Testing wms:wmsops-getfeatureinfo-params-info_format-3 
(wms-1.1.1/d39e1842_1)...
 Assertion: When the INFO_FORMAT parameter is application/vnd.ogc.gml, 
then the response validates with the Galdos GML instance document validator.
  Test wms:wmsops-getfeatureinfo-params-info_format-3 Passed
  Testing wms:wmsops-getfeatureinfo-params-query_layers-1 
(wms-1.1.1/d39e1856_1)...
 Assertion: When a GetFeatureInfo request contains a single layer, then 
the response is valid.
  Test wms:wmsops-getfeatureinfo-params-query_layers-1 Passed
  Testing wms:wmsops-getfeatureinfo-params-query_layers-2 
(wms-1.1.1/d39e1872_1)...
 Assertion: When a GetFeatureInfo request contains two layers, then the 
response is valid.
  Test wms:wmsops-getfeatureinfo-params-query_layers-2 Passed
  Testing wms:wmsops-getfeatureinfo-params-query_layers-3 
(wms-1.1.1/d39e1892_1)...
 Assertion: When a GetFeatureInfo request contains three layers, then 
the response is valid.
  Test wms:wmsops-getfeatureinfo-params-query_layers-3 Passed
  Testing wms:wmsops-getfeatureinfo-params-query_layers-4 
(wms-1.1.1/d39e1913_1)...
 Assertion: When a GetFeatureInfo request contains fewer layers in the 
QUERY_LAYERS parameter than it does in the LAYERS parameter, then the response 
is valid.
  Test wms:wmsops-getfeatureinfo-params-query_layers-4 Passed
  Testing wms:wmsops-getfeatureinfo-params-query_layers-5 
(wms-1.1.1/d39e1934_1)...
 Assertion: When a layer requested is not contained in the Capabilities 
XML of the WMS, then the server issues a Service Exception.
  Test wms:wmsops-getfeatureinfo-params-query_layers-5 Passed
  Testing wms:wmsops-getmap-params-bbox-10 (wms-1.1.1/d39e1966_1)...
 Assertion: When a request contains a Bounding Box with y values that 
are beyond 90 degrees, then the server returns empty content for the area 
beyond 90 degrees.
  Test wms:wmsops-getmap-params-bbox-10 Passed
  Testing wms:wmsops-getmap-params-bbox-3 (wms-1.1.1/d39e2009_1)...
 Assertion: When a GetMap request uses scientific notation values for 
the BBOX parameter, then the response is valid.
 VAR_CHECKSUM_1: 577702721
  Test wms:wmsops-getmap-params-bbox-3 Passed
  Testing wms:wmsops-getmap-params-bbox-4 (wms-1.1.1/d39e2038_1)...
 Assertion: The server interprets the bounding box as going around the 
outside of the pixels of the image rather than through the centers of the 
border pixels.
  Test wms:wmsops-getmap-params-bbox-4 Passed
  Testing wms:wmsops-getmap-params-bbox-5 (wms-1.1.1/d39e2052_1)...
 Assertion: When the BBOX parameter's minimum X is greater than the 
maximum X, then the server throws an exception.
  Test wms:wmsops-getmap-params-bbox-5 Passed
  Testing wms:wmsops-getmap-params-bbox-6 (wms-1.1.1/d39e2066_1)...
 Assertion: When the BBOX parameter's minimum X is equal to the maximum 
X, then the server throws an exception.
  Test wms:wmsops-getmap-params-bbox-6 Passed
  Testing wms:wmsops-getmap-params-bbox-7 (wms-1.1.1/d39e2080_1)...
 Assertion: When the BBOX parameter's minimum Y is greater than the 
maximum Y, then the server throws an exception.
  Test wms:wmsops-getmap-params-bbox-7 Passed
  Testing wms:wmsops-getmap-params-bbox-8 (wms-1.1.1/d39e2095_1)...
 Assertion: When the BBOX parameter's minimum Y is equal to the maximum 
Y, then the server throws an exception.
  Test wms:wmsops-getmap-params-bbox-8 Passed
  Testing wms:wmsops-getmap-params-bbox-9 (wms-1.1.1/d39e2109_1)...
 Assertion: When a request contains a Bounding Box whose area does not 
overlap at all with the BoundingBox advertised, then the server returns empty 
content.
  Test wms:wmsops-getmap-params-bbox-9 Passed
  Testing wms:wmsops-getmap-params-bgcolor-1 (wms-1.1.1/d39e2123_1)...
 Assertion: When a GetMap request is made with no BGCOLOR parameter, 
then areas which are not covered contain white (0xFF) pixels.
  Test wms:wmsops-getmap-params-bgcolor-1 Passed
  Testing wms:wmsops-getmap-params-bgcolor-2 (wms-1.1.1/d39e2137_1)...
 Assertion: When a GetMap request is made with a 

[Geoserver-devel] [jira] Created: (GEOS-3977) Secured layers generate class cast excpetions on trunk

2010-05-21 Thread Andrea Aime (JIRA)
Secured layers generate class cast excpetions on trunk
--

 Key: GEOS-3977
 URL: http://jira.codehaus.org/browse/GEOS-3977
 Project: GeoServer
  Issue Type: Bug
Reporter: Andrea Aime
Assignee: Andrea Aime
 Fix For: 2.1.x


Turning layers read only with the security subsystem results in class cast 
exceptions on trunk. This is happening because the read only wrappers are not 
Simple*** ones. I guess we need both, the simple and the generic ones, so that 
read only keeps on working both for complex and for simple features.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--

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


[Geoserver-devel] Build failed in Hudson: geoserver-trunk #2750

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-trunk/2750/

--
[...truncated 18674 lines...]
  PARAMETER[central_meridian, -93.0], 
  PARAMETER[latitude_of_origin, 0.0], 
  PARAMETER[scale_factor, 0.9996], 
  PARAMETER[false_easting, 50.0], 
  PARAMETER[false_northing, 0.0], 
  UNIT[m, 1.0], 
  AXIS[Easting, EAST], 
  AXIS[Northing, NORTH], 
  AUTHORITY[EPSG,32615]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
Style
  NameDefault/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=Polygons;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecite:Ponds/Name
TitlePonds/Title
Abstractabstract about Ponds/Abstract
KeywordList
  KeywordPonds/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NamePonds/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=Ponds;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namesf:PrimitiveGeoFeature/Name
TitlePrimitiveGeoFeature/Title
Abstractabstract about PrimitiveGeoFeature/Abstract
KeywordList
  KeywordPrimitiveGeoFeature/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NameDefault/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=PrimitiveGeoFeature;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecite:RoadSegments/Name
TitleRoadSegments/Title
Abstractabstract about RoadSegments/Abstract
KeywordList
  KeywordRoadSegments/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NameRoadSegments/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=RoadSegments;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecdf:Seven/Name
TitleSeven/Title
Abstractabstract about Seven/Abstract
KeywordList
  KeywordSeven/Keyword
/KeywordList
SRSEPSG:32615/SRS
!--WKT definition of this CRS:
PROJCS[WGS 84 / UTM zone 15N, 
  GEOGCS[WGS 84, 
DATUM[World Geodetic System 1984, 
  SPHEROID[WGS 84, 6378137.0, 298.257223563, 

[Geoserver-devel] Build failed in Hudson: geoserver-2.0.x #524

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/524/

--
[...truncated 15410 lines...]
  PARAMETER[central_meridian, -93.0], 
  PARAMETER[latitude_of_origin, 0.0], 
  PARAMETER[scale_factor, 0.9996], 
  PARAMETER[false_easting, 50.0], 
  PARAMETER[false_northing, 0.0], 
  UNIT[m, 1.0], 
  AXIS[Easting, EAST], 
  AXIS[Northing, NORTH], 
  AUTHORITY[EPSG,32615]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
Style
  NameDefault/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=Polygons;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecite:Ponds/Name
TitlePonds/Title
Abstractabstract about Ponds/Abstract
KeywordList
  KeywordPonds/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NamePonds/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=Ponds;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namesf:PrimitiveGeoFeature/Name
TitlePrimitiveGeoFeature/Title
Abstractabstract about PrimitiveGeoFeature/Abstract
KeywordList
  KeywordPrimitiveGeoFeature/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NameDefault/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=PrimitiveGeoFeature;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecite:RoadSegments/Name
TitleRoadSegments/Title
Abstractabstract about RoadSegments/Abstract
KeywordList
  KeywordRoadSegments/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NameRoadSegments/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=RoadSegments;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecdf:Seven/Name
TitleSeven/Title
Abstractabstract about Seven/Abstract
KeywordList
  KeywordSeven/Keyword
/KeywordList
SRSEPSG:32615/SRS
!--WKT definition of this CRS:
PROJCS[WGS 84 / UTM zone 15N, 
  GEOGCS[WGS 84, 
DATUM[World Geodetic System 1984, 
  SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 

Re: [Geoserver-devel] GDAL and GeoServer

2010-05-21 Thread Phillip Berkowitz
I found the problem.  It wasnt working due to the fact that I was running
geoserver as a window service.  This blog post fixed it :
http://www.kodejava.org/examples/107.html

Thanks for all of your assitance.

On Fri, May 21, 2010 at 5:23 AM, Daniele Romagnoli 
daniele.romagn...@geo-solutions.it wrote:

 Hi Phillip,
 do you have any chance to share with us the full log?
 As you have pointed out, it seems from this part of log that it isn't
 attempting to load GDAL. Is that log file complete?
 Does your geoserver/WEB-INF/lib contains gt-imageio-ext-gdalXXX as well as
 several imageio-ext-gdalXXX jars?
 How do you run your geoserver?

 Regards,
 Daniele




 On Fri, May 21, 2010 at 1:45 AM, Phillip Berkowitz 
 phillyb...@gmail.comwrote:

 As far as I can tell, it isnt attempting to load gdal dlls.  I am
 including the most recent log update:

 --
 - GEOSERVER_DATA_DIR: C:\Program Files\GeoServer 2.0.1\data_dir
 --
 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] -
 
 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] - *** Found
 Servlet context parameter GEOSERVER_DATA_DIR set to C:\Program
 Files\GeoServer 2.0.1\data_dir, using it as the default prefix. ***
 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] -
 
 2010-05-20 13:19:41,312 INFO [config.XMLConfiguration] - Failed to find
 geowebcache.xml. This is not a problem unless you are trying to use a custom
 XML configuration file.
 2010-05-20 13:19:49,406 INFO [jdbc.JDBCMBWrapper] - MetaStore database is
 version 120
 2010-05-20 13:19:50,687 INFO [org.geoserver] - Loaded style 'burg'
 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'capitals'
 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'cite_lakes'
 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'concat'
 2010-05-20 13:19:50,828 INFO [org.geoserver] - Loaded style 'dem'
 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style 'flags'
 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style
 'giant_polygon'
 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style 'grass'
 2010-05-20 13:19:50,859 INFO [org.geoserver] - Loaded style 'green'
 2010-05-20 13:19:50,859 INFO [org.geoserver] - Loaded style 'line'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'poi'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'point'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'polygon'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style
 'poly_landmarks'
 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'pophatch'
 2010-05-20 13:19:50,921 INFO [org.geoserver] - Loaded style 'population'
 2010-05-20 13:19:50,921 INFO [org.geoserver] - Loaded style 'rain'
 2010-05-20 13:19:50,953 INFO [org.geoserver] - Loaded style 'raster'
 2010-05-20 13:19:50,984 INFO [org.geoserver] - Loaded style 'restricted'
 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style 'simple_roads'
 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style
 'simple_streams'
 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style 'tiger_roads'
 2010-05-20 13:19:51,093 INFO [org.geoserver] - Loaded default workspace
 ciba-test
 2010-05-20 13:19:51,234 INFO [org.geoserver] - Loaded workspace
 'ciba-test'
 2010-05-20 13:19:51,656 INFO [org.geoserver] - Loaded store
 'pax_river_test', enabled
 2010-05-20 13:19:51,687 INFO [org.geoserver] - Loaded coverage store
 'pax_river_test'
 2010-05-20 13:20:17,015 WARN [referencing.factory] - Axis elements found
 in a wkt definition, the force longitude first axis order hint might not be
 respected:
 PROJCS[WGS84 / Simple Mercator, GEOGCS[WGS 84, DATUM[WGS_1984,
 SPHEROID[WGS_1984, 6378137.0, 298.257223563]], PRIMEM[Greenwich, 0.0],
 UNIT[degree, 0.017453292519943295]], PROJECTION[Mercator_1SP_Google],
 PARAMETER[latitude_of_origin, 0.0], PARAMETER[central_meridian, 0.0],
 PARAMETER[scale_factor, 1.0], PARAMETER[false_easting, 0.0],
 PARAMETER[false_northing, 0.0], UNIT[m, 1.0], AXIS[x, EAST], AXIS[y,
 NORTH], AUTHORITY[EPSG,54004]]
 2010-05-20 13:20:23,031 INFO [org.geoserver] - Loaded coverage 'PaxRiver',
 enabled
 2010-05-20 13:20:23,109 INFO [org.geoserver] - Loaded coverage
 'pax_river_test'
 2010-05-20 13:20:23,218 INFO [org.geoserver] - Loaded layer 'PaxRiver'
 2010-05-20 13:20:23,312 INFO [org.geoserver] - Loaded store 'yuma',
 enabled
 2010-05-20 13:20:23,359 INFO [org.geoserver] - Loaded coverage store
 'yuma'
 2010-05-20 13:20:41,390 INFO [org.geoserver] - Loaded coverage 'yuma',
 enabled
 2010-05-20 13:20:41,390 INFO [org.geoserver] - Loaded coverage 'yuma'
 2010-05-20 13:20:41,437 INFO [org.geoserver] - Loaded layer 

[Geoserver-devel] Build failed in Hudson: geoserver-2.0.x #525

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/525/

--
[...truncated 15397 lines...]
  PARAMETER[central_meridian, -93.0], 
  PARAMETER[latitude_of_origin, 0.0], 
  PARAMETER[scale_factor, 0.9996], 
  PARAMETER[false_easting, 50.0], 
  PARAMETER[false_northing, 0.0], 
  UNIT[m, 1.0], 
  AXIS[Easting, EAST], 
  AXIS[Northing, NORTH], 
  AUTHORITY[EPSG,32615]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
Style
  NameDefault/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=Polygons;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecite:Ponds/Name
TitlePonds/Title
Abstractabstract about Ponds/Abstract
KeywordList
  KeywordPonds/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NamePonds/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=Ponds;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namesf:PrimitiveGeoFeature/Name
TitlePrimitiveGeoFeature/Title
Abstractabstract about PrimitiveGeoFeature/Abstract
KeywordList
  KeywordPrimitiveGeoFeature/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NameDefault/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=PrimitiveGeoFeature;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecite:RoadSegments/Name
TitleRoadSegments/Title
Abstractabstract about RoadSegments/Abstract
KeywordList
  KeywordRoadSegments/Keyword
/KeywordList
SRSEPSG:4326/SRS
!--WKT definition of this CRS:
GEOGCS[WGS 84, 
  DATUM[World Geodetic System 1984, 
SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 
AUTHORITY[EPSG,6326]], 
  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]], 
  UNIT[degree, 0.017453292519943295], 
  AXIS[Geodetic longitude, EAST], 
  AXIS[Geodetic latitude, NORTH], 
  AUTHORITY[EPSG,4326]]--
LatLonBoundingBox maxx=180.0 maxy=90.0 minx=-180.0 miny=-90.0/
BoundingBox SRS=EPSG:4326 maxx=180.0 maxy=90.0 minx=-180.0 
miny=-90.0/
Style
  NameRoadSegments/Name
  TitleDefault Styler/Title
  Abstract/
  LegendURL height=20 width=20
Formatimage/png/Format
OnlineResource xmlns:xlink=http://www.w3.org/1999/xlink; 
xlink:href=http://localhost/proxy/wms?request=GetLegendGraphicamp;format=image%2Fpngamp;width=20amp;height=20amp;layer=RoadSegments;
 xlink:type=simple/
  /LegendURL
/Style
  /Layer
  Layer queryable=1
Namecdf:Seven/Name
TitleSeven/Title
Abstractabstract about Seven/Abstract
KeywordList
  KeywordSeven/Keyword
/KeywordList
SRSEPSG:32615/SRS
!--WKT definition of this CRS:
PROJCS[WGS 84 / UTM zone 15N, 
  GEOGCS[WGS 84, 
DATUM[World Geodetic System 1984, 
  SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], 

[Geoserver-devel] Hudson build is back to normal: geoserver-trunk #2751

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-trunk/2751/



--

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


[Geoserver-devel] Hudson build is back to normal: geoserver-2.0.x #526

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/526/changes



--

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


[Geoserver-devel] Build failed in Hudson: geoserver-2.0.x-deploy #387

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/387/

--
[...truncated 15649 lines...]
2011136/?
2015232/?
2019328/?
2023424/?
2027520/?
2031616/?
2035712/?
2039808/?
2043904/?
2048000/?
2052096/?
2056192/?
2060288/?
2064384/?
2068480/?
2072576/?
2076672/?
2080768/?
2084864/?
2088960/?
2093056/?
2097152/?
2101248/?
2105344/?
2109440/?
2113536/?
2117632/?
2121728/?
2125824/?
2129920/?
2134016/?
2138112/?
2142208/?
2146304/?
2150400/?
2154496/?
2158592/?
2162688/?
2166784/?
2170880/?
2174976/?
2179072/?
2183168/?
2187264/?
2191360/?
2195456/?
2199552/?
2203648/?
2207744/?
2211840/?
2215936/?
2220032/?
2224128/?
2228224/?
2232320/?
2236416/?
2240512/?
2244608/?
2248704/?
2252800/?
2256896/?
2260992/?
2265088/?
2269184/?
2273280/?
2277376/?
2281472/?
2285568/?
2289664/?
2293760/?
2297856/?
2301952/?
2306048/?
2310144/?
2314240/?
2318336/?
2319242/?
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/restconfig/2.0.3-SNAPSHOT/restconfig-2.0.3-SNAPSHOT-sources.jar
4096/?
8192/?
12288/?
16384/?
20480/?
24576/?
28672/?
32768/?
36864/?
40960/?
45056/?
49152/?
53248/?
55083/?
[INFO] 
[INFO] Building Feature Generalization Extension
[INFO]task-segment: [deploy]
[INFO] 
[INFO] [resources:resources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] snapshot org.geotools:gt-feature-pregeneralized:2.6-SNAPSHOT: checking 
for updates from opengeo
[INFO] snapshot org.geotools:gt-feature-pregeneralized:2.6-SNAPSHOT: checking 
for updates from osgeo
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT.jar
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
[INFO] Installing 
http://hudson.opengeo.org/hudson/job/geoserver-2.0.x-deploy/ws/extension/feature-pregeneralized/target/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
 to 
/home/tomcat/.m2/repository/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT.jar
4096/?
5184/?
[INFO] Retrieving previous metadata from opengeo
[INFO] Uploading repository metadata for: 'snapshot 
org.geoserver.extension:feature-pregeneralized:2.0.3-SNAPSHOT'
[INFO] Uploading project information for feature-pregeneralized 2.0.3-SNAPSHOT
[INFO] Retrieving previous metadata from opengeo
[INFO] Uploading repository metadata for: 'artifact 
org.geoserver.extension:feature-pregeneralized'
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-tests.jar
1774/?
[INFO] Retrieving previous build number from opengeo
Uploading: 
http://repo.opengeo.org/org/geoserver/extension/feature-pregeneralized/2.0.3-SNAPSHOT/feature-pregeneralized-2.0.3-SNAPSHOT-sources.jar
3265/?
[INFO] 
[INFO] Building Image Mosaic JDBC Extension
[INFO]task-segment: [deploy]
[INFO] 
[INFO] [resources:resources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] snapshot org.geotools:gt-imagemosaic-jdbc:2.6-SNAPSHOT: checking for 
updates from opengeo
[INFO] snapshot 

[Geoserver-devel] [jira] Created: (GEOS-3978) Layer configuration allows admin to enter a zero area bounding box

2010-05-21 Thread Justin Deoliveira (JIRA)
Layer configuration allows admin to enter a zero area bounding box
--

 Key: GEOS-3978
 URL: http://jira.codehaus.org/browse/GEOS-3978
 Project: GeoServer
  Issue Type: Bug
  Components: Wicket UI
Reporter: Justin Deoliveira
Assignee: Justin Deoliveira
 Fix For: 2.0.3


A zero area bounding box is illegal in terms of the various specifications as 
they are advertised in the capabilities documents and used by clients to make 
requests back to the server.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--

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


[Geoserver-devel] Hudson build is back to normal: cite-wms-1.1.1 #5

2010-05-21 Thread Hudson
See http://hudson.opengeo.org/hudson/job/cite-wms-1.1.1/5/



--

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


Re: [Geoserver-devel] Geoserver 2.0.2 release

2010-05-21 Thread Mike Pumphrey
I've found that in the interests of expediency, it is possible to create the 
PDF by powering through the errors (just hitting Enter a bunch of times).  It's 
not great, but it works.

Medium term solution is to fix the image files (no GIFs, etc).


Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org

On 5/20/2010 5:44 AM, v...@csiro wrote:

 I am closing to finishing the deployment but my mvn deploy (done from src
 folder) return error saying system is offline.

 I have issues with creating the documentation as well, creating the pdf and
 not to sure where to generate the html to get the desired file structure.
 My pdflatex(MikeTex) is not happy generating the pdf probably because of the
 naming convention of the image blah.1.jpg

 Apology for not being able to get this out today and will tidy this up
 tomorrow.

--

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


[Geoserver-devel] [jira] Created: (GEOS-3979) Catalog listeners are not notified of catalog reload

2010-05-21 Thread Andrea Aime (JIRA)
Catalog listeners are not notified of catalog reload


 Key: GEOS-3979
 URL: http://jira.codehaus.org/browse/GEOS-3979
 Project: GeoServer
  Issue Type: Bug
  Components: Configuration
Reporter: Andrea Aime
Assignee: Justin Deoliveira
 Fix For: 2.0.3


In particular this means that GWC won't know the catalog as been reloaded, 
which in turn means it won't know about new/removed layers

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--

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


[Geoserver-devel] [jira] Created: (GEOS-3980) Add examples for REST interface with PHP/cURL

2010-05-21 Thread Tara Athan (JIRA)
Add examples for REST interface with PHP/cURL
-

 Key: GEOS-3980
 URL: http://jira.codehaus.org/browse/GEOS-3980
 Project: GeoServer
  Issue Type: Improvement
  Components: Documentation
Reporter: Tara Athan
Assignee: Andrea Aime
Priority: Minor
 Attachments: rest-config-examples-java.patch

adding a page containing some PHP scripts for accessing the REST interface.
This is somewhat of a stub. The PUT example is missing because I have been 
having trouble getting it to work correctly. Also, it would be nice to have 
some PHP functions for calling particular REST tasks or better yet a PHP REST 
object: this is becoming more like code rather than documentation...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--

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


Re: [Geoserver-devel] Building html documentation

2010-05-21 Thread Mike Pumphrey
The easiest way I could explain it is:  take a look at the 2.0.1 documentation 
and make like that.  :)

   http://downloads.sourceforge.net/geoserver/geoserver-2.0.1-htmldoc.zip

Feel free to edit the release guide text if it is unclear or wrong.

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org

On 5/20/2010 3:36 AM, v...@csiro wrote:

 The directory structure I have is

 doc\en\developer\build\html

 doc\en\user\build\html

 At which level should I zip them up?

 If I follow the documentation

 cd build/html
 zip -r geoserver-[VERSION]-htmldoc.zip *


 Don't think I will get the 2 folders, one for user and one for developer
 unless I zip at en?

 Note When done, the zip file should contain two folders, one called user
 containing the HTML output for the User Manual, and one called developer
 containing the HTML output for the Developer Manual.



--

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