[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [udig-users] uDig on ubuntu
|
I had some trouble with H2 EPSG; and recovered by deleting the temp file that h2 uses to store things; not sure where that is on ubuntu however?
(I did fix the problem on mac; but the fix was too late for the RC2 release; it involved letting H2 delete the "previous" EPSG database itself).
Jody
On 12/04/2010, at 5:51 PM, andrea antonello wrote:
> Hi Jody,
> after a short offlist email (due to oversized content), I need your advice.
>
> The error seems to be due to the epsg database creation:
>
>
> !ENTRY net.refractions.udig.libs 4 0 2010-04-12 09:40:20.462
> !MESSAGE
> !STACK 0
> java.lang.NullPointerException
> at org.geotools.referencing.factory.epsg.ThreadedH2EpsgFactory.createBackingStore(ThreadedH2EpsgFactory.java:299)
> at org.geotools.referencing.factory.epsg.ThreadedEpsgFactory.createBackingStore0(ThreadedEpsgFactory.java:381)
> at org.geotools.referencing.factory.epsg.ThreadedEpsgFactory.createBackingStore(ThreadedEpsgFactory.java:418)
> at org.geotools.referencing.factory.DeferredAuthorityFactory.getBackingStore(DeferredAuthorityFactory.java:132)
> at org.geotools.referencing.factory.BufferedAuthorityFactory.isAvailable(BufferedAuthorityFactory.java:233)
> at org.geotools.referencing.factory.DeferredAuthorityFactory.isAvailable(DeferredAuthorityFactory.java:119)
> ...
>
>
> I remember that had been solved, not sure though.
>
> Can you give us advice?
>
> Thanks,
> Andrea
>
>
>
>
>
>
> On Mon, Apr 12, 2010 at 9:37 AM, andrea antonello
> <andrea.antonello@xxxxxxxxx> wrote:
>>> I have 4Gb ram
>>> Download last version udig-1.2-RC2.linux.gtk.x86.zip
>>> unziped
>>> cd udig
>>> ./udig.sh
>>>
>>> this is the output from the console:
>>>
>>> (udig_internal:2577): GLib-WARNING **: g_set_prgname() called multiple times
>>> Apr 12, 2010 9:32:32 AM
>>> 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 all happenening to me also. It doesn't give a real error message.
>>
>> Ok, then one more: try to launch the script with trailing:
>> -consoleLog -debug
>>
>> and send the output.
>>
>> Andrea
>>
>>
>>>
>>> Cristian
>>>
>>>
>>> On Mon, Apr 12, 2010 at 9:23 AM, andrea antonello
>>> <andrea.antonello@xxxxxxxxx> wrote:
>>>>
>>>> Hei that is odd.
>>>>
>>>>> My problem is when i try to start uDig it shows me the loading framework
>>>>> but
>>>>> after that is crashing.
>>>>> I've try with Release 1.2-RC2 and with Release 1.1.1, the same problem.
>>>>
>>>> Ok, does an error show up after the crash?
>>>> Can you attach the script you use to launch?
>>>> How much ram does your pc have?
>>>>
>>>> Ciao
>>>> Andrea
>>>>
>>>>
>>>>>
>>>>> Regards,
>>>>> Cristian
>>>>>
>>>>>
>>>>> On Sun, Apr 11, 2010 at 11:02 PM, andrea antonello
>>>>> <andrea.antonello@xxxxxxxxx> wrote:
>>>>>>
>>>>>> Hi Cristian,
>>>>>> many of us use uDig on Ubuntu all the time, so it should have no
>>>>>> problem.
>>>>>>
>>>>>> What version are you using? UDig comes with a jre, so you shouldn't
>>>>>> even need one installed.
>>>>>>
>>>>>> Ciao
>>>>>> Andrea
>>>>>>
>>>>>>
>>>>>> On Sun, Apr 11, 2010 at 6:16 PM, Vasile Cristian Stan
>>>>>> <vasileestan@xxxxxxxxx> wrote:
>>>>>>> By the way, when i try to run the udig.sh i get this output in the
>>>>>>> console
>>>>>>> but the application is closing.
>>>>>>>
>>>>>>> ~/Downloads/udig$ ./udig.sh
>>>>>>> PRG ./udig.sh
>>>>>>> GDAL_DATA ./gdal_data
>>>>>>> Apr 11, 2010 5:45:41 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"]]
>>>>>>>
>>>>>>>
>>>>>>> On Sun, Apr 11, 2010 at 1:03 PM, Vasile Cristian Stan
>>>>>>> <vasileestan@xxxxxxxxx> wrote:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I've try to set up uDig on Ubuntu but is not starting. I have JDK
>>>>>>>> installed.
>>>>>>>>
>>>>>>>> Can anyone tell me what are the steps in setting up uDig on linux
>>>>>>>> sistems.
>>>>>>>>
>>>>>>>>
>>>>>>>> Thank you,
>>>>>>>> Cristian
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> udig-users mailing list
>>>>>>> udig-users@xxxxxxxxxxxxxxxxxxxxx
>>>>>>> http://lists.refractions.net/mailman/listinfo/udig-users
>>>>>>>
>>>>>>>
>>>>>> _______________________________________________
>>>>>> udig-users mailing list
>>>>>> udig-users@xxxxxxxxxxxxxxxxxxxxx
>>>>>> http://lists.refractions.net/mailman/listinfo/udig-users
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> udig-users mailing list
>>>>> udig-users@xxxxxxxxxxxxxxxxxxxxx
>>>>> http://lists.refractions.net/mailman/listinfo/udig-users
>>>>>
>>>>>
>>>> _______________________________________________
>>>> udig-users mailing list
>>>> udig-users@xxxxxxxxxxxxxxxxxxxxx
>>>> http://lists.refractions.net/mailman/listinfo/udig-users
>>>
>>>
>>> _______________________________________________
>>> udig-users mailing list
>>> udig-users@xxxxxxxxxxxxxxxxxxxxx
>>> http://lists.refractions.net/mailman/listinfo/udig-users
>>>
>>>
>>
> _______________________________________________
> udig-users mailing list
> udig-users@xxxxxxxxxxxxxxxxxxxxx
> http://lists.refractions.net/mailman/listinfo/udig-users