Hi guys, On Thu, May 12, 2011 at 9:44 AM, Jody Garnett <[email protected]>wrote:
> I will check; we use maven to fetch stuff so we should be fine. Is there > some kind of release notes I should be checking for imageio-ext changes? > > Here is what ends up brought in by maven: > > lib/imageio-ext-arcgrid-1.1-RC1.jar, > > lib/imageio-ext-customstreams-1.1-SNAPSHOT.jar, > This is no more needed... on 1.1-RC1 it is imageio-ext-streams.1.1-RC1.jar as reported below in the list. > lib/imageio-ext-gdal-bindings-1.7.jar, > lib/imageio-ext-gdalarcbinarygrid-1.1-RC1.jar, > lib/imageio-ext-gdaldted-1.1-RC1.jar, > lib/imageio-ext-gdalecw-1.1-RC1.jar, > lib/imageio-ext-gdalecwjp2-1.1-RC1.jar, > lib/imageio-ext-gdalehdr-1.1-RC1.jar, > lib/imageio-ext-gdalenvihdr-1.1-RC1.jar, > lib/imageio-ext-gdalerdasimg-1.1-RC1.jar, > lib/imageio-ext-gdalframework-1.1-RC1.jar, > lib/imageio-ext-gdalkakadujp2-1.1-RC1.jar, > lib/imageio-ext-gdalmrsid-1.1-RC1.jar, > lib/imageio-ext-gdalmrsidjp2-1.1-RC1.jar, > lib/imageio-ext-gdalnitf-1.1-RC1.jar, > > lib/imageio-ext-geocore-1.0.8.jar, > I would instead use 1.1-RC1 > lib/imageio-ext-imagereadmt-1.1-RC1.jar, > lib/imageio-ext-kakadu-1.1-RC1.jar, > lib/imageio-ext-kakadujni-5.2.6.jar, > > lib/imageio-ext-netcdf-1.1-SNAPSHOT.jar, > lib/imageio-ext-netcdf-core-1.1-SNAPSHOT.jar, > I would instead use 1.1-RC1 everywhere. http://maven.geo-solutions.it/it/geosolutions/imageio-ext/imageio-ext-netcdf-core/1.1-RC1/ http://maven.geo-solutions.it/it/geosolutions/imageio-ext/imageio-ext-netcdf/1.1-RC1/ > lib/imageio-ext-streams-1.1-RC1.jar, > That one override customstreams. > lib/imageio-ext-tiff-1.1-RC1.jar, > > lib/imageio-ext-utilities-1.0.8.jar > I would instead use 1.1-RC1 > > Moovida I do notice that you explicitly bring in the following: > > <!-- stuff for jgrass contributions --> > <dependency groupId="org.geotools" artifactId="gt-temporal" > version="${geotools.version}" /> > <dependency groupId="it.geosolutions.imageio-ext" > artifactId="imageio-ext-netcdf-core" version="1.1-SNAPSHOT" /> > <dependency groupId="it.geosolutions.imageio-ext" > artifactId="imageio-ext-netcdf" version="1.1-SNAPSHOT" /> > <dependency groupId="it.geosolutions.imageio-ext" > artifactId="imageio-ext-utilities" version="1.0.8" /> > <dependency groupId="it.geosolutions.imageio-ext" > artifactId="imageio-ext-geocore" version="1.0.8" /> > <dependency groupId="opendap" artifactId="opendap" version="2.1" /> > <dependency groupId="org.geotools" artifactId="gt-grassraster" > version="${geotools.version}" /> > > Should any of that be updated? > > -- > Jody Garnett > > On Thursday, 12 May 2011 at 5:28 PM, Daniele Romagnoli wrote: > > Hi guys, > is imageio-ext-geocore-1.1-RC1.jar available on your classpath/packed lib? > > > http://java.net/projects/imageio-ext/sources/svn/content/tags/1.1-RC1/library/geocore/src/main/java/it/geosolutions/imageio/core/CoreCommonIIOStreamMetadata.java?rev=1258 > > Daniele > > > On Thu, May 12, 2011 at 9:14 AM, Jody Garnett <[email protected]>wrote: > > Thanks for sending me an ecw and mrsid to test. > > ECW is now recognised; but does not draw .... missing some > "CoreCommonIIOStreamMetadata" class. > > > java.lang.reflect.InvocationTargetException > at > org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:479) > at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) > at > org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) > at > org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756) > at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2606) > at > net.refractions.udig.project.ui.internal.actions.ZoomToLayer.runWithEvent(ZoomToLayer.java:69) > at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241) > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) > at > org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) > at > org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) > at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) > at > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at > net.refractions.udig.internal.ui.UDIGApplication.start(UDIGApplication.java:136) > at > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575) > at org.eclipse.equinox.launcher.Main.run(Main.java:1408) > Caused by: java.lang.NoClassDefFoundError: > it/geosolutions/imageio/core/CoreCommonIIOStreamMetadata > at > it.geosolutions.imageio.plugins.ecw.ECWImageReaderSpi.createReaderInstance(ECWImageReaderSpi.java:135) > at > javax.imageio.spi.ImageReaderSpi.createReaderInstance(ImageReaderSpi.java:300) > at > org.geotools.coverageio.BaseGridCoverage2DReader.<init>(BaseGridCoverage2DReader.java:168) > at > org.geotools.coverageio.gdal.BaseGDALGridCoverage2DReader.<init>(BaseGDALGridCoverage2DReader.java:81) > at org.geotools.coverageio.gdal.ecw.ECWReader.<init>(ECWReader.java:65) > at org.geotools.coverageio.gdal.ecw.ECWFormat.getReader(ECWFormat.java:90) > at > org.geotools.coverageio.gdal.ecw.ECWFormat.getReader(ECWFormat.java:42) > at > org.geotools.coverageio.gdal.BaseGDALGridFormat.getReader(BaseGDALGridFormat.java:161) > at > net.refractions.udig.catalog.rasterings.AbstractRasterService.getReader(AbstractRasterService.java:126) > at > net.refractions.udig.catalog.rasterings.AbstractRasterGeoResourceInfo.getBounds(AbstractRasterGeoResourceInfo.java:50) > at > net.refractions.udig.project.internal.impl.GeoResourceInfoInterceptor$Wrapper.getBounds(GeoResourceInfoInterceptor.java:68) > at > net.refractions.udig.project.internal.impl.LayerImpl.obtainBoundsFromResources(LayerImpl.java:2013) > at > net.refractions.udig.project.internal.impl.LayerImpl.getBounds(LayerImpl.java:1984) > at > net.refractions.udig.project.ui.internal.actions.ZoomToLayer$ZoomRunnable.run(ZoomToLayer.java:100) > at > org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) > ... 34 more > Caused by: java.lang.ClassNotFoundException: > it.geosolutions.imageio.core.CoreCommonIIOStreamMetadata > at > org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506) > at > org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at > org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410) > at > org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) > at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > ... 49 more > Root exception: > java.lang.NoClassDefFoundError: > it/geosolutions/imageio/core/CoreCommonIIOStreamMetadata > at > it.geosolutions.imageio.plugins.ecw.ECWImageReaderSpi.createReaderInstance(ECWImageReaderSpi.java:135) > at > javax.imageio.spi.ImageReaderSpi.createReaderInstance(ImageReaderSpi.java:300) > at > org.geotools.coverageio.BaseGridCoverage2DReader.<init>(BaseGridCoverage2DReader.java:168) > at > org.geotools.coverageio.gdal.BaseGDALGridCoverage2DReader.<init>(BaseGDALGridCoverage2DReader.java:81) > at org.geotools.coverageio.gdal.ecw.ECWReader.<init>(ECWReader.java:65) > at org.geotools.coverageio.gdal.ecw.ECWFormat.getReader(ECWFormat.java:90) > at > org.geotools.coverageio.gdal.ecw.ECWFormat.getReader(ECWFormat.java:42) > at > org.geotools.coverageio.gdal.BaseGDALGridFormat.getReader(BaseGDALGridFormat.java:161) > at > net.refractions.udig.catalog.rasterings.AbstractRasterService.getReader(AbstractRasterService.java:126) > at > net.refractions.udig.catalog.rasterings.AbstractRasterGeoResourceInfo.getBounds(AbstractRasterGeoResourceInfo.java:50) > at > net.refractions.udig.project.internal.impl.GeoResourceInfoInterceptor$Wrapper.getBounds(GeoResourceInfoInterceptor.java:68) > at > net.refractions.udig.project.internal.impl.LayerImpl.obtainBoundsFromResources(LayerImpl.java:2013) > at > net.refractions.udig.project.internal.impl.LayerImpl.getBounds(LayerImpl.java:1984) > at > net.refractions.udig.project.ui.internal.actions.ZoomToLayer$ZoomRunnable.run(ZoomToLayer.java:100) > at > org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) > at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) > at > org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) > at > org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756) > at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2606) > at > net.refractions.udig.project.ui.internal.actions.ZoomToLayer.runWithEvent(ZoomToLayer.java:69) > at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241) > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) > at > org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) > at > org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) > at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) > at > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at > net.refractions.udig.internal.ui.UDIGApplication.start(UDIGApplication.java:136) > at > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > > > > -- > ------------------------------------------------------- > Ing. Daniele Romagnoli > GeoSolutions S.A.S. > Software Engineer > > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > > phone: +39 0584 962313 > fax: +39 0584 962313 > > http://www.geo-solutions.it > http://geo-solutions.blogspot.com/ > http://www.youtube.com/user/GeoSolutionsIT > http://it.linkedin.com/in/danieleromagnoli > > > ------------------------------------------------------- > > > > -- > ------------------------------------------------------- > Ing. Daniele Romagnoli > GeoSolutions S.A.S. > Software Engineer > > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > > phone: +39 0584 962313 > fax: +39 0584 962313 > > http://www.geo-solutions.it > http://geo-solutions.blogspot.com/ > http://www.youtube.com/user/GeoSolutionsIT > http://it.linkedin.com/in/danieleromagnoli > > > ------------------------------------------------------- > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > > > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > > -- ------------------------------------------------------- Ing. Daniele Romagnoli GeoSolutions S.A.S. Software Engineer Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://it.linkedin.com/in/danieleromagnoli -------------------------------------------------------
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
