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=pQ7[1guT:IOZTxKSCAL0qOkx -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-14T02:21:05.340Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-w6t9c with PID 14 (/app/app.jar started by so in /app)
2021-04-14T02:21:05.345Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-14T02:21:05.345Z||main|||||INFO|500||The following profiles are active: basic
2021-04-14T02:21:11.069Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-14T02:21:11.070Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-14T02:21:11.211Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-14T02:21:12.696Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-14T02:21:12.839Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-14T02:21:13.080Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-14T02:21:13.088Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-14T02:21:14.330Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-14T02:21:14.479Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-14T02:21:14.484Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-14T02:21:14.848Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-14T02:21:15.359Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-14T02:21:18.678Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-14T02:21:18.904Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-14T02:21:20.186Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-14T02:21:20.223Z||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$$305f4aaf.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-14T02:21:20.224Z||main|||||WARN|500||The sdc end point is not alive
2021-04-14T02:21:21.338Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-14T02:21:23.537Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-14T02:21:24.926Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-14T02:21:25.935Z||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-14T02:21:27.861Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T02:21:27.863Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T02:21:27.872Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T02:21:27.925Z||main|||||INFO|500||Started Application in 24.634 seconds (JVM running for 25.511)
2021-04-14T02:21:27.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T02:21:27.979Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a28cd732-e358-42aa-9c9a-677f9cbeaedc url= /sdc/v1/artifactTypes
2021-04-14T02:21:27.979Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T02:21:28.327Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-14T02:21:28.329Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7788f834
2021-04-14T02:21:28.329Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-14T02:21:28.336Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-14T02:21:28.337Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-14T02:21:28.339Z||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-14T02:21:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:22:17.861Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T02:22:17.861Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T02:22:17.861Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T02:22:17.877Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T02:22:17.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2840506-940f-45cb-a018-8b6f2da93aa2 url= /sdc/v1/artifactTypes
2021-04-14T02:22:17.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T02:22:18.204Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-14T02:22:18.216Z||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-14T02:22:18.245Z||scheduling-1|||||DEBUG|500||create keys
2021-04-14T02:22:18.252Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-14T02:22:18.275Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:22:18.297Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c0b15646-1739-4988-a652-9450914d2299 url= /sdc/v1/registerForDistribution
2021-04-14T02:22:18.630Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c0b15646-1739-4988-a652-9450914d2299 url= /sdc/v1/registerForDistribution
2021-04-14T02:22:18.631Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-14T02:22:18.645Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:22:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:22:18.722Z||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-14T02:22:18.722Z||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-14T02:22:18.722Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:22:18.722Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:22:18.730Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-14T02:22:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:22:29.009Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:22:29.022Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:23:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:23:18.647Z||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-14T02:23:18.647Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:23:18.644Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:23:18.649Z||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-14T02:23:18.649Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:23:28.272Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:23:28.273Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:23:57.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T02:24:18.644Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:24:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:24:18.646Z||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-14T02:24:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:24:18.648Z||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-14T02:24:18.648Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:24:28.273Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:24:28.274Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:25:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:25:18.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:25:18.646Z||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-14T02:25:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:25:18.646Z||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-14T02:25:18.647Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:25:28.309Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:25:28.310Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:26:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:26:18.644Z||pool-3-thread-6|||||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-14T02:26:18.645Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:26:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:26:18.645Z||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-14T02:26:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:26:28.271Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:26:28.271Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:26:42.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T02:27:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:27:18.644Z||pool-3-thread-6|||||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-14T02:27:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:27:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:27:18.646Z||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-14T02:27:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:27:28.282Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:27:28.282Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:28:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:28:18.644Z||pool-3-thread-6|||||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-14T02:28:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:28:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:28:18.645Z||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-14T02:28:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:28:28.270Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:28:28.270Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:28:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T02:29:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:29:18.644Z||pool-3-thread-6|||||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-14T02:29:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:29:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:29:18.646Z||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-14T02:29:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:29:28.271Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:29:28.271Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:29:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:30:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:30:18.644Z||pool-3-thread-6|||||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-14T02:30:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:30:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:30:18.646Z||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-14T02:30:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:30:28.273Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:30:28.276Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:31:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:31:17.077Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-14T02:31:18.643Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:31:18.645Z||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-14T02:31:18.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:31:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:31:18.645Z||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-14T02:31:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:31:28.262Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:31:28.268Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:31:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:32:18.643Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:32:18.644Z||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-14T02:32:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:32:18.645Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:32:18.646Z||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-14T02:32:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:32:28.302Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:32:28.302Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:32:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:33:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:33:18.645Z||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-14T02:33:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:33:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:33:18.646Z||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-14T02:33:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:33:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:33:28.275Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:33:28.301Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:34:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:34:18.644Z||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-14T02:34:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:34:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:34:18.645Z||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-14T02:34:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:34:28.196Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:34:28.197Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:35:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:35:18.701Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:35:18.701Z||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-14T02:35:18.701Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:35:18.702Z||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-14T02:35:18.702Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:35:28.255Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:35:28.255Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:35:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:36:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:36:18.644Z||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-14T02:36:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:36:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:36:18.646Z||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-14T02:36:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:36:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T02:36:28.265Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:36:28.266Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:37:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:37:18.644Z||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-14T02:37:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:37:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:37:18.646Z||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-14T02:37:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:37:28.192Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:37:28.286Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:37:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:38:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:38:18.644Z||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-14T02:38:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:38:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:38:18.645Z||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-14T02:38:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:38:28.258Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:38:28.267Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:39:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:39:18.644Z||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-14T02:39:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:39:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:39:18.645Z||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-14T02:39:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:39:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:39:28.191Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:39:28.191Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:40:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T02:40:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:40:18.644Z||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-14T02:40:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:40:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:40:18.645Z||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-14T02:40:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:40:28.196Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:40:28.269Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:40:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:41:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:41:18.644Z||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-14T02:41:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:41:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:41:18.646Z||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-14T02:41:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:41:28.268Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:41:28.269Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:41:42.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:42:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:42:18.644Z||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-14T02:42:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:42:18.645Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:42:18.646Z||pool-3-thread-8|||||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-14T02:42:18.646Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:42:28.267Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:42:28.304Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:43:12.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:43:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:43:18.644Z||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-14T02:43:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:43:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:43:18.646Z||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-14T02:43:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:43:28.266Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:43:28.326Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:43:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:44:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:44:18.644Z||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-14T02:44:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:44:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:44:18.645Z||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-14T02:44:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:44:28.195Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:44:28.199Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:44:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:45:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:45:18.644Z||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-14T02:45:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:45:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:45:18.645Z||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-14T02:45:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:45:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:45:28.196Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:45:28.196Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:46:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:46:18.644Z||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-14T02:46:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:46:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:46:18.646Z||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-14T02:46:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:46:28.264Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:46:28.265Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:46:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:47:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:47:18.644Z||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-14T02:47:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:47:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:47:18.646Z||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-14T02:47:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:47:28.189Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:47:28.286Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:47:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:48:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:48:18.644Z||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-14T02:48:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:48:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:48:18.646Z||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-14T02:48:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:48:28.191Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:48:28.193Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:49:12.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:49:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:49:18.644Z||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-14T02:49:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:49:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:49:18.645Z||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-14T02:49:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:49:28.191Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:49:28.202Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:49:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:50:18.644Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:50:18.644Z||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-14T02:50:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:50:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:50:18.645Z||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-14T02:50:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:50:28.191Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:50:28.194Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:51:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:51:18.644Z||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-14T02:51:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:51:18.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:51:18.646Z||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-14T02:51:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:51:28.261Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:51:28.263Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:52:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:52:18.644Z||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-14T02:52:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:52:18.645Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:52:18.645Z||pool-3-thread-8|||||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-14T02:52:18.646Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:52:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:52:28.264Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:52:28.266Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:53:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:53:18.644Z||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-14T02:53:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:53:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:53:18.645Z||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-14T02:53:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:53:28.269Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:53:28.307Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:54:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:54:18.644Z||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-14T02:54:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:54:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:54:18.645Z||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-14T02:54:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:54:28.264Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:54:28.265Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:54:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:55:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:55:18.644Z||pool-3-thread-6|||||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-14T02:55:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:55:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:55:18.645Z||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-14T02:55:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:55:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:55:28.262Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:55:28.265Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:56:12.871Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:56:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:56:18.644Z||pool-3-thread-6|||||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-14T02:56:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:56:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:56:18.645Z||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-14T02:56:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:56:28.190Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:56:28.195Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:56:57.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:57:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:57:18.645Z||pool-3-thread-6|||||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-14T02:57:18.645Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:57:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:57:18.646Z||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-14T02:57:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:57:28.266Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:57:28.308Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:57:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:58:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:58:18.644Z||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-14T02:58:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:58:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:58:18.645Z||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-14T02:58:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:58:27.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T02:58:28.267Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:58:28.270Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:59:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:59:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:59:18.644Z||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-14T02:59:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:59:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:59:18.645Z||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-14T02:59:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:59:28.264Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T02:59:28.264Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:00:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:00:18.644Z||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-14T03:00:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:00:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:00:18.646Z||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-14T03:00:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:00:28.258Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:00:28.261Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:00:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T03:01:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:01:18.644Z||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-14T03:01:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:01:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:01:18.645Z||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-14T03:01:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:01:28.191Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:01:28.194Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:02:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T03:02:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:02:18.644Z||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-14T03:02:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:02:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:02:18.645Z||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-14T03:02:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:02:28.187Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:02:28.189Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:02:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T03:03:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:03:18.644Z||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-14T03:03:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:03:18.646Z||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-14T03:03:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:18.866Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:18.878Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.878Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "dcae-sch",
"timestamp": 1618369362526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.938Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.938Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.938Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369361404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369364109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "dcae-sch",
"timestamp": 1618369362526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369361404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369364109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "dcae-sch",
"timestamp": 1618369362526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369361404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369364109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "dcae-sch",
"timestamp": 1618369362526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369361404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369364109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.944Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.944Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.944Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369373599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.944Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "dcae-sch",
"timestamp": 1618369362526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369374002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.946Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.946Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369361404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.947Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.947Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.947Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369364109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369373599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.949Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369374940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.949Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.949Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.949Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369374002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "dcae-sch",
"timestamp": 1618369362526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369361404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369364109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369375203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369373599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369374940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369374002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "dcae-sch",
"timestamp": 1618369362526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369361404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369364109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369375203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369373599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369374940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369374002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369377187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369375203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369373599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369374940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369374002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369377187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369375203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369373599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369374940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369374002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369377187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369375203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369373599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369374940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369374002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369377187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369375203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "aai-ml",
"timestamp": 1618369380306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369381198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369374940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369377187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369375203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "aai-ml",
"timestamp": 1618369380306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:18.963Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.963Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "cds",
"timestamp": 1618369382212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-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-14T03:03:19.155Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.181Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.205Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.205Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369382607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.205Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.205Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.205Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369377187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "aai-ml",
"timestamp": 1618369380306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369383125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369383458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369383547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369377187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369384028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "aai-ml",
"timestamp": 1618369380306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369384200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369384775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "aai-ml",
"timestamp": 1618369380306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369385083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "policy-id",
"timestamp": 1618369385203,
"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-14T03:03:19.222Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.222Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.269Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:19.271Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.271Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b846234-61f8-4095-b30e-2d77362b84a8","serviceName":"basic_onboard_OnDOHR","serviceVersion":"1.0","serviceUUID":"ac130728-7f0b-4fba-b0bb-c1ef51f51f8a","serviceDescription":"service","serviceInvariantUUID":"8515db5e-deaa-40ec-bbc0-d009d0674a92","resources":[{"resourceInstanceName":"basic_onboard_OnDOHR 0","resourceName":"basic_onboard_OnDOHR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66e2f113-3ea0-4902-8b1e-51aed5078147","resourceInvariantUUID":"7e2bc1f7-68ff-4853-8f86-a6651d8dc99b","resourceCustomizationUUID":"ab0a88f4-42c9-4f46-90f2-5ffc41989101","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml","artifactChecksum":"NjE3YWE4M2M2ZDBhZTNmNTk1MmZlZTk3OGYxMzIzMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dda064f6-316e-47fc-b907-5212ffeb1d91","artifactVersion":"1"},{"artifactName":"basic_onboard_ondohr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json","artifactChecksum":"OWQyOGVkYzYyMmM3ZDI2ODU2YWQwN2ZiYmRmZTAzOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf1305a3-365b-4534-b87f-f9623cb50789","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5544b83b-9288-4de7-84db-7f261d0415aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31aeb153-19a6-4d4e-b87e-57ca47abe34e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a9dcd306-dd0c-4400-beab-89abfa9b04e0","artifactVersion":"2","generatedFromUUID":"5544b83b-9288-4de7-84db-7f261d0415aa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOndohr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml","artifactChecksum":"N2YzZmMyYWNmNWMzY2M2NmQ3MTZlODA5ZGFhOWFlMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6b57eb-eb92-408e-bf5c-d90521de6476","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOndohr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar","artifactChecksum":"MTlhMWIyNWQ5MzRmMjQ4ZmUzMjhkZjQ3MTMyMmRlZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83a48b12-7518-4e4e-93f2-9369ead5b707","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:03:19.278Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:19.284Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:19.291Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.291Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369385639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369385923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.292Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:19.292Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369398643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "aai-ml",
"timestamp": 1618369380306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369386280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369386762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T03:03:19.294Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.294Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.294Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369386931,
"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-14T03:03:19.299Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.299Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "aai-ml",
"timestamp": 1618369380306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369387434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369387455,
"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-14T03:03:19.314Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.314Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.320Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.320Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618369387767,
"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-14T03:03:19.325Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.325Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.333Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.333Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369387938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T03:03:19.334Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.334Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.334Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369388442,
"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-14T03:03:19.338Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.339Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.344Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.344Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369388463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T03:03:19.344Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.344Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "aai-ml",
"timestamp": 1618369388606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369389447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "cds",
"timestamp": 1618369383217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "dcae-sch",
"timestamp": 1618369382526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369389927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "cds",
"timestamp": 1618369383217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "dcae-sch",
"timestamp": 1618369382526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369391078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "cds",
"timestamp": 1618369383217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "dcae-sch",
"timestamp": 1618369382526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "clamp",
"timestamp": 1618369392083,
"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-14T03:03:19.351Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.351Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.361Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.361Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "cds",
"timestamp": 1618369383217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "dcae-sch",
"timestamp": 1618369382526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "clamp",
"timestamp": 1618369393086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "cds",
"timestamp": 1618369383217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "dcae-sch",
"timestamp": 1618369382526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "policy-id",
"timestamp": 1618369394002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "clamp",
"timestamp": 1618369393086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "cds",
"timestamp": 1618369383217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "dcae-sch",
"timestamp": 1618369382526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "policy-id",
"timestamp": 1618369394002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "clamp",
"timestamp": 1618369393086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369395203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "cds",
"timestamp": 1618369383217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "dcae-sch",
"timestamp": 1618369382526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "policy-id",
"timestamp": 1618369394002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "clamp",
"timestamp": 1618369393086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369395203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "policy-id",
"timestamp": 1618369394002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "clamp",
"timestamp": 1618369393086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618369397187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618369395203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618369393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-14T03:03:19.369Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-14T03:03:19.395Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:19.399Z||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-14T03:03:19.399Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:19.409Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:19.410Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:20.297Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:20.298Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:20.300Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:20.301Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369398643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T03:03:20.401Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:20.401Z||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-14T03:03:20.402Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:20.413Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:20.414Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:21.301Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:21.302Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:21.304Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:21.304Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369398643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T03:03:21.404Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:21.405Z||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-14T03:03:21.405Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:21.417Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:21.418Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:22.304Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:22.305Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:22.307Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:22.307Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369398643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:22.407Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:22.408Z||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-14T03:03:22.408Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:22.419Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:22.420Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:23.308Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:23.308Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:23.315Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:23.315Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369398643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T03:03:23.410Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-04-14T03:03:23.411Z||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-14T03:03:23.411Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:23.425Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:23.425Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:24.316Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:24.317Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:24.320Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:24.320Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369398643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T03:03:24.420Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:24.421Z||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-14T03:03:24.421Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:24.431Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:24.431Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:25.320Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:25.321Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:25.323Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:25.323Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369398643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T03:03:25.423Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:25.424Z||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-14T03:03:25.424Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:25.473Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:25.473Z||pool-10-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:26.326Z||pool-3-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"serviceName": "basic_onboard_OnDOHR",
"serviceVersion": "1.0",
"serviceUUID": "ac130728-7f0b-4fba-b0bb-c1ef51f51f8a",
"serviceDescription": "service",
"serviceInvariantUUID": "8515db5e-deaa-40ec-bbc0-d009d0674a92",
"resources": [
{
"resourceInstanceName": "basic_onboard_OnDOHR 0",
"resourceCustomizationUUID": "ab0a88f4-42c9-4f46-90f2-5ffc41989101",
"resourceName": "basic_onboard_OnDOHR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "66e2f113-3ea0-4902-8b1e-51aed5078147",
"resourceInvariantUUID": "7e2bc1f7-68ff-4853-8f86-a6651d8dc99b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ondohr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"artifactChecksum": "OWQyOGVkYzYyMmM3ZDI2ODU2YWQwN2ZiYmRmZTAzOGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cf1305a3-365b-4534-b87f-f9623cb50789",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5544b83b-9288-4de7-84db-7f261d0415aa",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a9dcd306-dd0c-4400-beab-89abfa9b04e0",
"generatedFromUUID": "5544b83b-9288-4de7-84db-7f261d0415aa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a9dcd306-dd0c-4400-beab-89abfa9b04e0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOndohr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"artifactChecksum": "MTlhMWIyNWQ5MzRmMjQ4ZmUzMjhkZjQ3MTMyMmRlZDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83a48b12-7518-4e4e-93f2-9369ead5b707"
}
],
"workloadContext": "Production"
}
2021-04-14T03:03:26.327Z||pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:03:26.327Z||pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ac130728-7f0b-4fba-b0bb-c1ef51f51f8a ASDC
2021-04-14T03:03:26.545Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2b846234-61f8-4095-b30e-2d77362b84a8
ServiceName:basic_onboard_OnDOHR
ServiceVersion:1.0
ServiceUUID:ac130728-7f0b-4fba-b0bb-c1ef51f51f8a
ServiceInvariantUUID:8515db5e-deaa-40ec-bbc0-d009d0674a92
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOndohr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
ArtifactUUID:83a48b12-7518-4e4e-93f2-9369ead5b707
ArtifactChecksum:MTlhMWIyNWQ5MzRmMjQ4ZmUzMjhkZjQ3MTMyMmRlZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OnDOHR 0
ResourceCustomizationUUID:ab0a88f4-42c9-4f46-90f2-5ffc41989101
ResourceInvariantUUID:7e2bc1f7-68ff-4853-8f86-a6651d8dc99b
ResourceName:basic_onboard_OnDOHR
ResourceType:VF
ResourceUUID:66e2f113-3ea0-4902-8b1e-51aed5078147
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ondohr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
ArtifactUUID:cf1305a3-365b-4534-b87f-f9623cb50789
ArtifactChecksum:OWQyOGVkYzYyMmM3ZDI2ODU2YWQwN2ZiYmRmZTAzOGY=
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/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5544b83b-9288-4de7-84db-7f261d0415aa
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/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
ArtifactUUID:a9dcd306-dd0c-4400-beab-89abfa9b04e0
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/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
ArtifactUUID:a9dcd306-dd0c-4400-beab-89abfa9b04e0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-14T03:03:26.545Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac130728-7f0b-4fba-b0bb-c1ef51f51f8a 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-14T03:03:26.607Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:03:26.610Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:03:26.610Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:03:26.611Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 83a48b12-7518-4e4e-93f2-9369ead5b707 from URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:26.611Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:03:26.612Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:26.809Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:03:26.822Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar 83a48b12-7518-4e4e-93f2-9369ead5b707 70218
2021-04-14T03:03:26.824Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar ASDC sendASDCNotification
2021-04-14T03:03:26.824Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:26.825Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:03:26.826Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:26.828Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:26.828Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369406823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:26.928Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:26.929Z||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-14T03:03:26.929Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:26.941Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:26.941Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:27.829Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:03:27.831Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:03:27.831Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 83a48b12-7518-4e4e-93f2-9369ead5b707, URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar to file: /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:27.832Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:28.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:28.004Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:28.381Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9375934846179855842/Definitions/service-BasicOnboardOndohr-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-14T03:03:30.157Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OnDOHR 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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OnDOHR 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-14T03:03:30.170Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.173Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.177Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.178Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T03:03:30.179Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.182Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.185Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.185Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.187Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:03:30.188Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.188Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.188Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:30.189Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.189Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.189Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:30.189Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is not matching search criteria
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d76d04f8-56cb-499f-87fc-20dec97f453b
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OnDOHR
Description:service
Model UUID:ac130728-7f0b-4fba-b0bb-c1ef51f51f8a
Model Version:NULL
Model InvariantUuid:8515db5e-deaa-40ec-bbc0-d009d0674a92
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OnDOHR
Model UUID:db4bbc46-4eec-4b58-a116-b3cfbb33a2f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e2bc1f7-68ff-4853-8f86-a6651d8dc99b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ab0a88f4-42c9-4f46-90f2-5ffc41989101
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7
ModelName:BasicOnboardOndohr..base_ubuntu18..module-0
ModelUuid:09fc2adf-38bb-45b7-98b5-4e494d5f0e70
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d76d04f8-56cb-499f-87fc-20dec97f453b
ModelInvariantUuid:74cdd3eb-4e34-4430-ae59-bb085f771591
ModelName:basic_onboard_OnDOHR-nodes.ubuntu18Cvfc
ModelUuid:26f52102-00ff-4171-80f4-fae3146837c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3cf42886-2aec-47f9-a968-4d5b58729c2e
ModelInvariantUuid:581e585a-30f6-4375-861b-5eed77e227d4
ModelName:BasicOnboardOndohr.compute.nodes.heat.ubuntu18
ModelUuid:b350728a-14e7-4c72-aca2-bbaaf26ecd1c
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-14T03:03:30.211Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 66e2f113-3ea0-4902-8b1e-51aed5078147
2021-04-14T03:03:30.230Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-14T03:03:30.308Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||basic_onboard_OnDOHR 0
2021-04-14T03:03:30.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66e2f113-3ea0-4902-8b1e-51aed5078147
2021-04-14T03:03:30.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: cf1305a3-365b-4534-b87f-f9623cb50789 from URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
2021-04-14T03:03:30.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:03:30.322Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
2021-04-14T03:03:30.883Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:03:30.884Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json cf1305a3-365b-4534-b87f-f9623cb50789 798
2021-04-14T03:03:30.884Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json ASDC sendASDCNotification
2021-04-14T03:03:30.885Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
2021-04-14T03:03:30.885Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:03:30.885Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:30.888Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:30.888Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369410884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:30.988Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:30.989Z||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-14T03:03:30.989Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:30.999Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:31.000Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:31.890Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOndohr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "09fc2adf-38bb-45b7-98b5-4e494d5f0e70",
"vfModuleModelCustomizationUUID": "d52f4eee-2a9c-4c09-a8b9-b412582573d8",
"isBase": true,
"artifacts": [
"5544b83b-9288-4de7-84db-7f261d0415aa",
"a9dcd306-dd0c-4400-beab-89abfa9b04e0"
],
"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-14T03:03:31.912Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOndohr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:09fc2adf-38bb-45b7-98b5-4e494d5f0e70
VfModuleModelInvariantUUID:0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5544b83b-9288-4de7-84db-7f261d0415aa
,
a9dcd306-dd0c-4400-beab-89abfa9b04e0
}
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-14T03:03:31.916Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOndohr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "09fc2adf-38bb-45b7-98b5-4e494d5f0e70",
"vfModuleModelCustomizationUUID": "d52f4eee-2a9c-4c09-a8b9-b412582573d8",
"isBase": true,
"artifacts": [
"5544b83b-9288-4de7-84db-7f261d0415aa",
"a9dcd306-dd0c-4400-beab-89abfa9b04e0"
],
"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-14T03:03:31.916Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOndohr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:09fc2adf-38bb-45b7-98b5-4e494d5f0e70
VfModuleModelInvariantUUID:0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5544b83b-9288-4de7-84db-7f261d0415aa
,
a9dcd306-dd0c-4400-beab-89abfa9b04e0
}
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-14T03:03:31.916Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 5544b83b-9288-4de7-84db-7f261d0415aa from URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
2021-04-14T03:03:31.921Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:03:31.921Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
2021-04-14T03:03:32.809Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml 5544b83b-9288-4de7-84db-7f261d0415aa 5033
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:32.812Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:32.812Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369412810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:32.912Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:32.913Z||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-14T03:03:32.913Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:32.924Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:32.925Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:33.813Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: a9dcd306-dd0c-4400-beab-89abfa9b04e0 from URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
2021-04-14T03:03:33.814Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:03:33.814Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
2021-04-14T03:03:34.912Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:03:34.912Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env a9dcd306-dd0c-4400-beab-89abfa9b04e0 909
2021-04-14T03:03:34.913Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-14T03:03:34.913Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
2021-04-14T03:03:34.913Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:03:34.913Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:34.915Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:34.915Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618369414912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T03:03:35.015Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:35.016Z||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-14T03:03:35.016Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:35.027Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T03:03:35.028Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:35.915Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: ac130728-7f0b-4fba-b0bb-c1ef51f51f8a
2021-04-14T03:03:35.916Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OnDOHR 0 66e2f113-3ea0-4902-8b1e-51aed5078147 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-14T03:03:35.957Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T03:03:35.958Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:35.958Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Processing vnf with UUID: db4bbc46-4eec-4b58-a116-b3cfbb33a2f0
2021-04-14T03:03:35.958Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Will get resource from SDC using resource id: db4bbc46-4eec-4b58-a116-b3cfbb33a2f0
2021-04-14T03:03:35.969Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel to get resource
2021-04-14T03:03:36.000Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel
2021-04-14T03:03:36.002Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|INFO|500||Invoke
2021-04-14T03:03:36.002Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-14T03:03:36.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel
2021-04-14T03:03:36.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Method : GET
2021-04-14T03:03:36.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/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:"2b846234-61f8-4095-b30e-2d77362b84a8", X-RequestID:"2b846234-61f8-4095-b30e-2d77362b84a8", X-TransactionID:"2b846234-61f8-4095-b30e-2d77362b84a8", X-ECOMP-RequestID:"2b846234-61f8-4095-b30e-2d77362b84a8", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d1cb9541-2f3d-49e2-bbe8-3516e24c51f3"]
2021-04-14T03:03:36.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Request body:
2021-04-14T03:03:36.004Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||==========================request end================================================
2021-04-14T03:03:38.787Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-14T03:03:38.787Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-14T03:03:38.787Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Status text : OK
2021-04-14T03:03:38.788Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01hm5ifxlsmg901ao5dwjq3rvs7293.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardOndohr-csar.csar"", Content-MD5:"NzdhNzljOTMzYTQ3NzUyNWQzZjkzZjRjNDNjNDE4N2M=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"2b846234-61f8-4095-b30e-2d77362b84a8", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-14T03:03:38.823Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Response body: PK 6�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK 6�R TOSCA-Metadata/TOSCA.metaM���0D�|E~�-]��6�D+v�)u*�H������n'�Í�"��$���v����Ig�*�0g=JL�NȊ���*���
��Ch�r��B0`�ȯ�������ҶǺ۔-sǍ�]2J��_�'Vb���+������PK#��� � PK 6�R 4 Definitions/resource-BasicOnboardOndohr-template.yml�Ys�������~w:r��2sg��$m�6ξ4/� ���ű��ľ�[��A:��~$A��*�5�����+���?�L
���H�@˔������� a�^Aπv��pqz�L�HQ����^s@�E@A5QS%I�P�dM�E��#�^� �P8UW��#�œmh�cF���ʎ�8���+����-Ԑ�z�D�>��'��E�U���m����F���g~�䏧�xP
�s�N��ٚ�U魢��i��D�������!sZ
��~����x��06� F7L�!z0�X&$�%�(M �q�P1L�����d��L)��pKsK����Y�d�uLC��L�%S�m;A��8��8�+��v�<���qrB@�b�+,�W�(VkY�s���3��mh"��6���N�����¡8[�jG���!�S1ܾt{����fY��
:�d�q�MG��5�*x