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.
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
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 5 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.