cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to access CC cockpit 2021 from tomcat

former_member776314
Discoverer

Hi Experts

Just installed a CC 2021 system PoC box, to test.

all went successful in linux / HDB. and able to access the system using admin+, core tool well.

not able to do the same for cockpit.

below are the steps i have done for cockpit configuration:

https://help.sap.com/viewer/d1d04c0d65964a9b91589ae7afc1bd45/2021.0/en-US/92659591fbcf42d5a96987ac3f...

  1. installed apache tomcat apache-tomcat-10.0.12 on java version "1.8.0_311"
  2. edited properties file and kept passphrase file
  3. deployed successfully to tomcat manually from Tomcat Web Application Manager

cccockpit.war sap_cc_cockpit_cccockpit and sap_cc_cockpit_cccockpit.properties:

when i clicked above (/cccockpit) getting below error: form tomcat login geting error.

Type Status Report

Message The requested resource [/cccockpit/] is not available

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

from tomcat logs this app is deployed successfully and i can see there in below location also:

and dispatcher was accessible at 9100: and HDB instance Nr=20

Properties file contents looks like:

cc.sid=COR

hci.http.url=http://192.68.10.123:9100

hci.http.timeout=300000

sqlhelper.jdbc.uri=jdbc:sap://192.168.10.123:32015/?databaseName=HDB

sqlhelper.login=SYSTEM

sqlhelper.password=mypassword

datasource.jdbc.uri=jdbc:h2:file:C:\cccockpit85

datasource.login=SYSTEM

datasource.password=mypassword

msg.api.login=admin

msg.api.password=mypassword

msg.api.timeout=20000

http.session.expiration.scheduler=60

browser.sessionTimeout=120

browser.sessionLockTimeout=10

oauth2.authorization_server.url=

oauth2.authorization_server.client_id=

oauth2.authorization_server.client_secret=

oauth2.redirect_uri.base_url=

#oauth2.authorization_server.revocation_url=

charging.catalog.sync.enabled=true

charging.output.item.immediate.loading.enabled=false

webassistant.url=https://webassistant.enable-now.cloud.sap/web_assistant/framework/

=================

i suspect something wrong in above file, can any one please shed some light.

Regards

former_member751591
Participant
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since this is your first question, I recommend that you familiarize yourself with Community Q&A , as the overview provides tips for preparing questions that draw responses from our members.

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your Profile you encourage readers to respond.

View Entire Topic
former_member285796
Discoverer
0 Kudos

Hi Ahos,

1. Don't using Tomcat 10.0, There are compatibility issues, the Version 8 and 9 is ok , for detail tomcat info

2. create new hana user ref install guide, don't using system user

3. sqlhelper.jdbc.uri using CC TenantDB , Recommended Use CC tenant DB index server sql port, For example, 32041.

If you still can’t solve it, please upload your Tomcat log: catalina.out and <youwebappname>_LDF1.* and LDF2.*

zoran_ptsi
Explorer
0 Kudos
My CC2023 FPS1 Cockpit deployment went fine on Tomcat 9.0.89, tomcat logs show no error, and there are no *LDF* logs - but same issue!
zoran_ptsi
Explorer
0 Kudos
And btw, I have used SAPMACHINE 17 JVM