apigee-service: apigee-cassandra: Not running (DEAD)

ksaad
New Member

Hi All,

I installed apigee on 5 nodes on private cloud and finished successfully,but when I checked by testing and validation script I get the below error:

parse error: Invalid numeric literal at line 2, column 5 Error: getting pods in region

After check Cassandra status on node 1, I found it down I restarted it and then got the below error

apigee-service: apigee-cassandra: Not running (DEAD)

Now I can't start Cassandra anymore and still got same error

Please support me

Thanks

0 3 915
3 REPLIES 3

you should be able to find more information from system.log under /opt/apigee/var/log/apigee-cassandra

@Charlie Yao thanks for your reply I solved this issue

But I got another issue when I onboard an organization:

run provision command as the belwo:

/opt/apigee/apigee-service/bin/apigee-service apigee-provision setup-org -f /tmp/orgConfig.txt

AND this is my orgConfig.txt file

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

ORG_NAME="masterworks"

ENV_NAME="test"

VHOST_PORT="9001"

VHOST_NAME="default"

VHOST_ALIAS="master-test.apigee.net" O

RG_ADMIN="ksaad@master-works.net"

APIGEE_ADMINPW="Master@123"

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

And I got this result:

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

Sourcing in /opt/apigee/customer/defaults.sh

Checking for required variables

Checking required variable ADMIN_EMAIL...OK

Checking required variable ENV_NAME...OK

Checking required variable MSIP...OK

Checking required variable ORG_NAME...OK

Checking required variable VHOST_ALIAS...OK

Checking required variable VHOST_NAME...OK

Checking required variable VHOST_PORT...OK

Checking for optional variables Found optional variable APIGEE_ADMINPW...OK

Found optional variable APIGEE_PORT_HTTP_MS...OK

Found optional variable NEW_USER...OK Found optional variable ORG_ADMIN...OK

This script will create an organization with an organization admin,

enable role based access control and create enviroments.

Creating Organization

Checking for required variables

Checking required variable ADMIN_EMAIL...OK

Checking required variable MSIP...OK

Checking required variable ORG_NAME...OK

Checking for optional variables

Found optional variable APIGEE_ADMINPW...OK

Found optional variable APIGEE_PORT_HTTP_MS...OK

Found optional variable ORG_ADMIN...OK

Error: Management Server not reachable

Thanks

Are you sure you don't have any proxies for Internet connection running at the node?

Can you try any request to MS from command line using curl -v? I.e.:

curl -u .... http://<ms-ip-or-host>:8080/v1/o