Comment 13 for bug 1414790

Revision history for this message
shweta (shweta-cse5) wrote :

Hi,

We are using the latest code changes done for installing opencontrail using contrail-installer from this lnk https://github.com/juniper/contrail-installer,
 but still are are not able to start ifmap-server.
Please check below error logs for ifmap-server

Error logs while running ./contrail.sh start

2015-03-05 14:50:27 ++ screen -S contrail -p apiSrv -X stuff 'python /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_api_server.py --conf_file /etc/contrail/contrail-api.conf --reset_config --rabbit_password contrail123 & echo $! >/home/contrail/shweta/contrail-installer/status/contrail/ap'Srv.pid; fg || echo "apiSrv failed to start" | tee "/home/contrail/shweta/contrail-installer/status/contrail/apiSrv.failure"
2015-03-05 14:50:27 ++ [[ apiSrv == \a\g\e\n\t ]]
2015-03-05 14:50:27 ++ echo 'Waiting for api-server to start...'
2015-03-05 14:50:27 ++ timeout 90 sh -c 'while ! http_proxy= wget -q -O- http://localhost:8082; do sleep 1; done'
2015-03-05 14:50:27 ++ echo 'api-server did not start'
2015-03-05 14:50:27 ++ exit 1
2015-03-05 14:50:27 ++ clean
2015-03-05 14:50:27 ++ local r=1
2015-03-05 14:50:27 ++ echo 'exited with status :1'
2015-03-05 14:50:27 ++ exit 1

Error logs of ifmap-server

2015-03-05 15:22:12,900 [pool-6-thread-1] ERROR - ChannelThread: Receiving request failed
2015-03-05 15:22:12,900 [pool-6-thread-1] ERROR - ChannelThread: SSLHandshakeException: Client doesn't know about our certificate (?)
2015-03-05 15:22:12,900 [pool-6-thread-1] ERROR - ChannelThread: Setting channel 127.0.0.1:43108:1232 into state 'BROKEN'
2015-03-05 15:22:15,905 [pool-6-thread-1] ERROR - ChannelThread: Receiving request failed
2015-03-05 15:22:15,905 [pool-6-thread-1] ERROR - ChannelThread: SSLHandshakeException: Client doesn't know about our certificate (?)
2015-03-05 15:22:15,905 [pool-6-thread-1] ERROR - ChannelThread: Setting channel 127.0.0.1:43109:1233 into state 'BROKEN'
2015-03-05 15:22:18,911 [pool-6-thread-1] ERROR - ChannelThread: Receiving request failed
2015-03-05 15:22:18,911 [pool-6-thread-1] ERROR - ChannelThread: SSLHandshakeException: Client doesn't know about our certificate (?)
2015-03-05 15:22:18,911 [pool-6-thread-1] ERROR - ChannelThread: Setting channel 127.0.0.1:43110:1234 into state 'BROKEN'
2015-03-05 15:22:21,912 [pool-6-thread-1] ERROR - ChannelThread: Receiving request failed
2015-03-05 15:22:21,913 [pool-6-thread-1] ERROR - ChannelThread: SSLHandshakeException: Client doesn't know about our certificate (?)
2015-03-05 15:22:21,913 [pool-6-thread-1] ERROR - ChannelThread: Setting channel 127.0.0.1:43112:1235 into state 'BROKEN'
2015-03-05 15:22:24,920 [pool-6-thread-1] ERROR - ChannelThread: Receiving request failed
2015-03-05 15:22:24,920 [pool-6-thread-1] ERROR - ChannelThread: SSLHandshakeException: Client doesn't know about our certificate (?)
2015-03-05 15:22:24,921 [pool-6-thread-1] ERROR - ChannelThread: Setting channel 127.0.0.1:43114:1236 into state 'BROKEN'
2015-03-05 15:22:27,923 [pool-6-thread-1] ERROR - ChannelThread: Receiving request failed
2015-03-05 15:22:27,923 [pool-6-thread-1] ERROR - ChannelThread: SSLHandshakeException: Client doesn't know about our certificate (?)
2015-03-05 15:22:27,923 [pool-6-thread-1] ERROR - ChannelThread: Setting channel 127.0.0.1:43115:1237 into state 'BROKEN'
2015-03-05 15:22:30,927 [pool-6-thread-1] ERROR - ChannelThread: Receiving request failed
2015-03-05 15:22:30,927 [pool-6-thread-1] ERROR - ChannelThread: SSLHandshakeException: Client doesn't know about our certificate (?)
2015-03-05 15:22:30,927 [pool-6-thread-1] ERROR - ChannelThread: Setting channel 127.0.0.1:43116:1238 into state 'BROKEN'

Please check.