ERROR org.mule.impl.DefaultExceptionStrategy: Caught exception in Exception Strategy: No group 9
java.lang.IndexOutOfBoundsException: No group 9
at java.util.regex.Matcher.group(Matcher.java:463)
at java.util.regex.Matcher.appendReplacement(Matcher. java:730)
at java.util.regex.Matcher.replaceAll(Matcher.java:80 6)
at java.lang.String.replaceAll(String.java:2000)
at org.mule.providers.file.FileMessageDispatcher.repl aceValues(FileMessageDispatcher.java:122)
at org.mule.providers.file.FileMessageDispatcher.doDi spatch(FileMessageDispatcher.java:88)
at org.mule.providers.AbstractMessageDispatcher$Worke r.run(AbstractMessageDispatcher.java:257)
at org.mule.impl.work.WorkerContext.run(WorkerContext .java:290)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.runTask(ThreadPoolExecutor. java:650)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.run(ThreadPoolExecutor.java :675)
at java.lang.Thread.run(Thread.java:595)
The file names are created just fine but the files are zero length.
JDK 1.5.0_08
Linux
Mirth 1.1.0
HL7 destination template
file name template is: {UUID}-{SYSDATE}.hl7
also had a 2nd destination for XML
both same result
thanks
Mark
java.lang.IndexOutOfBoundsException: No group 9
at java.util.regex.Matcher.group(Matcher.java:463)
at java.util.regex.Matcher.appendReplacement(Matcher. java:730)
at java.util.regex.Matcher.replaceAll(Matcher.java:80 6)
at java.lang.String.replaceAll(String.java:2000)
at org.mule.providers.file.FileMessageDispatcher.repl aceValues(FileMessageDispatcher.java:122)
at org.mule.providers.file.FileMessageDispatcher.doDi spatch(FileMessageDispatcher.java:88)
at org.mule.providers.AbstractMessageDispatcher$Worke r.run(AbstractMessageDispatcher.java:257)
at org.mule.impl.work.WorkerContext.run(WorkerContext .java:290)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.runTask(ThreadPoolExecutor. java:650)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.run(ThreadPoolExecutor.java :675)
at java.lang.Thread.run(Thread.java:595)
The file names are created just fine but the files are zero length.
JDK 1.5.0_08
Linux
Mirth 1.1.0
HL7 destination template
file name template is: {UUID}-{SYSDATE}.hl7
also had a 2nd destination for XML
both same result
thanks
Mark
Comment