check the error log ..

hi all,
can any body give the exact reason for below error log data regarding edi…
error log details…
EDT wm.EDIINT.rules:setProcessInfo com.wm.app.tn.err.EXMLException: wm.tn:log com.wm.app.b2b.server.ServiceException No entryType specified for event com.wm.app.b2b.server.ServiceException: No entryType specified for event at wm.tn.log(tn.java:126) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:287) at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:347) at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:153) at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:324) at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:577) at com.wm.lang.flow.FlowState.step(FlowState.java:435) at com.wm.lang.flow.FlowState.invoke(FlowState.java:400) Stack trace data … 840dda473db54f1810bd9901e41 NULL 840dda473db54f1810bd9901e41 …

Thanks in advance
vasanth

Hi Vasanth,
It is quite evident form the errror message you posted that the service wm.tn:log is complaining as “No entryType specified”. This service expects an input called entryType which can have value as ERROR, WARNING or MESSAGE.

HTH,
Bhawesh.