Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-22 Thread Michael Bedward
You're not having much luck are you :) I just tried the ImageLab app from within NetBeans using GeoTools version 8.0 and there were no errors either building or running it. Below is the pom.xml that I used. Please try another NetBeans / Maven build using this pom in place of your existing pom.

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-22 Thread Boided
Thanks for the reply.. I shifted from geotools 8.0 to 8.3 and now it is working. Finally :) it is working fine withou Maven also. Thanks a lot for your suggestions. it helped. -- View this message in context:

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-22 Thread Michael Bedward
No worries - glad to hear it's working for you. Michael On 22 November 2012 20:46, Boided richa...@gmail.com wrote: Thanks for the reply.. I shifted from geotools 8.0 to 8.3 and now it is working. Finally :) it is working fine withou Maven also. Thanks a lot for your suggestions.

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-21 Thread Boided
Hello, I am not using Maven. i am running the project on Netbeans without Maven.. i tried running ImageLab example and included all the dependencies required. Gdal is also installed. I am using a Geotiff image file and a shape file.The CRS for the image file is WGS-84.. please check and

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-21 Thread Michael Bedward
Hello, I am not using Maven. i am running the project on Netbeans without Maven.. i tried running ImageLab example and included all the dependencies required. Gdal is also installed. I am using a Geotiff image file and a shape file.The CRS for the image file is WGS-84.. please check

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-21 Thread Boided
hello, Thanks for the reply.. i did everything as you stated.. included all the dependencies according to the tree but without Maven.. and still i am getting this error... Exception in thread main java.lang.ExceptionInInitializerError at

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-21 Thread Boided
Hello again, Actually i have built my complete project without using Maven and it is working perfect. Now i need to open a geotiff file and a shapefile, for this i am trying the ImageLab example. As you said i tried this example with Maven on netbeans. Now this same example is

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-20 Thread Boided
Ciao simone, this is the complete warning that i m getting Native library load failed.java.lang.UnsatisfiedLinkError: no gdaljni in java.library.path Nov 19, 2012 12:34:07 PM it.geosolutions.util.KakaduUtilities loadKakadu WARNING: Failed to load the Kakadu native libs. This is not a problem

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-20 Thread Michael Bedward
Hello, Not sure what's going on, but ignoring the Kakadu message (which as Simone says is just a warning) it looks like the error is related to decoding the coordinate reference system (CRS) of your image. Firstly, are you building and running the example with Maven ? I ask because this type of

[Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-19 Thread Boided
Hi, I am trying to run the ImageLab example for displaying a tif file and a shapefile. I am getting the following error: Native library load failed.java.lang.UnsatisfiedLinkError: no gdaljni in java.library.path Nov 19, 2012 12:34:07 PM it.geosolutions.util.KakaduUtilities loadKakadu

Re: [Geotools-gt2-users] Gdal error while running ImageLab example

2012-11-19 Thread Simone Giannecchini
Ciao, as the message says, it is not an error but rahter a warning. GDAL and Kakadu needs to find some native libraries to work, which are not deployed by default This results in having those plugins disabled in your set up. Regards, Simone Giannecchini == Our support, Your Success! Visit