Re: working with HostComputer tiff tag?
Posted by Gabriel Landini on Sep 11, 2009; 8:58am
URL: http://imagej.273.s1.nabble.com/working-with-HostComputer-tiff-tag-tp3691096p3691100.html
On Friday 11 September 2009 09:46:55 JOEL B. SHEFFIELD wrote:
> I just ran into a problem with the plugin. Error message that "can't find
> Tiff_Dumper", even though it is listed as a plugin. Loci_tools.jar is also
> present.The full error is (java.lang.NoClassDefFound Error:
> loci/common/RandomAccessinputStream). I'm using the latest build of IJ.
Similar here... but here (suse linux, sun java 1.6) the class not found is:
java.lang.NoClassDefFoundError: /loci/formats/TiffParser
I have both the loci_tools.jar and the bio-formats.jar in the plugins folder.
(I am not sure I need the latter?).
I tried to Update Loci Plugins and I get this error:
java.lang.StackOverflowError
at java.net.PlainSocketImpl.releaseFD(PlainSocketImpl.java:586)
at java.net.SocketInputStream.read(SocketInputStream.java:136)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at sun.net.www.MeteredStream.read(MeteredStream.java:116)
at java.io.FilterInputStream.read(FilterInputStream.java:116)
at
sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:2512)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at java.io.DataInputStream.read(DataInputStream.java:132)
at loci.common.URLHandle.read(URLHandle.java:114)
at loci.common.URLHandle.read(URLHandle.java:120)
[...]
Regards
G.