[Geoserver-users] Got "USE_JAI_IMAGEREAD" is missing error in WMS getMap request format=image/bil

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
  Buffer = 0
  Format = image/bil
  Time =
  Filters = null
  Filter = null
  Width = 512
  Height = 511
  RemoteOwsType = null
  RemoteOwsURL = null
  SldBody = null
  ValidateSchema = false
  Sld = null
  CQLFilter = null
  FeatureId = null
  SldVersion = null
  StartIndex = null
  FormatOptions = {}
  Env = {}
  Tiled = false
  Palette = null
  Angle = 0.0
  BgColor = java.awt.Color[r=255,g=255,b=255]
  Transparent = false
  FeatureVersion = null
  SRS = EPSG:4326
  Styles = [StyleImpl[ name=raster]]
  Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com]
  MaxFeatures = null
  ViewParams = null
  Crs = GEOGCS["WGS 84",
  DATUM["World Geodetic System 1984",
    SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
    AUTHORITY["EPSG","6326"]],
  PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
  UNIT["degree", 0.017453292519943295],
  AXIS["Geodetic longitude", EAST],
  AXIS["Geodetic latitude", NORTH],
  AUTHORITY["EPSG","4326"]]
  Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
  Elevation =
  TilesOrigin = null
  Exceptions = SE_XML
  Version = 1.1.0
  Request = GetMap
  RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
  BaseUrl = http://172.16.203.30:8080/geoserver/
  Get = true
  RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter "USE_JAI_IMAGEREAD" is missing.
  at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
  at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
  at
org.geotools.coverageio.RasterLayerRequest.<init>(RasterLayerRequest.java:205)
  at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
  at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi Tam,

Which geoserver version are you running?

That parameter is a format parameter (GDAL Format in that case) which is automatically passed to the reader using the value you have configured in the layer configuration.
So you don’t need to specify anything for that.

Is the version of your gt jars contained in geoserver/WEB-INF/lib (gt-imageio-ext-gdal-xxxx.jar, gt-coverage-xxxx.jar,…) the same for all of them?

Please, let me know.
Best Regards,
Daniele

···

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Fri, Feb 28, 2014 at 10:11 PM, tt5430 <tt9488@anonymised.com> wrote:

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
Buffer = 0
Format = image/bil
Time =
Filters = null
Filter = null
Width = 512
Height = 511
RemoteOwsType = null
RemoteOwsURL = null
SldBody = null
ValidateSchema = false
Sld = null
CQLFilter = null
FeatureId = null
SldVersion = null
StartIndex = null
FormatOptions = {}
Env = {}
Tiled = false
Palette = null
Angle = 0.0
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
FeatureVersion = null
SRS = EPSG:4326
Styles = [StyleImpl[ name=raster]]
Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com]
MaxFeatures = null
ViewParams = null
Crs = GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]
Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
Elevation =
TilesOrigin = null
Exceptions = SE_XML
Version = 1.1.0
Request = GetMap
RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
BaseUrl = http://172.16.203.30:8080/geoserver/
Get = true
RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter “USE_JAI_IMAGEREAD” is missing.
at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
at
org.geotools.coverageio.RasterLayerRequest.(RasterLayerRequest.java:205)
at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam


View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Daniele,

This is just a follow up from my previous email in response to your message asking for the version of my installed “gt-*”.jar. I have not heard from you regarding the status of this problem. Is there anything wrong in my GeoServer configuration or it is a bug? Please let me know when you have a chance.

Regards,

Tam

···

On Mon, Mar 3, 2014 at 8:28 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

Which geoserver version are you running?

That parameter is a format parameter (GDAL Format in that case) which is automatically passed to the reader using the value you have configured in the layer configuration.
So you don’t need to specify anything for that.

Is the version of your gt jars contained in geoserver/WEB-INF/lib (gt-imageio-ext-gdal-xxxx.jar, gt-coverage-xxxx.jar,…) the same for all of them?

Please, let me know.
Best Regards,
Daniele


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5107153.html
To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax:
+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Fri, Feb 28, 2014 at 10:11 PM, tt5430 <[hidden email]> wrote:

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
Buffer = 0
Format = image/bil
Time =
Filters = null
Filter = null
Width = 512
Height = 511
RemoteOwsType = null
RemoteOwsURL = null
SldBody = null
ValidateSchema = false
Sld = null
CQLFilter = null
FeatureId = null
SldVersion = null
StartIndex = null
FormatOptions = {}
Env = {}
Tiled = false
Palette = null
Angle = 0.0
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
FeatureVersion = null
SRS = EPSG:4326
Styles = [StyleImpl[ name=raster]]
Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com405…]
MaxFeatures = null
ViewParams = null
Crs = GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]
Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
Elevation =
TilesOrigin = null
Exceptions = SE_XML
Version = 1.1.0
Request = GetMap
RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
BaseUrl = http://172.16.203.30:8080/geoserver/
Get = true
RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter “USE_JAI_IMAGEREAD” is missing.
at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
at
org.geotools.coverageio.RasterLayerRequest.(RasterLayerRequest.java:205)
at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam


View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Tam,

there was a misconfigured filter in my gmail account which moved your previous email into a different “folder” (you sent that to my address instead of using the geoserver list and the filter archived it).

Do you have any chance to share your sample data so we can try to replicate the issue and debug it?

Cheers,
Daniele

···

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Mon, Mar 10, 2014 at 5:44 PM, tt5430 <tt9488@anonymised.com> wrote:

Hi Daniele,

This is just a follow up from my previous email in response to your message asking for the version of my installed “gt-*”.jar. I have not heard from you regarding the status of this problem. Is there anything wrong in my GeoServer configuration or it is a bug? Please let me know when you have a chance.

Regards,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil

Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

On Mon, Mar 3, 2014 at 8:28 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

Which geoserver version are you running?

That parameter is a format parameter (GDAL Format in that case) which is automatically passed to the reader using the value you have configured in the layer configuration.
So you don’t need to specify anything for that.

Is the version of your gt jars contained in geoserver/WEB-INF/lib (gt-imageio-ext-gdal-xxxx.jar, gt-coverage-xxxx.jar,…) the same for all of them?

Please, let me know.
Best Regards,
Daniele


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5107153.html
To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax:
+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Fri, Feb 28, 2014 at 10:11 PM, tt5430 <[hidden email]> wrote:

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
Buffer = 0
Format = image/bil
Time =
Filters = null
Filter = null
Width = 512
Height = 511
RemoteOwsType = null
RemoteOwsURL = null
SldBody = null
ValidateSchema = false
Sld = null
CQLFilter = null
FeatureId = null
SldVersion = null
StartIndex = null
FormatOptions = {}
Env = {}
Tiled = false
Palette = null
Angle = 0.0
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
FeatureVersion = null
SRS = EPSG:4326
Styles = [StyleImpl[ name=raster]]
Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com]
MaxFeatures = null
ViewParams = null
Crs = GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]
Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
Elevation =
TilesOrigin = null
Exceptions = SE_XML
Version = 1.1.0
Request = GetMap
RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
BaseUrl = http://172.16.203.30:8080/geoserver/
Get = true
RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter “USE_JAI_IMAGEREAD” is missing.
at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
at
org.geotools.coverageio.RasterLayerRequest.(RasterLayerRequest.java:205)
at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam


View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Daniele,

I will send the file via a separate email outside the thread since the file
is ~ 25 MB. Look for the file from my gmail to you and download it my
Google Drive.

Regards,
Tam

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5128387.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

n37_w122_1arc_v1.dt2
Here is the file. I hope it helps you debugging the problem. Let me know if you need something else.

Thanks,

Tam

···

On Tue, Mar 11, 2014 at 2:25 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

there was a misconfigured filter in my gmail account which moved your previous email into a different “folder” (you sent that to my address instead of using the geoserver list and the filter archived it).

Do you have any chance to share your sample data so we can try to replicate the issue and debug it?

Cheers,
Daniele


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:

http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5128269.html

To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK

for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax:
+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Mon, Mar 10, 2014 at 5:44 PM, tt5430 <[hidden email]> wrote:

Hi Daniele,

This is just a follow up from my previous email in response to your message asking for the version of my installed “gt-*”.jar. I have not heard from you regarding the status of this problem. Is there anything wrong in my GeoServer configuration or it is a bug? Please let me know when you have a chance.

Regards,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil

Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

On Mon, Mar 3, 2014 at 8:28 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

Which geoserver version are you running?

That parameter is a format parameter (GDAL Format in that case) which is automatically passed to the reader using the value you have configured in the layer configuration.
So you don’t need to specify anything for that.

Is the version of your gt jars contained in geoserver/WEB-INF/lib (gt-imageio-ext-gdal-xxxx.jar, gt-coverage-xxxx.jar,…) the same for all of them?

Please, let me know.
Best Regards,
Daniele


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5107153.html
To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: <a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”+390584962313" target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“+390584962313” target=“_blank”>+39 0584 962313
fax: <a href=“tel:%2B39%200584%201660272” value=“<a href=“tel:%2B3905841660272” value=”
+3905841660272" target=“_blank”>+3905841660272" target=“_blank”><a href=“tel:%2B39%200584%201660272” value=“+3905841660272” target=“_blank”>+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Fri, Feb 28, 2014 at 10:11 PM, tt5430 <[hidden email]> wrote:

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
Buffer = 0
Format = image/bil
Time =
Filters = null
Filter = null
Width = 512
Height = 511
RemoteOwsType = null
RemoteOwsURL = null
SldBody = null
ValidateSchema = false
Sld = null
CQLFilter = null
FeatureId = null
SldVersion = null
StartIndex = null
FormatOptions = {}
Env = {}
Tiled = false
Palette = null
Angle = 0.0
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
FeatureVersion = null
SRS = EPSG:4326
Styles = [StyleImpl[ name=raster]]
Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com405…]
MaxFeatures = null
ViewParams = null
Crs = GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]
Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
Elevation =
TilesOrigin = null
Exceptions = SE_XML
Version = 1.1.0
Request = GetMap
RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
BaseUrl = http://172.16.203.30:8080/geoserver/
Get = true
RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter “USE_JAI_IMAGEREAD” is missing.
at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
at
org.geotools.coverageio.RasterLayerRequest.(RasterLayerRequest.java:205)
at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam


View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Daniele,

I will send the file via a separate email outside the thread since the file
is ~ 25 MB. Look for the file from my gmail to you and download it my
Google Drive.

Regards,
Tam

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5128390.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi Tam,

there was a bug associated to the GeoTools ImageIO-Ext Gdal plugin, look at the following JIRA http://jira.codehaus.org/browse/GEOT-4743. I have sent a pull request for fixing that bug.

Cheers,
Nicola.

···

2014-03-11 18:18 GMT+01:00 tt5430 <tt9488@anonymised.com>:

n37_w122_1arc_v1.dt2
Here is the file. I hope it helps you debugging the problem. Let me know if you need something else.

Thanks,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil
Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.

Ing. Nicola Lagormarsini
Junior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Tue, Mar 11, 2014 at 2:25 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

there was a misconfigured filter in my gmail account which moved your previous email into a different “folder” (you sent that to my address instead of using the geoserver list and the filter archived it).

Do you have any chance to share your sample data so we can try to replicate the issue and debug it?

Cheers,
Daniele


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:

http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5128269.html

To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK

for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax:
+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Mon, Mar 10, 2014 at 5:44 PM, tt5430 <[hidden email]> wrote:

Hi Daniele,

This is just a follow up from my previous email in response to your message asking for the version of my installed “gt-*”.jar. I have not heard from you regarding the status of this problem. Is there anything wrong in my GeoServer configuration or it is a bug? Please let me know when you have a chance.

Regards,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil

Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

On Mon, Mar 3, 2014 at 8:28 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

Which geoserver version are you running?

That parameter is a format parameter (GDAL Format in that case) which is automatically passed to the reader using the value you have configured in the layer configuration.
So you don’t need to specify anything for that.

Is the version of your gt jars contained in geoserver/WEB-INF/lib (gt-imageio-ext-gdal-xxxx.jar, gt-coverage-xxxx.jar,…) the same for all of them?

Please, let me know.
Best Regards,
Daniele


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5107153.html
To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: <a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”+390584962313" target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“+390584962313” target=“_blank”>+39 0584 962313
fax: <a href=“tel:%2B39%200584%201660272” value=“<a href=“tel:%2B3905841660272” value=”
+3905841660272" target=“_blank”>+3905841660272" target=“_blank”><a href=“tel:%2B39%200584%201660272” value=“+3905841660272” target=“_blank”>+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Fri, Feb 28, 2014 at 10:11 PM, tt5430 <[hidden email]> wrote:

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
Buffer = 0
Format = image/bil
Time =
Filters = null
Filter = null
Width = 512
Height = 511
RemoteOwsType = null
RemoteOwsURL = null
SldBody = null
ValidateSchema = false
Sld = null
CQLFilter = null
FeatureId = null
SldVersion = null
StartIndex = null
FormatOptions = {}
Env = {}
Tiled = false
Palette = null
Angle = 0.0
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
FeatureVersion = null
SRS = EPSG:4326
Styles = [StyleImpl[ name=raster]]
Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com]
MaxFeatures = null
ViewParams = null
Crs = GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]
Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
Elevation =
TilesOrigin = null
Exceptions = SE_XML
Version = 1.1.0
Request = GetMap
RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
BaseUrl = http://172.16.203.30:8080/geoserver/
Get = true
RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter “USE_JAI_IMAGEREAD” is missing.
at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
at
org.geotools.coverageio.RasterLayerRequest.(RasterLayerRequest.java:205)
at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam


View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Nicola,

Thanks for the information. Is there any estimate when the bug will be fixed and how do I know when it is fixed so I can get the new version? Also, on the side note, have you had a chance to look at the ClassCastException problem of WMS request for the GeoTiff file when TRANSPARENT=true? I am the person who sent you the GeoTiff. Also, is there a work around for that problem? We really need to be able to render that type of GeoTiff.

Best Regards,

Tam

···

On Mon, Mar 17, 2014 at 4:41 AM, Nicola Lagomarsini [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

there was a bug associated to the GeoTools ImageIO-Ext Gdal plugin, look at the following JIRA http://jira.codehaus.org/browse/GEOT-4743. I have sent a pull request for fixing that bug.

Cheers,
Nicola.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:

http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5129448.html

To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

2014-03-11 18:18 GMT+01:00 tt5430 <[hidden email]>:

n37_w122_1arc_v1.dt2
Here is the file. I hope it helps you debugging the problem. Let me know if you need something else.

Thanks,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil
Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.

Ing. Nicola Lagormarsini
Junior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Tue, Mar 11, 2014 at 2:25 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

there was a misconfigured filter in my gmail account which moved your previous email into a different “folder” (you sent that to my address instead of using the geoserver list and the filter archived it).

Do you have any chance to share your sample data so we can try to replicate the issue and debug it?

Cheers,
Daniele


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:

http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5128269.html

To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK

for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: <a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”+390584962313" target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“+390584962313” target=“_blank”>+39 0584 962313
fax: <a href=“tel:%2B39%200584%201660272” value=“<a href=“tel:%2B3905841660272” value=”
+3905841660272" target=“_blank”>+3905841660272" target=“_blank”><a href=“tel:%2B39%200584%201660272” value=“+3905841660272” target=“_blank”>+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Mon, Mar 10, 2014 at 5:44 PM, tt5430 <[hidden email]> wrote:

Hi Daniele,

This is just a follow up from my previous email in response to your message asking for the version of my installed “gt-*”.jar. I have not heard from you regarding the status of this problem. Is there anything wrong in my GeoServer configuration or it is a bug? Please let me know when you have a chance.

Regards,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil

Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

On Mon, Mar 3, 2014 at 8:28 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

Which geoserver version are you running?

That parameter is a format parameter (GDAL Format in that case) which is automatically passed to the reader using the value you have configured in the layer configuration.
So you don’t need to specify anything for that.

Is the version of your gt jars contained in geoserver/WEB-INF/lib (gt-imageio-ext-gdal-xxxx.jar, gt-coverage-xxxx.jar,…) the same for all of them?

Please, let me know.
Best Regards,
Daniele


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5107153.html
To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: <a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”<a href=“tel:%2B390584962313” value=“+390584962313” target=“_blank”><a href=“tel:%2B390584962313” value=“+390584962313” target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B390584962313” value=“<a href=“tel:%2B390584962313” value=”+390584962313" target=“_blank”>+390584962313" target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”+390584962313" target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“+390584962313” target=“_blank”>+39 0584 962313
fax: <a href=“tel:%2B39%200584%201660272” value=“<a href=“tel:%2B3905841660272” value=”
+3905841660272" target=“_blank”>+3905841660272" target=“_blank”><a href=“tel:%2B39%200584%201660272” value=“+3905841660272” target=“_blank”>+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Fri, Feb 28, 2014 at 10:11 PM, tt5430 <[hidden email]> wrote:

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
Buffer = 0
Format = image/bil
Time =
Filters = null
Filter = null
Width = 512
Height = 511
RemoteOwsType = null
RemoteOwsURL = null
SldBody = null
ValidateSchema = false
Sld = null
CQLFilter = null
FeatureId = null
SldVersion = null
StartIndex = null
FormatOptions = {}
Env = {}
Tiled = false
Palette = null
Angle = 0.0
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
FeatureVersion = null
SRS = EPSG:4326
Styles = [StyleImpl[ name=raster]]
Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com405…]
MaxFeatures = null
ViewParams = null
Crs = GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]
Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
Elevation =
TilesOrigin = null
Exceptions = SE_XML
Version = 1.1.0
Request = GetMap
RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
BaseUrl = http://172.16.203.30:8080/geoserver/
Get = true
RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter “USE_JAI_IMAGEREAD” is missing.
at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
at
org.geotools.coverageio.RasterLayerRequest.(RasterLayerRequest.java:205)
at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam


View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

HI Tam,
I have merged the pull request made by Nicola.

Cheers,
Daniele

···

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Mon, Mar 17, 2014 at 12:39 PM, Nicola Lagomarsini <nicola.lagomarsini@anonymised.com> wrote:

Hi Tam,

there was a bug associated to the GeoTools ImageIO-Ext Gdal plugin, look at the following JIRA http://jira.codehaus.org/browse/GEOT-4743. I have sent a pull request for fixing that bug.

Cheers,
Nicola.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

2014-03-11 18:18 GMT+01:00 tt5430 <tt9488@anonymised.com>:

n37_w122_1arc_v1.dt2
Here is the file. I hope it helps you debugging the problem. Let me know if you need something else.

Thanks,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil
Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.

Ing. Nicola Lagormarsini
Junior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Tue, Mar 11, 2014 at 2:25 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

there was a misconfigured filter in my gmail account which moved your previous email into a different “folder” (you sent that to my address instead of using the geoserver list and the filter archived it).

Do you have any chance to share your sample data so we can try to replicate the issue and debug it?

Cheers,
Daniele


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:

http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5128269.html

To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK

for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax:
+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Mon, Mar 10, 2014 at 5:44 PM, tt5430 <[hidden email]> wrote:

Hi Daniele,

This is just a follow up from my previous email in response to your message asking for the version of my installed “gt-*”.jar. I have not heard from you regarding the status of this problem. Is there anything wrong in my GeoServer configuration or it is a bug? Please let me know when you have a chance.

Regards,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil

Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

On Mon, Mar 3, 2014 at 8:28 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

Which geoserver version are you running?

That parameter is a format parameter (GDAL Format in that case) which is automatically passed to the reader using the value you have configured in the layer configuration.
So you don’t need to specify anything for that.

Is the version of your gt jars contained in geoserver/WEB-INF/lib (gt-imageio-ext-gdal-xxxx.jar, gt-coverage-xxxx.jar,…) the same for all of them?

Please, let me know.
Best Regards,
Daniele


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5107153.html
To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: <a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”+390584962313" target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“+390584962313” target=“_blank”>+39 0584 962313
fax: <a href=“tel:%2B39%200584%201660272” value=“<a href=“tel:%2B3905841660272” value=”
+3905841660272" target=“_blank”>+3905841660272" target=“_blank”><a href=“tel:%2B39%200584%201660272” value=“+3905841660272” target=“_blank”>+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Fri, Feb 28, 2014 at 10:11 PM, tt5430 <[hidden email]> wrote:

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
Buffer = 0
Format = image/bil
Time =
Filters = null
Filter = null
Width = 512
Height = 511
RemoteOwsType = null
RemoteOwsURL = null
SldBody = null
ValidateSchema = false
Sld = null
CQLFilter = null
FeatureId = null
SldVersion = null
StartIndex = null
FormatOptions = {}
Env = {}
Tiled = false
Palette = null
Angle = 0.0
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
FeatureVersion = null
SRS = EPSG:4326
Styles = [StyleImpl[ name=raster]]
Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com]
MaxFeatures = null
ViewParams = null
Crs = GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]
Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
Elevation =
TilesOrigin = null
Exceptions = SE_XML
Version = 1.1.0
Request = GetMap
RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
BaseUrl = http://172.16.203.30:8080/geoserver/
Get = true
RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter “USE_JAI_IMAGEREAD” is missing.
at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
at
org.geotools.coverageio.RasterLayerRequest.(RasterLayerRequest.java:205)
at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam


View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Daniele,

Thanks for the information.

Regards,

Tam

···

On Tue, Mar 18, 2014 at 1:17 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

HI Tam,
I have merged the pull request made by Nicola.

Cheers,
Daniele


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:

http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5129604.html

To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax:
+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Mon, Mar 17, 2014 at 12:39 PM, Nicola Lagomarsini <[hidden email]> wrote:

Hi Tam,

there was a bug associated to the GeoTools ImageIO-Ext Gdal plugin, look at the following JIRA http://jira.codehaus.org/browse/GEOT-4743. I have sent a pull request for fixing that bug.

Cheers,
Nicola.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

2014-03-11 18:18 GMT+01:00 tt5430 <[hidden email]>:

n37_w122_1arc_v1.dt2
Here is the file. I hope it helps you debugging the problem. Let me know if you need something else.

Thanks,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil
Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.

Ing. Nicola Lagormarsini
Junior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax:
+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Tue, Mar 11, 2014 at 2:25 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

there was a misconfigured filter in my gmail account which moved your previous email into a different “folder” (you sent that to my address instead of using the geoserver list and the filter archived it).

Do you have any chance to share your sample data so we can try to replicate the issue and debug it?

Cheers,
Daniele


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:

http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5128269.html

To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK

for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: <a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”+390584962313" target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“+390584962313” target=“_blank”>+39 0584 962313
fax: <a href=“tel:%2B39%200584%201660272” value=“<a href=“tel:%2B3905841660272” value=”
+3905841660272" target=“_blank”>+3905841660272" target=“_blank”><a href=“tel:%2B39%200584%201660272” value=“+3905841660272” target=“_blank”>+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Mon, Mar 10, 2014 at 5:44 PM, tt5430 <[hidden email]> wrote:

Hi Daniele,

This is just a follow up from my previous email in response to your message asking for the version of my installed “gt-*”.jar. I have not heard from you regarding the status of this problem. Is there anything wrong in my GeoServer configuration or it is a bug? Please let me know when you have a chance.

Regards,

Tam


View this message in context: Re: Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil

Sent from the GeoServer - User mailing list archive at Nabble.com.


Learn Graph Databases - Download FREE O’Reilly Book
“Graph Databases” is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

On Mon, Mar 3, 2014 at 8:28 AM, Daniele Romagnoli-3 [via OSGeo.org] <[hidden email]> wrote:

Hi Tam,

Which geoserver version are you running?

That parameter is a format parameter (GDAL Format in that case) which is automatically passed to the reader using the value you have configured in the layer configuration.
So you don’t need to specify anything for that.

Is the version of your gt jars contained in geoserver/WEB-INF/lib (gt-imageio-ext-gdal-xxxx.jar, gt-coverage-xxxx.jar,…) the same for all of them?

Please, let me know.
Best Regards,
Daniele


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707p5107153.html
To unsubscribe from Got “USE_JAI_IMAGEREAD” is missing error in WMS getMap request format=image/bil, click here.
NAML

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: <a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”<a href=“tel:%2B390584962313” value=“+390584962313” target=“_blank”><a href=“tel:%2B390584962313” value=“+390584962313” target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B390584962313” value=“+390584962313” target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“<a href=“tel:%2B390584962313” value=”+390584962313" target=“_blank”>+390584962313" target=“_blank”><a href=“tel:%2B39%200584%20962313” value=“+390584962313” target=“_blank”>+39 0584 962313
fax: <a href=“tel:%2B39%200584%201660272” value=“<a href=“tel:%2B3905841660272” value=”<a href=“tel:%2B3905841660272” value=“
+3905841660272” target=“_blank”>+3905841660272" target=“_blank”>+3905841660272" target=“_blank”><a href=“tel:%2B39%200584%201660272” value=“+3905841660272” target=“_blank”>+39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Fri, Feb 28, 2014 at 10:11 PM, tt5430 <[hidden email]> wrote:

I tried to use the Previewer to render my DTED 2 data and output image/bil
format. I got the error and have no ideas what was wrong. How do I send
the JAI_IMAGEREAD parameter in the getMap request?
Request: getMap
Buffer = 0
Format = image/bil
Time =
Filters = null
Filter = null
Width = 512
Height = 511
RemoteOwsType = null
RemoteOwsURL = null
SldBody = null
ValidateSchema = false
Sld = null
CQLFilter = null
FeatureId = null
SldVersion = null
StartIndex = null
FormatOptions = {}
Env = {}
Tiled = false
Palette = null
Angle = 0.0
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
FeatureVersion = null
SRS = EPSG:4326
Styles = [StyleImpl[ name=raster]]
Layers = [org.geoserver.wms.MapLayerInfo@anonymised.com405…]
MaxFeatures = null
ViewParams = null
Crs = GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]
Bbox = ReferencedEnvelope[-122.00013888888888 : -120.9998611111111,
36.99986111111111 : 38.000138888888884]
Elevation =
TilesOrigin = null
Exceptions = SE_XML
Version = 1.1.0
Request = GetMap
RawKvp =
{BBOX=-122.00013888888888,36.99986111111111,-120.9998611111111,38.000138888888884,
VERSION=1.1.0, FORMAT=image/bil, SERVICE=WMS, HEIGHT=511, REQUEST=GetMap,
LAYERS=dted:n37_w122_1arc_v1, STYLES=, WIDTH=512, SRS=EPSG:4326}
BaseUrl = http://172.16.203.30:8080/geoserver/
Get = true
RequestCharset = UTF-8
28 Feb 12:14:12 ERROR [geoserver.ows] -
java.lang.IllegalStateException: Parameter “USE_JAI_IMAGEREAD” is missing.
at org.geotools.parameter.Parameter.booleanValue(Parameter.java:434)
at
org.geotools.coverageio.RasterLayerRequest.extractParameter(RasterLayerRequest.java:251)
at
org.geotools.coverageio.RasterLayerRequest.(RasterLayerRequest.java:205)
at
org.geotools.coverageio.BaseGridCoverage2DReader.read(BaseGridCoverage2DReader.java:370)
at
org.gatioeotools.coverage.grid.io.AbstractGridCoverage2DReader.read(AbstractGridCoverage2DReader.java:1

I hope this information is sufficient. Let me know if you need more
information.
Many thanks in advance

Regards,
Tam


View this message in context: http://osgeo-org.1560.x6.nabble.com/Got-USE-JAI-IMAGEREAD-is-missing-error-in-WMS-getMap-request-format-image-bil-tp5106707.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


Geoserver-users mailing list

[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users