Upgraded to OPS 3.5.1, now get Permission Denied

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Upgraded to OPS 3.5.1, now get Permission Denied

ChrisSpeare
Just upgraded or dev server with the 3.5.1 up from 3.5.0 on Apache Tomcat.  Unzip ops.war ok, recreated the /resources/page-flow.xml and put back the xForms we are using.  Now when I load any of the forms I get a permission denied error when trying to edit one of the fields - like its trying to validate but falls over.

Nothing in the logs even though logging is turned on.
Reply | Threaded
Open this post in threaded view
|

Re: Upgraded to OPS 3.5.1, now get Permission Denied

Alessandro Vernet
Administrator
Chris,

Dan had a similar problem recently, and he is saying why this happened
in this message:

http://www.nabble.com/FW%3A-Javascript-error---%27Permission-denied-to-call-method-XMLHttpRequest.open%27-p9511461.html

Could it be the same problem you are hitting?

Alex

On 4/27/07, ChrisSpeare <[hidden email]> wrote:

>
> Just upgraded or dev server with the 3.5.1 up from 3.5.0 on Apache Tomcat.
> Unzip ops.war ok, recreated the /resources/page-flow.xml and put back the
> xForms we are using.  Now when I load any of the forms I get a permission
> denied error when trying to edit one of the fields - like its trying to
> validate but falls over.
>
> Nothing in the logs even though logging is turned on.
> --
> View this message in context: http://www.nabble.com/Upgraded-to-OPS-3.5.1%2C-now-get-Permission-Denied-tf3657490.html#a10218557
> Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com.
>
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>

--
Orbeon Forms - Web 2.0 Forms for the Enterprise
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Upgraded to OPS 3.5.1, now get Permission Denied

ChrisSpeare
Alex,

Thanks for the reply - thought I had alerts turned on so could have checked sooner (turned on now).

My server path is full (http://chrisdev.tradocs.net/ops/) so that is not the problem. Not sure what it could be to be honest, at the moment in the process of upgrading the 3 jar files which changed during the update to see if that will help me narrow things down.
Reply | Threaded
Open this post in threaded view
|

Re: Upgraded to OPS 3.5.1, now get Permission Denied

Alessandro Vernet
Administrator
Chris,

OK, then let's try to figure this one out. What exactly is the
"permission denied" error you are getting? Do you see a file/line
number? Are you getting the same message with both Firefox and IE?

Alex

On 4/30/07, ChrisSpeare <[hidden email]> wrote:

>
> Alex,
>
> Thanks for the reply - thought I had alerts turned on so could have checked
> sooner (turned on now).
>
> My server path is full (http://chrisdev.tradocs.net/ops/) so that is not the
> problem. Not sure what it could be to be honest, at the moment in the
> process of upgrading the 3 jar files which changed during the update to see
> if that will help me narrow things down.
> --
> View this message in context: http://www.nabble.com/Upgraded-to-OPS-3.5.1%2C-now-get-Permission-Denied-tf3657490.html#a10250612
> Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com.
>
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>

--
Orbeon Forms - Web 2.0 Forms for the Enterprise
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Upgraded to OPS 3.5.1, now get Permission Denied

ChrisSpeare
Just done a clean install of Tomcat Apache 5.5.23 with OPS 3.5.1, through in the forms with the same page flow as before and get the following:

Error while processing response: Access is denied.

When attempting to enter data into input fields/submit..

Security manager is off, no error messages.  Turn it on, still no denies.  But there must be. ????
Reply | Threaded
Open this post in threaded view
|

Re: Upgraded to OPS 3.5.1, now get Permission Denied

ChrisSpeare
In reply to this post by Alessandro Vernet
Been playing in the source code and tagged some line numbers on the end of calls to exceptionWhenTalkingToServer, namely to fine where the errors are coming from.  Tracked it down to calls involving YAHOO.util.Connect

Any reason whey calls here would involve permission errors?