I am facing a very strange issue. I have created a new application as per the instructions in
https://wiki.onosproject.org/display/ONOS/Template+Application+Tutorial.
However, despite the fact that the application is installed successfully in ONOS it does not actually run. In fact, the print statements from the
log.info("...") are not getting printed. I have attached the log.
Details:
- I have cloned the current version of ONOS in GitHub (as of today). The created application is installed in ~/onos directory.
- The ONOS version seems to be 3.0.0 as per the summary command in ONOS CLI. The POM version that I am using is 2.7.0.
Could you please help?
Charis K.