Hi Experts,
I'm trying to set up the SAP CC on my Windows 8.1 (64 bit) machine. I can execute the 'go.bat' file in SAP CC folder and see the 'osgi' command prompt. When I open the url 'https://localhost:8443' (in chrome browser) all I see is a blank page but not the Cloud connector Log in page. I followed the steps specified in the scn document ''. I have also cleared the cache in my browser. I see '404' not found error message in (Network section of developer tools chrome browser) when I try to reload the 'HTTPS://LOCALHOST:8443' url.
On checking the log file I see this - " java.lang.UnsatisfiedLinkError: no sapscc20jni in java.library.path " - How do I get this 'sapscc20jni' file ?
Any help to resolve this issue is highly appreciated.
Thanks,
Mani.
Request clarification before answering.
Hi Mani,
it's very likely that the JVM and/or the OSGI runtime do not recognize the operating system correctly. Which JVM are you using exactly? I would suggest to upgrade to the latest SAP JVM version available for download and then you can try again.
Best regards,
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue. I am getting following error.
Attackers might be trying to steal your information from localhost (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_AUTHORITY_INVALID
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ben,
again, this is not a solution in general and more or less a work-around. Actually, you should never copy non-system DLLs to this folder. That was a bad practice in the past and should be avoided nowadays. Moreover, there could be other reasons why the port is not coming up properly. Which Windows version are you using?
Best regards,
Markus
Hi Ben,
sometimes the reason for the"missing" DLL is, that by accident a 32bit Java VM installation was in the PATH, when the SCC was started for the first time. This then leads to a failure to extract the DLL to the correct folder (32bit JVM cannot use 64bit DLL), and the DLL then remains missing, even if later a correct 64bit JVM is used...
Unfortunately it is not easy to "repair" an SCC installation, if its initial startup happened with a 32bit JVM. But in the newer SCC releases (don't remember exactly, but probably starting with one of the 2.7.x releases?!) there is now a built-in check in the Windows Service, and the SCC refuses to start, if it finds a 32bit JVM.
The easiest solution to "clean up" the SCC in such a case is probably:
Best Regards, Ulrich
Hi Markus & Deepa,
Thanks for your reply. I have installed JVM again & Microsoft VC++ 2010 package(x64) but not luck. For now I have copied the sapscc20jni file from Auditor folder and put it in Windows/system32 folder & I can see the SAP cloud connector page & work with it. At this point I will close this thread.
Thanks,
Mani.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Manikandan
As its mentioned right below this error " java.lang.UnsatisfiedLinkError: no sapscc20jni in java.library.path " in the log file, Install this 64bit msi from http://www.microsoft.com/download/en/details.aspx?id=14632 and try running the batch file again.
Regards
Deepa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 5 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.