Installation issue with AIO topology

Not applicable

error.txtsa-silent-config.txt

Hi ,

I am trying to install OPDK with AIO Topology.

but I am unable to install it , I am getting error as below when i run below command.Full log and silent Config file attached.Request you to please help here.

/opt/apigee/apigee-setup/bin/setup.sh -p aio -f /tmp/sa-silent-config.txt

Error message :

Error: Package: qpid-cpp-client-1.35.0-2.el6.x86_64 (apigee-thirdparty)
Requires: libqpid-proton.so.8()(64bit)
Available: qpid-proton-c-0.14.0-1.el6.x86_64 (apigee-thirdparty)
libqpid-proton.so.8()(64bit)
Available: qpid-proton-c-0.7-4.el6.x86_64 (apigee-thirdparty)
Not found
Available: qpid-proton-c-0.17.0-4.el6.i686 (epel)
Not found
Error: Package: qpid-cpp-server-1.35.0-2.el6.x86_64 (apigee-thirdparty)
Requires: libqpid-proton.so.8()(64bit)
Available: qpid-proton-c-0.14.0-1.el6.x86_64 (apigee-thirdparty)
libqpid-proton.so.8()(64bit)
Available: qpid-proton-c-0.7-4.el6.x86_64 (apigee-thirdparty)
Not found
Available: qpid-proton-c-0.17.0-4.el6.i686 (epel)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: setup.sh: /opt/apigee/apigee-service/bin/apigee-service exited with unexpected status 1
[root@Rootadmin tmp]#

Regards,

Ramakrishna

Solved Solved
0 3 296
1 ACCEPTED SOLUTION

Not applicable

Issue is fixed, Installation is done .

Missed to run below steps, which caused issue.

  1. (CentOS-6.x and RedHat-6.x only) On all Qpid nodes, run the following command to ensure you download the correct Qpid version:
    > yum install apigee-qpidd --disablerepo=epel

View solution in original post

3 REPLIES 3

@RamaKrishna

Execute the following command to remove the incompatible package and re-run the install script.

sudo yum remove qpid-proton-c-0.7-4.el6.x86_64

Regards,

Rajeev S

@Rajeev S

As suggested i ran the command shared by you.But no Luck- getting same error

Below is output of your command.

[root@Rootadmin ~]# sudo yum remove qpid-proton-c-0.7-4.el6.x86_64
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Remove Process
No Match for argument: qpid-proton-c-0.7-4.el6.x86_64
Loading mirror speeds from cached hostfile
* epel: 0xa028cd70.xtremenitro.org
Package(s) qpid-proton-c-0.7-4.el6.x86_64 available, but not installed.
No Packages marked for removal
[root@Rootadmin ~]#

Not applicable

Issue is fixed, Installation is done .

Missed to run below steps, which caused issue.

  1. (CentOS-6.x and RedHat-6.x only) On all Qpid nodes, run the following command to ensure you download the correct Qpid version:
    > yum install apigee-qpidd --disablerepo=epel