Re: [geowebcache-users] GWC + Geoserver + VE problem

View: New views
7 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [geowebcache-users] GWC + Geoserver + VE problem

by DavidRobison :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This was with a clean JDK install. I also installed JAI 1.1.3 and got the same results. What version of JAI should be installed?

Andrea Aime wrote:
David R Robison ha scritto:
...
  
Caused by: java.lang.ClassCastException
    at javax.imageio.spi.ServiceRegistry.registerServiceProvider(Unknown 
Source)
    at 
org.geotools.factory.FactoryRegistry.register(FactoryRegistry.java:876)
    at 
org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:786)
    at 
org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:196)
    at 
org.geotools.referencing.operation.DefaultMathTransformFactory.getProvider(DefaultMathTransformFactory.java:277)
    at 
    

This error makes me think your JDK install has the native JAI dll and 
jars installed, and they are older than the ones used by GeoServer.
Can you try installing a clean JDK and retry?

Cheers
Andrea

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geowebcache-users mailing list
Geowebcache-users@...
https://lists.sourceforge.net/lists/listinfo/geowebcache-users
  

-- 

David R Robison
Open Roads Consulting, Inc.
708 S. Battlefield Blvd., Chesapeake, VA 23322
phone: (757) 546-3401
e-mail: drrobison@...
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/book_detail.php?id=2579

This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed.  If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited.  If you have received this communication in error, please notify us immediately.  



 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Error decoding EPSG:900913

by DavidRobison :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm running Geoserver 1.6.4b and am trying to get a map tile (wms) with
projection 900913 for VirtualEarth. When I make the request, I get the
error:

2008-07-22 14:13:24,218 WARN [geoserver.ows] -
org.vfny.geoserver.wms.WmsException: Error occurred decoding the espg
code EPSG:900913
    at
org.geoserver.wms.kvp.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:164)
    at org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1016)
    at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:385)
    at
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:185)
    at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:139)
    at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
    at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:684)
    at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)
    at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392)
    at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:347)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264)
    at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
    at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
    at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
    at
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110)
    at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
    at
org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
    at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
    at
org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:178)
    at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
    at
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:229)
    at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
    at
org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148)
    at
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
    at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    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.Http11AprProcessor.process(Http11AprProcessor.java:833)
    at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)
    at
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassCastException
    at javax.imageio.spi.ServiceRegistry.registerServiceProvider(Unknown
Source)
    at
org.geotools.factory.FactoryRegistry.register(FactoryRegistry.java:876)
    at
org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:786)
    at
org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:196)
    at
org.geotools.referencing.operation.DefaultMathTransformFactory.getProvider(DefaultMathTransformFactory.java:277)
    at
org.geotools.referencing.operation.DefaultMathTransformFactory.getDefaultParameters(DefaultMathTransformFactory.java:311)
    at org.geotools.referencing.wkt.Parser.parseProjection(Parser.java:603)
    at org.geotools.referencing.wkt.Parser.parseProjCS(Parser.java:907)
    at
org.geotools.referencing.wkt.Parser.parseCoordinateReferenceSystem(Parser.java:245)
    at
org.geotools.referencing.wkt.Parser.parseCoordinateReferenceSystem(Parser.java:224)
    at
org.geotools.referencing.factory.PropertyAuthorityFactory.createCoordinateReferenceSystem(PropertyAuthorityFactory.java:381)
    at
org.geotools.referencing.factory.BufferedAuthorityFactory.createCoordinateReferenceSystem(BufferedAuthorityFactory.java:715)
    at
org.geotools.referencing.factory.FallbackAuthorityFactory.createCoordinateReferenceSystem(FallbackAuthorityFactory.java:587)
    at
org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:744)
    at
org.geotools.referencing.factory.BufferedAuthorityFactory.createCoordinateReferenceSystem(BufferedAuthorityFactory.java:715)
    at org.geotools.referencing.CRS.decode(CRS.java:410)
    at org.geotools.referencing.CRS.decode(CRS.java:338)
    at
org.geoserver.wms.kvp.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:159)
    ... 54 more

Any ideas what might be going wrong?
TNX David

--

David R Robison
Open Roads Consulting, Inc.
708 S. Battlefield Blvd., Chesapeake, VA 23322
phone: (757) 546-3401
e-mail: drrobison@...
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/book_detail.php?id=2579

 




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: Error decoding EPSG:900913

by Arne Kepp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please stop the reposting and crossposting. You already have a thread on
both geoserver-users and geowebcache-users about this problem*.

-Arne

*: Caused by: java.lang.ClassCastException at javax.imageio.spi.ServiceRegistry.registerServiceProvider(Unknown Source)


David R Robison wrote:

> I'm running Geoserver 1.6.4b and am trying to get a map tile (wms) with
> projection 900913 for VirtualEarth. When I make the request, I get the
> error:
>
> 2008-07-22 14:13:24,218 WARN [geoserver.ows] -
> org.vfny.geoserver.wms.WmsException: Error occurred decoding the espg
> code EPSG:900913
>     at
> org.geoserver.wms.kvp.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:164)
>     at org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1016)
>     at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:385)
>     at
> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:185)
>     at
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:139)
>     at
> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
>     at
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:684)
>     at
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)
>     at
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392)
>     at
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:347)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>     at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>     at
> org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>     at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>     at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>     at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>     at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>     at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>     at
> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264)
>     at
> org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
>     at
> org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
>     at
> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
>     at
> org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110)
>     at
> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
>     at
> org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
>     at
> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
>     at
> org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:178)
>     at
> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
>     at
> org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:229)
>     at
> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
>     at
> org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148)
>     at
> org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>     at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>     at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>     at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>     at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>     at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>     at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
>     at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
>     at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>     at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>     at
> org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
>     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.Http11AprProcessor.process(Http11AprProcessor.java:833)
>     at
> org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)
>     at
> org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)
>     at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.ClassCastException
>     at javax.imageio.spi.ServiceRegistry.registerServiceProvider(Unknown
> Source)
>     at
> org.geotools.factory.FactoryRegistry.register(FactoryRegistry.java:876)
>     at
> org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:786)
>     at
> org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:196)
>     at
> org.geotools.referencing.operation.DefaultMathTransformFactory.getProvider(DefaultMathTransformFactory.java:277)
>     at
> org.geotools.referencing.operation.DefaultMathTransformFactory.getDefaultParameters(DefaultMathTransformFactory.java:311)
>     at org.geotools.referencing.wkt.Parser.parseProjection(Parser.java:603)
>     at org.geotools.referencing.wkt.Parser.parseProjCS(Parser.java:907)
>     at
> org.geotools.referencing.wkt.Parser.parseCoordinateReferenceSystem(Parser.java:245)
>     at
> org.geotools.referencing.wkt.Parser.parseCoordinateReferenceSystem(Parser.java:224)
>     at
> org.geotools.referencing.factory.PropertyAuthorityFactory.createCoordinateReferenceSystem(PropertyAuthorityFactory.java:381)
>     at
> org.geotools.referencing.factory.BufferedAuthorityFactory.createCoordinateReferenceSystem(BufferedAuthorityFactory.java:715)
>     at
> org.geotools.referencing.factory.FallbackAuthorityFactory.createCoordinateReferenceSystem(FallbackAuthorityFactory.java:587)
>     at
> org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:744)
>     at
> org.geotools.referencing.factory.BufferedAuthorityFactory.createCoordinateReferenceSystem(BufferedAuthorityFactory.java:715)
>     at org.geotools.referencing.CRS.decode(CRS.java:410)
>     at org.geotools.referencing.CRS.decode(CRS.java:338)
>     at
> org.geoserver.wms.kvp.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:159)
>     ... 54 more
>
> Any ideas what might be going wrong?
> TNX David
>
>  


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [Geotools-gt2-users] Error decoding EPSG:900913

by Jody Garnett :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think this projection got an official epsg code (the 900913 code was a
bit of a joke based on "google"). Looks like the offical code is
"epsg:3785" if you want to give it a go.

Updating the following page:
- http://docs.codehaus.org/display/GEOTDOC/08+Google+Maps+Projection

Depending on if you are successful I can remove a lot of the above page.
So please let me know.
Jody


David R Robison wrote:

> I'm running Geoserver 1.6.4b and am trying to get a map tile (wms) with
> projection 900913 for VirtualEarth. When I make the request, I get the
> error:
>
> 2008-07-22 14:13:24,218 WARN [geoserver.ows] -
> org.vfny.geoserver.wms.WmsException: Error occurred decoding the espg
> code EPSG:900913
>
> Any ideas what might be going wrong?
> TNX David
>
>  


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [Geotools-gt2-users] Error decoding EPSG:900913

by aaime :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jody Garnett ha scritto:
> I think this projection got an official epsg code (the 900913 code was a
> bit of a joke based on "google"). Looks like the offical code is
> "epsg:3785" if you want to give it a go.

Jody,
I don't remember GeoTools updating to the EPSG database version that
contains that code, so for the moment the suggestion to use 900913
should stand... unless of course someone updated the db.

Cheers
Andrea

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: Error decoding EPSG:900913

by aaime :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Arne Kepp ha scritto:
> Please stop the reposting and crossposting. You already have a thread on
> both geoserver-users and geowebcache-users about this problem*.
>
> -Arne
>
> *: Caused by: java.lang.ClassCastException at javax.imageio.spi.ServiceRegistry.registerServiceProvider(Unknown Source)

This probably means there is a JAI installed in the lib/ext folder or
your JDK/JRE that's older than the one GeoServer needs.
Please remove it, or reinstall the JDK, and try again.

Cheers
Andrea

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [Geotools-gt2-users] Error decoding EPSG:900913

by Martin Desruisseaux-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Andrea Aime a écrit :
> I don't remember GeoTools updating to the EPSG database version that
> contains that code, so for the moment the suggestion to use 900913
> should stand... unless of course someone updated the db.

This is true, epsg-hsql is currently using EPSG v6.12. I just got an email this
moorning saying that EPSG v6.17 has been released.

Updating the epsg-hsql database requires about 2 hours. I will see if I can
manage to update this week.

        Martin

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users
LightInTheBox - Buy quality products at wholesale price