On Thursday, July 07/21/16, 2016 at 07:25:38 +0000, Prabhjot Singh Sethi wrote:
> What build is this, please share crash file and contrail-control binary for 
> debug.
> 
> You can also create a bug in launchpad for the same.

I have logged below bug:
https://bugs.launchpad.net/opencontrail/+bug/1605200

contrail-control binary and core file are attached there with the bug.

Let me know if you need more logs or want me to try any experiments.


Thanks,
Kumar.

> 
> 
> 
> On 7/20/16, 4:54 PM, "Dev on behalf of Kumar A S" 
> <[email protected] on behalf of [email protected]> wrote:
> 
> >It seems earlier email didn't reach dev list. So, re-sending.
> >
> >Thanks,
> >Kumar.
> >________________________________________
> >From: Kumar A S
> >Sent: Wednesday, July 20, 2016 9:37 AM
> >To: [email protected]
> >Cc: [email protected]; Nirranjan Kirubaharan; Indranil Choudhury
> >Subject: RE: contrail controller exits with __null error
> >
> >Not sure if opencontrail's 'users' list is active for end-users queries.
> >Hence, adding the dev list here for any possible help in this regards.
> >
> >
> >Thanks,
> >Kumar.
> >________________________________________
> >From: Kumar Sanghvi [[email protected]]
> >Sent: Monday, July 18, 2016 3:28 PM
> >To: [email protected]
> >Cc: Ravi Prasad
> >Subject: Re: contrail controller exits with __null error
> >
> >Does anyone in opencontrail forum know about a possible solution to this?
> >Let me know if any logs are required to aid in debugging.
> >
> >Any help will be highly appreciated.
> >
> >
> >Thanks,
> >Kumar.
> >
> >On Thursday, July 07/07/16, 2016 at 08:57:59 +0530, Ravi Prasad wrote:
> >> Hi,
> >>
> >> I am also seeing same issue.
> >>
> >> Any help will be highly appreciated.
> >>
> >>
> >> Regards,
> >> Ravi
> >>
> >>
> >> -----Original Message-----
> >> From: Users [mailto:[email protected]] On Behalf Of
> >> [email protected]
> >> Sent: Tuesday, July 05, 2016 9:30 PM
> >> To: [email protected]
> >> Subject: Users Digest, Vol 35, Issue 2
> >>
> >> 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.or
> >> g
> >>
> >> 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 controller exits with __null error (Kumar A S)
> >>
> >>
> >> ----------------------------------------------------------------------
> >>
> >> Message: 1
> >> Date: Tue, 5 Jul 2016 12:11:01 +0000
> >> From: Kumar A S <[email protected]>
> >> To: "[email protected]" <[email protected]>
> >> Cc: Nirranjan Kirubaharan <[email protected]>, Indranil Choudhury
> >>       <[email protected]>
> >> Subject: [Users] contrail controller exits with __null error
> >> Message-ID:
> >>       <[email protected]>
> >> Content-Type: text/plain; charset="iso-8859-1"
> >>
> >> Hi,
> >>
> >> I have prepared Ubuntu-14.04 VM for contrail controller node.
> >>
> >> On controller node, cloned contrail-installer from git as:
> >> git clone https://github.com/Juniper/contrail-installer.git
> >>
> >> Using the master branch of above repo.
> >>
> >> Below is localrc file
> >> ------------------------------------
> >> STACK_DIR=$(cd $(dirname $0) && pwd)
> >>
> >> LOG_DIR=$STACK_DIR/log/screens
> >> LOG=True
> >> DEBUG=True
> >> LOGFILE=$STACK_DIR/log/contrail.log
> >> LOGDAYS=1
> >> USE_SCREEN=True
> >>
> >> DATABASE_PASSWORD=contrail123
> >> RABBIT_PASSWORD=contrail123
> >> SERVICE_TOKEN=contrail123
> >> SERVICE_PASSWORD=contrail123
> >> ADMIN_PASSWORD=contrail123
> >>
> >> #set loglevel to 1/2/3 . Always stderr into logfile,console.
> >> #For LOG_LEVEL 1 stdout into logfile.
> >> #For LOG_LEVEL 2 stdout into logfile and xtrace commands into console.
> >> #For LOG_LEVEL 3 stdout and xtrace into logfile,console.
> >>
> >> LOG_LEVEL=3
> >>
> >> HOST_IP=192.168.56.101
> >> SERVICE_TIMEOUT=180
> >> SERVICE_HOST=192.168.56.101
> >>
> >> #use only when INSTALL_PROFILE=COMPUTE, provide IP of compute node
> >> #COMPUTE_HOST_IP=<IP of compute-node>
> >>
> >> INSTALL_PROFILE=ALL
> >> PHYSICAL_INTERFACE=eth0
> >>
> >> # to get source code make it as False
> >> CONTRAIL_DEFAULT_INSTALL=False
> >>
> >> # default branch is master
> >> CONTRAIL_BRANCH=R3.0
> >>
> >> # to get the ppa packages uncomment
> >> # LAUNCHPAD_BRANCH=r2.20
> >>
> >> # repo proto is https or (default) ssh. Leave commented for ssh #
> >> CONTRAIL_REPO_PROTO=https
> >>
> >> # proto for openstack bits. Use HTTPS if git is firewalled
> >> GIT_BASE=https://github.com
> >>
> >> CASS_MAX_HEAP_SIZE=500M
> >> CASS_HEAP_NEWSIZE=100M
> >>
> >> # number of jobs used to build
> >> # NB_JOBS=1
> >>
> >> # target of the build debug/production
> >> # TARGET=production
> >>
> >> CONTRAIL_VGW_INTERFACE=vgw
> >> CONTRAIL_VGW_PUBLIC_SUBNET=11.0.0.0/24
> >> CONTRAIL_VGW_PUBLIC_NETWORK=default-domain:demo:net:net
> >> -----------------------------------------------
> >>
> >> Then did,
> >> contrail-installer$./contrail.sh build
> >> contrail-installer$./contrail.sh install contrail-installer$./contrail.sh
> >> configure
> >>
> >> Edited contrail.sh to remove agent from services
> >>
> >> contrail-installer$./contrail.sh start
> >>
> >> All of above script exits with status 0.
> >> However, when I open the screen tab corresponding to controller, I see
> >> below error:
> >> --------------------------------
> >> 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
> >> -------------------------------
> >>
> >>
> >> Any idea on above error ?
> >> Even if I manually try to start controller, it fails with above error?
> >>
> >>
> >> Thanks,
> >> Kumar.
> >>
> >>
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> Subject: Digest Footer
> >>
> >> _______________________________________________
> >> Users mailing list
> >> [email protected]
> >> http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.or
> >> g
> >>
> >>
> >> ------------------------------
> >>
> >> End of Users Digest, Vol 35, Issue 2
> >> ************************************
> >>
> >> --
> >> .
> >
> >_______________________________________________
> >Dev mailing list
> >[email protected]
> >http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org
> 
> 

_______________________________________________
Dev mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

Reply via email to