By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=VzwG^j!d;{Y#3oU1DP@HSdPe -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-15T02:42:07.933Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-d65hs with PID 14 (/app/app.jar started by so in /app)
2021-04-15T02:42:07.988Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-15T02:42:07.988Z||main|||||INFO|500||The following profiles are active: basic
2021-04-15T02:42:13.304Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-15T02:42:13.331Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-15T02:42:13.511Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-15T02:42:15.031Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-15T02:42:15.161Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-15T02:42:15.391Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-15T02:42:15.398Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-15T02:42:16.714Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-15T02:42:16.852Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-15T02:42:16.855Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-15T02:42:17.253Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-15T02:42:17.769Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-15T02:42:21.113Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-15T02:42:21.354Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-15T02:42:22.550Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-15T02:42:22.567Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$16709812.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-15T02:42:22.568Z||main|||||WARN|500||The sdc end point is not alive
2021-04-15T02:42:23.655Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-15T02:42:25.557Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-15T02:42:26.705Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-15T02:42:27.687Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-15T02:42:29.640Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T02:42:29.641Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T02:42:29.649Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T02:42:29.703Z||main|||||INFO|500||Started Application in 23.948 seconds (JVM running for 24.83)
2021-04-15T02:42:29.706Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T02:42:29.811Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14a5b630-4a60-46e0-98ff-28aca60b0946 url= /sdc/v1/artifactTypes
2021-04-15T02:42:29.812Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T02:42:30.929Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.33.48] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-15T02:42:30.933Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44ab356d
2021-04-15T02:42:30.933Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T02:42:30.941Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T02:42:30.943Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T02:42:30.945Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-15T02:42:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87
2021-04-15T02:43:19.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T02:43:19.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T02:43:19.639Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T02:43:19.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T02:43:19.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 646467c8-7573-499b-9e7e-2ca450c72823 url= /sdc/v1/artifactTypes
2021-04-15T02:43:19.693Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T02:43:20.724Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.33.48] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-15T02:43:20.725Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5632bb1e
2021-04-15T02:43:20.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T02:43:20.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T02:43:20.726Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T02:43:20.726Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-15T02:44:09.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T02:44:09.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T02:44:09.639Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T02:44:09.644Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T02:44:09.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43708032-d531-4ccf-a74e-8ebb0f64fc13 url= /sdc/v1/artifactTypes
2021-04-15T02:44:09.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T02:44:10.704Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.33.48] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-15T02:44:10.705Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6580e93a
2021-04-15T02:44:10.705Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T02:44:10.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T02:44:10.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T02:44:10.706Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-15T02:44:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T02:44:59.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T02:44:59.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T02:44:59.639Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T02:44:59.643Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T02:44:59.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c630d87-d577-4f36-ab63-33c5ab31758d url= /sdc/v1/artifactTypes
2021-04-15T02:44:59.656Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T02:44:59.910Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-15T02:44:59.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55c402b8
2021-04-15T02:44:59.910Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-15T02:44:59.911Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-15T02:44:59.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-15T02:44:59.912Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-15T02:45:49.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T02:45:49.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T02:45:49.640Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T02:45:49.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T02:45:49.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6384c5c5-44d2-4314-b486-084e73e669cd url= /sdc/v1/artifactTypes
2021-04-15T02:45:49.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T02:45:50.006Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-15T02:45:50.014Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-15T02:45:50.032Z||scheduling-1|||||DEBUG|500||create keys
2021-04-15T02:45:50.038Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-15T02:45:50.097Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:45:50.118Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9541a849-3e32-4873-8fb1-3b1d5fa79a13 url= /sdc/v1/registerForDistribution
2021-04-15T02:45:50.325Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9541a849-3e32-4873-8fb1-3b1d5fa79a13 url= /sdc/v1/registerForDistribution
2021-04-15T02:45:50.325Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-15T02:45:50.333Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:45:50.334Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:45:50.337Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:45:50.338Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:45:50.338Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:45:50.338Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:45:50.339Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-15T02:46:00.617Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:46:00.629Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:46:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87
2021-04-15T02:46:50.332Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:46:50.333Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:46:50.333Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:46:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:46:50.334Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:46:50.335Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:46:59.929Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:46:59.934Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:47:14.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T02:47:50.332Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:47:50.333Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:47:50.333Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:47:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:47:50.386Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:47:50.386Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:47:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T02:47:59.930Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:48:00.027Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:48:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T02:48:50.332Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:48:50.333Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:48:50.333Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:48:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:48:50.335Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:48:50.335Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:48:59.932Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:48:59.933Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:49:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68
2021-04-15T02:49:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:49:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:49:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:49:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:49:50.337Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:49:50.337Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:49:59.922Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:49:59.923Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:50:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:50:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:50:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:50:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:50:50.335Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:50:50.335Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:50:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87
2021-04-15T02:50:59.960Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:50:59.969Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:51:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:51:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:51:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:51:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:51:50.334Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:51:50.334Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:51:59.883Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:51:59.884Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:52:19.906Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-15T02:52:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T02:52:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:52:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:52:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:52:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:52:50.335Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:52:50.335Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:52:59.883Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:52:59.929Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:53:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:53:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:53:50.338Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:53:50.338Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:53:50.338Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:53:50.339Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:53:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120
2021-04-15T02:53:59.940Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:54:00.040Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:54:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T02:54:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:54:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:54:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:54:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:54:50.335Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:54:50.335Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:54:59.881Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:54:59.883Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:55:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:55:50.335Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:55:50.335Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:55:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:55:50.337Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:55:50.337Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:55:59.942Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:55:59.943Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:56:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:56:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:56:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:56:50.334Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:56:50.334Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:56:50.335Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:56:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T02:56:59.933Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:56:59.933Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:57:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T02:57:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:57:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:57:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:57:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:57:50.334Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:57:50.335Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:57:59.920Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:57:59.927Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:58:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T02:58:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:58:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:58:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:58:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:58:50.334Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:58:50.335Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:58:59.925Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:58:59.930Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:59:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87
2021-04-15T02:59:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:59:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:59:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:59:50.334Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T02:59:50.334Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T02:59:50.334Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T02:59:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T02:59:59.875Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T02:59:59.881Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:00:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:00:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:00:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:00:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:00:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:00:50.334Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:00:50.334Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:00:59.876Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:00:59.877Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:01:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T03:01:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:01:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:01:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:01:50.334Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:01:50.334Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:01:50.334Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:01:59.876Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:01:59.883Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:02:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87
2021-04-15T03:02:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:02:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:02:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:02:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:02:50.335Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:02:50.335Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:02:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T03:02:59.931Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:02:59.932Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:03:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120
2021-04-15T03:03:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:03:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:03:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:03:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:03:50.334Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:03:50.334Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:03:59.876Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:03:59.929Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:04:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:04:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:04:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:04:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:04:50.334Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:04:50.334Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:04:59.875Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:04:59.929Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:05:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:05:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:05:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:05:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:05:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:05:50.334Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:05:50.335Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:05:59.927Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:05:59.927Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:06:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T03:06:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:06:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:06:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:06:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:06:50.334Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:06:50.334Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:06:59.945Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:06:59.956Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:07:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120
2021-04-15T03:07:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:07:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:07:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:07:50.334Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:07:50.334Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:07:50.335Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:07:59.879Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:07:59.926Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:08:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:08:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:08:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:08:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:08:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:08:50.334Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:08:50.334Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:08:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T03:08:59.927Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:08:59.941Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:09:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:09:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:09:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:09:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:09:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:09:50.334Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:09:50.334Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:09:59.924Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:09:59.925Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:10:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:10:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:10:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:10:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:10:50.334Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:10:50.334Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:10:59.924Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:10:59.926Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:11:14.642Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T03:11:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:11:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:11:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:11:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:11:50.334Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:11:50.334Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:11:59.880Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:11:59.881Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:12:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:12:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:12:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:12:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:12:50.334Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:12:50.334Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:12:59.875Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:12:59.876Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:13:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:13:50.333Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:13:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:13:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:13:50.334Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:13:50.334Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:13:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:13:59.876Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:13:59.878Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:14:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:14:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:14:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:14:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:14:50.337Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:14:50.338Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:14:59.879Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:14:59.928Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:15:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T03:15:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:15:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:15:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:15:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:15:50.334Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:15:50.334Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:15:59.873Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:15:59.939Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:16:14.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120
2021-04-15T03:16:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:16:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:16:50.332Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:16:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:16:50.335Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:16:50.335Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:16:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68
2021-04-15T03:16:59.926Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:16:59.931Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:17:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87
2021-04-15T03:17:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:17:50.332Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:17:50.333Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:17:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:17:50.335Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:17:50.335Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:17:59.881Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:17:59.886Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:18:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T03:18:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:18:50.332Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:18:50.332Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:18:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:18:50.335Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:18:50.335Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:18:59.875Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:18:59.887Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:19:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:19:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:19:50.332Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:19:50.333Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:19:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:19:50.334Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:19:50.334Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:19:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T03:19:59.874Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:19:59.877Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:20:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:20:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:20:50.332Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:20:50.332Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:20:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:20:50.334Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:20:50.334Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:20:59.867Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:20:59.875Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:21:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T03:21:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:21:50.332Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:21:50.332Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:21:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:21:50.334Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:21:50.334Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:21:59.878Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:21:59.878Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:22:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:22:50.332Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:22:50.332Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:22:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:22:50.334Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:22:50.334Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:22:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:22:59.874Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:22:59.877Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:23:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:23:50.333Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:23:50.333Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:23:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:23:50.334Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:23:50.334Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:23:59.879Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:23:59.923Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:24:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120
2021-04-15T03:24:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:24:50.332Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:24:50.332Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:24:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:24:50.334Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:24:50.334Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:24:59.922Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:24:59.928Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:25:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87
2021-04-15T03:25:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:25:50.332Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:25:50.332Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:25:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:25:50.334Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:25:50.334Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:25:59.925Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:25:59.928Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:26:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T03:26:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:26:50.332Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:26:50.332Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:26:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:26:50.335Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:26:50.335Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:26:59.872Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:26:59.929Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:27:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120
2021-04-15T03:27:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:27:50.333Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:27:50.333Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:27:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:27:50.334Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:27:50.334Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:27:50.637Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:27:50.639Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.639Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457239002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.691Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.691Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.691Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457243893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.691Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.691Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.691Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457240717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.691Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "dcae-sch",
"timestamp": 1618457239281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457239002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457243893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457240717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:50.693Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.693Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.693Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "dcae-sch",
"timestamp": 1618457239281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.693Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.693Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.693Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "cds",
"timestamp": 1618457246420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.693Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457247300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "cds",
"timestamp": 1618457246420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "aai-ml",
"timestamp": 1618457248303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "policy-id",
"timestamp": 1618457248632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.695Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "cds",
"timestamp": 1618457249740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:27:50.695Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457249309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.696Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.696Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.696Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "aai-ml",
"timestamp": 1618457248303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:50.696Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.696Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.696Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457250070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T03:27:50.697Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:27:50.697Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.697Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "policy-id",
"timestamp": 1618457248632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:50.697Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.697Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.697Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "cds",
"timestamp": 1618457250755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:27:50.827Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e
2021-04-15T03:27:50.850Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:27:50.877Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.878Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457249309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:50.878Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.878Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.878Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457251075,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:27:50.891Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e
2021-04-15T03:27:50.891Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:27:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "aai-ml",
"timestamp": 1618457251823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:27:50.904Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:27:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "policy-id",
"timestamp": 1618457252208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:27:50.904Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:27:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "policy-id",
"timestamp": 1618457253216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T03:27:50.904Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:27:50.905Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.905Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "policy-id",
"timestamp": 1618457254220,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:27:50.910Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e
2021-04-15T03:27:50.910Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:27:50.920Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.921Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "clamp",
"timestamp": 1618457254904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:50.921Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.921Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "clamp",
"timestamp": 1618457254904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:50.922Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "aai-ml",
"timestamp": 1618457259322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T03:27:50.922Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "aai-ml",
"timestamp": 1618457260331,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:27:50.927Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e
2021-04-15T03:27:50.927Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:27:50.936Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:27:50.936Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "clamp",
"timestamp": 1618457269418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:27:50.937Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:27:51.010Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:27:51.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-15T03:27:51.010Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f83e8e1c-824d-47f8-853b-9e706c39841e","serviceName":"vFW 2021-04-15 03-24-48","serviceVersion":"1.0","serviceUUID":"cb84f451-3298-4b90-a405-f78be12e4cd9","serviceDescription":"catalog service description","serviceInvariantUUID":"87f3fee2-a426-4163-b424-dff1dfaf2b96","resources":[],"serviceArtifacts":[{"artifactName":"service-Vfw20210415032448-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml","artifactChecksum":"MzYyOWRlZjVmMmYxMTAzYjM0MmJiMmVkMzZjMzZkOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fbfb49d-26a4-4eb9-b7ae-83a1e1fdbe25","artifactVersion":"1"},{"artifactName":"service-Vfw20210415032448-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar","artifactChecksum":"MTJiZmYxM2Q3YWZkOTRlY2JiNWUyYzNjZWM4NjY5YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"946d3f8e-cd76-462f-a811-a8c6c25bcba3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-15T03:27:51.016Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:27:51.020Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:27:51.026Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:27:51.027Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457270332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:27:51.127Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-15T03:27:51.131Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:27:51.131Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:27:51.144Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:27:51.145Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:27:52.031Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:27:52.031Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:27:52.033Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:27:52.033Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457270332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:27:52.133Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:27:52.134Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:27:52.134Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:27:52.145Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:27:52.145Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:27:53.035Z||pool-3-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"serviceName": "vFW 2021-04-15 03-24-48",
"serviceVersion": "1.0",
"serviceUUID": "cb84f451-3298-4b90-a405-f78be12e4cd9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "87f3fee2-a426-4163-b424-dff1dfaf2b96",
"resources": [],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210415032448-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"artifactChecksum": "MTJiZmYxM2Q3YWZkOTRlY2JiNWUyYzNjZWM4NjY5YzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "946d3f8e-cd76-462f-a811-a8c6c25bcba3"
}
],
"workloadContext": "Production"
}
2021-04-15T03:27:53.036Z||pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2021-04-15T03:27:53.036Z||pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cb84f451-3298-4b90-a405-f78be12e4cd9 ASDC
2021-04-15T03:27:53.128Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f83e8e1c-824d-47f8-853b-9e706c39841e
ServiceName:vFW 2021-04-15 03-24-48
ServiceVersion:1.0
ServiceUUID:cb84f451-3298-4b90-a405-f78be12e4cd9
ServiceInvariantUUID:87f3fee2-a426-4163-b424-dff1dfaf2b96
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210415032448-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar
ArtifactUUID:946d3f8e-cd76-462f-a811-a8c6c25bcba3
ArtifactChecksum:MTJiZmYxM2Q3YWZkOTRlY2JiNWUyYzNjZWM4NjY5YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
}
2021-04-15T03:27:53.128Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb84f451-3298-4b90-a405-f78be12e4cd9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-15T03:27:53.205Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T03:27:53.207Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||MSO config path is: /app
2021-04-15T03:27:53.208Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||MSO config path is: /app
2021-04-15T03:27:53.209Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 946d3f8e-cd76-462f-a811-a8c6c25bcba3 from URL: /sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar
2021-04-15T03:27:53.209Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - download
2021-04-15T03:27:53.211Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar
2021-04-15T03:27:53.421Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-15T03:27:53.429Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar 946d3f8e-cd76-462f-a811-a8c6c25bcba3 45795
2021-04-15T03:27:53.434Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar ASDC sendASDCNotification
2021-04-15T03:27:53.434Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar
2021-04-15T03:27:53.435Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T03:27:53.435Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:27:53.438Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:27:53.438Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457273430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:27:53.538Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:27:53.539Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:27:53.539Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:27:53.549Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:27:53.549Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-15T03:27:54.439Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T03:27:54.441Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||MSO config path is: /app
2021-04-15T03:27:54.442Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: 946d3f8e-cd76-462f-a811-a8c6c25bcba3, URL: /sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar to file: /app/ASDC/1/service-Vfw20210415032448-csar.csar
2021-04-15T03:27:54.442Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210415032448-csar.csar
2021-04-15T03:27:54.575Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210415032448-csar.csar
2021-04-15T03:27:54.575Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210415032448-csar.csar
2021-04-15T03:27:54.916Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2135299624353986667/Definitions/service-Vfw20210415032448-template.yml
2021-04-15T03:27:55.619Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-15T03:27:55.630Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:27:55.631Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:27:55.634Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-15T03:27:55.635Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:27:55.642Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:27:55.642Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-15 03-24-48
Description:catalog service description
Model UUID:cb84f451-3298-4b90-a405-f78be12e4cd9
Model Version:NULL
Model InvariantUuid:87f3fee2-a426-4163-b424-dff1dfaf2b96
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-15T03:27:55.660Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||ERROR|500||Service Model contains no resources.
2021-04-15T03:27:55.660Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:27:55.752Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:27:55.755Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:27:55.755Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:28:14.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68
2021-04-15T03:28:25.756Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:28:25.767Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:28:25.771Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:28:25.771Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:28:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:28:50.335Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:28:50.335Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:28:50.361Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:28:50.362Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:28:50.362Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "clamp",
"timestamp": 1618457270512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T03:28:50.364Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:28:55.772Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:28:55.783Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:28:55.787Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:28:55.787Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:28:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120
2021-04-15T03:29:25.788Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:29:25.798Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:29:25.802Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:29:25.802Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:29:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68
2021-04-15T03:29:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:29:50.335Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:29:50.335Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:29:50.857Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:29:50.862Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.862Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457270332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.863Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.863Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.863Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "clamp",
"timestamp": 1618457271516,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:29:50.890Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e
2021-04-15T03:29:50.891Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:29:50.902Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.902Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457270332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.902Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.902Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.902Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457273430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:50.902Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457269309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457268632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457273893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457269309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457273893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457268632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457276419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457269309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457273893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457268632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457276419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.906Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.906Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.906Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457269309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.906Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.906Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.906Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457273893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.906Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457268632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457276419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457269309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.908Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.908Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.908Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457268632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.908Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.908Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.908Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457273893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.909Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.909Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.909Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457279002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.909Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.909Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.909Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "dcae-sch",
"timestamp": 1618457279281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.910Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.910Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.910Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.910Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.910Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.910Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457276419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.910Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457269309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457268632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457273893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457279002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.911Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "dcae-sch",
"timestamp": 1618457279281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457276419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457269309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457268632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457273893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457280715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457279002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "dcae-sch",
"timestamp": 1618457279281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457276419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457280715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457279002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "dcae-sch",
"timestamp": 1618457279281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457276419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457280715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457279002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457283808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457283822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "dcae-sch",
"timestamp": 1618457279281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457284111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457280715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457279002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457284928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457284898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "dcae-sch",
"timestamp": 1618457279281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457278303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457280715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457284904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457279002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457285891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.920Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "policy-id",
"timestamp": 1618457285901,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:29:50.934Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074
2021-04-15T03:29:50.935Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:29:50.969Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.970Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "cds",
"timestamp": 1618457285936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:29:50.974Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074
2021-04-15T03:29:50.974Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:29:50.983Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.983Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "dcae-sch",
"timestamp": 1618457279281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.983Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.983Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.983Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457285975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457280715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457284904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457286603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618457286979,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:29:50.990Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074
2021-04-15T03:29:50.990Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:29:51.000Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.000Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457280715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:51.000Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:51.000Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.000Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457284904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:51.001Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:51.001Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.001Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457287607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:51.001Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.001Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.001Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457287710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:51.002Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.002Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.002Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457284904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:51.002Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:51.002Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.002Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457288718,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:29:51.007Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074
2021-04-15T03:29:51.007Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-15T03:29:51.017Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.017Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457289007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:51.017Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457289198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:51.018Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457284904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:51.018Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618457289722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T03:29:51.019Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.019Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.019Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457284904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:29:51.019Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:51.019Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.019Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457290784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:51.019Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457290908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:51.020Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457284904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:29:51.020Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.021Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457292030,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:29:51.026Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074
2021-04-15T03:29:51.026Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-15T03:29:51.034Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457292234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:51.035Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618457293033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T03:29:51.035Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457293239,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:29:51.042Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074
2021-04-15T03:29:51.042Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-15T03:29:51.048Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.048Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457293595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T03:29:51.048Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.048Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.049Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618457294243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T03:29:51.049Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.049Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.049Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "aai-ml",
"timestamp": 1618457294605,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:29:51.053Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074
2021-04-15T03:29:51.053Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:29:51.063Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.063Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457304693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:29:51.063Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.063Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.063Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457305797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T03:29:51.064Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T03:29:51.064Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-15T03:29:51.064Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "clamp",
"timestamp": 1618457306800,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-15T03:29:51.069Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074
2021-04-15T03:29:51.069Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-15T03:29:55.802Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:29:55.813Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:29:55.817Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:29:55.817Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:30:25.818Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:30:25.886Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:30:25.891Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:30:25.891Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:30:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:30:50.335Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:30:50.335Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:30:55.892Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:30:55.904Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:30:55.908Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:30:55.908Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:30:59.878Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:31:25.908Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:31:25.920Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:31:25.925Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:31:25.925Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:31:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:31:50.334Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:31:50.335Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:31:55.925Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:31:55.938Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:31:55.987Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:31:55.988Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:31:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87
2021-04-15T03:31:59.877Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:32:25.988Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:32:25.999Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-15T03:32:26.004Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T03:32:26.004Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T03:32:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68
2021-04-15T03:32:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:32:50.335Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:32:50.335Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:32:56.004Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-15T03:32:56.005Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-15T03:32:56.013Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f83e8e1c-824d-47f8-853b-9e706c39841e and serviceModelVersionId: cb84f451-3298-4b90-a405-f78be12e4cd9
2021-04-15T03:32:56.013Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87f3fee2-a426-4163-b424-dff1dfaf2b96
2021-04-15T03:32:59.882Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:02.830Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0
2021-04-15T03:33:03.066Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-15T03:33:03.563Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|INFO|500||Invoke
2021-04-15T03:33:03.565Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f83e8e1c-824d-47f8-853b-9e706c39841e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83627f44-9f67-41e5-b234-e28028c4c66c], X-ECOMP-RequestID=[f83e8e1c-824d-47f8-853b-9e706c39841e], X-TransactionId=[], X-ONAP-RequestID=[f83e8e1c-824d-47f8-853b-9e706c39841e], Content-Type=[application/merge-patch+json]}
2021-04-15T03:33:03.690Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-15T03:33:04.104Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-03:33:03:698-40063], vertex-id=[200816], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:33:03 GMT], Content-Type=[application/json]}
2021-04-15T03:33:04.106Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-15T03:33:04.107Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|INFO|500||InvokeReturn
2021-04-15T03:33:04.109Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-15T03:33:04.109Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
2021-04-15T03:33:04.110Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-15T03:33:04.189Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-15T03:33:04.197Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f83e8e1c-824d-47f8-853b-9e706c39841e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-04-15T03:33:04.198Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-15T03:33:04.198Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:04.200Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:04.200Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457584197,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-15T03:33:04.300Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:04.302Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:04.302Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:04.313Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:04.314Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-15T03:33:05.293Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T03:33:05.294Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T03:33:05.294Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:09.573Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:09.574Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-15T03:33:09.574Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a91a08c2-7b27-4d5d-973f-e7e4e2d67074","serviceName":"basic_onboard_KEgjUV","serviceVersion":"1.0","serviceUUID":"42ffe2fd-1696-41db-85d0-1714473e5921","serviceDescription":"service","serviceInvariantUUID":"0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a","resources":[{"resourceInstanceName":"basic_onboard_KEgjUV 0","resourceName":"basic_onboard_KEgjUV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ddf2627-afb7-47f3-ad16-e8f011178cae","resourceInvariantUUID":"513c53de-fe23-4df3-8f7f-c9fa6202be5c","resourceCustomizationUUID":"8e4e7333-572c-484e-89a1-76acfa406c8d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml","artifactChecksum":"YTY0ZWQ2YTVkNGZiM2Y3MjM0YzJmMzU1NmVhM2RlZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f343b40-f11e-49e9-b737-da06848bef5a","artifactVersion":"1"},{"artifactName":"basic_onboard_kegjuv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json","artifactChecksum":"NzVkMDdhYTYwYmEwMWU3NDk0NDc4YWZiMTM5ZTg3NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80235525-4eae-4e7d-8a30-59cf36f87dfd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"066fa51f-9386-4de9-be95-bbf2b0a64b99","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d663838b-62bc-4858-8fc3-47f721084ab4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"96d1ed12-2fdc-4102-a3b3-8c5b11ec197f","artifactVersion":"2","generatedFromUUID":"066fa51f-9386-4de9-be95-bbf2b0a64b99"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKegjuv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml","artifactChecksum":"NzhlMDBlOTkyMjVhMjcwNmQxMzAwZWVmNjIxNzI2ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e197174c-0454-4524-8565-627842edf4fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKegjuv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar","artifactChecksum":"NWRhOTg2MGQ3MWFmYzAxNDFkY2ZiYTlkNzZkNzUyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5c3b705-5a13-4ab0-a32a-1fb106904b1e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-15T03:33:09.578Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:33:09.578Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:09.580Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:09.580Z||pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457585293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:33:09.681Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:09.681Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:09.681Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:09.697Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:09.698Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-04-15T03:33:10.581Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:33:10.582Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:10.583Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:10.583Z||pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457585293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T03:33:10.683Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-15T03:33:10.684Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:10.684Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:10.696Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:10.696Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:33:11.584Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:33:11.585Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:11.586Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:11.586Z||pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457585293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T03:33:11.686Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:11.687Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:11.687Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:11.698Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:11.699Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:33:12.587Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:33:12.588Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:12.590Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:12.590Z||pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457585293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:33:12.690Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:12.691Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:12.691Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:12.702Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:12.702Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:33:13.591Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:33:13.591Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:13.593Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:13.593Z||pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457585293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T03:33:13.693Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:13.694Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:13.694Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:13.706Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:13.707Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:33:14.594Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:33:14.595Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:14.597Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:14.597Z||pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457585293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T03:33:14.697Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:14.698Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:14.698Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:14.709Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:14.709Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-15T03:33:15.597Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T03:33:15.598Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:15.599Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:15.600Z||pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457585293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T03:33:15.700Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:15.701Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:15.701Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:15.712Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:15.712Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-15T03:33:16.601Z||pool-3-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"serviceName": "basic_onboard_KEgjUV",
"serviceVersion": "1.0",
"serviceUUID": "42ffe2fd-1696-41db-85d0-1714473e5921",
"serviceDescription": "service",
"serviceInvariantUUID": "0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a",
"resources": [
{
"resourceInstanceName": "basic_onboard_KEgjUV 0",
"resourceCustomizationUUID": "8e4e7333-572c-484e-89a1-76acfa406c8d",
"resourceName": "basic_onboard_KEgjUV",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7ddf2627-afb7-47f3-ad16-e8f011178cae",
"resourceInvariantUUID": "513c53de-fe23-4df3-8f7f-c9fa6202be5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_kegjuv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"artifactChecksum": "NzVkMDdhYTYwYmEwMWU3NDk0NDc4YWZiMTM5ZTg3NWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "80235525-4eae-4e7d-8a30-59cf36f87dfd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "066fa51f-9386-4de9-be95-bbf2b0a64b99",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "96d1ed12-2fdc-4102-a3b3-8c5b11ec197f",
"generatedFromUUID": "066fa51f-9386-4de9-be95-bbf2b0a64b99"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "96d1ed12-2fdc-4102-a3b3-8c5b11ec197f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKegjuv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"artifactChecksum": "NWRhOTg2MGQ3MWFmYzAxNDFkY2ZiYTlkNzZkNzUyNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5c3b705-5a13-4ab0-a32a-1fb106904b1e"
}
],
"workloadContext": "Production"
}
2021-04-15T03:33:16.601Z||pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-15T03:33:16.602Z||pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 42ffe2fd-1696-41db-85d0-1714473e5921 ASDC
2021-04-15T03:33:16.651Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a91a08c2-7b27-4d5d-973f-e7e4e2d67074
ServiceName:basic_onboard_KEgjUV
ServiceVersion:1.0
ServiceUUID:42ffe2fd-1696-41db-85d0-1714473e5921
ServiceInvariantUUID:0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKegjuv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar
ArtifactUUID:f5c3b705-5a13-4ab0-a32a-1fb106904b1e
ArtifactChecksum:NWRhOTg2MGQ3MWFmYzAxNDFkY2ZiYTlkNzZkNzUyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KEgjUV 0
ResourceCustomizationUUID:8e4e7333-572c-484e-89a1-76acfa406c8d
ResourceInvariantUUID:513c53de-fe23-4df3-8f7f-c9fa6202be5c
ResourceName:basic_onboard_KEgjUV
ResourceType:VF
ResourceUUID:7ddf2627-afb7-47f3-ad16-e8f011178cae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kegjuv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json
ArtifactUUID:80235525-4eae-4e7d-8a30-59cf36f87dfd
ArtifactChecksum:NzVkMDdhYTYwYmEwMWU3NDk0NDc4YWZiMTM5ZTg3NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:066fa51f-9386-4de9-be95-bbf2b0a64b99
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env
ArtifactUUID:96d1ed12-2fdc-4102-a3b3-8c5b11ec197f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env
ArtifactUUID:96d1ed12-2fdc-4102-a3b3-8c5b11ec197f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-15T03:33:16.652Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42ffe2fd-1696-41db-85d0-1714473e5921 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-15T03:33:16.770Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: f5c3b705-5a13-4ab0-a32a-1fb106904b1e from URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:18.120Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-15T03:33:18.124Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar f5c3b705-5a13-4ab0-a32a-1fb106904b1e 70265
2021-04-15T03:33:18.124Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar ASDC sendASDCNotification
2021-04-15T03:33:18.124Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:18.124Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T03:33:18.125Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:18.185Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:18.185Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457598124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:33:18.227Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 41 ms
2021-04-15T03:33:18.228Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:18.228Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:18.238Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:18.238Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-15T03:33:19.186Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T03:33:19.188Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||MSO config path is: /app
2021-04-15T03:33:19.189Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: f5c3b705-5a13-4ab0-a32a-1fb106904b1e, URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar to file: /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:19.190Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:19.190Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:19.190Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:19.448Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15808264691506525741/Definitions/service-BasicOnboardKegjuv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-15T03:33:20.688Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-15T03:33:20.691Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-15T03:33:20.691Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.691Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KEgjUV 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KEgjUV 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar
2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||####################################################################################################
2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:33:20.694Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria
2021-04-15T03:33:20.694Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-15T03:33:20.695Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T03:33:20.695Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria
2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:33:20.700Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.700Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is not matching search criteria
2021-04-15T03:33:20.700Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-15T03:33:20.703Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.703Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria
2021-04-15T03:33:20.703Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria
2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria
2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is not matching search criteria
2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a35d81f-a78a-4b5e-9ecd-45c3c2a3cde6
2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.707Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:33:20.707Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:20.707Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:33:20.707Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_KEgjUV
Description:service
Model UUID:42ffe2fd-1696-41db-85d0-1714473e5921
Model Version:NULL
Model InvariantUuid:0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_KEgjUV
Model UUID:1b8becbc-fa49-41b6-84bb-9f5d83cd3080
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:513c53de-fe23-4df3-8f7f-c9fa6202be5c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8e4e7333-572c-484e-89a1-76acfa406c8d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d40049a2-a697-4609-81b8-b7e00d75446a
ModelName:BasicOnboardKegjuv..base_ubuntu18..module-0
ModelUuid:6f88bb19-db95-4725-aadb-4c98a314dc4c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6a35d81f-a78a-4b5e-9ecd-45c3c2a3cde6
ModelInvariantUuid:85be83a7-00eb-46ba-833f-6ff8f5fd049b
ModelName:basic_onboard_KEgjUV-nodes.ubuntu18Cvfc
ModelUuid:af43ce9e-318a-4216-8b9f-d5b4027106a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:55e6752b-41a7-44f8-aa53-b872b1d2d98c
ModelInvariantUuid:c6190776-c170-4397-9f18-545c04337b00
ModelName:BasicOnboardKegjuv.compute.nodes.heat.ubuntu18
ModelUuid:2de2b0a0-b55e-48c7-997d-bf69df688acd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-15T03:33:20.713Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ddf2627-afb7-47f3-ad16-e8f011178cae
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-15T03:33:20.719Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||basic_onboard_KEgjUV 0
2021-04-15T03:33:20.725Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ddf2627-afb7-47f3-ad16-e8f011178cae
2021-04-15T03:33:20.725Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 80235525-4eae-4e7d-8a30-59cf36f87dfd from URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json
2021-04-15T03:33:20.725Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-15T03:33:20.725Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json
2021-04-15T03:33:22.891Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-15T03:33:22.891Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json 80235525-4eae-4e7d-8a30-59cf36f87dfd 798
2021-04-15T03:33:22.892Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json ASDC sendASDCNotification
2021-04-15T03:33:22.892Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json
2021-04-15T03:33:22.892Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T03:33:22.892Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:22.894Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:22.894Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457602892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:33:22.994Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:22.995Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:22.995Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:23.008Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:23.009Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:33:23.895Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKegjuv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d40049a2-a697-4609-81b8-b7e00d75446a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6f88bb19-db95-4725-aadb-4c98a314dc4c",
"vfModuleModelCustomizationUUID": "ec81e9f4-7414-4798-99a5-501c5a822ad2",
"isBase": true,
"artifacts": [
"066fa51f-9386-4de9-be95-bbf2b0a64b99",
"96d1ed12-2fdc-4102-a3b3-8c5b11ec197f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-15T03:33:23.916Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKegjuv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f88bb19-db95-4725-aadb-4c98a314dc4c
VfModuleModelInvariantUUID:d40049a2-a697-4609-81b8-b7e00d75446a
VfModuleModelDescription:NULL
Artifacts UUID List:{
066fa51f-9386-4de9-be95-bbf2b0a64b99
,
96d1ed12-2fdc-4102-a3b3-8c5b11ec197f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-15T03:33:23.920Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKegjuv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d40049a2-a697-4609-81b8-b7e00d75446a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6f88bb19-db95-4725-aadb-4c98a314dc4c",
"vfModuleModelCustomizationUUID": "ec81e9f4-7414-4798-99a5-501c5a822ad2",
"isBase": true,
"artifacts": [
"066fa51f-9386-4de9-be95-bbf2b0a64b99",
"96d1ed12-2fdc-4102-a3b3-8c5b11ec197f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-15T03:33:23.920Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKegjuv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f88bb19-db95-4725-aadb-4c98a314dc4c
VfModuleModelInvariantUUID:d40049a2-a697-4609-81b8-b7e00d75446a
VfModuleModelDescription:NULL
Artifacts UUID List:{
066fa51f-9386-4de9-be95-bbf2b0a64b99
,
96d1ed12-2fdc-4102-a3b3-8c5b11ec197f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-15T03:33:23.920Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 066fa51f-9386-4de9-be95-bbf2b0a64b99 from URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml
2021-04-15T03:33:23.921Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-15T03:33:23.921Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml
2021-04-15T03:33:24.593Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-15T03:33:24.594Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml 066fa51f-9386-4de9-be95-bbf2b0a64b99 5033
2021-04-15T03:33:24.594Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-15T03:33:24.594Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml
2021-04-15T03:33:24.594Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T03:33:24.595Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:24.597Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:24.597Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457604594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:33:24.697Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:24.698Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:24.698Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:24.707Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:24.708Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:33:25.597Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 96d1ed12-2fdc-4102-a3b3-8c5b11ec197f from URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env
2021-04-15T03:33:25.598Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - download
2021-04-15T03:33:25.598Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env
2021-04-15T03:33:26.095Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-15T03:33:26.095Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env 96d1ed12-2fdc-4102-a3b3-8c5b11ec197f 909
2021-04-15T03:33:26.096Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-15T03:33:26.096Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env
2021-04-15T03:33:26.096Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T03:33:26.096Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-15T03:33:26.098Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T03:33:26.098Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618457606096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T03:33:26.198Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T03:33:26.199Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-15T03:33:26.199Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ...
2021-04-15T03:33:26.210Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T03:33:26.210Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T03:33:27.099Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: 42ffe2fd-1696-41db-85d0-1714473e5921
2021-04-15T03:33:27.100Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KEgjUV 0 7ddf2627-afb7-47f3-ad16-e8f011178cae ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-15T03:33:27.198Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T03:33:27.198Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T03:33:27.199Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: 1b8becbc-fa49-41b6-84bb-9f5d83cd3080
2021-04-15T03:33:27.199Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: 1b8becbc-fa49-41b6-84bb-9f5d83cd3080
2021-04-15T03:33:27.209Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel to get resource
2021-04-15T03:33:27.234Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel
2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|INFO|500||Invoke
2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel
2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Method : GET
2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", X-RequestID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", X-TransactionID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", X-ECOMP-RequestID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"364a5ae1-02e7-4877-a974-0acd16f18c38"]
2021-04-15T03:33:27.236Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Request body:
2021-04-15T03:33:27.236Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||==========================request end================================================
2021-04-15T03:33:27.805Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-15T03:33:27.806Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-15T03:33:27.806Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Status text : OK
2021-04-15T03:33:27.806Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01pgdp7ywxfcqe1cpx1pjyeavdf338.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardKegjuv-csar.csar"", Content-MD5:"YTllODZhMWEzNTI5MzEzY2VhNDJjYWI0ZDM1OGQwMGY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-15T03:33:27.826Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Response body: PK O�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK O�R TOSCA-Metadata/TOSCA.metaM���0D������\{���$B�����vK�����#�y�7��lW���J�E6����}Oe���f���c�� �:��
��r���]�带���즞��|��g��PX|٭����a ����
嗲��X`ܖ
~R��c�PK\�6k� � PK O�R 4 Definitions/resource-BasicOnboardKegjuv-template.yml�Ys�������~w:r��1d��\�I�|m����4/� ���ʼn��ľح�� �Eg?���=J*�tK�u��-r=��S��<�t$�iHCi��D>T�O?1�nm��C�_.��O�ɐS&����F�m�E� ?bG2�(*�<�)�48�x(�@�2��*p�ʱ�'[�D��=]�lK���J�/�/�T������.����
���vw��Wd!W'��@��d�w����.���U�
Y���mç�i������}�ϕ៶��E`�#���������'�Xx�#dM70���`gx��,�0�<���@Y7���S���.2`��g�)�-ēgEO�a�6t�D2yO��e�����㔯HP��W�[>r5��"�1��� ���K�>�&�՚A�� =����|�)- .�2�S0\�AO���\�A���!�7������|5ls�t��i4C�f�⩮g�"�<#��I,�M�"f+��7�H����w~3�b�C�3��l��|��op���Z(��/P5���؊&(���r
;M|�!%pu�+0�GE��pɌ"����^��i�B��bT[M2mJ�=!!^���2�>W� �ψB>庵N�ry�����a��sF�ǵ���TF�1�M��@w�z�h��"�Fw$��|I�<�:=e�>M_n�W�[�
��ɶ����@��$���"���?/��$�a���*1�]l�# �4�!@&��Kx�k�kO_WW�M�4,5��+�X,%/斐XE�#�N�[Y��5�uq �g��n���F�mw҇m!Ʉ�xq�D+D��$<���dp��H��u�})��1��č\hq Ȍ.���APmK r%�
����q������㔨���*T=��df�w�->�|�SF������<^��9U~]�̧���������ݺލn_|v�xz����.U���f�z��{����O\o��~m_^ԛ��%�����C���x����D�u�������b��^������1������{vל&��AX���f]��ti �����������7�mɛ7X�/S�ɜ����m�'q���OΜݛ?8�ݠۗ���w}ug����w�lml���zz{�����6�v�.����[}��h����_gk�e�����,�|��'��p��f:�/��:yˋ�{;��xn��������oo>���zr?Y��x?�~��������P./EjW;ՙ�_6;S3�τ�1^=�ܗ��zx�����j⇨��ʙx�����+��ŗ�[���oE�į����R���n��%tw(�x���8�����o>��=��
�7^c����g�{����=\u�o�������f��VoW��?�q12bB'�QKel��%���xWs��u���^�& ���T�;F�!Ϸ\��
U�ck�*��&%�'~5 ��.a`q�#�l�.m�;'-�y�����!��D'-�r2�̱���s[��(:k/
����j&2���6�V�x�0�Ȇ�'B���c�M�Z%��%'����,��:�.ɑkA����%Y>����tt��XTN�9`(�1Pq��k�sgN$�f�]�G��;��qK��va��"[9z��t���"ir ��?�^:
f
�̇ ���|�|(��C~++��6����N�"�y��4�k��M4��r
�@m�)HD�
�GC��u"���t��KA���mS�{�OTa�8%��)*ONANQ�§[u�T���3��=�PS"m���C����A �$���=l�8�јnE[ny��W��l�����W�#��Y�}9����mRy�.�����l-�U�oŘ��R��Mo�[#Bc8-L��)f�*T8\���l*D�h&��wi� K�M��-+_�V��m )��-0%����4L�Hq "��˯���혔��uO�E@�֊yy�ږ�5��̓_���ȤeΒ�hI�~�e]�؝�� ��b~�2G�VW�0.i��#7�CF�T�}�,�ҽ�&ܧ{@�4r�jL��O�h췟�h�
d� ���Fn��Q�0��]�`Z�WU5��i*���'�R���ᖋ�.·#�/ ��Ҥ1�+���.�6�~X7��TLwC�[.�77�/Υ_w��_�"����2C��.�y{��U�e[+���r�b4Ճ�Suo3 �e)�J�Ҧd���Jȃ�5uI͗$�+hC�J�yH���(��P+8U'q���UV(Au �p-; ��+��"
��8x���V
:*�
���J![��D2DYhD&���e���U�/�(a��H��=P&�uvt� �0۶?����� ȯK���B��G���1J^=����T�G�hou��Tk��a+QE��f��t�.��#K>Q���Au=p��A~)��#.iee$.�H��i��Ӄ��$,�Bâh��yCUy$+�Q9L ��
uWI�TZ4�r��s�T Sr��_���ls�=���T�H��{��� U���X�_��)�j�$E"{��/�d�(铐i����S�d[��t����
诤�:9����3A��W`��2����G�{"�_ɣu�8�h�T<��kN�חR)�s( �"��,5�e�3܋F��������(�K��"N5D���T��'�O�;��+���W'��1ֽ����9^��� ��!��#���X�ڔ�&)l"O�(B<�AT~d�G��!Y���4���CBy$*��� �0����cQ '���ɬs��M���W�s'\�>���cBiƧ��q=��^r����������
�{��j&��x��ߛ�r53۟�X!S<�r����"�VlG�ə��{��ȹ��4���aCNٓ�iH��\h��;���hT3�[��<]]1�� &�$�d�!��}*�f~7�)��X�.l� ��?;��*3�{�>~u!�rr�s�I=�h:�.�h��I�� �*��G������d���)�(~ +h��R���h2Q'`$�"C(Me0�y��³�- ������HK��s'��
�wR�R<�+84��Ƞ"ǰw�Ʌ̹a��?l� /��װ(��d�8`[�}������
����@J�Â�h�JF4fٱG ���yV�Pp�A,�N'�1��{%� ��P�,Np�M ��Ɗ(@n8Vq��ï��E3"��5�n]6l@%��0����"+����Y��¸_����۠��Σ���DqDI�%�snR�8��?^ltө�֠\`
aiGxc4�5Y/���3���}��QvM��8�@-۵�M�T�j���4�B��p�ŭK'�e�f���l��"X3���1{�գ�%ݱvi�J�r��}˥�r�����mE^����]
|-њ�&:%���4w�{�C�%Y{��D���H���,���3�]�nLq�"��(�-
�ڳҰ�މ
�f&�b�lA�-53�
�2L�Lzh.肯��{�}'{?��F�:�/���z?�/���5q�m{��s�Iŝ�t�@��n��g9L��%hw[��b
�.��/�����?G��h�ee��Uf�<@�m%��j �h�,*M��Eǻ��g�XQ�લs9y��>�+�#�u#]���2l���cG�z��vm���1:�ΝM��t+�̈́��]�K�>�T���iF��d���ۙ�u���v����tU��C넱��ڗ�l������[���r��/���:��?\(!
�_�e��vt�m�CZ{O� s(����n�י+_�٣�I�/q�v����߽�����@�aye��_����q�'�@e$���/Q��I�lk?:(c�rK�������OB���LJ�׀�A9��>�*#e���@�+��|����f�߾��:�:�� ��#H$Ҥ}�WOy�4�=���
�d0�/�����k>9��uU�W��PK�%�C� �V PK O�R > Definitions/resource-BasicOnboardKegjuv-template-interface.yml�]ks�H����o�[)���L�[�z��$�8Fs�ڢZh�hl����"�B��U� �o�9O�>�/@��E�:�E�r�9$����x� �6���PJJ���\�Q�,�Av!���x��!{��j�������\6"�UM��'%� �mcdG�F��G��T�;�cHݨru�O,�e��T��"!V $�d$cZPŦ-�`��P��r
8H�XC�vGw�,U�͡���I��С�T^B;h��6aI�9I�늉5�)
i�{�
����Cעn�0h��4\��Ղ�Q(��dS���1�-�F�.rx�H��4��N�z�$p�"�I���ƙ"[��Cd9X [:�D��i7%�fK�XoTh�L&�v��
I`+#�:kS��%�ڨ~r�m��֘�^�0�G�u5��d
g���O
^����"t�R�j�!?S$%�0 Q[1����)�l�
��]�#5�9@��2x�[P1��;���FȢp�[4�,U�c�L�����/_��V��ٵ�H�\ |c�,;��6�A��
�(�QV)�"AP���)�b�w�q�8@��_��^�z�S���o�ڭ���Q�^ֆ��g>
l�H���-������Z?�x�.+V��e��{�����C��U����ң5�N�ۧ�3�d�����*�O������f{����L�v'ͅw�=�쌿߷{�К��âs�m�����ɬ��Z�w6V��G4{81�k`�����ڶ����M0�ú���q���tzV����1;>r��+J:����