Uploaded image for project: 'netvirt'
  1. netvirt
  2. NETVIRT-514

QosInterfaceStateChangeListener: java.lang.IllegalArgumentException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • Carbon
    • General
    • None
    • Operating System: All
      Platform: All

    • 7913

      Found in CSIT: https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-newton-nodl-v2-upstream-stateful-carbon/157/archives/odl1_karaf.log.gz

      2017-03-06 15:58:07,231 | INFO | pool-53-thread-1 | NeutronvpnManager | 370 - org.opendaylight.netvirt.neutronvpn-impl - 0.4.0.SNAPSHOT | Creating vpn interface VpnInterface [_key=VpnInterfaceKey [_name=79979446175186:br-physnet1-pa:flat], _name=79979446175186:br-physnet1-pa:flat, _vpnInstanceName=023a3b1a-e4a9-4a32-b985-08890eca2d61, _isRouterInterface=false, augmentation=[]]
      2017-03-06 15:58:07,231 | INFO | pool-53-thread-1 | NeutronvpnManager | 370 - org.opendaylight.netvirt.neutronvpn-impl - 0.4.0.SNAPSHOT | Creating vpn interface VpnInterface [_key=VpnInterfaceKey [_name=52979261036746:br-physnet1-pa:flat], _name=52979261036746:br-physnet1-pa:flat, _vpnInstanceName=023a3b1a-e4a9-4a32-b985-08890eca2d61, _isRouterInterface=false, augmentation=[]]
      2017-03-06 15:58:07,231 | INFO | pool-53-thread-1 | NeutronvpnManager | 370 - org.opendaylight.netvirt.neutronvpn-impl - 0.4.0.SNAPSHOT | Creating vpn interface VpnInterface [_key=VpnInterfaceKey [_name=198622229657920:br-physnet1-pa:flat], _name=198622229657920:br-physnet1-pa:flat, _vpnInstanceName=023a3b1a-e4a9-4a32-b985-08890eca2d61, _isRouterInterface=false, augmentation=[]]
      2017-03-06 15:58:07,236 | ERROR | pool-53-thread-1 | QosInterfaceStateChangeListener | 377 - org.opendaylight.netvirt.qosservice-impl - 0.4.0.SNAPSHOT | Qos:Exception caught in Interface Operational State Up event
      java.lang.IllegalArgumentException: Supplied value "198622229657920:br-physnet1-pa:flat" does not match required pattern "^[0-9a-fA-F]

      {8}[0-9a-fA-F]{4}-[0-9a-fA-F]{4}[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
      at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)[65:com.google.guava:18.0.0]
      at org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid.<init>(Uuid.java:55)[81:org.opendaylight.mdsal.model.ietf-yang-types-20130715:2013.7.15.10-SNAPSHOT]
      at org.opendaylight.netvirt.qosservice.QosInterfaceStateChangeListener.add(QosInterfaceStateChangeListener.java:68)[377:org.opendaylight.netvirt.qosservice-impl:0.4.0.SNAPSHOT]
      at org.opendaylight.netvirt.qosservice.QosInterfaceStateChangeListener.add(QosInterfaceStateChangeListener.java:31)[377:org.opendaylight.netvirt.qosservice-impl:0.4.0.SNAPSHOT]
      at org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase$DataTreeChangeHandler.run(AsyncDataTreeChangeListenerBase.java:143)[328:org.opendaylight.genius.mdsalutil-api:0.2.0.SNAPSHOT]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121]
      at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]
      2017-03-06 15:58:07,237 | INFO | nPool-1-worker-1 | sedEgressServicesStateBindHelper | 358 - org.opendaylight.genius.interfacemanager-impl - 0.2.0.SNAPSHOT | bind all egress services for vlan port: 198622229657920:br-physnet1-pa:flat
      2017-03-06 15:58:07,237 | ERROR | pool-53-thread-1 | QosInterfaceStateChangeListener | 377 - org.opendaylight.netvirt.qosservice-impl - 0.4.0.SNAPSHOT | Qos:Exception caught in Interface Operational State Up event
      java.lang.IllegalArgumentException: Supplied value "52979261036746:br-physnet1-pa:flat" does not match required pattern "^[0-9a-fA-F]{8}

      -[0-9a-fA-F]

      {4}-[0-9a-fA-F]{4}

      -[0-9a-fA-F]

      {4}

      -[0-9a-fA-F]

      {12}

      $"
      at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)[65:com.google.guava:18.0.0]
      at org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid.<init>(Uuid.java:55)[81:org.opendaylight.mdsal.model.ietf-yang-types-20130715:2013.7.15.10-SNAPSHOT]
      at org.opendaylight.netvirt.qosservice.QosInterfaceStateChangeListener.add(QosInterfaceStateChangeListener.java:68)[377:org.opendaylight.netvirt.qosservice-impl:0.4.0.SNAPSHOT]
      at org.opendaylight.netvirt.qosservice.QosInterfaceStateChangeListener.add(QosInterfaceStateChangeListener.java:31)[377:org.opendaylight.netvirt.qosservice-impl:0.4.0.SNAPSHOT]
      at org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase$DataTreeChangeHandler.run(AsyncDataTreeChangeListenerBase.java:143)[328:org.opendaylight.genius.mdsalutil-api:0.2.0.SNAPSHOT]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121]
      at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]

            a.vamsikrishna@ericsson.com Vamsi krishna
            JankiChhatbar Janki Chhatbar
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: