Infinite Redirect Loop (JDEV 10.1.3.3)
636709Aug 6 2008 — edited Oct 9 2008Hi all,
I'm running into a weird problem that I can't seem to fix. I have an application that runs perfectly fine in my local OC4J container, but when I deploy it to our test app server I get a funky error. The page I get the error is the login page for the application which is a simple 2 input text and 1 command button (ADF components) login which runs a method on click in the backing bean.
In Firefox 3, I get an error either immediately on page load, or sometimes after I click the login button. The error is that an "Infinite Redirect Loop is detected." Our users use IE 6 which just sits there when I click login, but always loads the login page.
I'm perplexed since I'm not using any BC components at all, just straight up ADF GUI components. This leads me to believe it's not a connection pool problem or anything like that, which I've also tested to make sure they were valid. It's also confusing that the application runs perfectly fine on the local OC4J. This rules out a navigation case issue. I've tried multiple different deployment configurations to no avail as well.
Has anyone run into this before or do the gurus have any ideas? I did a search on the forums but only found infinite loops in java code, not the infinite redirects.