Hi, I am building a classification engine using stanbol "topic" module and have successfully built and deployed it on my local machine. But when I try to register concepts, I get following error:
QUERY : curl -X POST http://localhost:8080/topic/model/iptc-classifier/concept?id=concept_1 <head><meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/><title>Error 500 Server Error</title></head><body><h2>HTTP ERROR: 500</h2><p>Problem accessing /topic/model/iptc-classifier/concept. Reason:<pre> Server Error</pre></p><hr /><i><small>Powered by Jetty://</small></i> and I tried another query:QUERY : curl -X POST http://localhost:8080/topic/model/iptc-classifier?id=concept_1<head><meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/><title>Error 415 Unsupported Media Type</title></head><body><h2>HTTP ERROR: 415</h2><p>Problem accessing /topic/model/iptc-classifier. Reason:<pre> Unsupported Media Type</pre></p><hr /><i><small>Powered by Jetty://</small></i> Please help ! Thanks,Ankit