Software Defined Networking
1752754 Members
4752 Online
108789 Solutions
New Discussion юеВ

Re: Pipeline Definition is not available ERROR

 
SOLVED
Go to solution
Tomas_Kubica
Advisor

Pipeline Definition is not available ERROR

Converting working Java code with OF10 to OF13 - added instruction with action etc. but getting following exception:

 

Unable to send flow {ofm:[V_1_3,FLOW_MOD,112,1068],cmd=ADD,match={Match(V_1_3):[type=OXM,len=38],fields=IN_PORT,ETH_DST,ETH_SRC,ETH_TYPE},...} to 00:00:00:00:00:00:00:01 due to com.hp.of.lib.OpenflowException: Pipeline Definition is not available!

 

Tried to play with TableIds as well as went throw documentation on PipelineDefinition, PipelineFactory and has no clue why and how would I use that. 

 

Could you help me pointing what might cause this error?

 

Thanks

 

7 REPLIES 7
sdnindia
Trusted Contributor

Re: Pipeline Definition is not available ERROR

Hello,

 

Thank for you reaching out to us. We are currently looking at your query. Will revert shortly.

 

Thanks

HP SDN Team

sdnindia
Trusted Contributor
Solution

Re: Pipeline Definition is not available ERROR

Hi,


Below are possible issues which might cause problem.

 

1)   If the switch has not provided a table features reply that is understood (looks for errors in parsing this message in log).

2)   Trying to send a flow before controller has processed the table features reply message.
3)    If switch does not support table feature request.

Also, please check if you see your datapath in UI?

Please let us know your outcome and your switch model which caused the problem.


Thanks,

HP SDN Team

ShaunWackerly
HPE Pro

Re: Pipeline Definition is not available ERROR

The most likely cause for the pipeline definition being unavailable is #2 in the latest response from "sdnindia".

I am an HPE Employee
sdnindia
Trusted Contributor

Re: Pipeline Definition is not available ERROR

Hello Thomas,

 

Just doing follow up to see if your issue is resolved, in case you need further assistance please help us with the information requested in the earlier post.

 

Please also let us know if you are query resolved by marking the earlier post as an 'accepted solutionтАЩ

 

Thanks

HP SDN Team

Tomas_Kubica
Advisor

Re: Pipeline Definition is not available ERROR

Was #1 - unstable version of Mininet (on OF 1.3) with malformed features reply. Thanks!
sdnindia
Trusted Contributor

Re: Pipeline Definition is not available ERROR

Hello Tomas,

 

Thanks for letting us know, we are glad that the issue got resolved.

 

Please do reach out to us if you have a query with respect to this topic or open a new port itтАЩs a new topic

 

Thanks

HP SDN Team

Julia89
New Member

Re: Pipeline Definition is not available ERROR

To resolve this problem in openflow 1.3  you need to go to the controller, open the configurations tab, open the controller manager and change the field supress.pipeline.definition for true