Hi,
I've downloaded html-client-sdk-6.5.0-4450180.zip, unzipped and followed the instructions in Getting_Started_with_HTML_Client_SDK_Fling.pdf.
I have installed Java 1.8.0, Ant 1.9.7, Adobe Flex 4.6.0, and Eclipse neon on a Windows 10 Pro, 64 bit machine with 16 GB RAM. I am trying to connect to a VCSA running on Linux.
When I try to start Virgo on the command line, I see the following exception:
[2016-10-17T13:17:41.049-04:00] [ERROR] fs-watcher org.eclipse.virgo.medic.eventlog.default DE0002E Installation of bundle 'com.vmware.h5ngc' version '6.5.0' failed. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'com.vmware.h5ngc' at version '6.5.0': Cannot resolve: com.vmware.h5ngc
Resolver report:
A Require-Bundle could not be resolved. Resolver error data <Require-Bundle: com.vmware.vim-messaging-vsphere; bundle-version="0.0.0">. Caused by missing constraint in bundle <com.vmware.h5ngc_6.5.0>
constraint: <Require-Bundle: com.vmware.vim-messaging-vsphere; bundle-version="0.0.0">
An Import-Package could not be resolved. Resolver error data <Import-Package: reactor; version="[2.0.0,3.0.0)">. Caused by missing constraint in bundle <io.projectreactor.reactor-stream_2.0.3.RELEASE>
constraint: <Import-Package: reactor; version="[2.0.0,3.0.0)">
An Import-Package could not be resolved. Resolver error data <Import-Package: reactor; version="0.0.0">. Caused by missing constraint in bundle <com.vmware.vim-messaging-vsphere_6.5.0>
constraint: <Import-Package: reactor; version="0.0.0">
An Import-Package could not be resolved. Resolver error data <Import-Package: org.xerial.snappy; version="[1.1.0,2.0.0)">. Caused by missing constraint in bundle <io.projectreactor.reactor-core_2.0.3.RELEASE>
constraint: <Import-Package: org.xerial.snappy; version="[1.1.0,2.0.0)">
A bundle could not be resolved because no match was found for the native code specification. Resolver error data <org/xerial/snappy/native/Windows/x86_64/snappyjava.dll; processor=x86-64; osname=win32; osname=Windows Server 2012; osname=Windows Server 2012 R2; osname=Windows 8.1, org/xerial/snappy/native/Windows/x86/snappyjava.dll; processor=x86; osname=win32; osname=Windows Server 2012; osname=Windows Server 2012 R2; osname=Windows 8.1, org/xerial/snappy/native/Mac/x86/libsnappyjava.jnilib; processor=x86; osname=macosx, org/xerial/snappy/native/Mac/x86_64/libsnappyjava.jnilib; processor=x86-64; osname=macosx, org/xerial/snappy/native/Linux/x86_64/libsnappyjava.so; processor=x86-64; osname=linux, org/xerial/snappy/native/Linux/x86/libsnappyjava.so; processor=x86; osname=linux, org/xerial/snappy/native/Linux/arm/libsnappyjava.so; processor=arm; osname=linux, org/xerial/snappy/native/Linux/ppc64/libsnappyjava.so; processor=ppc64; osname=linux, org/xerial/snappy/native/Linux/ppc64le/libsnappyjava.so; processor=ppc64le; osname=linux, org/xerial/snappy/native/AIX/ppc64/libsnappyjava.a; processor=ppc64; osname=aix, org/xerial/snappy/native/SunOS/x86/libsnappyjava.so; processor=x86; osname=sunos, org/xerial/snappy/native/SunOS/x86_64/libsnappyjava.so; processor=x86-64; osname=sunos, org/xerial/snappy/native/SunOS/sparc/libsnappyjava.so; processor=sparc; osname=sunos>. Caused by missing constraint in bundle <org.xerial.snappy.snappy-java_1.1.1.3>
How do I resolve this problem? Any assistance would be appreciated.
Luna