<div dir="ltr">Hi all, hope this is the right list for this. I&#39;m trying to connect to <a href="http://demo.openmicroscopy.org">demo.openmicroscopy.org</a> with loci.ome.io.OmeroReader in the ome-io project. The omero-client dependency is 4.3.1. Everything worked with the old demo URL, but I&#39;m now getting the following stack trace:<div>
<br></div><div><div><div><div><div>Ice.MarshalException</div><div>    reason = (null)</div><div><span class="" style="white-space:pre">        </span>at IceInternal.BasicStream.typeToClass(BasicStream.java:2403)</div><div><span class="" style="white-space:pre">        </span>at IceInternal.BasicStream.findClass(BasicStream.java:2320)</div>
<div><span class="" style="white-space:pre">        </span>at IceInternal.BasicStream.loadObjectFactory(BasicStream.java:2187)</div><div><span class="" style="white-space:pre">        </span>at IceInternal.BasicStream.readObject(BasicStream.java:1540)</div>
<div><span class="" style="white-space:pre">        </span>at omero.model.IObject.__read(IObject.java:465)</div><div><span class="" style="white-space:pre">        </span>at omero.model.Image.__read(Image.java:2455)</div><div><span class="" style="white-space:pre">        </span>at IceInternal.BasicStream.readObject(BasicStream.java:1590)</div>
<div><span class="" style="white-space:pre">        </span>at IceInternal.BasicStream.readPendingObjects(BasicStream.java:1739)</div><div><span class="" style="white-space:pre">        </span>at omero.api._GatewayDelM.getImage(_GatewayDelM.java:606)</div>
<div><span class="" style="white-space:pre">        </span>at omero.api.GatewayPrxHelper.getImage(GatewayPrxHelper.java:730)</div><div><span class="" style="white-space:pre">        </span>at omero.api.GatewayPrxHelper.getImage(GatewayPrxHelper.java:702)</div>
<div><span class="" style="white-space:pre">        </span>at loci.ome.io.OmeroReader.initFile(OmeroReader.java:314)</div><div><span class="" style="white-space:pre">        </span>at loci.formats.FormatReader.setId(FormatReader.java:1333)</div>
</div></div></div></div><div><br></div><div>I&#39;m thinking that there&#39;s a version mismatch between the server and one of the .jar files. I&#39;m using blitz.jar, common.jar, model-psql.jar and ice.jar from OMERO.clients-4.4.6 and ome-io&#39;s POM is an effective dependency of CellProfiler.</div>
<div><br></div><div>Hoping to pick some combination of jars that are compatible with as many servers as possible, but it&#39;s always possible for me to load different jars in CellProfiler based on a configuration setting or command-line switch.</div>
<div><br></div><div>--Lee</div></div>