Forum Discussion

adiezma_1656's avatar
adiezma_1656
Icon for Nimbostratus rankNimbostratus
Nov 25, 2011

http_process_state_prepend - Invalid action

Hi,

 

 

 

I get a message every minute in the ltm log :

 

 

local/tmm1 err tmm1[9309]: 011f0007:3: http_process_state_prepend - Invalid action EV_INGRESS_DATA during ST_HTTP_PREPEND_HEADERS (Server side: vip=My_VIP profile=http pool=My_POOL)

 

 

 

The VIP has a iRule assigned:

 

 

When HTTP_REQUEST {

 

switch [string tolower [ HTTP: : host] ] {

 

{ blabla.bla.es

 

POOL_My_POOL pool

 

}

 

default {

 

POOL_My_POOL2 pool

 

}

 

}

 

}

 

 

It may have something to do with the error log?

 

 

 

Regards

 

 

 

Antonio.

 

4 Replies

  • just a quick check. have you seen this sol?

     

     

    sol5922: Error Message: http_process_state_prepend - Invalid action EV_INGRESS_DATA during ST_HTTP_PREPEND_HEADERS

     

    http://support.f5.com/kb/en-us/solutions/public/5000/900/sol5922.html?sr=17890361
  • Hello Nittass

     

     

    Yes, I have reviewed this SOL. I created a profile http without using pipeline, OneConnect, compression and cache, but the error still appears.

     

     

    thanks a lot!!

     

     

    Antonio
  • Yes, I have reviewed this SOL. I created a profile http without using pipeline, OneConnect, compression and cache, but the error still appears.may it relate to how web server responds? have you captured packet? is there any suspicious thing in the packet trace?