[Geoserver-users] GeoServer 1.6-alpha2 Released

We are happy to announce the release of GeoServer 1.6-alpha2. This is
the first release with WFS 1.1 support integrated into the GeoServer
core. The release is available for download from:

http://docs.codehaus.org/display/GEOS/GeoServer+1.6-alpha2

WFS 1.1 brings some nice new features to GeoServer and WFS such as:

- Sorting
- Re-projection
- GML3 Support

The complete change log can be found here:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10311&fixfor=13200

Along with WFS 1.1 comes some improvements to the GeoServer core itself.
The most notable being a dynamic OWS dispatching system which allows
developers to create services in GeoServer straight from plain objects,
not having to implement any special interfaces.

This release is still in the alpha stage, so some issues are to be
expected. Please help us by trying it out and reporting any problems
with the bug tracker:

http://jira.codehaus.org/browse/GEOS

-The GeoServer Team

I try to use this new version of geoserver with oracle spatial datastore,
and I get the following error:

java.lang.NoClassDefFoundError: org/geotools/geometry/JTS$ReferencedEnvelope
        at
org.geotools.data.oracle.OracleDataStoreFactory.createDataStore(OracleDataSt
oreFactory.java:177)
        at
org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDataSt
oresEditorAction.java:126)
        at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:102)
        at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
        at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterE
ncodingFilter.java:108)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:664)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
        at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
        at java.lang.Thread.run(Thread.java:595)

This new version is compatible with the oracle spatial plugin???
Thanks...

-----Mensaje original-----
De: geoserver-users-bounces@lists.sourceforge.net
[mailto:geoserver-users-bounces@lists.sourceforge.net] En nombre de Justin
Deoliveira
Enviado el: lunes, 19 de febrero de 2007 17:20
Para: 'geoserver-devel@lists.sourceforge.net'; geoserver users
Asunto: [Geoserver-users] GeoServer 1.6-alpha2 Released

We are happy to announce the release of GeoServer 1.6-alpha2. This is the
first release with WFS 1.1 support integrated into the GeoServer core. The
release is available for download from:

http://docs.codehaus.org/display/GEOS/GeoServer+1.6-alpha2

WFS 1.1 brings some nice new features to GeoServer and WFS such as:

- Sorting
- Re-projection
- GML3 Support

The complete change log can be found here:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10311&fix
for=13200

Along with WFS 1.1 comes some improvements to the GeoServer core itself.
The most notable being a dynamic OWS dispatching system which allows
developers to create services in GeoServer straight from plain objects, not
having to implement any special interfaces.

This release is still in the alpha stage, so some issues are to be expected.
Please help us by trying it out and reporting any problems with the bug
tracker:

http://jira.codehaus.org/browse/GEOS

-The GeoServer Team

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT &
business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Fernando,

You must be using an old version of the oracle extension, which has
become incompateble with this version due to a change in the underlying
geotools library.

I will post the extensions for this release shortly.

-Justin

Fernando Zuriaga wrote:

I try to use this new version of geoserver with oracle spatial datastore,
and I get the following error:

java.lang.NoClassDefFoundError: org/geotools/geometry/JTS$ReferencedEnvelope
        at
org.geotools.data.oracle.OracleDataStoreFactory.createDataStore(OracleDataSt
oreFactory.java:177)
        at
org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDataSt
oresEditorAction.java:126)
        at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:102)
        at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
        at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterE
ncodingFilter.java:108)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:664)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
        at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
        at java.lang.Thread.run(Thread.java:595)

This new version is compatible with the oracle spatial plugin???
Thanks...

-----Mensaje original-----
De: geoserver-users-bounces@lists.sourceforge.net
[mailto:geoserver-users-bounces@lists.sourceforge.net] En nombre de Justin
Deoliveira
Enviado el: lunes, 19 de febrero de 2007 17:20
Para: 'geoserver-devel@lists.sourceforge.net'; geoserver users
Asunto: [Geoserver-users] GeoServer 1.6-alpha2 Released

We are happy to announce the release of GeoServer 1.6-alpha2. This is the
first release with WFS 1.1 support integrated into the GeoServer core. The
release is available for download from:

http://docs.codehaus.org/display/GEOS/GeoServer+1.6-alpha2

WFS 1.1 brings some nice new features to GeoServer and WFS such as:

- Sorting
- Re-projection
- GML3 Support

The complete change log can be found here:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10311&fix
for=13200

Along with WFS 1.1 comes some improvements to the GeoServer core itself.
The most notable being a dynamic OWS dispatching system which allows
developers to create services in GeoServer straight from plain objects, not
having to implement any special interfaces.

This release is still in the alpha stage, so some issues are to be expected.
Please help us by trying it out and reporting any problems with the bug
tracker:

http://jira.codehaus.org/browse/GEOS

-The GeoServer Team

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT &
business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:1004,45d9dd7d279911665516417!

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

Ok, the download page has been updated with the links to all the
extensions for this release.

http://docs.codehaus.org/display/GEOS/GeoServer+1.6-alpha2

-Justin

Justin Deoliveira wrote:

Hi Fernando,

You must be using an old version of the oracle extension, which has
become incompateble with this version due to a change in the underlying
geotools library.

I will post the extensions for this release shortly.

-Justin

Fernando Zuriaga wrote:

I try to use this new version of geoserver with oracle spatial datastore,
and I get the following error:

java.lang.NoClassDefFoundError: org/geotools/geometry/JTS$ReferencedEnvelope
        at
org.geotools.data.oracle.OracleDataStoreFactory.createDataStore(OracleDataSt
oreFactory.java:177)
        at
org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDataSt
oresEditorAction.java:126)
        at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:102)
        at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
        at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterE
ncodingFilter.java:108)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:664)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
        at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
        at java.lang.Thread.run(Thread.java:595)

This new version is compatible with the oracle spatial plugin???
Thanks...

-----Mensaje original-----
De: geoserver-users-bounces@lists.sourceforge.net
[mailto:geoserver-users-bounces@lists.sourceforge.net] En nombre de Justin
Deoliveira
Enviado el: lunes, 19 de febrero de 2007 17:20
Para: 'geoserver-devel@lists.sourceforge.net'; geoserver users
Asunto: [Geoserver-users] GeoServer 1.6-alpha2 Released

We are happy to announce the release of GeoServer 1.6-alpha2. This is the
first release with WFS 1.1 support integrated into the GeoServer core. The
release is available for download from:

http://docs.codehaus.org/display/GEOS/GeoServer+1.6-alpha2

WFS 1.1 brings some nice new features to GeoServer and WFS such as:

- Sorting
- Re-projection
- GML3 Support

The complete change log can be found here:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10311&fix
for=13200

Along with WFS 1.1 comes some improvements to the GeoServer core itself.
The most notable being a dynamic OWS dispatching system which allows
developers to create services in GeoServer straight from plain objects, not
having to implement any special interfaces.

This release is still in the alpha stage, so some issues are to be expected.
Please help us by trying it out and reporting any problems with the bug
tracker:

http://jira.codehaus.org/browse/GEOS

-The GeoServer Team

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT &
business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

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

Fernando Zuriaga wrote:

I try to use this new version of geoserver with oracle spatial datastore,
and I get the following error:

java.lang.NoClassDefFoundError: org/geotools/geometry/JTS$ReferencedEnvelope
        at
org.geotools.data.oracle.OracleDataStoreFactory.createDataStore(OracleDataSt
oreFactory.java:177)

This new version is compatible with the oracle spatial plugin???

The oracle-spatial plugin does not have a maintainer right now - it has fallen into "unsupported" status.
If you know of anyone with an oracle install and the ability hack Java we would love some help.

For your specific problem it looks like a new copy of the oracle-spatial plugin needs to be made
available to you. I will bring up the subject of a milestone release in todays GeoTools IRC :slight_smile:

Cheers,
Jody

I'm willing to have a go at this - might be a few weeks - after end of month before I can commit time to it though..

Jody is apparently going to be doing some work with connection pooling, using Oracle, so possibly your dreams will be answered sooner.

Rob

Jody Garnett wrote:

Fernando Zuriaga wrote:
  

I try to use this new version of geoserver with oracle spatial datastore,
and I get the following error:

java.lang.NoClassDefFoundError: org/geotools/geometry/JTS$ReferencedEnvelope
        at
org.geotools.data.oracle.OracleDataStoreFactory.createDataStore(OracleDataSt
oreFactory.java:177)

This new version is compatible with the oracle spatial plugin???
    

The oracle-spatial plugin does not have a maintainer right now - it has fallen into "unsupported" status.
If you know of anyone with an oracle install and the ability hack Java we would love some help.

For your specific problem it looks like a new copy of the oracle-spatial plugin needs to be made
available to you. I will bring up the subject of a milestone release in todays GeoTools IRC :slight_smile:

Cheers,
Jody

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel