Unable to install .wgt file in samsung TV(UA43NU6100 )

I have followed the below steps and getting error after running step 5
step 1) generate certificate

C:\tizen-studio\tools\ide\bin\tizen certificate -a testCertA -p 12345678 -f testCert

step 2) Add security to certificate

C:\tizen-studio\tools\ide\bin\tizen security-profiles add -n ProfileA -a C:\tizen-studio-data\keystore\author\testCert.p12 -p 12345678

step 3) Build project

C:\tizen-studio\tools\ide\bin\tizen build-web – C:\Users\Jyoti\Downloads\build

step 4) Create package

C:\tizen-studio\tools\ide\bin\tizen package -t wgt -s ProfileA -o C:\Users\Jyoti\Downloads\build\ – C:\Users\Jyoti\Downloads\build
step5) install build in TV

C:\tizen-studio\tools\ide\bin\tizen install -n RNVanillaTV.wgt -t UA43NU6100 – C:\Users\Jyoti\Downloads\build\

Error:
C:\Users\Jyoti>C:\tizen-studio\tools\ide\bin\tizen install -n RNVanillaTV.wgt -t UA43NU6100 – C:\Users\Jyoti\Downloads\build
Transferring the package…
Transferred the package: C:\Users\Jyoti\Downloads\build\RNVanillaTV.wgt -> /home/owner/share/tmp/sdk_tools/tmp
Installing the package…
java.lang.ClassNotFoundException: org.tizen.ncli.subcommands.tv.SecureCmdVer4_0
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.tizen.ncli.subcommands.tv.TVSdbCmdSelector.(TVSdbCmdSelector.java:23)
at org.tizen.ncli.subcommands.target.InstallCLICommand.installPackage(InstallCLICommand.java:343)
at org.tizen.ncli.subcommands.target.InstallCLICommand.call(InstallCLICommand.java:160)
at org.tizen.ncli.subcommands.target.InstallCLICommand.call(InstallCLICommand.java:59)
at org.tizen.ncli.subcommands.AbstractSubCommand.runCommand(AbstractSubCommand.java:85)
at org.tizen.ncli.ide.shell.InstallCLI.execute(InstallCLI.java:70)
at org.tizen.ncli.ide.shell.AbstractCLI.execute(AbstractCLI.java:92)
at org.tizen.ncli.ide.shell.Main.run(Main.java:144)
at org.tizen.ncli.ide.shell.Main.main(Main.java:78)
java.lang.ClassNotFoundException: org.tizen.ncli.subcommands.tv.SecureCmdVer4_0
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.tizen.ncli.subcommands.tv.TVSdbCmdSelector.(TVSdbCmdSelector.java:23)
at org.tizen.ncli.subcommands.target.InstallCLICommand.getTVInstallCmd(InstallCLICommand.java:420)
at org.tizen.ncli.subcommands.target.InstallCLICommand.installPackage(InstallCLICommand.java:353)
at org.tizen.ncli.subcommands.target.InstallCLICommand.call(InstallCLICommand.java:160)
at org.tizen.ncli.subcommands.target.InstallCLICommand.call(InstallCLICommand.java:59)
at org.tizen.ncli.subcommands.AbstractSubCommand.runCommand(AbstractSubCommand.java:85)
at org.tizen.ncli.ide.shell.InstallCLI.execute(InstallCLI.java:70)
at org.tizen.ncli.ide.shell.AbstractCLI.execute(AbstractCLI.java:92)
at org.tizen.ncli.ide.shell.Main.run(Main.java:144)
at org.tizen.ncli.ide.shell.Main.main(Main.java:78)
An error has occurred. See the log file tizen-sdk\tools\ide\cli.log.
Total time: 00:02:00.330