Hi,
We are getting below error while registering an entity in Mirth match. It seems error is generating in RegisterEntityWithIdentity function also we are receiving Unknown system error while trying to search for the entity from Mirth Match.
Error in Mirth channel which does the job of registering an entity in Mirth Match:
Transformer error
ERROR MESSAGE: Error evaluating transformer
com.mirth.connect.server.MirthJavascriptTransforme rException:
CHANNEL: Inbound ADT from PROD
CONNECTOR: Register Entity for PROD js
SCRIPT SOURCE: TRANSFORMER
SOURCE CODE:
134:
135: }
136:
137: if ((result.toString().indexOf('OPERATION_SUCCEEDED') == -1 && result.toString().indexOf('OPERATION_STEP_SUCCEEDE D') == -1) && result.toString().indexOf('Status: Succeeded') == -1 || result.toString().indexOf('ERROR') > -1)
138: {
139: throw('RegisterEntityWithIdentity operation failed. See mappings for details:/n' + result.toString() );
140: java.lang.Thread.sleep(10000);
141: }
142:
143:
LINE NUMBER: 139
DETAILS: RegisterEntityWithIdentity operation failed. See mappings for details:/nStatus: Failed
SEVERE - APP_INTERNAL_EXCEPTION: EIS API call Failed for id: AB12345
Exception thrown from bean; nested exception is: javax.ejb.EJBTransactionRolledbackException
Result Type: null
at d4bb0e4f-7a56-4547-aa69-ff37bcefff8b:139 (doTransform)
at d4bb0e4f-7a56-4547-aa69-ff37bcefff8b:340 (doScript)
at d4bb0e4f-7a56-4547-aa69-ff37bcefff8b:342
at com.mirth.connect.server.transformers.JavaScriptFi lterTransformer$FilterTransformerTask.call(JavaScr iptFilterTransformer.java:134)
at com.mirth.connect.server.transformers.JavaScriptFi lterTransformer$FilterTransformerTask.call(JavaScr iptFilterTransformer.java:100)
at java.util.concurrent.FutureTask.run(FutureTask.jav a:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Please suggest how i can troubleshoot this error.
We are getting below error while registering an entity in Mirth match. It seems error is generating in RegisterEntityWithIdentity function also we are receiving Unknown system error while trying to search for the entity from Mirth Match.
Error in Mirth channel which does the job of registering an entity in Mirth Match:
Transformer error
ERROR MESSAGE: Error evaluating transformer
com.mirth.connect.server.MirthJavascriptTransforme rException:
CHANNEL: Inbound ADT from PROD
CONNECTOR: Register Entity for PROD js
SCRIPT SOURCE: TRANSFORMER
SOURCE CODE:
134:
135: }
136:
137: if ((result.toString().indexOf('OPERATION_SUCCEEDED') == -1 && result.toString().indexOf('OPERATION_STEP_SUCCEEDE D') == -1) && result.toString().indexOf('Status: Succeeded') == -1 || result.toString().indexOf('ERROR') > -1)
138: {
139: throw('RegisterEntityWithIdentity operation failed. See mappings for details:/n' + result.toString() );
140: java.lang.Thread.sleep(10000);
141: }
142:
143:
LINE NUMBER: 139
DETAILS: RegisterEntityWithIdentity operation failed. See mappings for details:/nStatus: Failed
SEVERE - APP_INTERNAL_EXCEPTION: EIS API call Failed for id: AB12345
Exception thrown from bean; nested exception is: javax.ejb.EJBTransactionRolledbackException
Result Type: null
at d4bb0e4f-7a56-4547-aa69-ff37bcefff8b:139 (doTransform)
at d4bb0e4f-7a56-4547-aa69-ff37bcefff8b:340 (doScript)
at d4bb0e4f-7a56-4547-aa69-ff37bcefff8b:342
at com.mirth.connect.server.transformers.JavaScriptFi lterTransformer$FilterTransformerTask.call(JavaScr iptFilterTransformer.java:134)
at com.mirth.connect.server.transformers.JavaScriptFi lterTransformer$FilterTransformerTask.call(JavaScr iptFilterTransformer.java:100)
at java.util.concurrent.FutureTask.run(FutureTask.jav a:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Please suggest how i can troubleshoot this error.
Error while registering an entity in Mirth Match
0 commentaires:
Enregistrer un commentaire