[Geoserver-devel] help testing extensions for 2.0-alpha2

Hi all,
'
So i have artifacts uploaded for 2.0-alpha2, but i have not been able to
test all of the extensions. I have most of them tested and up but I was
hoping people could help out with the remaining ones.

You can grab the binary or war from the release page:

http://geoserver.org/display/GEOS/GeoServer+2.0-alpha2

I put the extensions temporarily up on files.opengeo.org.

1) ArcSDE

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-arcsde-plugin.zip

Gabriel, can you take this one?

2) DB2

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-db2-plugin.zip

Christian, would you be willing to test this out?

3) Oracle

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-oracle-plugin.zip

Andrea?

4) GDAL + ImagePyramid

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-gdal-plugin.zip
http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-pyramid-plugin.zip

Anyone feel free to take these. I don't have the gdal libs or any good
coverage data on my machine to test with.

Thanks folks, just let me know when they have been tested and I will
happily upload to sourceforge.

-Justin

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

Justin Deoliveira wrote:

Hi all,
'
So i have artifacts uploaded for 2.0-alpha2, but i have not been able to
test all of the extensions. I have most of them tested and up but I was
hoping people could help out with the remaining ones.

You can grab the binary or war from the release page:

http://geoserver.org/display/GEOS/GeoServer+2.0-alpha2

I put the extensions temporarily up on files.opengeo.org.

1) ArcSDE

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-arcsde-plugin.zip

the arcsde extension works alright, sorry for the delay in replying.

Gabriel

Gabriel, can you take this one?

2) DB2

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-db2-plugin.zip

Christian, would you be willing to test this out?

3) Oracle

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-oracle-plugin.zip

Andrea?

4) GDAL + ImagePyramid

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-gdal-plugin.zip
http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-pyramid-plugin.zip

Anyone feel free to take these. I don't have the gdal libs or any good
coverage data on my machine to test with.

Thanks folks, just let me know when they have been tested and I will
happily upload to sourceforge.

-Justin

--
Gabriel Roldan
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Awesome, thanks Gabriel, extension uploaded.

Gabriel Roldan wrote:

Justin Deoliveira wrote:

Hi all,
'
So i have artifacts uploaded for 2.0-alpha2, but i have not been able to
test all of the extensions. I have most of them tested and up but I was
hoping people could help out with the remaining ones.

You can grab the binary or war from the release page:

http://geoserver.org/display/GEOS/GeoServer+2.0-alpha2

I put the extensions temporarily up on files.opengeo.org.

1) ArcSDE

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-arcsde-plugin.zip

the arcsde extension works alright, sorry for the delay in replying.

Gabriel

Gabriel, can you take this one?

2) DB2

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-db2-plugin.zip

Christian, would you be willing to test this out?

3) Oracle

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-oracle-plugin.zip

Andrea?

4) GDAL + ImagePyramid

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-gdal-plugin.zip
http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-pyramid-plugin.zip

Anyone feel free to take these. I don't have the gdal libs or any good
coverage data on my machine to test with.

Thanks folks, just let me know when they have been tested and I will
happily upload to sourceforge.

-Justin

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

Justin Deoliveira ha scritto:
  > 3) Oracle

http://files.opengeo.org/geoserver/geoserver-2.0-alpha2-oracle-plugin.zip

First thing I noticed, there is a jdbc-core jar in the extension
that is not part of the base install (courtesy of shipping postgis-ng
by default). That can be removed, along with the -tests jar that
was included as well.

The second one is that the extension does not contain the oracle
datastore jar at all, just the jdbc driver actually :wink:

I fixed those (fixes committed), now it should build with the driver and
the jdbc-oracle datastore only.

Then I tried to setup a new layer, but without much success...
when I try to preview the layer I get this NPE:

16 apr 18:23:08 ERROR [geoserver.ows] -
java.lang.NullPointerException
  at org.geoserver.catalog.impl.StyleInfoImpl.getStyle(StyleInfoImpl.java:57)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.geoserver.catalog.impl.ModificationProxy.invoke(ModificationProxy.java:98)
  at $Proxy9.getStyle(Unknown Source)
  at org.geoserver.wms.kvp.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:295)

Which seems to imple the StyleInfoImpl is not attached to a catalog,
or that the catalog does not have a resource pool.. ugh?
Restartin GeoServer seems to fix the issue and the datastore seems to work (just tested it read only with a wms/wfs preview)

Cheers
Andrea