I’m trying to run SPIS on a windows 10 VM, and I’m running into an issue on startup that I can’t figure out how to resolve. I tried running JRE in W7 compatibility, and I tried changing the .bat file to NOW=1, NOW=2, and NOW = 3. If anyone has any ideas they’d be much appreciated.
Error Below (there was more but it was the same error for different bundles)
ERROR: Bundle com-artenum-cassandra-core [3] Error starting file:/C:/SPIS-6.1.0-win64b/./dependencies/main/com-artenum-cassandra-core-3.0.4.jar (org.osgi.framework.BundleException: Unable to resolve com-artenum-cassandra-core [3](R 3.0): missing requirement [com-artenum-cassandra-core [3](R 3.0)] osgi.wiring.package; (&(osgi.wiring.package=com.artenum.cassandra.renderer.vtk)(version>=3.0.0)(!(version>=4.0.0))) [caused by: Unable to resolve com-artenum-cassandra-renderer [15](R 15.0): missing requirement [com-artenum-cassandra-renderer [15](R 15.0)] osgi.wiring.package; (osgi.wiring.package=com.jogamp.opengl) [caused by: Unable to resolve org-keridwen-vtk8-win64b [65](R 65.0): missing requirement [org-keridwen-vtk8-win64b [65](R 65.0)] osgi.native; (&(osgi.native.osname~=win32)(osgi.native.processor~=x86_64))]] Unresolved requirements: [[com-artenum-cassandra-core [3](R 3.0)] osgi.wiring.package; (&(osgi.wiring.package=com.artenum.cassandra.renderer.vtk)(version>=3.0.0)(!(version>=4.0.0)))])
org.osgi.framework.BundleException: Unable to resolve com-artenum-cassandra-core [3](R 3.0): missing requirement [com-artenum-cassandra-core [3](R 3.0)] osgi.wiring.package; (&(osgi.wiring.package=com.artenum.cassandra.renderer.vtk)(version>=3.0.0)(!(version>=4.0.0))) [caused by: Unable to resolve com-artenum-cassandra-renderer [15](R 15.0): missing requirement [com-artenum-cassandra-renderer [15](R 15.0)] osgi.wiring.package; (osgi.wiring.package=com.jogamp.opengl) [caused by: Unable to resolve org-keridwen-vtk8-win64b [65](R 65.0): missing requirement [org-keridwen-vtk8-win64b [65](R 65.0)] osgi.native; (&(osgi.native.osname~=win32)(osgi.native.processor~=x86_64))]] Unresolved requirements: [[com-artenum-cassandra-core [3](R 3.0)] osgi.wiring.package; (&(osgi.wiring.package=com.artenum.cassandra.renderer.vtk)(version>=3.0.0)(!(version>=4.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4132)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2117)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1371)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)