[NETCONF-501] odl-netconf-topology does not load in CSIT after upstream version bump Created: 20/Jan/18 Updated: 24/Jan/18 Resolved: 24/Jan/18 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | netconf |
| Affects Version/s: | None |
| Fix Version/s: | Oxygen |
| Type: | Bug | Priority: | High |
| Reporter: | Luis Gomez | Assignee: | Luis Gomez |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
After latest version bump, odl-netconf-topology does not load when added to org.apache.karaf.features.cfg file: 02:45:13 2018-01-19T02:35:08,573 | ERROR | pool-1-thread-2 | BootFeaturesInstaller | 7 - org.apache.karaf.features.core - 4.1.3 | Error installing boot features 02:45:13 org.apache.karaf.features.internal.service.Deployer$CircularPrerequisiteException: [wrap/0.0.0] 02:45:13 at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:272) ~[?:?] 02:45:13 at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:287) ~[?:?] 02:45:13 at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1248) ~[?:?] 02:45:13 at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$1(FeaturesServiceImpl.java:1147) ~[?:?] 02:45:13 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?] 02:45:13 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?] 02:45:13 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?] 02:45:13 at java.lang.Thread.run(Thread.java:748) [?:?]
|
| Comments |
| Comment by Luis Gomez [ 20/Jan/18 ] |
|
I am not sure why it is required but removing prerequisite in odl-netconf-tcp: https://git.opendaylight.org/gerrit/#/c/67367 Fixes the load problem as shown below (some test failures were there before): |
| Comment by Luis Gomez [ 24/Jan/18 ] |
|
Patch was merged and this got resolved. |