Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app activate org.onosproject.ifwd returned 'null' #2

Open
Jaanki opened this issue Sep 16, 2015 · 0 comments
Open

app activate org.onosproject.ifwd returned 'null' #2

Jaanki opened this issue Sep 16, 2015 · 0 comments

Comments

@Jaanki
Copy link

Jaanki commented Sep 16, 2015

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

packetService.addProcessor(processor, PacketProcessor.director(2));

to

packetService.addProcessor(processor, PacketProcessor.ADVISOR_MAX + 2);

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?

jmguzmanc pushed a commit to jmguzmanc/onos-app-samples that referenced this issue Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant