cancel
Showing results for 
Search instead for 
Did you mean: 

org.alfresco.service.namespace.NamespaceException: Namespace

bisana
Champ on-the-rise
Champ on-the-rise
Hi
I am getting
"org.alfresco.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI" message in catablina.out
I have pasted more information below

Tracking failed
org.alfresco.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI
   at org.alfresco.service.namespace.QName.createQName(QName.java:99)
   at org.alfresco.service.namespace.QName.createQName(QName.java:121)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1167)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1164)
   at org.alfresco.service.cmr.repository.datatype.TypeConverter.convert(TypeConverter.java:112)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter.convert(SOLRAPIClient.java:1182)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRDeserializer.deserializeValue(SOLRAPIClient.java:1200)
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:775)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:1879)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1410)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:491)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Jun 10, 2012 5:15:30 PM org.alfresco.solr.tracker.CoreTracker trackRepository
SEVERE: Tracking failed
org.alfresco.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI
   at org.alfresco.service.namespace.QName.createQName(QName.java:99)

What would have been the probable reason behind it
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
Have you changed anything in the OOTB content model?

bisana
Champ on-the-rise
Champ on-the-rise
Thanks

Yes , I have changed it, played around by creating Apsect and Document Types , etc
I guess I might have deleted some document type properties, Do you think this is the reason

mitpatoliya
Star Collaborator
Star Collaborator
yes,
that is the reason I guess.
try with the original content model.
It will work. We should not touch the OOTB content model Ideally. 😎