Hi Team,
Getting below error while Submitting Configure request via DMaaP, however same
thing is working fine with APPC REST API. PFA the payload.
2018-11-20T05:45:13,791 | INFO | qtp247325904-50167 | ServiceExecutorImpl
| 447 - appc-common-bundle - 1.4.1.SNAPSHOT | Response from
ServiceExecutorImpl
2018-11-20T05:45:13,797 | INFO | qtp247325904-50167 | ServiceExecutorImpl
| 447 - appc-common-bundle - 1.4.1.SNAPSHOT | Checking for
isScopeOverlap
2018-11-20T05:45:13,797 | INFO | qtp247325904-50167 | ServiceExecutorImpl
| 447 - appc-common-bundle - 1.4.1.SNAPSHOT | "requestOverlap" : true
2018-11-20T05:45:13,805 | ERROR | qtp247325904-50166 |
AbstractRequestHandlerImpl | 447 - appc-common-bundle - 1.4.1.SNAPSHOT |
Exception : Rule executor not available, initialization of
RequestValidationPolicy failed
java.lang.RuntimeException: Rule executor not available, initialization of
RequestValidationPolicy failed
at
org.onap.appc.validationpolicy.RequestValidationPolicy.getInProgressRuleExecutor(RequestValidationPolicy.java:137)
[529:appc-request-handler-core:1.4.1.SNAPSHOT]
at
org.onap.appc.requesthandler.impl.RequestValidatorImpl.validateRequest(RequestValidatorImpl.java:249)
[529:appc-request-handler-core:1.4.1.SNAPSHOT]
at
org.onap.appc.requesthandler.impl.AbstractRequestHandlerImpl.handleRequest(AbstractRequestHandlerImpl.java:153)
[529:appc-request-handler-core:1.4.1.SNAPSHOT]
at Proxy181ba603_386b_47da_a28c_10f7fe7f9b93.handleRequest(Unknown
Source) [?:?]
at
org.onap.appc.provider.lcm.service.RequestExecutor.executeRequest(RequestExecutor.java:84)
[537:org.onap.appc.provider-bundle:1.4.1.SNAPSHOT]
at
org.onap.appc.provider.AppcProviderLcm.executeRequest(AppcProviderLcm.java:1181)
[537:org.onap.appc.provider-bundle:1.4.1.SNAPSHOT]
at
org.onap.appc.provider.AppcProviderLcm.configure(AppcProviderLcm.java:596)
[537:org.onap.appc.provider-bundle:1.4.1.SNAPSHOT]
at
org.opendaylight.yangtools.yang.binding.util.RpcMethodInvokerWithInput.invokeOn(RpcMethodInvokerWithInput.java:32)
[330:org.opendaylight.mdsal.yang-binding:0.12.3
_________________
Thanks & Regards
Viresh N
============================================================================================================================
Disclaimer: This message and the information contained herein is proprietary
and confidential and subject to the Tech Mahindra policy statement, you may
review the policy at http://www.techmahindra.com/Disclaimer.html
<http://www.techmahindra.com/Disclaimer.html> externally
http://tim.techmahindra.com/tim/disclaimer.html
<http://tim.techmahindra.com/tim/disclaimer.html> internally within
TechMahindra.
============================================================================================================================
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13880): https://lists.onap.org/g/onap-discuss/message/13880
Mute This Topic: https://lists.onap.org/mt/28265797/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-
{
"version": "2.0",
"type": "request",
"correlation-id":"509c57cc-5a5d-4680-b3f9-80edac45a391",
"cambria.partition": "APPC",
"rpc-name": "configure",
"body": {
"input": {
"common-header": {
"timestamp":"2018-11-20T05:45:12.46Z",
"api-ver": "2.00",
"originator-id": "APPC",
"request-id":
"509c57cc-5a5d-4680-b3f9-80edac45a391",
"sub-request-id":
"sub509c57cc-5a5d-4680-b3f9-80edac45a391",
"flags": {
"ttl": 36000
}
},
"action-identifiers": {
"vnf-id": "008abe50-4be9-46c7-bf62-d0747fd56a6c"
},
"action": "Configure",
"payload":
"{\"request-parameters\":{\"vnf-id\":\"008abe50-4be9-46c7-bf62-d0747fd56a6c\"},\"configuration-parameters\":{\"vnf-id\":\"008abe50-4be9-46c7-bf62-d0747fd56a6c\"}}"
}
}
}