I am really new in terms of configuration of web service using CL. Our web interface process log generated an error as ..
SEVERE: Caught exception trying to process message from Cloverleaf
org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.infor.cloverleaf.gjdws.utils.WebClientF
actory] is defined: expected single bean but found 0:
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:271)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1083)
at com.infor.cloverleaf.gjdws.WSRawClient.processMessageFromCloverleaf(WSRawClient.java:74)
at com.lawson.cloverleaf.driver.FromCloverleafLink.doMsg(FromCloverleafLink.java:46)
[java:wrte:ERR /0:to_state_epic_vxu_0:11/27/2017 12:53:01] Call to “doMsg” returned error string “BADDATA caught exception trying to
processMessageFromCloverleaf: caught exception trying to process message from Cloverleaf”. Returning bad send to engine.
Engine idle — 11/27/2017 12:53:11
I am not sure how to interpret this error. Is the java library is missing in the process? Where should I look for to make sure java bean is in the evn as this process run?
Thank you in advance. 🙂