[Geoserver-devel] 1.3.0 Release

Hi all,

1.3.0 is up and available for download.

http://sourceforge.net/project/showfiles.php?group_id=25086&package_id=38410&release_id=388624

As this is an official release, we should "advertise" a bit more then we have been for the last few release candidates. We can make the official anouncement early next week.

In the mean time, we need to come up with a list of people who contributed via patches or some other noteworthy contribution for 1.3.0. So if we could scan through jira looking for patches that were applied that would be a good start.

-Justin

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

I just downloaded and ran the new release and I’m getting a number of stacktraces on startup.

The first one is complaining about the tasmania_state_boundaries data store:

java.lang.NoSuchFieldError: COLUMN_POSITIVE
at org.geotools.referencing.cs.DefaultCoordinateSystemAxis.(DefaultCoordinateSystemAxis.java:475)
at org.geotools.referencing.wkt.Parser.(Parser.java:106)
at org.geotools.referencing.factory.GeotoolsFactory.createFromWKT(GeotoolsFactory.java:1122)
at org.geotools.data.shapefile.prj.PrjFileReader.(PrjFileReader.java:66)
at org.geotools.data.shapefile.ShapefileDataStore.openPrjReader(ShapefileDataStore.java:509)
at org.geotools.data.shapefile.ShapefileDataStore.readAttributes(ShapefileDataStore.java:641)
at org.geotools.data.shapefile.ShapefileDataStore.getSchema(ShapefileDataStore.java:594)
at org.geotools.data.shapefile.ShapefileDataStore.getSchema(ShapefileDataStore.java:589)
at org.vfny.geoserver.global.Data.loadFeatureTypes(Data.java:345)
at org.vfny.geoserver.global.Data.load(Data.java:154)
at org.vfny.geoserver.global.GeoServerPlugIn.init(GeoServerPlugIn.java:109)
at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:220) at org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:445)
at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:150)
at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:458)
at org.mortbay.http.HttpServer.start(HttpServer.java:663)
at org.mortbay.jetty.Server.main(Server.java:429)
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:585)
at org.mortbay.start.Main.invokeMain(Main.java:152)
at org.mortbay.start.Main.start(Main.java:482)
at org.mortbay.start.Main.main(Main.java:90)

This is followed by a number of other stacktraces indicating NoClassDefFoundError. The first one looks like so:

2493 [SEVERE] org.vfny.geoserver.global.Data - FeatureTypeInfo DS_giant_polygon:::giant_polygon ignored - as DataStore DS_giant_polygon is broken:java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError
at org.geotools.referencing.factory.GeotoolsFactory.createFromWKT(GeotoolsFactory.java:1122)
at org.geotools.data.shapefile.prj.PrjFileReader.(PrjFileReader.java:66)
at org.geotools.data.shapefile.ShapefileDataStore.openPrjReader(ShapefileDataStore.java:509)
at org.geotools.data.shapefile.ShapefileDataStore.readAttributes(ShapefileDataStore.java:641)
at org.geotools.data.shapefile.ShapefileDataStore.getSchema(ShapefileDataStore.java:594)
at org.geotools.data.shapefile.ShapefileDataStore.getSchema(ShapefileDataStore.java:589)
at org.vfny.geoserver.global.Data.loadFeatureTypes(Data.java:345)
at org.vfny.geoserver.global.Data.load(Data.java:154)
at org.vfny.geoserver.global.GeoServerPlugIn.init(GeoServerPlugIn.java:109)
at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:220) at org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:445)
at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:150)
at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:458)
at org.mortbay.http.HttpServer.start(HttpServer.java:663)
at org.mortbay.jetty.Server.main(Server.java:429)
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:585)
at org.mortbay.start.Main.invokeMain(Main.java:152)
at org.mortbay.start.Main.start(Main.java:482)
at org.mortbay.start.Main.main(Main.java:90)

As a result the demos appear to be broken. Am I doing something wrong?

Corey


View this message in context: Re: 1.3.0 Release
Sent from the GeoServer - Dev forum at Nabble.com.