[Logo] Serotonin Software Community
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Session Error / A request has been denied as a potential CSRF attack.  XML
Forum Index » Mango installation
Author Message
reycyril

Initiate

Joined: 23/09/2010 07:36:46
Messages: 2
Offline

I just installed Mango within a tomcat server :
- Apache Tomcat/7.0.2
- JVM 1.6.0_18-b07

I get popup error windows while browsing within Mango:

- Session Error

Mango log show this error:

"Mango error.jpg" is a print screen
In "log.zip" you will find all Tomcat logs files

Thanks for any help

CRL
 Filename mango error.jpg [Disk] Download
 Description print screen
 Filesize 703 Kbytes
 Downloaded:  52 time(s)

 Filename logs.zip [Disk] Download
 Description
 Filesize 15 Kbytes
 Downloaded:  73 time(s)

SteveE

Initiate

Joined: 13/07/2010 14:59:24
Messages: 38
Offline

Try adding the following parameter setting to the dwr-invoker servlet settings in ...\WEB-INF\web.xml:

<servlet>
<servlet-name>dwr-invoker</servlet_name>
...
<init-param> <-
<param-name>crossDomainSessionSecurity</param-name> <-
<param-value>false</param-value> <-
</init-param> <-
...
</servlet>
SteveE

Initiate

Joined: 13/07/2010 14:59:24
Messages: 38
Offline

(Without the '<-' at the end of those lines, of course; those were meant to indicate the new entry in the file.)
reycyril

Initiate

Joined: 23/09/2010 07:36:46
Messages: 2
Offline

Yes, this solve the problem.

By the way, I notice that the solution was provided in less than 2 hour. I never been accustomed on having so quick support by major automation solution providers...

So Congratulation SteveE.

Regards

Cyril
SteveE

Initiate

Joined: 13/07/2010 14:59:24
Messages: 38
Offline

Thanks, Cyril. Glad I could help. BTW, I'm a Mango user like you. I just happened to run across this same issue a few weeks back.

This message was edited 1 time. Last update was at 24/09/2010 11:06:02

 
Forum Index » Mango installation
Go to:   
Powered by JForum 2.1.9 © JForum Team