Forum Discussion

Michael_Jenkins's avatar
Michael_Jenkins
Icon for Cirrostratus rankCirrostratus
Jul 01, 2014

http_process_state_prepend - Invalid Action:0x109010

We're trying to implement OwnCloud in our environment, and I've developed a few iRules to handle some of the work , but we've run into an issue when trying to download files. The connection keeps getting reset and the file doesn't come down. I think it gets part of the file (a little bit more each time you try), but continuously fails with the message http_process_state_prepend - Invalid action:0x109010.

my iRule disables the ACCESS profile (ACCESS::disable) when there is no currently valid session for certain url's that don't need authentication, and uses a Client Initiated forms SSO setup on the root path for the login page.

I know it's not a lot of information, but I would appreciate any light that could be shined on this issue 🙂

  • Based on a quick look through previous forum threads, there seem to be a few reasons why you might get this error. I'd recommend your first troubleshooting step be to remove the HTTP profile (and any associated HTTP iRules events) and see if the error goes away. Browsers have a tendency to be more forgiving of protocol errors than the BIG-IP HTTP profile.

     

  • The problem is that if i remove the profile the connection does not works. The traffic is ssl and the LTM's VS is on Performance L4 configuration, so i cannot see any data clear in the tcpdump

    Hold on, so you have an HTTP profile applied to the VIP, but no SSL profiles? And you're getting this error?

     

    http_process_state_prepend - Invalid action:0x109010
    

     

  • Yes, that's right. I'm looking into the Palo Alto firewall and after disabling the http profile it seems that it works... i think that the client is not telling all the truth.

     

  • Well then it's specifically failing because there's an HTTP profile (layer 7) applied to a VIP that isn't also processing SSL (layer 6).