this.infoEP = infoEP;
try {
FileSystemService fSS = InitialNaming.lookup(FileSystemService.NAME);
final DeviceManager dm = DeviceUtils.getDeviceManager();
VirtualDevice dev = (VirtualDevice) dm.getDevice(JIFileSystemType.VIRTUAL_DEVICE_NAME);
JIFSDirectory rootdir = (JIFSDirectory) fSS.getFileSystem(dev).getRootEntry();
extdir = (JIFSDirectory) rootdir.getEntry("extended").getDirectory();
} catch (NameNotFoundException e) {
log.error("filesystemservice / filesystemtype not found");
} catch (DeviceNotFoundException ex) {
log.info("no jifs present");
} catch (IOException ex) {