Forum OpenACS Development: Strange error!!

Collapse
Posted by jorge freitas on
I'm trying to install openacs 4.6 and dotlrn 1.0 on my redhat 8.0, but i'm getting this strange message instead of the
welcome page
of openacs:
The file / cannot be found.Please check the location and try again.
I dont see any errors in the logs. I have already installed openacs and dotlrn in other two computers whitout problems.I try other releases of openacs, but the result is allways the same. I'm using postgresql 7.2.3 and aolserver 3.3+ad13 from Mat's AOLServer distribution. Anyone have an idea whats the problem. Tanks.
Collapse
2: Re: Strange error!! (response to 1)
Posted by Brad Duell on
My first guess would be to check the OS permissions on your directories.
Collapse
3: Re: Strange error!! (response to 2)
Posted by Dave Hwang on
Check your PageRoot setting in the server.tcl file for this openacs installation. I'm guessing you copied your config file from the other working machine, but your pageroot is not in the same place.
Collapse
4: Re: Strange error!! (response to 1)
Posted by jorge freitas on
Dave, i look at the nsd.tcl file in the openacs directory, but i dont see nothing wrong wiht the pageroot location:
set serverroot      "/home/${user_account}/web/${server}"

set pageroot         ${serverroot}/www 
Any more ideas, Tanks.
Collapse
5: Re: Strange error!! (response to 1)
Posted by jorge freitas on
I'm solved the problem, it was simple as changing localhost to 127.0.0.1. Maybe because i've change to a cable internet connection. Tanks all.