[BGPCEP-611] C: exceptions while reconfiguring the rib reconfiguration Created: 10/Jan/17  Updated: 03/Mar/19  Resolved: 09/Mar/17

Status: Resolved
Project: bgpcep
Component/s: BGP
Affects Version/s: Bugzilla Migration
Fix Version/s: Bugzilla Migration

Type: Bug
Reporter: Peter Gubka Assignee: Claudio David Gasparini
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Attachments: Text File karaf.log    
External issue ID: 7505

 Description   

odl: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.6.0-SNAPSHOT/distribution-karaf-0.6.0-20170109.191551-2967.zip

this happened when i tried to reproduce bug7472 locally

1) unzip and start karaf
2) feature:install odl-restconf odl-bgpcep-pcep-all odl-bgpcep-bgp-all odl-bgpcep-bgp odl-bgpcep-pcep odl-netconf-connector-all odl-bgpcep-bmp odl-jolokia
3) PUT http://localhost:8181/restconf/config/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols/protocol/openconfig-policy-types:BGP/example-bgp-rib
<protocol xmlns="http://openconfig.net/yang/network-instance">
<name>example-bgp-rib</name>
<identifier xmlns:x="http://openconfig.net/yang/policy-types">x:BGP</identifier>
<bgp xmlns="urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions">
<global>
<config>
<router-id>127.0.0.1</router-id>
<as>64496</as>
</config>
<afi-safis>
<afi-safi>
<afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV4-UNICAST</afi-safi-name>
<receive>true</receive>
<send-max>0</send-max>
</afi-safi>
</afi-safis>
</global>
</bgp>
</protocol>

for receive exceptions check attached log file



 Comments   
Comment by Peter Gubka [ 10/Jan/17 ]

Attachment karaf.log has been added with description: karaf log

Comment by Peter Gubka [ 10/Jan/17 ]

env:

odl@c260beab4f16:/tmp$ java -version
openjdk version "1.8.0_91"
OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14)
OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)

odl@c260beab4f16:/tmp$ uname -a
Linux c260beab4f16 4.1.5-200.fc22.x86_64 #1 SMP Mon Aug 10 23:38:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
odl@c260beab4f16:/tmp$

odl runs inside docker container (ubuntu) hosted on fedora22 linux

Comment by Claudio David Gasparini [ 22/Feb/17 ]

Hi Peter, Could you test if this bug still valid

Comment by Claudio David Gasparini [ 08/Mar/17 ]

https://git.opendaylight.org/gerrit/#/c/52866/

Comment by Claudio David Gasparini [ 09/Mar/17 ]

Boron
https://git.opendaylight.org/gerrit/#/c/53062/

Generated at Wed Feb 07 19:13:35 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.