[OPNFLWPLUG-208] Unable to publish NodeUpdated message via NotificationService. Created: 04/Jul/14 Updated: 27/Sep/21 Resolved: 12/Aug/14 |
|
| Status: | Resolved |
| Project: | OpenFlowPlugin |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Ken Jarrad | Assignee: | Ken Jarrad |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Mac OS |
||
| Issue Links: |
|
||||||||
| External issue ID: | 1308 | ||||||||
| Description |
|
java.lang.NumberFormatException: For input string: "nodes/node/iosv-2" |
| Comments |
| Comment by Ken Jarrad [ 04/Jul/14 ] |
|
final String nodeUriPrefix = "opendaylight-inventory:nodes/node/"; final NodeConnectorId nodeConnectorId = new NodeConnectorId(edge.getHeadNodeConnector().getName()); final NodeConnectorBuilder nodeConnectorBuilder = new NodeConnectorBuilder(); final NodeBuilder nodeBuilder = new NodeBuilder(); final NodeUpdatedBuilder nodeUpdatedBuilder = new NodeUpdatedBuilder(node); |
| Comment by Martin Bobak [ 18/Jul/14 ] |
|
This commit should resolve the issue https://git.opendaylight.org/gerrit/#/c/9139/1 |
| Comment by Abhijit Kumbhare [ 12/Aug/14 ] |
|
Mark resolved as per Martin Bobak's comment. |