ENV: TS 6.7.1 SP1
Search 2.1.0
Windows 2K3
After adding an additional branch to Search, I am getting the following error in the iw.tsindex.log:
[27 Jan 2009 10:05:54,779] INFO com.interwoven.hunter.index.BulkJobProcessor (BulkIndexer-0) - Job complete, but branch \\CBSSTINT401\default\main\Cokenet\CCBSSProcurement is still unindexed
[27 Jan 2009 10:05:54,779] INFO com.interwoven.hunter.index.BulkJobProcessor (BulkIndexer-0) - BulkIndexer-0 starting indexing of branch \\CBSSTINT401\default\main\Cokenet\CCBSSProcurement
[27 Jan 2009 10:06:01,857] ERROR com.interwoven.hunter.index.BulkJobProcessor (BulkIndexer-0) - Couldn't complete indexing due to exception
org.w3c.dom.DOMException:
INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. at org.apache.xerces.dom.CoreDocumentImpl.createElement(Unknown Source)
at com.interwoven.hunter.index.IndexerSupport.processFile(IndexerSupport.java:367)
at com.interwoven.hunter.index.IndexerSupport.createContentFiles(IndexerSupport.java:166)
at com.interwoven.hunter.index.AbstractJobProcessor.indexBIFSizedFiles(AbstractJobProcessor.java:243)
at com.interwoven.hunter.index.AbstractJobProcessor.indexBranch(AbstractJobProcessor.java:192)
at com.interwoven.hunter.index.BulkJobProcessor.processNextJob(BulkJobProcessor.java:78)
at com.interwoven.hunter.index.Indexer.run(Indexer.java:153)
at java.lang.Thread.run(Thread.java:595)
Now I do have some very basic mappings in the FieldMappings.xml file:
[html]
TeamSite/Metadata/Title
string
zone:Title
TeamSite/Metadata/Archive_Date
date
yyyy-MM-dd
CustomDate1
TeamSite/Metadata/document_category
string
zone

ocument Category
[/html]
So I'm trying figure out where this error is possibly coming from. If it's metadata formatting (which I suspect), I'll need to get them fixed. I'm hoping that I made some minor mistake in my configurations, but I'm unsure. I know this is like finding a needle in a haystack, but any help is appreciated.
TIA