A: Yes it is normal! Q: Can this be cleaned up?
There are a number of warnings to clean up ... > Jun 26, 2011 3:13:16 PM it.geosolutions.util.KakaduUtilities loadKakadu > WARNING: Failed to load the Kakadu native libs. This is not a problem unless > you need to use the Kakadu plugin: it won't be enabled. > java.lang.UnsatisfiedLinkError: no kdu_jni in java.library.path This is uDig testing for support of native image formats; depending on your JRE you may get some warnings like this. While we cannot shut off this warning we *could* add a warning explaining what was going on.... > Jun 26, 2011 3:13:17 PM > 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"]] > !SESSION 2011-06-26 15:13:10.812 We have an epsg.properties file we ship with uDig that contains a few extra definitions; looks we could turn these warnings down a bit. > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.015 > !MESSAGE NLS missing message: cancel_description in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.015 > !MESSAGE NLS missing message: cancel_tooltip in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.015 > !MESSAGE NLS missing message: orientation_horizontal_description in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.015 > !MESSAGE NLS missing message: orientation_horizontal_tooltip in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.015 > !MESSAGE NLS missing message: orientation_vertical_description in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.015 > !MESSAGE NLS missing message: orientation_vertical_tooltip in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.031 > !MESSAGE NLS missing message: orientation_single_description in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.031 > !MESSAGE NLS missing message: orientation_single_tooltip in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.031 > !MESSAGE NLS missing message: orientation_automatic_description in: > net.refractions.udig.ui.internal.messages > > !ENTRY org.eclipse.osgi 2 1 2011-06-26 15:13:24.031 > !MESSAGE NLS missing message: orientation_automatic_tooltip in: > net.refractions.udig.ui.internal.messages These warnings are all with respect to internationalisation keys that it looked for but could not find. If the tooltip is really not required perhpas we could make this warning quiet... > > !ENTRY net.refractions.udig.ui 1 0 2011-06-26 15:13:24.062 > !MESSAGE net.refractions.udig.ui.WorkbenchConfiguration > "net.refractions.udig.internal.ui.UDIGWorkbenchConfiguration" specified but > no valid extension found. > Please check that the extension exists and that it is valid.!ENTRY > net.refractions.udig.ui 1 0 2011-06-26 15:13:24.171 > !MESSAGE net.refractions.udig.ui.MenuBuilder > "net.refractions.udig.ui.uDigMenuBuilder" specified but no valid extension > found. > Please check that the extension exists and that it is valid. > These two we can probably turn off; earlier we had an extension point that applications could use to override their own menus. Now we just ask them to write their own copy of UDIG Application (and most menus are provided via xml anyways). > !ENTRY net.refractions.udig.ui 1 0 2011-06-26 15:13:24.625 > !MESSAGE EnablementUtil: Expected child of eu.udig.tools.jgrass.operation > but didn't find one... > > !ENTRY net.refractions.udig.ui 1 0 2011-06-26 15:13:24.640 > !MESSAGE EnablementUtil: Expected child of eu.udig.tools.jgrass.operation > but didn't find one... > > !ENTRY net.refractions.udig.ui 1 0 2011-06-26 15:13:24.640 > !MESSAGE EnablementUtil: Expected child of > net.refractions.udig.render.wms.basic.operation but didn't find one... Not sure what these are ... > > !ENTRY org.eclipse.ui 4 4 2011-06-26 15:13:25.312 > !MESSAGE Part already exists in page layout: > net.refractions.udig.catalog.ui.CatalogView. > > !ENTRY org.eclipse.ui 4 4 2011-06-26 15:13:25.328 > !MESSAGE Unable to find Action Set: > net.refractions.udig.tools.edit.mapGraphic.action Not sure about these either...
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
