wso2 - API Manager: Error when call a BPS subscription task -


im trying follow tutorial: https://docs.wso2.com/display/am1100/adding+an+api+subscription+workflow
when try register subscription store, in bps console receive following error:

[2016-06-28 11:21:10,729]  warn    {org.wso2.carbon.bpel.b4p.extension.peopleactivity} -  soap fault: <?xml version='1.0' encoding='utf-8'?><soapenv:envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:action><wsa:relatesto>urn:uuid:fd3c1de4-2689-4743-bfad-a31de7d726af</wsa:relatesto></soapenv:header><soapenv:body><soapenv:fault><faultcode>soapenv:server</faultcode><faultstring>java.lang.nullpointerexception</faultstring><detail/></soapenv:fault></soapenv:body></soapenv:envelope> 

in bps logs have error can't find information how nullpointer generated:

[2016-06-28 11:21:10,767]  warn {org.apache.ode.bpel.engine.bpelprocess} -  instance 1101 of {http://workflow.subscription.apimgt.carbon.wso2.org}subscriptionapprovalworkflowprocess-2 has completed fault: faultdata: [faultname={http://docs.oasis-open.org/ns/bpel4people/bpel4people/200803}nonrecoverableerror, faultype=null ({http://docs.oasis-open.org/ns/bpel4people/bpel4people/200803}nonrecoverableerror: <?xml version='1.0' encoding='utf-8'?><soapenv:envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:action><wsa:relatesto>urn:uuid:fd3c1de4-2689-4743-bfad-a31de7d726af</wsa:relatesto></soapenv:header><soapenv:body><soapenv:fault><faultcode>soapenv:server</faultcode><faultstring>java.lang.nullpointerexception</faultstring><detail/></soapenv:fault></soapenv:body></soapenv:envelope>)] @108 {org.apache.ode.bpel.engine.bpelprocess} 

some idea?

i tried scenario have mentioned based on document shared you. however, able flow work expected. on end api-manager version 1.10.0 , bps 3.2.0.

could verify steps again given on document. if default user name , password not used document guides on places may need change.

appreciate if can provide answers following api manager setup on end stand-a-lone or cluster setup

further appreciate if can provide version of business process server have used jdk version.

regards,shavantha


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -