Hello everyone,
I am attempting to to link a database with a website using HANA Cloud Connector. However, the following error is thrown when I type go into Command Prompt:
"C:\Program Files\Java\sapjvm_7\bin\java" -server -XtraceFile=log/vm_@PID_trace.log "-XX:+HeapDumpOnOutOfMemoryError" "-XX:+DisableExplicitGC" "-Xms512m" "-Xmx1024m" "-XX:PermSize=256M" "-XX:MaxPermSize=256M" "-Dosgi.requiredJavaVersion=1.6" "-Dosgi.install.area=." "-DuseNaming=osgi" "-Dorg.eclipse.equinox.simpleconfigurator.exclusiveInstallation=false" "-Dcom.sap.core.process=ljs_node" "-Declipse.ignoreApp=true" "-Dosgi.noShutdown=true" "-Dosgi.framework.activeThreadType=normal" "-Dosgi.embedded.cleanupOnSave=true" "-Dosgi.usesLimit=30" "-Djava.awt.headless=true" -jar plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -console
osgi> SAP HANA Cloud Connector 2.5.1 started on https://localhost:8443 (instance role is undefined)
Although the message says that HANA Cloud Connector has started, when I open https://localhost:8443, nothing is displayed. I have also verified that my PATH variable is correct by typing in echo %PATH%, which correctly returns the JDK's bin file. Typing java -version returns the following (SAP's JVM):
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
I have found two solutions to this problem, the first given that my JVM seems to be working correctly. The second solution suggests running a script that I cannot run because my auditor folder does not contain com.sap.scc.jni.SecStoreAccess. Is there any further information I can provide to assist anyone in solving this issue?
suggests altering my PATH variable, but I am unsure if this helps,
Thank you,
Connor O'Brien