Hi SO Team,

We are facing issue in scale-out usecase in El Alto release. I have created a 
base vf module and a dummy vf module, after that i am triggering scaleout. 
(using GR-API)
made sure that tables in SO catalog db has proper data.
Getting an exception in AssignVfModuleBB as below.

Please help me solve this issue.

2020-04-17T12:19:31.530Z|4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc|org.onap.logging.filter.base.MDCSetup
 - Environment variable: partnerName was null or empty. Returning value: UNKNOWN
2020-04-17T12:19:31.541Z|4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc|o.o.logging.filter.base.PayloadLoggingClientFilter
 - Sending HTTP PUT 
to:https://aai.onap:8443/aai/v15/network/generic-vnfs/generic-vnf/739f552c-f03e-428a-ac5c-df88c6bb272e/vf-modules/vf-module/341eb9c7-c422-4010-8f93-3cf5f3eac918
 with request headers:{Authorization=[***REDACTED***], 
X-RequestID=[4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc], X-FromAppId=[MSO], 
X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], 
X-ONAP-InvocationID=[11b33db7-d618-4a8c-9390-0b5846b25d0d], 
X-ECOMP-RequestID=[4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc], X-TransactionId=[], 
X-ONAP-RequestID=[4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc], 
Content-Type=[application/json]}
2020-04-17T12:19:31.542Z|4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc|o.o.logging.filter.base.PayloadLoggingClientFilter
 - 
{"vf-module-id":"341eb9c7-c422-4010-8f93-3cf5f3eac918","vf-module-name":"vfModuleName","orchestration-status":"Inventoried","module-index":0}

2020-04-17T12:19:31.649Z|4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc|o.o.logging.filter.base.PayloadLoggingClientFilter
 - Response from method:PUT performed on 
uri:https://aai.onap:8443/aai/v15/network/generic-vnfs/generic-vnf/739f552c-f03e-428a-ac5c-df88c6bb272e/vf-modules/vf-module/341eb9c7-c422-4010-8f93-3cf5f3eac918
 has http status code:201 and response headers:{Content-Length=[0], 
content-type=[application/json], Date=[Fri, 17 Apr 2020 12:19:31 GMT], 
Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], 
vertex-id=[917712], X-AAI-TXID=[0-aai-resources-200417-12:19:31:552-32088]}
2020-04-17T12:19:31.652Z|4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc|o.o.s.bpmn.infrastructure.aai.tasks.AAICreateTasks
 - VolumeGroup not found. Skipping Connect between VfModule and VolumeGroup
2020-04-17T12:19:31.653Z|4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc|o.o.s.b.infrastructure.sdnc.tasks.SDNCAssignTasks
 - No volume group was found.
2020-04-17T12:19:31.654Z|4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc|o.o.s.b.infrastructure.sdnc.tasks.SDNCAssignTasks
 - Exception occurred
org.onap.so.client.exception.MapperException: VF Module model info is null for 
341eb9c7-c422-4010-8f93-3cf5f3eac918
        at 
org.onap.so.client.sdnc.mapper.GeneralTopologyObjectMapper.buildVfModuleInformation(GeneralTopologyObjectMapper.java:163)
        at 
org.onap.so.client.sdnc.mapper.VfModuleTopologyOperationRequestMapper.reqMapper(VfModuleTopologyOperationRequestMapper.java:114)
        at 
org.onap.so.client.orchestration.SDNCVfModuleResources.assignVfModule(SDNCVfModuleResources.java:55)
        at 
org.onap.so.bpmn.infrastructure.sdnc.tasks.SDNCAssignTasks.assignVfModule(SDNCAssignTasks.java:159)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


2020-04-17T12:28:04.165Z|4f263c6a-8e74-4b4c-bc4d-7d9eefe091cc|o.o.s.b.s.tasks.ExecuteBuildingBlockRainyDay
 - Exception in vnfType retrieval
java.lang.NullPointerException: null
        at 
org.onap.so.bpmn.servicedecomposition.tasks.ExecuteBuildingBlockRainyDay.queryRainyDayTable(ExecuteBuildingBlockRainyDay.java:111)
        at sun.reflect.GeneratedMethodAccessor1135.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.camunda.bpm.engine.impl.javax.el.BeanELResolver.invoke(BeanELResolver.java:479)
        at 
org.camunda.bpm.engine.impl.javax.el.CompositeELResolver.invoke(CompositeELResolver.java:397)
        at org.camunda.bpm.engine.impl.juel.AstMethod.invoke(AstMethod.java:91)
        at org.camunda.bpm.engine.impl.juel.AstMethod.eval(AstMethod.java:75)
        at org.camunda.bpm.engine.impl.juel.AstEval.eval(AstEval.java:50)
        at org.camunda.bpm.engine.impl.juel.AstNode.getValue(AstNode.java:26)
        at 
org.camunda.bpm.engine.impl.juel.TreeValueExpression.getValue(TreeValueExpression.java:114)
        at 
org.camunda.bpm.engine.impl.delegate.ExpressionGetInvocation.invoke(ExpressionGetInvocation.java:39)
        at 
org.camunda.bpm.engine.impl.delegate.DelegateInvocation.proceed(DelegateInvocation.java:57)
        at 
org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor.handleInvocationInContext(DefaultDelegateInterceptor.java:90)
        at 
org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor.handleInvocation(DefaultDelegateInterceptor.java:62)
        at 
org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:59)
        at 
org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:50)
        at 
org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior$1.call(ServiceTaskExpressionActivityBehavior.java:49)
        at 
org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior$1.call(ServiceTaskExpressionActivityBehavior.java:45)
        at 
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.executeWithErrorPropagation(AbstractBpmnActivityBehavior.java:110)
        at 
org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior.performExecution(ServiceTaskExpressionActivityBehavior.java:45)
        at 
org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior.execute(TaskActivityBehavior.java:68)
        at 
org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute$2.callback(PvmAtomicOperationActivityExecute.java:60)
        at 
org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute$2.callback(PvmAtomicOperationActivityExecute.java:49)
        at 
org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl.continueIfExecutionDoesNotAffectNextOperation(PvmExecutionImpl.java:1988)
        at 
org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute.execute(PvmAtomicOperationActivityExecute.java:41)
        at 
org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute.execute(PvmAtomicOperationActivityExecute.java:30)
        at 
org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation.execute(AtomicOperationInvocation.java:95)
        at 
org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext.invokeNext(CommandInvocationContext.java:127)
        at 
org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext.performNext(CommandInvocationContext.java:107)
        at 
org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext.performOperation(CommandInvocationContext.java:82)
        at 
org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity.performOperation(ExecutionEntity.java:640)
        at 
org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity.performOperation(ExecutionEntity.java:614)
        at 
org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl$6.callback(PvmExecutionImpl.java:1927)


Thanks,
Sivakumar S
+49-1712324127
============================================================================================================================
 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 externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. 
============================================================================================================================

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

View/Reply Online (#20722): https://lists.onap.org/g/onap-discuss/message/20722
Mute This Topic: https://lists.onap.org/mt/73087588/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to