Hi all,
I am working on ONAP Dublin version.
I want to create a service composed by a PNF and a VM as VNF.
Like the BBs use case, I need to update some SO tables and need to  use the 
northbound api (serviceOrder) in order to trigger the *e2e workflow 
instantation.*
*
* In order to deploy the service, I make a POST request to  nbi component 
/nbi/api/v4/serviceOrder.

This POST request versus the nbi triggers the *CreateCustomE2EServiceInstance 
bpmn* ​managed by the so-bpmn.
However, after the POST request for the service instantiation, the SO calls the 
*HandlePNF bpmn* and the *service flow is waiting for the PNF message 
registration.*
So all resources componing the service (in this case only the vm) are blocked 
by this operation.

But after 60 seconds, the following error is showed into bpmn log:

2019-11-19T14:13:29.605Z|| o.o.s.b.i.pnf.dmaap.PnfEventReadyDmaapClient - dmaap 
listener starts listening pnf ready dmaap topic
2019-11-19T14:13:44.137Z|| o.o.s.b.i.pnf.dmaap.PnfEventReadyDmaapClient - dmaap 
listener starts listening pnf ready dmaap topic
2019-11-19T14:13:58.671Z|| o.o.s.b.i.pnf.dmaap.PnfEventReadyDmaapClient - dmaap 
listener starts listening pnf ready dmaap topic
2019-11-19T14:14:13.238Z|| o.o.s.b.i.pnf.dmaap.PnfEventReadyDmaapClient - dmaap 
listener starts listening pnf ready dmaap topic
2019-11-19T14:14:14.310Z|91e9e1e5-1dd5-425c-8a98-598653ea6bb3| 
o.apache.cxf.interceptor.OutgoingChainInterceptor - Interceptors contributed by 
bus: [org.apache.cxf.ws.policy.PolicyOutInterceptor@486d3ce3]
2019-11-19T14:14:14.311Z|91e9e1e5-1dd5-425c-8a98-598653ea6bb3| 
o.apache.cxf.interceptor.OutgoingChainInterceptor - Interceptors contributed by 
service: []
2019-11-19T14:14:14.311Z|91e9e1e5-1dd5-425c-8a98-598653ea6bb3| 
o.apache.cxf.interceptor.OutgoingChainInterceptor - Interceptors contributed by 
endpoint: [org.apache.cxf.interceptor.MessageSenderInterceptor@55207c45, 
org.apache.cxf.interceptor.LoggingOutInterceptor@67839cdf]
2019-11-19T14:14:14.312Z|91e9e1e5-1dd5-425c-8a98-598653ea6bb3| 
o.apache.cxf.interceptor.OutgoingChainInterceptor - Interceptors contributed by 
binding: [org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor@7503df98]
2019-11-19T14:14:14.315Z|| org.apache.cxf.interceptor.LoggingOutInterceptor - 
Outbound Message
---------------------------
ID: 22
Response-Code: 500
Content-Type: application/json
Headers: {Content-Type=[application/json], Date=[Tue, 19 Nov 2019 14:14:14 GMT]}
*Payload: {"response":"UnknownError, request 
id:91e9e1e5-1dd5-425c-8a98-598653ea6bb3","message":"TimeOutOccured","processInstanceID":null,"variables":null,"messageCode":500}

*
Can anyone help me to troubleshoot this issue ?
Thanks a lot,

Aniello Paolo Malinconico

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#19510): https://lists.onap.org/g/onap-discuss/message/19510
Mute This Topic: https://lists.onap.org/mt/60565512/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to