Hi Ede
>home/giuseppe/Desktop/GIS/OpenJUMP/OpenJUMP-20200915-r6484-PLUS is too old.
>1. please make sure that you use the latest snapshot r6504

That is only the folder where I save the OpenJUMP.jar file compiled  from
SVN. I should change the name, your right. The OpenJUMP.jar is compiled at
6504 version

>2. enable debugging as explained earlier '-v debug'
In the previous test I did on the openjump.sh file

I will do again the test with a downloaded 6504 and send back the log file

Peppe

Il giorno lun 21 set 2020 alle ore 10:14 <edgar.sol...@web.de> ha scritto:

> /home/giuseppe/Desktop/GIS/OpenJUMP/OpenJUMP-20200915-r6484-PLUS is too
> old.
>
> 1. please make sure that you use the latest snapshot r6504
> 2. enable debugging as explained earlier '-v debug'
> 3. disable the RasterImageIO patch beforehand. it should not be needed.
> repeat your tests and send the logfile
>
> ..ede
>
> On 21.09.2020 09:54, Giuseppe Aruta wrote:
> > Hi Ede, everything fine on my side to load view and zoom raster file.
> > I have problems on loading raster generated by OpenJUMP (ex. using
> "Extract selected part of the image" tool on Layerable tree - and all
> Sextante tools to generate raster I tested).
> > I got back this error (see   attached log for details):
> /java.lang.IllegalArgumentException: URI is not absolute/
> > Trying today to understand the reason, I modified, on class
> RasterImageIO:
> >
> > line 395
> > /renderedOp= TiffUtilsV2.getRenderedOp(new File(filenameOrURL));/
> > with
> > /Uri uri = new Uri(filenameOrURL);/
> > / renderedOp= TiffUtilsV2.getRenderedOp(new File(uri));/
> >
> > and everything worked fine again/
> > /
> > /
> > /
> > I also saw there are also other lines (renderedOp=
> TiffUtilsV2.getRenderedOp(new File(filenameOrURL)) used on the classes.
> They possibly don't throw errors because when they are called RenderedOp
> cache mapping is activated (?)/./
> >
> > Thank you
> >
> > Peppe/
> > /
> > /
> > /
> >
> > Il giorno lun 21 set 2020 alle ore 01:13 <edgar.sol...@web.de <mailto:
> edgar.sol...@web.de>> ha scritto:
> >
> >     On 20.09.2020 18:53, Giuseppe Aruta wrote:
> >     > :-)
> >     > Sorry for misunderstanding.
> >
> >     nuhhh. no problemo.
> >
> >     > Roberto starts the course at the 1 of October.
> >     > He can use OJ 1.15, as well: apart from framework to read raster,
> there are no so many changes in raster tool, except the new pixel inspector
> capability.
> >
> >     good to hear. anyway. just committed some changes that you guys
> should try out. for error reporting please set verbosity to debug!!! this
> can be done as runtime argument to the starter '-v debug' or by editing the
> start script (oj-windows.bat, oj_linux.sh) and adding it to the JUMP_OPTS
> variable in the header.
> >
> >     ..ede
> >
> >
> >     _______________________________________________
> >     Jump-pilot-devel mailing list
> >     Jump-pilot-devel@lists.sourceforge.net <mailto:
> Jump-pilot-devel@lists.sourceforge.net>
> >     https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel <
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel>
> >
> >
> >
> > _______________________________________________
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
>
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to