Thanks. The problem has happened a few times and I just erased a few messages in DB to fix it - I thought it was a fluke.
It is important to get to the root cause of it. D. On Wed, Mar 3, 2010 at 8:52 AM, Vassil Dichev <[email protected]> wrote: > Actually the problem is here: > > private[model] object text extends MappedText(this){ > override lazy val asJsExp = > JE.Str(is.replaceFirst("(?<=<body>).*(?=</body>)", > digestedXHTML.mkString)) > } > > But this would mean that a message has no body... or maybe an empty > body? Let me check this. > > > On Wed, Mar 3, 2010 at 9:35 AM, Richard Hirsch <[email protected]> wrote: >> We have a strange exception on the stax environment. >> >> I've created a JIRA item for the problem: >> https://issues.apache.org/jira/browse/ESME-169 >> >> Obviously, it is based on some characteristic of a particular message. >> Unfortunately, I don't know which message. It appears to be coming >> from a RSS twitter feed. >> >> D. >> >
