Here are my version settings in my pom.xml file:

 <name>OpenDaylight :: baseapp :: Impl [Karaf Feature]</name>
       <properties>
        <mdsal.model.version>0.12.2</mdsal.model.version>
        <mdsal.version>1.7.2</mdsal.version>
        <restconf.version>1.7.2</restconf.version>
        <dlux.version>0.7.2</dlux.version>
        <dluxapps.version>0.7.2</dluxapps.version>
        <l2switch.version>0.7.2</l2switch.version>
        <genius.version>0.4.2</genius.version>
        <openflowplugin.version>0.6.2</openflowplugin.version>
        <configfile.directory>etc/opendaylight/karaf</configfile.directory>
    </properties>

I see some exceptions in my log like this:


Caused by: java.lang.NoSuchMethodException:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.ReconciliationService.reconcileNode(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.ReconcileNodeInput)
    at java.lang.Class.getMethod(Class.java:1786) ~[?:?]
    at
org.opendaylight.controller.md.sal.binding.impl.BindingToNormalizedNodeCodec.findRpcMethod(BindingToNormalizedNodeCodec.java:333)
~[?:?]
    at
org.opendaylight.controller.md.sal.binding.impl.BindingToNormalizedNodeCodec.getRpcMethodToSchema(BindingToNormalizedNodeCodec.java:299)
~[?:?]
    at
org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter.<init>(RpcServiceAdapter.java:60)
~[?:?]
    at
org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcServiceAdapter.createProxy(BindingDOMRpcServiceAdapter.java:57)
~[?:?]
    at
org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcServiceAdapter.access$000(BindingDOMRpcServiceAdapter.java:24)
~[?:?]
    at
org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcServiceAdapter$1.load(BindingDOMRpcServiceAdapter.java:34)
~[?:?]
    at
org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcServiceAdapter$1.load(BindingDOMRpcServiceAdapter.java:30)
~[?:?]
    at
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3523)
~[?:?]
    at
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2249)
~[?:?]
    at
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2132)
~[?:?]
    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2045)
~[?:?]
    at com.google.common.cache.LocalCache.get(LocalCache.java:3962) ~[?:?]
    at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3966)
~[?:?]
    at
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4951)
~[?:?]
    at
com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4957)
~[?:?]
    at
org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcServiceAdapter.getRpcService(BindingDOMRpcServiceAdapter.java:51)
~[?:?]
    at
org.opendaylight.controller.md.sal.binding.compat.HeliumRpcProviderRegistry.getRpcService(HeliumRpcProviderRegistry.java:48)
~[?:?]
    at Proxy9b50ced3_18c2_46fa_ad81_779f5f28b872.getRpcService(Unknown
Source) ~[?:?]
    at
org.opendaylight.controller.blueprint.ext.AbstractInvokableServiceMetadata.create(AbstractInvokableSe


Something tells me there's a version mismatch but what?

Thanks,

Ranga



On Sat, Aug 4, 2018 at 3:19 PM, M. Ranganathan <mra...@gmail.com> wrote:

> Hello,
>
> I recently upgraded to the latest version of openflow plugin. I started my
> karaf container and I noticed that openflow plugin was already running
> when I did a feature:list ( why ? ), I did a netstat and noted port 6653
> open as expected. I loaded my application ( which includes openflow plugin
> features in its feature description ). I did a netstat again and noticed
> nothing was listening on port 6653. However, when did feature:list the
> openflow plugin feature was still running.
>
> I am looking for clues about what could be happening. Any help debugging
> this would be appreciated.
>
> Note that this same application was running fine under Nitrogen.
>
> I'd be glad to attach Karaf logs if anybody could help.
>
> Thank you in advance.
>
> Ranga
>
> --
> M. Ranganathan
>
>


-- 
M. Ranganathan
_______________________________________________
openflowplugin-dev mailing list
openflowplugin-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

Reply via email to