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 with IE7 - Permission Denied

840676Mar 31 2011 — edited May 4 2011
This is surely an issue with my configuration and not ADF specifically but I figured I'd ask you guys anyways. This is my first time using ADF.

I'm using jDev 11.1.1.3 with Integrated WebLogic server. I have built an application that is about to go into pre-production testing and it won't load from anywhere but the browser on the devlopment PC. I have another PC being used as an initial test client while my test servers are being set up. The PC's are connected on a local intranet along with the database server. When I access my application on the test PC, all I get is the loading icon and IE displays 'Permission Denied' in the status bar. If i refresh the page, my home page comes up but the error remains and my controls are disabled.

IE security zone/settings are identical on my development box and on the test client machine. This seems to be related to some kind of cross domain scripting security feature from what I have read. I am not referencing a domain anywhere in my code or scripts, I am only accessing pages running in a single application on the one domain that is running on the integrated WLS. My home page is simple and just consists of a few navigation buttons and links, no custom scripts. I assume this has to be an AJAX scripting related issue.

I have ADF security enabled and 2 way SSL configured requiring client certs. This is all working fine, client authentication works on the test PC but the application will not load in the browser when the home page is requested. I can only assume that this problem will persist through actual pre-production testing on a full scale WLS.

Any thoughts?

Thanks a lot.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2011
Added on Mar 31 2011
7 comments
261 views