I'm getting this error in my console in IE11 when I initially load the page. Am unsure what could be causing this to display.
It seems like this is preventing my partial page from working, it is not responsive.
Any thoughts?
It seems like this is preventing my partial page from working, it is not responsive.
Any thoughts?
Attachment
RE: TypeError: Permission denied
Are you able to provide some more details on this to help us understand the problem you are having?
From the screenshot it looks like you are getting the problem with the published application when running within BizFlow. Is this correct?
If so do you get the same issues when testing locally?
Have you tested on different browsers to see if you get the same behaviour?
One common cause of Access Denied errors is when the BizFlow application is running on a different server to the published WebMaker application. Could that be the case here?
Can you provide some more details on what you mean when you say the partial page 'is not responsive'? Is it not loading in? Is the server call being made?
Sorry for all the questions. Hopefully with some more information we can track down what is going on.
Regards,
Gerard
RE: TypeError: Permission denied
BizFlow Web App and BizFlow WebMaker are both on the same machine, but they are running under 2 different tomcats. Is this what you meant there?
../tomcat7/webapps/bizflow
../tomcat7wm/webapps/bizflowwebmaker
We use Apache HTTP server as a proxy, on top of this setup.
We do not have a local instance of this running, we publish directly to a server. So we cannot test it locally. We also have a restriction of only using IE11.
RE: TypeError: Permission denied
Thanks for the info.
Can you give some more details on exactly when this error gets reported? Is it as soon as the first full page is loaded in, or not until the partial page is triggered? (Or is the partial page call an onload event?)
Does it stop the partial page loading in completely?
Is the rest of the page functioning correctly?
I was initially wondering whether it was the interaction between the WebMaker application and the containing BizFlow Workitem Handler that was causing the error by breaking the same origin policy. As you have them both behind the same Apache server though I assume this wont be an issue, as both apps will have the same host name and port numbers in the URLs.
One thing to check however is that if you are using HTTPS, this should be done for both the BizFlow and WebMaker apps to avoid issues.
Can you try manually loading the published WebMaker application in a new browser window? (eg by using a URL like http://<server>:<port>/bizflowwebmaker/<app name>/start.do) If so, do you get any errors reported in the browser in this mode, and does the partial page area function correctly?
Sorry for more questions, hopefully we will get this sorted soon.
Regards,
Gerard