Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF behind reverse proxy infinite loop

Stuart BrandDec 1 2015 — edited Dec 2 2015

Ok, this one is driving me crazy.

Glassfish 3 and 4

ADF 12.1 and 12.2

I have Glassfish with ADF essentials behind a haproxy. If I go direct to glassfish, no problems.

if I go via the haproxy then it goes into an infinite loop with the below function. The red bit is the bit that keeps changing, counting up millions of times per second.

The bit that is driving my crazy is I have one webapp that works fine, but all existing and new webapps loop? but I can't see what I have done different to the working one

Thanks, Stuart

AdfLoopbackUtils.runLoopback(

5,

'_afrLoop',

'4942919719422854',

'_afrWindowMode',

'Adf-Window-Id',

'_afrPage',

'',

'w0',

'',

'!',

false,

'',

'',

'',

'',

'',

false,

{_afrLoop:1,_afrRedirect:1,_afrWindowMode:1,_afrPage:1,'Adf-Window-Id':1,'Adf-Page-Id':1,'Media-Type':1,'Font-Size':1,'Media-Feature-Width':1,'Media-Feature-Height':1,'Media-Feature-Device-Height':1,'Media-Feature-Device-Width':1, 'Media-Feature-Color':1, 'Media-Feature-Color-Index':1, 'Media-Feature-Monochrome':1,'Media-Feature-Resolution':1, 'Media-Featured-Grid':1,'Media-Feature-Scan':1,'Media-Feature-Orientation':1},

'/_noloopbackerror_',

'Font-Size',

'Media-Type',

'Media-Feature-Width',

'Media-Feature-Height',

'Media-Feature-Device-Width',

'Media-Feature-Device-Height',

'Media-Feature-Color',

'Media-Feature-Color-Index',

'Media-Feature-Monochrome',

'Media-Feature-Resolution',

'Media-Featured-Grid',

'Media-Feature-Scan',

'Media-Feature-Orientation'

);

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2015
Added on Dec 1 2015
2 comments
846 views