in case you haven't found this one yet, Simone Giannecchini gave me this link to the imageio libraries to get geoserver / gdal working
http://java.net/projects/imageio-ext/downloads/directory/Releases/1.0.8 -i Le 10/03/2011 10:46, Milo van der Linden a écrit : > Besides that. thank you guys (and girls) for answering! I will > definitly look into this issue deeper. Everything I tackle along the > way will eventually end up on the geoserver website. > > Currently almost all links from geoserver and geotools documentation > websites pointing to "somewhere" at java.net return a 404 > > 2011/3/10 Milo van der Linden<m...@dogodigi.net>: >> Thanks to Oracle, installing native JAI has become a real pain.... the >> entire structure of the java.net website changed >> >> >> >> 2011/3/10 Ivan PRICE<ivan.pr...@noveltis.fr>: >>> Milo, >>> >>> They should indeed turn up there if all is working. My advice would be >>> to turn on verbose logging and restart geoserver and have a look in your >>> geoserver logs and look for stuff like: >>> >>> 2011-03-10 10:15:39,921 DEBUG [gdal.jp2k] - JP2KFormatFactory is not >>> availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.erdasimg] - ErdasImgFormatFactory is >>> availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.mrsid] - MrSIDFormatFactory is >>> availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.ehdr] - EsriHdrFormatFactory is >>> availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.jp2ecw] - JP2ECWFormatFactory is >>> availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.erdasimg] - NITFFormatFactory is >>> availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gce.arcgrid] - ArcGridFormatFactory is >>> availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.jp2mrisd] - JP2MrSIDFormatFactory is >>> availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.dted] - DTEDFormatFactory is availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.ecw] - ECWFormatFactory is availaible. >>> 2011-03-10 10:15:39,921 DEBUG [gdal.envihdr] - EnviHdrFormatFactory is >>> availaible. >>> 2011-03-10 10:15:39,937 DEBUG [referencing.factory] - Échec dans la >>> fabrique primaire: Aucun code "EPSG:4326" de l'autorité "European >>> Petroleum Survey Group" n'a été trouvé pour un objet de type >>> "IdentifiedObject". La fabrique secondaire sera interrogée. >>> 2011-03-10 10:15:39,937 DEBUG [gdal.erdasimg] - Creating a new >>> ErdasImgFormat. >>> 2011-03-10 10:15:39,937 DEBUG [gdal.mrsid] - Creating a new MrSIDFormat. >>> 2011-03-10 10:15:39,937 DEBUG [gdal.ehdr] - Creating a new EsriHdrFormat. >>> 2011-03-10 10:15:39,937 DEBUG [gdal.jp2ecw] - Creating a new JP2KFormat. >>> 2011-03-10 10:15:39,937 DEBUG [gdal.nitf] - Creating a new NITFFormat. >>> 2011-03-10 10:15:39,953 DEBUG [gce.arcgrid] - Creating a new ArcGriFormat. >>> 2011-03-10 10:15:39,953 DEBUG [gdal.jp2mrsid] - Creating a new JP2KFormat. >>> 2011-03-10 10:15:39,953 DEBUG [gdal.dted] - Creating a new DTEDFormat. >>> 2011-03-10 10:15:39,953 DEBUG [gdal.ecw] - Creating a new ECWFormat. >>> 2011-03-10 10:15:39,953 DEBUG [gdal.envihdr] - Creating a new EnviHdrFormat. >>> 2011-03-10 10:15:40,203 INFO [timer.TimerFactoryBean] - Initializing Timer >>> >>> >>> or any complaints about missing libraries etc. >>> >>> regards, >>> >>> -i >>> >>> >>> >>> >>> Le 10/03/2011 09:29, Milo van der Linden a écrit : >>>> Hello Astrid, >>>> >>>> Thank you for the response, but the solution is for another problem. >>>> In my case the gdal-extension doesn't show any new RASTER layer types >>>> in the section: >>>> >>>> http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.NewDataPage >>>> >>>> I don't know why. I am correct that the new gdal supported raster >>>> formats should show up here? >>>> >>>> 2011/3/10 Astrid Emde<astrid.e...@wheregroup.com>: >>>>> Hello Milo, >>>>> >>>>> there has been a discussion about this some days ago. Maybe that post will >>>>> help you [1] >>>>> >>>>> To support ecw the Tomcat version> 6.0.18 seams to make trouble but you >>>>> will find a solution in the blog [1]. >>>>> >>>>> Astrid >>>>> >>>>> [1] >>>>> http://geo-solutions.blogspot.com/2010/05/fix-geotools-and-geoserver-not-able-to.html >>>>> >>>>> >>>>> >>>>> On Wed, March 9, 2011 9:32 pm, Milo van der Linden (gmail) wrote: >>>>>> Hi there, >>>>>> >>>>>> >>>>>> I am trying to set up an geoserver environment with GDAL support. I >>>>>> have some issues: >>>>>> >>>>>> My geoserver is 2.0.2 >>>>>> >>>>>> >>>>>> 1. Documentation on >>>>>> http://docs.geoserver.org/2.0.2/user/data/gdal.html is outdated >>>>>> besides that, it is way different then >>>>>> http://docs.geoserver.org/stable/en/user/data/gdal.html >>>>>> >>>>>> >>>>>> I would first like to make the two the same. >>>>>> >>>>>> >>>>>> >>>>>> 2. The imageio-ext project has moved http://java.net/projects/imageio-ext >>>>>> 3. gdal_data-1.X.X is no longer available in the imageio-ext project >>>>>> EXCEPT when you do a windows install. I need some more information on >>>>>> how to handle this. For now I have installed on windows and extracted the >>>>>> gdal_data package, then moved its content to my ubuntu server. >>>>>> >>>>>> "Download and extract/install the correct version for your OS." I >>>>>> assume this means moving the content of the imageio-ext native libraries >>>>>> somewhere geoserver can find them? This step is also obsolete if you >>>>>> compile the ecwj from source. (I will update on this once I have my >>>>>> deploy >>>>>> script under control) >>>>>> >>>>>> I restarted geoserver after getting: >>>>>> http://downloads.sourceforge.net/geoserver/geoserver-2.0.2-gdal-plugin.zip >>>>>> but I cannot set up a store with any of the types shown in the >>>>>> example. >>>>>> Is it necessary for all the gdal drivers to be in place? What >>>>>> jar libs are required and what are optional? >>>>>> >>>>>> I can fill out the details for "Adding support for ECW" on ubuntu >>>>>> linux (and maybe even more generic for other linux) >>>>>> >>>>>> Please help me out: >>>>>> >>>>>> >>>>>> * Why is geoserver not responding to me putting the jars for the GDAL >>>>>> plugin in the libs directory? (nothing on geoserver.log, but no menu >>>>>> options from admin either) * My gdal itself is running with ECW support; >>>>>> what do I need to tell geoserver or de GDAL plugin to find this gdal and >>>>>> test if it is working? >>>>>> >>>>>> >>>>>> Kind regards, >>>>>> >>>>>> >>>>>> Milo van der Linden >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------- >>>>>> ----- >>>>>> Colocation vs. Managed Hosting >>>>>> A question and answer guide to determining the best fit >>>>>> for your organization - today and in the future. >>>>>> http://p.sf.net/sfu/internap-sfd2d >>>>>> _______________________________________________ >>>>>> Geoserver-users mailing list >>>>>> Geoserver-users@lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users >>>>>> >>>>>> >>>>> -- >>>>> Mit freundlichen Grüßen >>>>> >>>>> Astrid Emde >>>>> ---------------------------------- >>>>> >>>>> ******************************************** >>>>> FOSSGIS Konferenz 2011 >>>>> 5.-7. April 2011 in Heidelberg >>>>> http://www.fossgis.de/konferenz/2011 >>>>> ******************************************** >>>>> >>>>> Astrid Emde >>>>> WhereGroup GmbH& Co.KG >>>>> Eifelstraße 7 >>>>> 53119 Bonn >>>>> Germany >>>>> >>>>> Fon: +49(0)228 90 90 38 - 19 >>>>> Fax: +49(0)228 90 90 38 - 11 >>>>> >>>>> astrid.e...@wheregroup.com >>>>> www.wheregroup.com >>>>> >>>>> Amtsgericht Bonn, HRA 6788 >>>>> ------------------------------- >>>>> Komplementärin: >>>>> WhereGroup Verwaltungs GmbH >>>>> vertreten durch: >>>>> Olaf Knopp, Peter Stamm >>>>> ------------------------------- >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Colocation vs. Managed Hosting >>>>> A question and answer guide to determining the best fit >>>>> for your organization - today and in the future. >>>>> http://p.sf.net/sfu/internap-sfd2d >>>>> _______________________________________________ >>>>> Geoserver-users mailing list >>>>> Geoserver-users@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users >>>>> >>>> ------------------------------------------------------------------------------ >>>> Colocation vs. Managed Hosting >>>> A question and answer guide to determining the best fit >>>> for your organization - today and in the future. >>>> http://p.sf.net/sfu/internap-sfd2d >>>> _______________________________________________ >>>> Geoserver-users mailing list >>>> Geoserver-users@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users >>> >>> ------------------------------------------------------------------------------ >>> Colocation vs. Managed Hosting >>> A question and answer guide to determining the best fit >>> for your organization - today and in the future. >>> http://p.sf.net/sfu/internap-sfd2d >>> _______________________________________________ >>> Geoserver-users mailing list >>> Geoserver-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/geoserver-users >>> > ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Geoserver-users mailing list Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users