Results

By type

          mkdir: cannot create directory ‘/home/sdc/asdctool’: Read-only file system
chmod: cannot access '/home/sdc/asdctool/logs/SDC/SDC-TOOL': No such file or directory
+ CASSANDRA_IP=cassandra-dc1-service.onap.svc.cluster.local
+ CASSANDRA_PORT=9042
+ SDC_USER=asdc_user
+ SDC_PASSWORD=Aa1234%^!
+ retry_num=1
+ is_up=0
+ [ 0 -eq 0 -a 1 -le 100 ]
+ echo exit
+ cqlsh -u cassandra -p cassandra cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6

Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.

+ res1=0
+ [ 0 -eq 0 ]
+ date
+ echo Tue Apr  7 11:23:26 AM UTC 2026 --- cqlsh is able to connect.
+ is_up=1
Tue Apr  7 11:23:26 AM UTC 2026 --- cqlsh is able to connect.
+ retry_num=2
+ [ 1 -eq 0 -a 2 -le 100 ]
+ echo list users;
+ cqlsh -u cassandra -p cassandra cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ grep -c asdc_user

Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.

Going to create asdc_user
+ cassandra_user_exist=0
+ [ 0 -eq 1 ]
+ echo Going to create asdc_user
+ echo create user asdc_user with password 'Aa1234%^!' nosuperuser;
+ cqlsh -u cassandra -p cassandra cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6

Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.

+ CASSANDRA_USER=asdc_user
+ CASSANDRA_IP=cassandra-dc1-service.onap.svc.cluster.local
+ CASSANDRA_PASS=Aa1234%^!
+ CASSANDRA_PORT=9042
+ DC_NAME=dc1
+ RC=3
+ CASSANDRA_COMMAND=cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ KEYSPACE=CREATE KEYSPACE IF NOT EXISTS dox WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'};
+ KEYSPACE1=CREATE KEYSPACE IF NOT EXISTS zusammen_dox WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'};
+ KEYSPACE2=CREATE KEYSPACE IF NOT EXISTS sdctitan WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'} AND durable_writes = true;
+ echo run create_dox_keyspace.cql
run create_dox_keyspace.cql
+ echo CREATE KEYSPACE IF NOT EXISTS dox WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'};
+ echo CREATE KEYSPACE IF NOT EXISTS zusammen_dox WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'};
+ echo CREATE KEYSPACE IF NOT EXISTS sdctitan WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'} AND durable_writes = true;
+ chmod 555 /tmp/config/create_dox_keyspace.cql
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6 -f /tmp/config/create_dox_keyspace.cql
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ echo select keyspace_name from system_schema.keyspaces;
+ grep -c dox

Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.

+ res=2
+ [ 2 -gt 0 ]
+ date
Tue Apr  7 11:23:30 AM UTC 2026 --- dox keyspace was created
+ echo Tue Apr  7 11:23:30 AM UTC 2026 --- dox keyspace was created
+ echo select keyspace_name from system_schema.keyspaces;
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ grep -c sdctitan

Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.

+ res_sdctitan=1
+ [ 1 -gt 0 ]
+ date
Tue Apr  7 11:23:31 AM UTC 2026 --- sdctitan keyspace was created
+ echo Tue Apr  7 11:23:31 AM UTC 2026 --- sdctitan keyspace was created
+ CASSANDRA_CQL_FILE=create_dox_db.cql
+ CASSANDRA_ALTER_CQL_FILE=alter_dox_db.cql
+ ./generate-cassandra-init-cql.sh ./cassandra-commands.json dox no
+ ./generate-application-config-insert-cql.sh vsp.schemaTemplates ../../../tools/install/database/schemaTemplates
+ ./generate-application-config-insert-cql.sh vsp.monitoring ../../..//tools/install/database/monitoring
+ ./zusammen-generate-cassandra-init-cql.sh ./zusammen-cassandra-commands.json zusammen_dox no
+ ./generate-cassandra-alter-cql.sh ./cassandra-commands.json
+ CASSANDRA_IP=cassandra-dc1-service.onap.svc.cluster.local
+ CASSANDRA_PASS=Aa1234%^!
+ CASSANDRA_PORT=9042
+ CASSANDRA_USER=asdc_user
+ CASSANDRA_COMMAND=cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ echo Running create_dox_db.cql
+ chmod 755 /tmp/writable-config/tools/build/scripts/create_dox_db.cql
Running create_dox_db.cql
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6 -f /tmp/writable-config/tools/build/scripts/create_dox_db.cql
+ sleep 10
+ echo Running alter_dox_db.cql
+ chmod 755 /tmp/writable-config/tools/build/scripts/alter_dox_db.cql
Running alter_dox_db.cql
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6 -f /tmp/writable-config/tools/build/scripts/alter_dox_db.cql
+ pwd
+ CURRENT_DIR=/tmp/writable-config/tools/build/scripts
+ dirname /tmp/writable-config/sdctool/scripts/schemaCreation.sh
+ BASEDIR=/tmp/writable-config/sdctool/scripts
+ echo /tmp/writable-config/sdctool/scripts
+ cut -c1-1
+ [ / = / ]
+ FULL_PATH=/tmp/writable-config/sdctool/scripts
+ . /tmp/writable-config/sdctool/scripts/baseOperation.sh
+ pwd
+ CURRENT_DIR=/tmp/writable-config/tools/build/scripts
+ dirname /tmp/writable-config/sdctool/scripts/schemaCreation.sh
+ BASEDIR=/tmp/writable-config/sdctool/scripts
+ echo /tmp/writable-config/sdctool/scripts
+ cut -c1-1
+ [ / = / ]
+ FULL_PATH=/tmp/writable-config/sdctool/scripts
+ LIB_DIR=/tmp/writable-config/sdctool/scripts/..
+ BIN_DIR=/tmp/writable-config/sdctool/scripts/../bin
+ CONFIG_DIR=/tmp/writable-config/sdctool/scripts/../config
+ JVM_VERBOSE=-Dverbose
+ JVM_LOG_FILE=-Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml
+ find /tmp/writable-config/sdctool/scripts/.. -name *.jar
+ tr \n :
+ LIBS=/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar:
+ JARS=::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar:
+ export JARS
+ export JVM_LOG_FILE
+ mainClass=org.openecomp.sdc.asdctool.main.DataSchemaMenu
+ command=java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-cassandra-structures /tmp/writable-config/sdctool/config
+ echo java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-cassandra-structures /tmp/writable-config/sdctool/config
+ java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-cassandra-structures /tmp/writable-config/sdctool/config
java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-cassandra-structures /tmp/writable-config/sdctool/config
11:25:03,909 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/tmp/writable-config/sdctool/scripts/../config/logback.xml] at [file:/tmp/writable-config/sdctool/scripts/../config/logback.xml]
11:25:04,018 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:25:04,027 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:25:04,029 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:25:04,033 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:25:04,103 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:25:04,112 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [DEBUG_ROLLING]
11:25:04,115 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6ebc05a6 - No compression will be used
11:25:04,118 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:25:04,118 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - Active log file name: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log
11:25:04,118 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - File property is set to [/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log]
11:25:04,119 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - Failed to create parent directories for [/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log]
11:25:04,119 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - openFile(/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log,true) call failed. java.io.FileNotFoundException: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log (No such file or directory)
	at java.io.FileNotFoundException: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log (No such file or directory)
	at 	at java.base/java.io.FileOutputStream.open0(Native Method)
	at 	at java.base/java.io.FileOutputStream.open(Unknown Source)
	at 	at java.base/java.io.FileOutputStream.(Unknown Source)
	at 	at ch.qos.logback.core.recovery.ResilientFileOutputStream.(ResilientFileOutputStream.java:26)
	at 	at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204)
	at 	at ch.qos.logback.core.FileAppender.start(FileAppender.java:127)
	at 	at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100)
	at 	at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
	at 	at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
	at 	at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:64)
	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:134)
	at 	at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
	at 	at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
	at 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:417)
	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:362)
	at 	at org.openecomp.sdc.common.log.wrappers.Logger.(Logger.java:36)
	at 	at org.openecomp.sdc.common.log.wrappers.Logger.getLogger(Logger.java:40)
	at 	at org.openecomp.sdc.asdctool.main.DataSchemaMenu.(DataSchemaMenu.java:35)
11:25:04,119 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
11:25:04,119 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [DEBUG_ROLLING] to Logger[ROOT]
11:25:04,120 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
11:25:04,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openecomp.sdc] to INFO
11:25:04,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openecomp.sdc.asdctool.migration] to INFO
11:25:04,120 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:25:04,120 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point

2026-04-07T11:25:04.525Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.c.util.YamlToObjectConverter||ActivityType=, Desc=
2026-04-07T11:25:04.527Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.c.util.YamlToObjectConverter||ActivityType=, Desc=
2026-04-07T11:25:04.529Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.b.c.v.ArtifactConfigValidator||ActivityType=, Desc=
2026-04-07T11:25:04.531Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.543Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core||ActivityType=, Desc=
2026-04-07T11:25:04.607Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.driver.core.GuavaCompatibility||ActivityType=, Desc== 19 in the classpath, using modern compatibility layer>
2026-04-07T11:25:04.615Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.616Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.616Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.616Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.747Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.datastax.driver.core.ClockFactory||ActivityType=, Desc=
2026-04-07T11:25:04.820Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=<** cluster created>
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.datastax.driver.core.ClockFactory||ActivityType=, Desc=
2026-04-07T11:25:04.904Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.NettyUtil||ActivityType=<>, Desc=
2026-04-07T11:25:05.430Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.d.c.p.DCAwareRoundRobinPolicy||ActivityType=, Desc=
2026-04-07T11:25:05.431Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:25:05.431Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:25:05.431Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:25:05.548Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:05.555Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:05.555Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:08.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:08.034Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:10.092Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:10.092Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:10.092Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:10.097Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:12.053Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:12.053Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:12.053Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:12.054Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:16.013Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:16.013Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:16.013Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:16.014Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:18.063Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:18.063Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:19.219Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:19.221Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:20.996Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:20.997Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:20.997Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:20.998Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:22.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:22.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:22.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:22.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:24.160Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:24.168Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:25.139Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:25.139Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:25.139Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:25.140Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:26.223Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:26.224Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:27.113Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:27.113Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:27.113Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:27.113Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:29.143Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:29.144Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:30.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:30.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:30.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:30.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:32.122Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:32.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:34.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:34.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:34.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:34.124Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:36.080Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:36.080Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:38.021Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:38.021Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:40.186Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:40.186Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:42.211Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:42.211Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:44.138Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:44.138Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:46.114Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:46.115Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:48.032Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:48.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:49.101Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:49.101Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:49.101Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:49.101Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:51.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:51.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:52.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:52.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:52.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:52.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:54.124Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:54.125Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:56.988Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:56.988Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:59.091Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:59.091Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:59.091Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:59.092Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:01.171Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:01.171Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:02.992Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:02.992Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:05.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:05.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:06.019Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:06.020Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:06.020Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:06.020Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:08.100Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:08.100Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:10.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:10.034Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:11.089Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:11.089Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:11.089Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:11.089Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:13.140Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:13.140Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:15.161Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:15.161Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:17.005Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:17.005Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:19.040Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:19.041Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:20.191Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:20.191Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:20.191Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:20.192Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:22.022Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:22.023Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:23.218Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:23.218Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:23.218Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:23.218Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:25.215Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:25.216Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:27.194Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:27.195Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:29.145Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:29.145Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:29.145Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:29.146Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:31.161Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:31.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:32.129Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:32.129Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:32.130Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:32.130Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:34.122Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:34.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:35.277Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:35.277Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:35.277Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:35.277Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:37.165Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:37.166Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:40.126Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:40.126Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:40.126Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:40.126Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:42.037Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:42.037Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:43.095Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:43.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:45.191Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:45.192Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:47.044Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:47.044Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:47.044Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
***********************************
***** 0 *********************
***********************************
+ result=0
+ echo ***********************************
+ echo ***** 0 *********************
+ echo ***********************************
+ exit 0
+ pwd
+ CURRENT_DIR=/tmp/writable-config/tools/build/scripts
+ dirname /tmp/writable-config/sdctool/scripts/janusGraphSchemaCreation.sh
+ BASEDIR=/tmp/writable-config/sdctool/scripts
+ cut -c1-1
+ echo /tmp/writable-config/sdctool/scripts
+ [ / = / ]
+ FULL_PATH=/tmp/writable-config/sdctool/scripts
+ . /tmp/writable-config/sdctool/scripts/baseOperation.sh
+ pwd
+ CURRENT_DIR=/tmp/writable-config/tools/build/scripts
+ dirname /tmp/writable-config/sdctool/scripts/janusGraphSchemaCreation.sh
+ BASEDIR=/tmp/writable-config/sdctool/scripts
+ echo /tmp/writable-config/sdctool/scripts
+ cut -c1-1
+ [ / = / ]
+ FULL_PATH=/tmp/writable-config/sdctool/scripts
+ LIB_DIR=/tmp/writable-config/sdctool/scripts/..
+ BIN_DIR=/tmp/writable-config/sdctool/scripts/../bin
+ CONFIG_DIR=/tmp/writable-config/sdctool/scripts/../config
+ JVM_VERBOSE=-Dverbose
+ JVM_LOG_FILE=-Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml
+ find /tmp/writable-config/sdctool/scripts/.. -name *.jar
+ tr \n :
+ LIBS=/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar:
+ JARS=::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar:
+ export JARS
+ export JVM_LOG_FILE
+ mainClass=org.openecomp.sdc.asdctool.main.DataSchemaMenu
+ command=java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-janusgraph-structures /tmp/writable-config/sdctool/config
java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-janusgraph-structures /tmp/writable-config/sdctool/config
+ echo java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-janusgraph-structures /tmp/writable-config/sdctool/config
+ java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-janusgraph-structures /tmp/writable-config/sdctool/config
11:26:49,232 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/tmp/writable-config/sdctool/scripts/../config/logback.xml] at [file:/tmp/writable-config/sdctool/scripts/../config/logback.xml]
11:26:49,351 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:26:49,362 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:26:49,364 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:26:49,368 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:26:49,434 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:26:49,444 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [DEBUG_ROLLING]
11:26:49,448 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6ebc05a6 - No compression will be used
11:26:49,451 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:26:49,451 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - Active log file name: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log
11:26:49,451 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - File property is set to [/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log]
11:26:49,452 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - Failed to create parent directories for [/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log]
11:26:49,452 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - openFile(/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log,true) call failed. java.io.FileNotFoundException: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log (No such file or directory)
	at java.io.FileNotFoundException: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log (No such file or directory)
	at 	at java.base/java.io.FileOutputStream.open0(Native Method)
	at 	at java.base/java.io.FileOutputStream.open(Unknown Source)
	at 	at java.base/java.io.FileOutputStream.(Unknown Source)
	at 	at ch.qos.logback.core.recovery.ResilientFileOutputStream.(ResilientFileOutputStream.java:26)
	at 	at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204)
	at 	at ch.qos.logback.core.FileAppender.start(FileAppender.java:127)
	at 	at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100)
	at 	at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
	at 	at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
	at 	at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:64)
	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:134)
	at 	at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
	at 	at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
	at 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:417)
	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:362)
	at 	at org.openecomp.sdc.common.log.wrappers.Logger.(Logger.java:36)
	at 	at org.openecomp.sdc.common.log.wrappers.Logger.getLogger(Logger.java:40)
	at 	at org.openecomp.sdc.asdctool.main.DataSchemaMenu.(DataSchemaMenu.java:35)
11:26:49,452 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
11:26:49,452 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [DEBUG_ROLLING] to Logger[ROOT]
11:26:49,453 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
11:26:49,453 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openecomp.sdc] to INFO
11:26:49,453 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openecomp.sdc.asdctool.migration] to INFO
11:26:49,453 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:26:49,454 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point

2026-04-07T11:26:49.903Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.c.util.YamlToObjectConverter||ActivityType=, Desc=
2026-04-07T11:26:49.905Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.c.util.YamlToObjectConverter||ActivityType=, Desc=
2026-04-07T11:26:49.908Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.b.c.v.ArtifactConfigValidator||ActivityType=, Desc=
2026-04-07T11:26:49.911Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:26:49.922Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core||ActivityType=, Desc=
2026-04-07T11:26:49.926Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.driver.core.GuavaCompatibility||ActivityType=, Desc== 19 in the classpath, using modern compatibility layer>
2026-04-07T11:26:49.957Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:26:49.957Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:26:49.957Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:26:49.957Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:26:50.120Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.datastax.driver.core.ClockFactory||ActivityType=, Desc=
2026-04-07T11:26:50.154Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=<** cluster created>
2026-04-07T11:26:50.156Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.a.impl.JanusGraphInitializer||ActivityType=, Desc=<** createGraph with /tmp/writable-config/sdctool/config/janusgraph.properties>
2026-04-07T11:26:50.156Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.a.impl.JanusGraphInitializer||ActivityType=, Desc=
2026-04-07T11:26:50.403Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.datastax.driver.core.ClockFactory||ActivityType=, Desc=
2026-04-07T11:26:50.450Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.NettyUtil||ActivityType=<>, Desc=
2026-04-07T11:26:51.043Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.d.c.p.DCAwareRoundRobinPolicy||ActivityType=, Desc=
2026-04-07T11:26:51.103Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:26:51.103Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:26:51.103Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:26:53.151Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.j.c.u.ReflectiveConfigOptionLoader||ActivityType=, Desc=
2026-04-07T11:26:53.155Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||org.reflections8.Reflections||ActivityType=, Desc=
2026-04-07T11:26:53.263Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.j.d.c.b.ReadConfigurationBuilder||ActivityType=, Desc=
2026-04-07T11:26:55.300Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.j.g.i.UniqueInstanceIdRetriever||ActivityType=, Desc=
2026-04-07T11:26:55.306Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.datastax.driver.core.ClockFactory||ActivityType=, Desc=
2026-04-07T11:26:55.448Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.d.c.p.DCAwareRoundRobinPolicy||ActivityType=, Desc=
2026-04-07T11:26:55.449Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:26:55.449Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:26:55.449Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:26:55.552Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||org.janusgraph.diskstorage.Backend||ActivityType=<>, Desc=
2026-04-07T11:27:07.223Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.j.diskstorage.log.kcvs.KCVSLog||ActivityType=, Desc=
2026-04-07T11:27:07.224Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.a.impl.JanusGraphInitializer||ActivityType=, Desc=<** createVertexIndixes started>
2026-04-07T11:27:12.643Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.a.impl.JanusGraphInitializer||ActivityType=, Desc=<** createVertexIndixes ended>
2026-04-07T11:27:12.643Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.a.impl.JanusGraphInitializer||ActivityType=, Desc=<** createEdgeIndixes started>
2026-04-07T11:27:13.444Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.a.impl.JanusGraphInitializer||ActivityType=, Desc=<** createEdgeIndixes ended>
2026-04-07T11:27:17.387Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.a.impl.JanusGraphInitializer||ActivityType=, Desc=<** JanusGraph graph created >
2026-04-07T11:27:17.445Z|||Thread-1||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.j.g.d.management.ManagementLogger||ActivityType=, Desc=
+ result=0
+ echo ***********************************
+ echo ***** 0 *********************
+ echo ***********************************
+ exit 0
***********************************
***** 0 *********************
***********************************
+ sdctool_base=/tmp/writable-config/sdctool
+ ls /tmp/writable-config/sdctool/asdctool-1.16.2-jar-with-dependencies.jar
+ sed s|.*/asdctool-||;s|-jar-with-dependencies.jar||
+ head -1
+ version=1.16.2
+ [ -z 1.16.2 ]
+ echo 1.16.2
+ cut -d. -f1-3
+ cut -d- -f1
+ cl_release=1.16.2
+ printf \033[33mcl_release=[1.16.2]\033[0m\n
cl_release=[1.16.2]
+ conf_dir=/tmp/writable-config/sdctool/config
+ tosca_dir=/tmp/writable-config/sdctool/tosca
+ awk {print $2}
+ grep toscaConformanceLevel: /tmp/writable-config/sdctool/config/configuration.yaml
+ cl_version=11.0
+ cd /tmp/writable-config/sdctool/scripts
+ chmod +x sdcSchemaFileImport.sh
execute /tmp/writable-config/sdctool/scripts/sdcSchemaFileImport.sh /tmp/writable-config/sdctool/tosca 1.16.2 11.0 /tmp/writable-config/sdctool/config onap
+ echo execute /tmp/writable-config/sdctool/scripts/sdcSchemaFileImport.sh /tmp/writable-config/sdctool/tosca 1.16.2 11.0 /tmp/writable-config/sdctool/config onap
+ ./sdcSchemaFileImport.sh /tmp/writable-config/sdctool/tosca 1.16.2 11.0 /tmp/writable-config/sdctool/config onap
java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/./../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/./../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.SdcSchemaFileImport /tmp/writable-config/sdctool/tosca 1.16.2 11.0 /tmp/writable-config/sdctool/config onap
11:27:19,557 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/tmp/writable-config/sdctool/scripts/./../config/logback.xml] at [file:/tmp/writable-config/sdctool/scripts/./../config/logback.xml]
11:27:19,662 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:27:19,707 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:27:19,709 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:27:19,712 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:27:19,743 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:27:19,804 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [DEBUG_ROLLING]
11:27:19,807 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1dfe2924 - No compression will be used
11:27:19,809 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:27:19,809 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - Active log file name: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log
11:27:19,809 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - File property is set to [/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log]
11:27:19,810 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - Failed to create parent directories for [/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log]
11:27:19,810 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - openFile(/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log,true) call failed. java.io.FileNotFoundException: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log (No such file or directory)
	at java.io.FileNotFoundException: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log (No such file or directory)
	at 	at java.base/java.io.FileOutputStream.open0(Native Method)
	at 	at java.base/java.io.FileOutputStream.open(Unknown Source)
	at 	at java.base/java.io.FileOutputStream.(Unknown Source)
	at 	at ch.qos.logback.core.recovery.ResilientFileOutputStream.(ResilientFileOutputStream.java:26)
	at 	at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204)
	at 	at ch.qos.logback.core.FileAppender.start(FileAppender.java:127)
	at 	at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100)
	at 	at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
	at 	at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
	at 	at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:64)
	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:134)
	at 	at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
	at 	at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
	at 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:417)
	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:362)
	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
	at 	at org.openecomp.sdc.asdctool.main.SdcSchemaFileImport.(SdcSchemaFileImport.java:58)
11:27:19,810 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
11:27:19,810 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [DEBUG_ROLLING] to Logger[ROOT]
11:27:19,811 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
11:27:19,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openecomp.sdc] to INFO
11:27:19,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openecomp.sdc.asdctool.migration] to INFO
11:27:19,811 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:27:19,811 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@32709393 - Registering current configuration as safe fallback point

Starting SdcSchemaFileImport procedure...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/network/network.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/compute/compute.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/database/database.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/port/port.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/objectStorage/objectStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/softwareComponent/softwareComponent.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/loadBalancer/loadBalancer.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/containerRuntime/containerRuntime.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/containerApplication/containerApplication.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/root/root.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/webServer/webServer.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/webApplication/webApplication.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/blockStorage/blockStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/normative-types/DBMS/DBMS.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/extContrailCP/extContrailCP.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/eline/eline.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/portMirroring/portMirroring.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailPort/contrailPort.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/Generic_VF/Generic_VF.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/globalPort/globalPort.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/Generic_CR/Generic_CR.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/multiFlavorVFC/multiFlavorVFC.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/abstractSubstitute/abstractSubstitute.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/neutronNet/neutronNet.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/novaServer/novaServer.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/extCp2/extCp2.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/extVirtualMachineInterfaceCP/extVirtualMachineInterfaceCP.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/subInterface/subInterface.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailV2VLANSubInterfaceV2/contrailV2VLANSubInterfaceV2.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/Generic_VFC/Generic_VFC.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/Generic_Service/Generic_Service.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/VLANNetworkReceptor/VLANNetworkReceptor.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/extCp/extCp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/extVl/extVl.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailV2VirtualMachineInterface/contrailV2VirtualMachineInterface.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/VRFEntry/VRFEntry.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/vl/vl.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailNetworkRules/contrailNetworkRules.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailCompute/contrailCompute.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/volume/volume.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/globalCompute/globalCompute.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/vnfConfiguration/vnfConfiguration.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/extNeutronCP/extNeutronCP.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/subInterfaceV2/subInterfaceV2.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/securityRules/securityRules.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/globalNetwork/globalNetwork.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/VRFObject/VRFObject.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailV2NetworkRules/contrailV2NetworkRules.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailV2VirtualNetwork/contrailV2VirtualNetwork.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/forwardingPath/forwardingPath.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/contrailV2VLANSubInterface/contrailV2VLANSubInterface.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/neutronPort/neutronPort.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/serviceProxy/serviceProxy.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/internalVl/internalVl.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/portMirroringByPolicy/portMirroringByPolicy.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/configuration/configuration.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/Generic_PNF/Generic_PNF.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/cinderVolume/cinderVolume.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/heat-types/fabricConfiguration/fabricConfiguration.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/overlayTunnel/overlayTunnel.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/Sap/Sap.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/4.1.1/VNF/VNF.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/4.1.1/vduCp/vduCp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/4.1.1/virtualCp/virtualCp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/4.1.1/osContainerGroup/osContainerGroup.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/4.1.1/osContainer/osContainer.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/OntPnf/OntPnf.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/OltNni/OltNni.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/3.3.1/VNF/VNF.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/3.3.1/vduVirtualBlockStorage/vduVirtualBlockStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/3.3.1/NS/NS.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/Forwarding/Forwarding.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/NfpPosition/NfpPosition.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/vduCp/vduCp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/vduCompute/vduCompute.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/vduVirtualFileStorage/vduVirtualFileStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/NFP/NFP.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/vnfExtCp/vnfExtCp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/vipCp/vipCp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/2.7.1/NfpPositionElement/NfpPositionElement.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vduVirtualObjectStorage/vduVirtualObjectStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/extZteCP/extZteCP.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/VNF/VNF.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vduCp/vduCp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/allottedResource/allottedResource.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/extZteVL/extZteVL.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/extImageFile/extImageFile.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vduCompute/vduCompute.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vduVirtualBlockStorage/vduVirtualBlockStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/asdInNsd/asdInNsd.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/underlayVpn/underlayVpn.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/NSD/NSD.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/PonUni/PonUni.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vduVirtualFileStorage/vduVirtualFileStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/accessConnectivity/accessConnectivity.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/OntNni/OntNni.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/Cp/Cp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/asd/asd.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/VDU/VDU.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vnfExtCp/vnfExtCp.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/extLocalStorage/extLocalStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/extZteVDU/extZteVDU.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vduVirtualStorage/vduVirtualStorage.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/NsVirtualLink/NsVirtualLink.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vnfVirtualLink/vnfVirtualLink.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/genericNeutronNet/genericNeutronNet.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/NS/NS.yml...
Processing node type file /tmp/writable-config/sdctool/tosca/nfv-types/vnfVirtualLinkDesc/vnfVirtualLinkDesc.yml...
File SDC.zip creation successful
2026-04-07T11:27:20.823Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.c.util.YamlToObjectConverter||ActivityType=, Desc=
2026-04-07T11:27:20.827Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.c.util.YamlToObjectConverter||ActivityType=, Desc=
2026-04-07T11:27:20.833Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.b.c.v.ArtifactConfigValidator||ActivityType=, Desc=
2026-04-07T11:27:21.154Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core||ActivityType=, Desc=
2026-04-07T11:27:21.205Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.driver.core.GuavaCompatibility||ActivityType=, Desc== 19 in the classpath, using modern compatibility layer>
2026-04-07T11:27:21.236Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.cassandra.CassandraClient||ActivityType=, Desc=
2026-04-07T11:27:21.236Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.cassandra.CassandraClient||ActivityType=, Desc=
2026-04-07T11:27:21.236Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.cassandra.CassandraClient||ActivityType=, Desc=
2026-04-07T11:27:21.344Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.datastax.driver.core.ClockFactory||ActivityType=, Desc=
2026-04-07T11:27:21.406Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.cassandra.CassandraClient||ActivityType=, Desc=<** CassandraClient created>
2026-04-07T11:27:21.459Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.NettyUtil||ActivityType=<>, Desc=
2026-04-07T11:27:22.104Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.d.c.p.DCAwareRoundRobinPolicy||ActivityType=, Desc=
2026-04-07T11:27:22.105Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:27:22.106Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:27:22.106Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:27:22.309Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.SdcSchemaFilesCassandraDao||ActivityType=, Desc=<** SdcSchemaFilesCassandraDao created>
SdcSchemaFileImport successfully completed
***********************************
***** 0 *********************
***********************************