You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using onos 1.2.2. I have cloned onos-app-samples and using ifwd. I understand that this repo is for onos 1.3 but I need the ifwd app for onos 1.2.2. I have changed the PacketProcess method in IntentReactiveForwarding.java at line 82 from
It got compiled and I have ported the .jar and .oar files at appropriate locations. I can see the ifwd app in repo which doing repo-list.
But while activating, the error in the log is app activate org.onosproject.ifwd returned 'null'
Could this be because of the incorrect java file or some onos issue?
The text was updated successfully, but these errors were encountered:
jmguzmanc
pushed a commit
to jmguzmanc/onos-app-samples
that referenced
this issue
Mar 2, 2018
Hi
I am using onos 1.2.2. I have cloned onos-app-samples and using ifwd. I understand that this repo is for onos 1.3 but I need the ifwd app for onos 1.2.2. I have changed the PacketProcess method in IntentReactiveForwarding.java at line 82 from
to
It got compiled and I have ported the .jar and .oar files at appropriate locations. I can see the ifwd app in repo which doing repo-list.
But while activating, the error in the log is app activate org.onosproject.ifwd returned 'null'
Could this be because of the incorrect java file or some onos issue?
The text was updated successfully, but these errors were encountered: