A customer of ours is having a permissions error raised when using FCKeditor, a popular if oddly named JavaScript web editor that replaces the textarea with an editor. I have reproduced their scenario as well as the possible solutions and thoughts suggested by some of the gurus I know, but I was wondering if anybody here had a more specific suggestion.
The problem
According to the customer:
<<We are trying to rollout an application on our WebSphere Portal server using the Domino Applicaion Portlet to access the test database (we are experiencing this same problem on the database that we have designed). Whenever it goes to bring up the FCKEditor we see a Java error message stating permission has been denied??? The portal server and the domino server are on different servers. >>
The error is displayed as the following (with redaction for the company name):
I asked around, and the answers from the gurus I consulted were (reworded slightly):
<<It looks exactly like the JavaScript error that occurs when JavaScript attempts to load something from server B onto a page that was loaded from server A.
This is a fundamental security feature of JavaScript.
Deep in the recesses of my mind, I think I recall that there’s a way that if both servers are in the same domain there’s a way to get this to work, but the page has to explicitly do something to associate itself with the domain instead of with the specific server, and I don’t recall the details.>>
and
<<I think you (they?) need to look at the usual access issues:
Check the ACL on the NSF and make sure that either the specific user has rights (if logged in) or that Anonymous has rights.
Check that the web user has access to the WebSphere Portal as well as the Domino server
Check whether the portlet use DIIOP. If so, additional security settings might need to be tweaked on the server
Is Domino LDAP involved?
Is the Portal server listed as a trusted server from domino’s perspective? It is possible that is necessary
Does the browser have rights to run JavaScript at all? From that site?
I usually start by trying to access the NSF via IE, see what crops up that way >>
Does anybody else have anything to add? I don’t know how to either reproduce the problem or correct it, but I think the clue is in the first of these two answers. I just don’t know how to interpret the clue.