[CORETUTOR-8] Toaster tutorials not functioning Created: 05/Mar/16 Updated: 19/Oct/17 |
|
| Status: | Confirmed |
| Project: | coretutorial |
| Component/s: | General |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | John MacAuley | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 5465 |
| Description |
|
I am following the Toaster tutorial as defined on the Wiki: https://wiki.opendaylight.org/view/Co...CoreFunctionalityTutorials:Tutorials:StartingA_Project First issue: In some cases the Java code and XML file examples on the wiki no longer follow what is stored in github. Second issue: Someone has commented out the repository and feature dependencies for odl-restconf in features.xml. As a result the web container is not starting and you cannot access the toaster though HTTP queries. I am not sure if some other dependency should be starting the web container. Third issue: Working through the Chapter 3 project (after adding the odl-restconf dependency) I am not getting any of the toaster logging statements output to the karaf logs. The HTTP POST to change the darknessFactor is successful, and a query shows it was updated, but no logs from Toaster are being generated. I noticed that the toaster-impl-config.xml on the wiki was different from the one in github, but changing to match made no difference. I can only assume the toaster feature is not properly installed/configured in karaf. |