Folks,
I'm not able to see WCS sample data in uDIG due to an apparent error in GeoTools:
1919964 [INFO] org.vfny.geoserver.servlets.AbstractService - Had an undefined error: org.geotools.styling.RasterSymbolizer.getOpacity()Lorg/geotools/filter/expression/Expression;
org.vfny.geoserver.wms.WmsException: org.geotools.styling.RasterSymbolizer.getOpacity()Lorg/geotools/filter/expression/Expression;
at org.vfny.geoserver.wms.WmsExceptionHandler.newServiceException(WmsExceptionHandler.java:64)
at org.vfny.geoserver.servlets.AbstractService.sendError(AbstractService.java:839)
at org.vfny.geoserver.servlets.AbstractService.doService(AbstractService.java:523)
at org.vfny.geoserver.servlets.AbstractService.doGet(AbstractService.java:325)
at org.geoserver.request.Dispatcher.dispatch(Dispatcher.java:169)
at org.geoserver.request.Dispatcher.handleRequestInternal(Dispatcher.java:54)
I've tried to setup a new WCS coverage made of just a JPEG image with success, but I can't see it in uDIG just as well (same error as above).
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
Hmm, did you try making a map wiith a GetMap request in the browser
for that Coverage?
I was trying to get a map from "A raster accompanied by a spatial
file" coverage (jpg picture), and all I got was a blank (white) image.
Here is the relevant console output:
673055 [INFO] org.vfny.geoserver.servlets.AbstractService - handling
request: org.vfny.geoserver.wms.requests.GetMapRequest@anonymised.com
673063 [WARNING] org.geotools.renderer.lite.StreamingRenderer -
Transformation doesn't convergence.
673070 [WARNING] org.geotools.renderer.lite.StreamingRenderer - Unable
to get the resolution
673146 [INFO] org.vfny.geoserver.servlets.AbstractService - Service handled
BTW, here the coverage displayed in uDig (version 1.1. M8) just fine...
Alex
On 9/25/06, Luca Morandini <lmorandini@anonymised.com> wrote:
Folks,
I'm not able to see WCS sample data in uDIG due to an apparent error in
GeoTools:
1919964 [INFO] org.vfny.geoserver.servlets.AbstractService - Had an
undefined error:
org.geotools.styling.RasterSymbolizer.getOpacity()Lorg/geotools/filter/expression/Expression;
org.vfny.geoserver.wms.WmsException:
org.geotools.styling.RasterSymbolizer.getOpacity()Lorg/geotools/filter/expression/Expression;
at
org.vfny.geoserver.wms.WmsExceptionHandler.newServiceException(WmsExceptionHandler.java:64)
at
org.vfny.geoserver.servlets.AbstractService.sendError(AbstractService.java:839)
at
org.vfny.geoserver.servlets.AbstractService.doService(AbstractService.java:523)
at
org.vfny.geoserver.servlets.AbstractService.doGet(AbstractService.java:325)
at org.geoserver.request.Dispatcher.dispatch(Dispatcher.java:169)
at
org.geoserver.request.Dispatcher.handleRequestInternal(Dispatcher.java:54)
I've tried to setup a new WCS coverage made of just a JPEG image with
success, but I can't see it in uDIG just as well (same error as above).
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
-------------------------------------------------------------------------
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
Alexander Petkov wrote:
Hmm, did you try making a map wiith a GetMap request in the browser
for that Coverage?
Yes, same error:
When I issue:
http://cranach:8888/geoserver/wms?request=getmap
&bbox=10.97,42.40,11.8,42.8&width=300&height=300
&format=image/png
&layers=topp:tci11
&styles=raster
I get:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE ServiceExceptionReport SYSTEM "http://cranach:8888/geoserver/schemas//wms/1.1.1/WMS_exception_1_1_1.dtd"> <ServiceExceptionReport version="1.1.1"> <ServiceException>org.geotools.styling.RasterSymbolizer.getOpacity()Lorg/geotools/filter/expression/Expression;</ServiceException> </ServiceExceptionReport>
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
Luca Morandini wrote:
Alexander Petkov wrote:
Hmm, did you try making a map wiith a GetMap request in the browser
for that Coverage?
Yes, same error:
Now the raster samples work, but I had to switch to JDK 1.5 (JAI is the usual 1.1.2)
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------