Ok, here are logs from Aruba: https://gist.github.com/anonymous/b3a9cdf1be2c024a3318f3f141e4e924.
Firstly, I removed all the rules, and stopped Floodlight. Then, I turned on Floodlight and added this first flow:
curl -X POST -d '{"switch":"00:01:94:18:82:25:bc:80",
"table":"0", "name":"TableMiss0",
"priority":"0",
"instruction_goto_table":"100"}'
http://10.0.1.11:8073/wm/staticentrypusher/jsonAfter that, I started to get the following errors: https://gist.github.com/anonymous/8ef697b583bcbf494091edcec7329e35
Later, I added another rule:
curl -X POST -d '{"switch":"00:01:94:18:82:25:bc:80",
"name":"From100ToNormal",
"table":"100", "cookie":"0",
"priority":"33000","active":"true",
"actions":"output=normal"}'
http://10.0.1.11:8073/wm/staticentrypusher/jsonAnd then errors dissapeared (as you can see in the above gist, exactly at 2017-03-22 15:29:19.517).
Now I'm not sure, what's going on. I can push other rules, to allow for instance ARP, ICMP, SSH, but this error bothers me a lot.