resolveFile(getURIString(irodsAccount2), irodsOpts)
.getFileSystem().getAttribute(IRODSVfsFileSystem.FILESYSTEM));
System.out.println("resolved FS " + irodsFS2);
String irodsUriString = new IRODSFile(irodsFS2, "/srbdev.vpac.org/home/paulinemak1/errors.txt").toURI().toString();
System.out.println("irodsUriString " + irodsUriString);
//SRB uri appends these characters which screw with the vfs module
irodsUriString = irodsUriString.replace("?#", "");