Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] running uDig after SDK installation fail

> Plugin started, but with several warnings :
>
> 2010-06-10 14:34:06 it.geosolutions.imageio.gdalframework.GDALUtilities
> loadGDAL
> WARNING: Native library load failed.java.lang.UnsatisfiedLinkError:
> C:\java\eclipse\jre\bin\gdaljni.dll: Nie można odnaleźć określonej procedury
> 2010-06-10 14:34:08 it.geosolutions.util.KakaduUtilities loadKakadu
> WARNING: Native library load failed.java.lang.UnsatisfiedLinkError: no
> kdu_jni in java.library.path

That is normal. It states that you do not have kakadu libs in  the
path, which is ok if you do not need them. They are proprietary libs.
It is a warning, you can ignore it.

> 2010-06-10 14:34:16
> org.geotools.referencing.factory.PropertyAuthorityFactory <init>
> WARNING: Axis elements found in a wkt definition, the force longitude first
> axis order hint might not be respected:
> PROJCS["Monte Mario / Italy zone 1 - Sicily/Accuracy 3-4m", GEOGCS["Monte
> Mario", DATUM["Monte Mario", SPHEROID["International 1924", 6378388.0,
> 297.0, AUTHORITY["EPSG","7022"]],
> TOWGS84[-50.2,-50.4,84.8,-0.690,-2.012,0.459,-28.08],
> AUTHORITY["EPSG","6265"]], PRIMEM["Greenwich", 0.0,
> AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295],
> AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH],
> AUTHORITY["EPSG","4265"]], PROJECTION["Transverse_Mercator"],
> PARAMETER["central_meridian", 9.0], PARAMETER["latitude_of_origin", 0.0],
> PARAMETER["scale_factor", 0.9996], PARAMETER["false_easting", 1500000.0],
> PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["Easting", EAST],
> AXIS["Northing", NORTH], AUTHORITY["EPSG","30031002"]]

This is a warning that jumps out for one of the Italian better
precision 3003 epsg crs I put. Due to its definition I guess. Anyways
no problem.

> What is needed this time?

I guess nothing for you. Should be fine.

Andrea


>
> Marc
>
> --
> View this message in context: http://gis.638310.n2.nabble.com/running-uDig-after-SDK-installation-fail-tp5156136p5162948.html
> Sent from the udig-users mailing list archive at Nabble.com.
> _______________________________________________
> udig-users mailing list
> udig-users@xxxxxxxxxxxxxxxxxxxxx
> http://lists.refractions.net/mailman/listinfo/udig-users
>


Back to the top