question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SAP Cloud Platform Workflow - Ex.03 - can't get container to run

See original GitHub issue

I’m at step 3. Instantiate a container and I’m trying to run the following command: docker run -p 8443:8443 --name myscc -d scc. When I check docker ps it’s not listed as a running container, when I use docker ps -a I see that’ it’s exited.

When I want to see the log of my container with the following command: docker logs <container_id> I see the following:

Error: Unable to access jarfile plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

I have used the latest versions when it comes to the downloads:

  • sapcc-2.13.1-linux-x64.zip
  • sapjvm-8.1.072-linux-x64.rpm

How can I fix this?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mk-incommented, Jun 8, 2021

FIXED!

@xtreemrage - Can you check at your end

Modified the docker file as below

FROM centos:7

RUN yum -y install initscripts which unzip wget net-tools less

COPY sapdownloads /tmp/sapdownloads/
WORKDIR /tmp/sapdownloads/

COPY java /tmp/java/

RUN unzip sapcc*.zip && \
        rpm -i sapjvm*.rpm && \
        rpm -i com.sap.scc*.rpm


ENV JAVA_HOME=/opt/sapjvm_8/


RUN chsh -s /bin/bash sccadmin

EXPOSE 8443
USER sccadmin
WORKDIR /opt/sap/scc/

CMD = ./go.sh
1reaction
xtreemragecommented, May 28, 2021

@mk-in I used my trial account and I could deploy it just fine, but with the booster, you don’t need BPMFLP. You will get the following:

image

That will lead to the workflow “launchpad”: image

All the workflow definitions/instances/approvals will be in here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ex.03 -Trouble Getting the SAP Cloud Connector Started ...
Having trouble getting SCC / localhost:8443 up and running with the following error on a windows 10 machine after following the instructions to ......
Read more >
Workflow in the Cloud Foundry Environment - SAP Help Portal
You design workflows based on Business Process Model and Notation (BPMN) in a graphical editor. Within that editor, you can use forms to ......
Read more >
Cloud APIs - Ex.03 - Setting up your dev space in the SAP ...
Your browser can't play this video. ... Cloud APIs - Ex. 03 - Setting up your dev space in the SAP Business Application...
Read more >
Google Cloud latest news and announcements
Zeotap partnered with Google Cloud to build a next-generation customer data platform with focus on Privacy, Security and Compliance. This blog ...
Read more >
SAP Cloud Platform on Azure | Microsoft Azure
SAP has partnered with Microsoft to quickly deploy and run SAP HANA and other SAP cloud solutions on Microsoft Azure.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found