Hello, im currently working on Apache Stanbol for my finish in university. I have installed Apache Stanbol without any errors and i get the local instance @ localhost:8080 I used this 0.12.0 version. I ran into problems testing the possible functions on each component. Trying to work with the Contenthub gets me an error at getting a Session Key:
curl -X GET -H "Accept: text/plain" "http://localhost:8080/cmsadapter/session?repositoryURL=rmi://localhost:1099/crx&workspaceName=demo&username=admin&password=admin&connectionType=JCR" I used this in cmd and get the Errormessage: <html><body>unauthorized</body></html> instead of a valid Session Key. How can i get it? The next error appears when im trying to build full local indexes as u can see here: http://stanbol.apache.org/docs/trunk/customvocabulary.html After using mvn assembly:single i get [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 2.1:single (default-cli) on project org.apache.stanbol.entityhub.indexing.generi crdf: Error reading assemblies: No assembly descriptors found. -> [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/MojoExecutionE xception What is going wrong and how can i fix it? Hope u can help me. Thanks for reading and sorry for the unformatted question. Grettings Andreas Fibich