The second problem is the following:
During the installation process with the error messages described above, Maveryx files appear on the disk and they look normally (it looks like all necessary files were successfully installed).
Then I try to start my test, but it doesn't work. The test was developed on another computer with 32-bit versions of Windows XP and Java. This test starts normally on other computers with 32-bit environment, but I can't start it in 64-bit environment.
The error info from console:
Warning: Spoiler!...
sending START_ENV
START_ENV sent
checking REGISTER received
************************************************
Server Error Stream - start logging
Server Error Stream - end logging
************************************************
java.lang.Exception: REGISTER not received
at org.maveryx.bootstrap.Bootstrap.startApplication(Unknown Source)
at org.maveryx.bootstrap.Bootstrap.startApplication(Unknown Source)
at jtf.bootloader.lib.Bootloader.startApp(Bootloader.java:43)
at jtf.bootloader.lib.Bootloader.<init>(Bootloader.java:58)
at jtf.bootloader.tests.TestOTAUUpload.main(TestOTAUUpload.java:60)
Exit msg: java.lang.Exception: Launching application Bootloader PC Tool failed
java.lang.RuntimeException: java.lang.Exception: Launching application Bootloader PC Tool failed
at org.maveryx.bootstrap.Bootstrap.startApplication(Unknown Source)
at org.maveryx.bootstrap.Bootstrap.startApplication(Unknown Source)
at jtf.bootloader.lib.Bootloader.startApp(Bootloader.java:43)
at jtf.bootloader.lib.Bootloader.<init>(Bootloader.java:58)
at jtf.bootloader.tests.TestOTAUUpload.main(TestOTAUUpload.java:60)
Caused by: java.lang.Exception: Launching application Bootloader PC Tool failed
... 5 more
Caused by: java.lang.Exception: REGISTER not received
... 5 more