NegativeArraySizeException

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

NegativeArraySizeException

Vergara, Leoncio A.-2
New user here,

This is probably a very basic question:

I need to process large 2D images (later will work with 3D data sets as well), the size is between 1 and 2GB, I get an 'exception' error message with FIJI.  These are the first 5 lines:

"
(Fiji Is Just) ImageJ 2.0.0-rc-15/1.49m; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 1480MB of 55000MB (2%)

java.lang.NegativeArraySizeException
        at loci.formats.codec.ByteVector.doubleCapacity(ByteVector.java:89)
        at loci.formats.codec.ByteVector.add(ByteVector.java:78)
"

The computer is windows, 64 bit with 64GB memory

I would appreciate any help or recommendation

Leoncio




--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: NegativeArraySizeException

ctrueden
Hi Leoncio,

> java.lang.NegativeArraySizeException at
> loci.formats.codec.ByteVector.doubleCapacity(ByteVector.java:89) at
> loci.formats.codec.ByteVector.add(ByteVector.java:78)

This error message comes from the Bio-Formats plugin [1].

Consider submitting a bug report to the Bio-Formats team:


http://openmicroscopy.org/site/support/bio-formats5/about/bug-reporting.html

It would be very helpful to provide a sample file which demonstrates the
issue.

Regards,
Curtis

[1] http://imagej.net/Bio-Formats

On Fri, Dec 12, 2014 at 3:34 PM, Vergara, Leoncio A. <
[hidden email]> wrote:

> New user here,
>
> This is probably a very basic question:
>
> I need to process large 2D images (later will work with 3D data sets as
> well), the size is between 1 and 2GB, I get an 'exception' error message
> with FIJI.  These are the first 5 lines:
>
> "
> (Fiji Is Just) ImageJ 2.0.0-rc-15/1.49m; Java 1.6.0_24 [64-bit]; Windows 7
> 6.1; 1480MB of 55000MB (2%)
>
> java.lang.NegativeArraySizeException
>         at loci.formats.codec.ByteVector.doubleCapacity(ByteVector.java:89)
>         at loci.formats.codec.ByteVector.add(ByteVector.java:78)
> "
>
> The computer is windows, 64 bit with 64GB memory
>
> I would appreciate any help or recommendation
>
> Leoncio
>
>
>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html