I found the problem.  It wasnt working due to the fact that I was running
geoserver as a window service.  This blog post fixed it :
http://www.kodejava.org/examples/107.html

Thanks for all of your assitance.

On Fri, May 21, 2010 at 5:23 AM, Daniele Romagnoli <
[email protected]> wrote:

> Hi Phillip,
> do you have any chance to share with us the full log?
> As you have pointed out, it seems from this part of log that it isn't
> attempting to load GDAL. Is that log file complete?
> Does your geoserver/WEB-INF/lib contains gt-imageio-ext-gdalXXX as well as
> several imageio-ext-gdalXXX jars?
> How do you run your geoserver?
>
> Regards,
> Daniele
>
>
>
>
> On Fri, May 21, 2010 at 1:45 AM, Phillip Berkowitz 
> <[email protected]>wrote:
>
>> As far as I can tell, it isnt attempting to load gdal dlls.  I am
>> including the most recent log update:
>>
>> ----------------------------------
>> - GEOSERVER_DATA_DIR: C:\Program Files\GeoServer 2.0.1\data_dir
>> ----------------------------------
>> 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] -
>> ********************************************************************************************************************************************
>> 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] - *** Found
>> Servlet context parameter GEOSERVER_DATA_DIR set to C:\Program
>> Files\GeoServer 2.0.1\data_dir, using it as the default prefix. ***
>> 2010-05-20 13:19:41,281 INFO [storage.DefaultStorageFinder] -
>> ********************************************************************************************************************************************
>> 2010-05-20 13:19:41,312 INFO [config.XMLConfiguration] - Failed to find
>> geowebcache.xml. This is not a problem unless you are trying to use a custom
>> XML configuration file.
>> 2010-05-20 13:19:49,406 INFO [jdbc.JDBCMBWrapper] - MetaStore database is
>> version 120
>> 2010-05-20 13:19:50,687 INFO [org.geoserver] - Loaded style 'burg'
>> 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'capitals'
>> 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'cite_lakes'
>> 2010-05-20 13:19:50,734 INFO [org.geoserver] - Loaded style 'concat'
>> 2010-05-20 13:19:50,828 INFO [org.geoserver] - Loaded style 'dem'
>> 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style 'flags'
>> 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style
>> 'giant_polygon'
>> 2010-05-20 13:19:50,843 INFO [org.geoserver] - Loaded style 'grass'
>> 2010-05-20 13:19:50,859 INFO [org.geoserver] - Loaded style 'green'
>> 2010-05-20 13:19:50,859 INFO [org.geoserver] - Loaded style 'line'
>> 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'poi'
>> 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'point'
>> 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'polygon'
>> 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style
>> 'poly_landmarks'
>> 2010-05-20 13:19:50,890 INFO [org.geoserver] - Loaded style 'pophatch'
>> 2010-05-20 13:19:50,921 INFO [org.geoserver] - Loaded style 'population'
>> 2010-05-20 13:19:50,921 INFO [org.geoserver] - Loaded style 'rain'
>> 2010-05-20 13:19:50,953 INFO [org.geoserver] - Loaded style 'raster'
>> 2010-05-20 13:19:50,984 INFO [org.geoserver] - Loaded style 'restricted'
>> 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style 'simple_roads'
>> 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style
>> 'simple_streams'
>> 2010-05-20 13:19:51,000 INFO [org.geoserver] - Loaded style 'tiger_roads'
>> 2010-05-20 13:19:51,093 INFO [org.geoserver] - Loaded default workspace
>> ciba-test
>> 2010-05-20 13:19:51,234 INFO [org.geoserver] - Loaded workspace
>> 'ciba-test'
>> 2010-05-20 13:19:51,656 INFO [org.geoserver] - Loaded store
>> 'pax_river_test', enabled
>> 2010-05-20 13:19:51,687 INFO [org.geoserver] - Loaded coverage store
>> 'pax_river_test'
>> 2010-05-20 13:20:17,015 WARN [referencing.factory] - Axis elements found
>> in a wkt definition, the force longitude first axis order hint might not be
>> respected:
>> PROJCS["WGS84 / Simple Mercator", GEOGCS["WGS 84", DATUM["WGS_1984",
>> SPHEROID["WGS_1984", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0],
>> UNIT["degree", 0.017453292519943295]], PROJECTION["Mercator_1SP_Google"],
>> PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0],
>> PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0],
>> PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["x", EAST], AXIS["y",
>> NORTH], AUTHORITY["EPSG","54004"]]
>> 2010-05-20 13:20:23,031 INFO [org.geoserver] - Loaded coverage 'PaxRiver',
>> enabled
>> 2010-05-20 13:20:23,109 INFO [org.geoserver] - Loaded coverage
>> 'pax_river_test'
>> 2010-05-20 13:20:23,218 INFO [org.geoserver] - Loaded layer 'PaxRiver'
>> 2010-05-20 13:20:23,312 INFO [org.geoserver] - Loaded store 'yuma',
>> enabled
>> 2010-05-20 13:20:23,359 INFO [org.geoserver] - Loaded coverage store
>> 'yuma'
>> 2010-05-20 13:20:41,390 INFO [org.geoserver] - Loaded coverage 'yuma',
>> enabled
>> 2010-05-20 13:20:41,390 INFO [org.geoserver] - Loaded coverage 'yuma'
>> 2010-05-20 13:20:41,437 INFO [org.geoserver] - Loaded layer 'yuma'
>> 2010-05-20 13:20:41,609 INFO [org.geoserver] - Loaded layer group
>> 'gsaMaps'
>> 2010-05-20 13:20:43,828 INFO [layer.TileLayerDispatcher] -
>> ConfigurationLoader acquired lock, sleeping 5 seconds
>> 2010-05-20 13:20:44,078 INFO [geowebcache.GeoWebCacheDispatcher] - Invoked
>> setServletPrefix(gwc)
>> 2010-05-20 13:20:44,265 INFO [wms.WMSService] - Will proxy requests to
>> backend that are not getmap or getcapabilities.
>> 2010-05-20 13:20:44,718 INFO [wfs.WFSService] - Configured to forward to
>> http://localhost:8080/geoserver/wfs , timeout is 600000ms regex filter
>> 2010-05-20 13:20:45,843 INFO [layer.TileLayerDispatcher] -
>> ConfigurationLoader woke up, initializing
>> 2010-05-20 13:20:46,453 INFO [rest.RESTDispatcher] - Created
>> RESTDispatcher with 7 paths
>> 2010-05-20 13:20:46,843 INFO [layer.TileLayerDispatcher] - Adding layers
>> from GeoServer Catalog Listener
>> 2010-05-20 13:20:46,843 INFO [layer.TileLayerDispatcher] - Adding:
>> ciba-test:PaxRiver
>> 2010-05-20 13:20:46,843 INFO [layer.TileLayerDispatcher] - Adding:
>> ciba-test:yuma
>> 2010-05-20 13:20:46,843 INFO [layer.TileLayerDispatcher] - Adding: gsaMaps
>> 2010-05-20 13:20:46,843 ERROR [config.XMLConfiguration] - Configuration
>> file cannot be read or does not exist!
>> 2010-05-20 13:20:46,843 INFO [config.XMLConfiguration] - Found
>> configuration file in C:\Program Files\GeoServer
>> 2.0.1\webapps\geoserver\..\resources
>> 2010-05-20 13:20:46,843 INFO [layer.TileLayerDispatcher] - Adding layers
>> from C:\Program Files\GeoServer 2.0.1\webapps\geoserver\..\resources
>> 2010-05-20 13:20:46,843 ERROR [layer.TileLayerDispatcher] - Configuration
>> C:\Program Files\GeoServer 2.0.1\webapps\geoserver\..\resources contained no
>> layers.
>> 2010-05-20 13:20:46,843 INFO [config.XMLConfiguration] - Found
>> configuration file in C:\Program Files\GeoServer
>> 2.0.1\webapps\geoserver\..\resources
>> 2010-05-20 13:20:47,000 ERROR [layer.TileLayerDispatcher] - Error reading
>> service information from C:\Program Files\GeoServer
>> 2.0.1\webapps\geoserver\..\resources: Error parsing file C:\Program
>> Files\GeoServer 2.0.1\webapps\geoserver\..\resources\geowebcache.xml
>> 2010-05-20 13:20:47,000 INFO [layer.TileLayerDispatcher] -
>> ConfigurationLoader completed
>> 2010-05-20 13:20:48,062 INFO [org.geoserver] - Loaded service 'wcs',
>> enabled
>> 2010-05-20 13:20:48,359 INFO [org.geoserver] - Loaded service 'wfs',
>> enabled
>> 2010-05-20 13:20:48,640 INFO [org.geoserver] - Loaded service 'wms',
>> enabled
>> 2010-05-20 14:07:56,500 INFO [responses.helpers] - Supported
>> JAIMapResponse's MIME Types: [image/jpeg]
>> 2010-05-20 14:07:57,031 WARN [referencing.factory] - Axis elements found
>> in a wkt definition, the force longitude first axis order hint might not be
>> respected:
>> PROJCS["WGS84 / Simple Mercator", GEOGCS["WGS 84", DATUM["WGS_1984",
>> SPHEROID["WGS_1984", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0],
>> UNIT["degree", 0.017453292519943295]], PROJECTION["Mercator_1SP_Google"],
>> PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0],
>> PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0],
>> PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["x", EAST], AXIS["y",
>> NORTH], AUTHORITY["EPSG","54004"]]
>>
>>
>>   On Thu, May 20, 2010 at 7:11 PM, Simone Giannecchini <
>> [email protected]> wrote:
>>
>>> On Fri, May 21, 2010 at 1:06 AM, Phillip Berkowitz <[email protected]>
>>> wrote:
>>> > My Appologies if my answers are not clear, I am a real beginner with
>>> > GeoServer.
>>> >
>>> > 1.  I am not sure what log file I should look at
>>> >
>>>
>>> Inside GeoServer's own data directory (If I recall, inside WEB-INF
>>> directory), look for a log directory and there for a geoserver.log
>>> file.
>>>
>>>
>>> Simone.
>>>  > 2.  I am using the webserver that game with version 2.01 of GeoServer
>>> that I
>>> > am using now, I believe it is called Jetty.
>>> >
>>> > Thanks So much for getting back to me,
>>> >
>>> > Phillip
>>> >
>>> > On Thu, May 20, 2010 at 6:52 PM, Simone Giannecchini
>>> > <[email protected]> wrote:
>>> >>
>>> >> Ciao Philip,
>>> >> a few questions:
>>> >>
>>> >> -1- Looks in the logs, do you see a warning about not being able to
>>> >> load gdal dlls?
>>> >> -2- Are you using Tomcat? If yes, which version?
>>> >>
>>> >>
>>> >> Regards,
>>> >> Simone.
>>> >> -------------------------------------------------------
>>> >> Ing. Simone Giannecchini
>>> >> GeoSolutions S.A.S.
>>> >> Founder - Software Engineer
>>> >> Via Carignoni 51
>>> >> 55041  Camaiore (LU)
>>> >> Italy
>>> >>
>>> >> phone: +39 0584983027
>>> >> fax:      +39 0584983027
>>> >> mob:    +39 333 8128928
>>> >>
>>> >>
>>> >> http://www.geo-solutions.it
>>> >> http://geo-solutions.blogspot.com/
>>> >> http://www.linkedin.com/in/simonegiannecchini
>>> >> http://twitter.com/simogeo
>>> >>
>>> >> -------------------------------------------------------
>>> >>
>>> >>
>>> >>
>>> >> On Thu, May 20, 2010 at 7:39 PM, Phillip Berkowitz <
>>> [email protected]>
>>> >> wrote:
>>> >> > Hello all,
>>> >> >
>>> >> > I am trying to get GDAL Image formats to work with GeoServer in
>>> >> > windows.  I
>>> >> > am following the directions indicated at :
>>> >> > http://docs.geoserver.org/stable/en/user/data/gdal.html
>>> >> >
>>> >> > I verified that the path to the GDAL dlls are in the windows path
>>> >> > envoronment, and I creted an ennvironmental variable GDAL_DATA
>>> pointing
>>> >> > to
>>> >> > the GDAL definition files that i downloaded.  I am using the
>>> definition
>>> >> > files in the file gdal_data-1.4.5.zip.
>>> >> >
>>> >> > I stopped and restarted GeoServer after this, and then there were no
>>> >> > additional raster types available.
>>> >> >
>>> >> > I am not sure where to begin troubleshooting and I would greatly
>>> >> > appreciate
>>> >> > any assistance.
>>> >> >
>>> >> > Thanks,
>>> >> >
>>> >> > Phillip
>>> >> >
>>> >> >
>>> >> >
>>> ------------------------------------------------------------------------------
>>> >> >
>>> >> >
>>> >> > _______________________________________________
>>> >> > Geoserver-devel mailing list
>>> >> > [email protected]
>>> >> > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>> >> >
>>> >> >
>>> >
>>> >
>>> >
>>> ------------------------------------------------------------------------------
>>> >
>>> >
>>> > _______________________________________________
>>> > Geoserver-devel mailing list
>>> > [email protected]
>>> > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>> >
>>> >
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>>
>>
>> _______________________________________________
>> Geoserver-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>
>>
>
>
> --
> -------------------------------------------------------
> Eng. Daniele Romagnoli
> Software Engineer
>
> GeoSolutions S.A.S.
>
> Via Carignoni 51
> 55041 Camaiore (LU)
> Italy
>
> phone: +39 0584983027
> fax:     +39 0584983027
> mob:   +39 328 0559267
>
>
>
> http://www.geo-solutions.it
>
> -------------------------------------------------------
>
>
------------------------------------------------------------------------------

_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to