Hi Jakob, This generally means there is a bad UTF-8 sequence. Do you have a query that reproduces this? What version of MarkLogic is this (the output of xdmp:version() )?
Some APIs (xdmp:filesystem-file) require UTF-8 input. Others (xdmp:document-get, document-load, etc) assume UTF-8 unless you specify the encoding. -Danny -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jakob Fix Sent: Wednesday, May 18, 2011 2:49 PM To: General Mark Logic Developer Discussion Subject: [MarkLogic Dev General] question about error message: SVC-BAD: Bad CodepointIterator::_next Hi, I'm encountering this error message repeatedly in my log files: 2011-05-18 23:39:36.582 Error: AppConnectionTask::run: SVC-BAD: Bad CodepointIterator::_next does anybody have an explication for it, and how to make it disappear, if possible (and no, I won't accept changing the log level to "Critical" as a solution ;-)). thanks, Jakob. _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
