Hi,

I am getting below error in Service Instantiation:
2018-11-05T22:55:49.600Z|5a16496e-6d1f-47df-8eb9-cc28fb56ec2e| 
o.o.s.b.i.workflow.tasks.WorkflowAction - Cannot orchestrate 
Service-Macro-Create without user params with a vnf. Please update ASDC model 
for new macro orchestration support or add service_recipe records to route t
I see that there is already a JIRA logged for this issue as : 
https://jira.onap.org/browse/SO-1189

I do have the custom recipe record added for my service. From SO code, I see 
that it is coming at below condition in 
WorkflowAction.traverseCatalogDbService() method. I see that for my request, 
service.getVnfCustomizations is returning data and is not empty. I am wondering 
if this condition should be comparing not null instead of null ? 

if (service.getVnfCustomizations() == null || 
service.getVnfCustomizations().isEmpty())

{ .. }

else

{ buildAndThrowException(execution, "Cannot orchestrate Service-Macro-Create 
without user params with a vnf. Please update ASDC model for new macro 
orchestration support or add service_recipe records }

If I change the above check to "not null" in my local setup, I am able to 
proceed with the request. Please share your views on this. Thanks.

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

View/Reply Online (#15802): https://lists.onap.org/g/onap-discuss/message/15802
Mute This Topic: https://lists.onap.org/mt/30165292/21656
Mute #so: https://lists.onap.org/mk?hashtag=so&subid=2740164
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to