Hello,
I am using stanbol for an university project and have been facing two problems: 1) When I create a new enhancement chain or referenced site over ../system/console/configMgr it is somehow not properly installed: a. The file are still in fileinstall but with a very long name (twice the whole org.apache .. + Id of the file) b. Files are not installed where the pre-installed configurations are stored e.g. org.apache.enhancer but in an extra folder called fileinstalldad .. (The files in the folder cannot be immediately deleted because filenames are too long for Windows, only after renaming folders in path) c. At the moment the only way to persistently store my configurations is to copy them manually to the folder described in b. and add pid and factory id à However this is quite annoying since I am just learning to use stanbol and often have to change configurations to try out new staff. As it is now I have to make changes directly in the files and then restart stanbol I hope this describes the problem well. Is there another way for me to fix this problem? 2) For some days Ive been having the problem that I cannot install new bundles with maven anymore, I get the following error: [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.593s [INFO] Finished at: Sat Jun 01 18:59:06 CEST 2013 [INFO] Final Memory: 10M/105M [INFO] ------------------------------------------------------------------------ [ERROR] Error resolving version for plugin 'http://localhost' from the repositor ies [local (C:\Users\Sabine Schmidt\.m2\repository), central (http://repo.maven. apache.org/maven2)]: Plugin not found in any plugin repository -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionR esolutionException Ive tried to get a and build a new stanbol instance but I still get the same error. Since I dont have much experience with maven I dont know where to start searching. Thank you in advance for your help! Sabine