+ [email protected]
---------- Forwarded message ---------- From: Ravi Prasad <[email protected]> Date: Wed, Jun 15, 2016 at 12:46 PM Subject: Re: contrail-control failing to start To: [email protected] Cc: [email protected] Hi All, On further analysis I observed that control node is exiting on "assert" from "controller/src/base/connection_info.h:84". Just for "hit and try", I replaced assert call in line no. 84 with NULL check (i.e. if (ConnectionState::instance_ == NULL)). With this I am able to run control node (i.e. it is not exiting as i had mentioned in my previous thread). But I am not sure about this change . Can any one please explain "assert(ConnectionState::instance_ == NULL);" in "controller/src/base/ connection_info.h:84" ? Why control is exiting ? . I see similar issue with collector also. But Collector is exiting after 10 to 15 min. following is log from "contrail-status": ---------------------------------------------------------------- collector : ERROR ---------------------------------------------------------------- tee "/home/contrail/contrail-installer/status/contrail/collector.failure"art" | ail/bui [1] 30565 sudo LD_LIBRARY_PATH=/opt/stack/contrail/build/lib:/usr/local/lib /opt/stack/contrail/build/production/analytics/vizd --conf_file /etc/contrail/contrail-collector.conf vizd: controller/src/analytics/OpServerProxy.cc:829: virtual bool OpServerProxy::DeleteUVEs(const string&, const string&, const string&, const string&): Assertion `ret' failed. collector failed to start contrail@user:~/contrail-installer$ Thanks, Ravi On Tue, Jun 14, 2016 at 11:19 AM, <[email protected]> wrote: > Send Users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org > > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Users digest..." > > > Today's Topics: > > 1. contrail-control failing to start (Ravi Prasad) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 14 Jun 2016 11:18:40 +0530 > From: Ravi Prasad <[email protected]> > To: [email protected], [email protected] > Subject: [Users] contrail-control failing to start > Message-ID: > <CABn3=+= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi, > > I installed OpenContrail from git repository : > https://github.com/Juniper/contrail-installer. > Contrail-control crashes immediately after running it. However other > contrail services works fine. > > > *log/screens/screen-control.log:* > contrail@user:~/contrail-installer$ export > LD_LIBRARY_PATH=/opt/stack/contrail/build/lib:/usr/lib; sudo > /opt/stack/contrail/build/production/control-node/contrail-control > --conf_file /etc/contrail/contrail-control.conf & echo $! > >/home/contrail/contrail-installer/status/contrail/control.pid; fg || echo > "control failed to start" | tee > "/home/contrail/contrail-installer/status/contrail/control.failure" > [1] 7300 > sudo /opt/stack/contrail/build/production/control-node/contrail-control > --conf_file /etc/contrail/contrail-control.conf > contrail-control: controller/src/base/connection_info.h:84: static > process::ConnectionStateManager<UVEType, UVEDataType>* > process::ConnectionStateManager<UVEType, UVEDataType>::GetInstance() [with > UVEType = NodeStatusUVE; UVEDataType = NodeStatus]: Assertion > `ConnectionState::instance_ == __null' failed. > control failed to start > contrail@user:~/contrail-installer$ > > *Attached is control.log* > > Any help is appreciated. > > > Thanks, > Ravi > > -- > . > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.opencontrail.org/pipermail/users_lists.opencontrail.org/attachments/20160614/05583db1/attachment.html > > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: control.log > Type: application/octet-stream > Size: 18252 bytes > Desc: not available > URL: < > http://lists.opencontrail.org/pipermail/users_lists.opencontrail.org/attachments/20160614/05583db1/attachment.log > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org > > > ------------------------------ > > End of Users Digest, Vol 34, Issue 27 > ************************************* > -- .
_______________________________________________ Users mailing list [email protected] http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org
