Page 1 of 1
Rules Wizard produces Error 404
Posted: Thu Mar 09, 2006 1:00 pm
by Mattti
Hi!
Whenever I start the Rules Wizard from SWA I get following message from apache:
HTTP Status 404 - /webmail/"http://somesite.de/Scalix/rw"/prof=RW-GERMAN
type Status report
message /webmail/"http://somesite.de/Scalix/rw"/prof=RW-GERMAN
description The requested resource (/webmail/"http://somesite.de/Scalix/rw"/prof=RW-GERMAN) is not available.
Apache Tomcat/5.0.28
If I try to open
http://somesite.de/Scalix/rw in a separate window I can connect to the wizard without a problem.
So the "/prof=RW-GERMAN" part must be the problem.
Any Idea how to resolve this?
Thanks,
Mathias
Re: Rules Wizard produces Error 404
Posted: Thu Mar 09, 2006 1:28 pm
by mephisto
Mattti wrote:So the "/prof=RW-GERMAN" part must be the problem.
I don't think so. It looks like SWA wants to open the URL /webmail/"http://somesite.de/Scalix/rw"/prof=RW-GERMAN - which is of course invalid.
Please check you /etc/opt/scalix/webmail/swa and post the value for swa.settings.rulesWizardURL here.
Posted: Thu Mar 09, 2006 1:37 pm
by ScalixSupport
Thanks for helping out ;-)
The file is /etc/opt/scalix/webmail/swa.properties
The line is
swa.settings.rulesWizardURL=/Scalix/rw
Cheers,
Sascha.
Found it!
Posted: Thu Mar 09, 2006 2:52 pm
by Mattti
Thanks guys, I found my mistake.
I had put the swa.settings.rulesWizardURL= parameter in quotation marks. After removing the quotation marks it worked.
In the installation guide the following example is given:
rulesWizardURL="http://[scalix_host]/Scalix/rw"
So it's a little bit misleading.
Anyways, thanks for the help and compliments for the product. We will probably go for the Enterprise Edition eventually.
Mathias
Posted: Mon Mar 20, 2006 3:16 am
by e1kosau
hi i get a 500 internal server when i access the
http://server.domain.com/Scalix/rw.
i get the error in the httpd logs
Code: Select all
[Sun Mar 19 23:10:06 2006] [error] [client xx.xx.xx.xx -] Premature end of script headers: ice.cgi
[Sun Mar 19 23:10:06 2006] [error] [client xx.xx.xx.xx -] File does not exist: /var/www/html/favicon.ico
[Sun Mar 19 23:10:52 2006] [error] [client xx.xx.xx.xx -] File does not exist: /var/www/html/favicon.ico
[Sun Mar 19 23:10:54 2006] [error] [client xx.xx.xx.xx -] Premature end of script headers: ice.cgi
[Sun Mar 19 23:11:42 2006] [error] [client xx.xx.xx.xx -] Premature end of script headers: ice.cgi
[Sun Mar 19 23:13:54 2006] [error] [client xx.xx.xx.xx -] Premature end of script headers: ice.cgi
xx.xx.xx.xx - - [19/Mar/2006:23:10:54 -0800] "GET /Scalix/rw HTTP/1.1" 500 405 "-" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1"
xx.xx.xx.xx -8 - - [19/Mar/2006:23:11:42 -0800] "GET /Scalix/rw HTTP/1.1" 500 405 "-" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1"
xx.xx.xx.xx - - - [19/Mar/2006:23:13:54 -0800] "GET /Scalix/rw HTTP/1.1" 500 405 "-" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1"
xx.xx.xx.xx - - - [19/Mar/2006:23:15:04 -0800] "GET /Scalix/rw HTTP/1.1" 500 405 "-" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1"
is there anything I miss out?
Posted: Mon Mar 20, 2006 3:29 am
by ScalixSupport
e1kosau,
Is this a new install?
What OS is this?
What version of Scalix?
Thanks,
Don
Posted: Mon Mar 20, 2006 2:59 pm
by e1kosau
i already figured out the problem. my selinux is enabled. i just disabled it in the selinux.conf
im using Redhat AS, Community Edition.
Thanks for the help.
Don