try {
String location = PluginManager.getCategoryStores()
.getOriginalLocation(list[i].getPath());
//add the information from original location to the system using the system depth level
AddInfo info = new AddInfo(location, location,systemDepthLevel);
//go in background
PluginManager.addPluginThread(this, info,useThreading);
} catch (RpException e) {
logger.warn("Category original url cannot be read it ",
e);