cancel
Showing results for 
Search instead for 
Did you mean: 

500 Internal Server Error on SCC

Former Member
0 Kudos

Hello Experts,

I am starting SCC 2.5.0.1 on Windows. I get this error below. How could this problem be resolved?

C:\SAP\scc20>go

java version "1.7.0_65"

Java(TM) SE Runtime Environment (build 7.1.024)

SAP Java Server VM (build 7.1.024 24.55-b08, Oct  6 2014 23:45:54 - 71_REL - opt

U - windows amd64 - 6 - bas2:226686 (mixed mode))

Note: Closing this window will stop the SAP HANA Cloud Connector

C:\SAP\scc20>""C:\dev\sapjvm_7"\bin\java" -server -XtraceFile=log/vm_@PID_trace.

log  "-Dorg.apache.tomcat.util.digester.PROPERTY_SOURCE=com.sap.scc.tomcat.utils

.PropertyDigester" "-XX:+HeapDumpOnOutOfMemoryError" "-XX:+DisableExplicitGC" "-

Xms512m" "-Xmx1024m" "-XX:PermSize=256M" "-XX:MaxPermSize=256M" "-Dosgi.required

JavaVersion=1.6" "-Dosgi.install.area=." "-DuseNaming=osgi" "-Dorg.eclipse.equin

ox.simpleconfigurator.exclusiveInstallation=false" "-Dcom.sap.core.process=ljs_n

ode" "-Declipse.ignoreApp=true" "-Dosgi.noShutdown=true" "-Dosgi.framework.activ

eThreadType=normal" "-Dosgi.embedded.cleanupOnSave=true" "-Dosgi.usesLimit=30" "

-Djava.awt.headless=true"  -jar plugins/org.eclipse.equinox.launcher_1.1.0.v2010

0507.jar  -console

osgi> The LJS appender does not exist or there is a classloading problem.

ERROR: shell command for retrieving PID of process bound to SCC port failed -- j

ava.lang.NullPointerException: while trying to invoke the method com.sap.scc.con

fig.SccKeyStore.getPrivateKeyForAuditLog() of a null object loaded from field co

m.sap.scc.config.SccConfig.commonKeyStore of an object loaded from local variabl

e 'this'

WARNING: cannot determine PID of process using port 8443

SAP HANA Cloud Connector 2.5.0.1 started on https://localhost:8443 (master)

When I open SCC with browser, I can see:

Thank you for your help!

Best regards,

Jozsef

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have found the root cause of this problem. When I was upgraded to 2.5.0.1, I did not delete the account config file. Now I removed the program with all configs and reinstalled. The problem does not raise any more.

Thank you for your helps so far!

Former Member
0 Kudos

Hi Jozsef,

which file exactly was not deleted before and caused the issue? I like to check if there is a general problem on our side. On Windows, for instance, the /scc_config folder should remain for an upgrade, and the configuration should continue to work after upgraded SCC has been installed to the same location.

What was the previous version of the SCC from which you have started the upgrade?

Thanks,

  Timo

former_member192818
Active Participant
0 Kudos

I had the same issue and found a solution. I found that installing the windows installer versions calused this error everybody is experiencing. sapcc-2.5.1-windows-x64.msi .

Just uninstall this completely. Delete the directory in which it was installed.

Next unzip the developer edition provided as a zip file - sapcc-2.5.1-windows-x64.zip  This file can be found at tools.hana.ondemand.com -> cloud .

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos


Hi Sumit,

actually, the upgrade should work without any issue. In case a situation occurs like ecxperienced by Jozsef or you, there needs to be a cause that needs to be identified and a fix provided so that it cannot happen. Using the ZIP does only help in a development environment, but not if you like to use the SCC productively, because then you'd need the capability of the Windows service.

So, if you have more details - please let us know. If possible via ticket for BC-MID-SCC.

Best regards,

Markus

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Timo,

I upgraded from SCC 2.4.3 to SCC 2.5.0.1.

I don't know which file caused this behaviour because I deleted the SAP (root)folder with all stuff within.

Regards,

Jozsef

Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jozsef,

a first guess would be: is port 8443 blocked by another program? If you open a command window (with admin privileges) and type the command

netstat -abo

you should see a list of open network ports including the executable name and the process ID of the program that opened a port. If a different program is blocking 8443, you could either stop that program or change the configuration of the SCC to start on a different port, e.g. 7443 or 9443. The SCC installation documentation has a section about how to change the port number.

Best Regards, Ulrich

Former Member
0 Kudos

Hi Ulrich,

thank you for this suggestion but port 8443 is not blocked.

Best regards, Jozsef

Former Member
0 Kudos

Hi Jozsef,

what Windows version and Java SDK + version do you use? Can you please check if it matches the system requirements described here?

Best regards,

Timo

Former Member
0 Kudos

Hi Timo,

I am using the latest version of SCC (2.5.0.1) and SAPJVM (7.1.024) downloaded from here, on Win7.

I also set JAVA_HOME and PATH to the right paths:

C:\SAP\scc20>set JAVA_HOME="C:\dev\sapjvm_7"

C:\SAP\scc20>set PATH=%JAVA_HOME%\bin;%PATH%

These seem to be OK. Any other idea?

Kind regards,

Jozsef