Apigee Edge - QPID Errors 4.17.01 , RHEL 7.3 - Private Cloud Deployment - Installation issue

Installation fails in AIO profile, while installing qpidd , It says qpidd is running & suddenly errors out without any message.

Anyone seen similar issues ?

Solved Solved
3 7 664
1 ACCEPTED SOLUTION

It's due to IPV6 / RHEL 7.3 / QPID compatibility issue, Thanks to @rajeshmishra who helped me solve this problem.

To fix the issue, Follow below steps as a workaround for time being till fix is rolled out in installation script,

$> sudo vi /etc/hosts

comment out below line in hosts file, Change the line from,

::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

To,

#::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

Save the file. That should fix the issue for you.

PS: Apigee Engineering Team is aware of above issue & working on a fix in installation script.

View solution in original post

7 REPLIES 7

+1 saw this today

@Sean Davis , I would love to get an upvote on question 😉 I promise an answer in next few minutes !

Have an upvote and a star, good sir!

Thank you @Sean Davis 🙂

It's due to IPV6 / RHEL 7.3 / QPID compatibility issue, Thanks to @rajeshmishra who helped me solve this problem.

To fix the issue, Follow below steps as a workaround for time being till fix is rolled out in installation script,

$> sudo vi /etc/hosts

comment out below line in hosts file, Change the line from,

::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

To,

#::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

Save the file. That should fix the issue for you.

PS: Apigee Engineering Team is aware of above issue & working on a fix in installation script.

sarthak
Participant V

For me also Qpid is erroring out. But I am seeing specific error message:

Error: Package: qpid-cpp-server-linearstore-1.35.0-1.el7.x86_64 (apigee-thirdparty)
           Requires: libdb_cxx-4.8.so()(64bit)
Error: Package: qpid-cpp-server-linearstore-1.35.0-1.el7.x86_64 (apigee-thirdparty)
           Requires: db4

I tried the above steps, but did not fix for me :(.

I am on CentOS 7.3 with OpenJDK 1.8.

@sarthak , Above error i have mentioned is slightly different than yours, You should be looking at post here which should solve your issue. In my case, It's post installation of qpid, It says qpidd is running & suddenly errors out without any message.