[mapguide-users] MGOS 1.1.0 installation problem
Farah
farah at egovernments.org
Mon Feb 26 07:44:07 EST 2007
Hi,
When I try to login to the site administrator at:
http://localhost/mapguide/mapadmin/login.php,
these are the errors in the error.log file:
[Mon Feb 26 18:08:57 2007] [error] [client 127.0.0.1] FastCGI: comm with
server "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/Php/php-cgi.exe" aborted: idle
timeout (120 sec), referer: http://localhost/mapguide/mapadmin/login.php
[Mon Feb 26 18:08:57 2007] [error] [client 127.0.0.1] FastCGI: incomplete
headers (0 bytes) received from server "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/Php/php-cgi.exe", referer:
http://localhost/mapguide/mapadmin/login.php
Regards
farah
_____
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Simon Pelicon
Sent: Monday, February 26, 2007 2:33 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] MGOS 1.1.0 installation problem
Hi Farah,
Do you have any error logs in you apache ( error.log ) and tomcat sever log
files?
This is from my conf file:
ScriptAlias /mapguide/mapagent/mapagent.fcgi "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/www/mapagent/MapAgent.exe"
AliasMatch ^/mapguide/mapviewerajax/([^\?])(.*)$ "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/www/mapviewerjava/$1$2"
Alias /mapguide/mapviewerajax "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/www/mapviewerjava/ajaxviewer.js
p"
AliasMatch ^/mapguide/mapviewerdwf/([^\?])(.*)$ "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/www/mapviewerjava/$1$2"
Alias /mapguide/mapviewerdwf "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/www/mapviewerjava/dwfviewer.jsp
"
Alias /mapguide "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/www/"
<Directory "C:/Program Files/MapGuideOpenSource/WebServerExtensions/www/">
AllowOverride All
Options All
Order allow,deny
Allow from all
AddHandler cgi-script .exe
RewriteEngine on
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
</Directory>
<Directory "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/Tomcat/webapps">
AllowOverride All
Options All
Order allow,deny
Allow from all
AddHandler cgi-script .exe
RewriteEngine on
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
</Directory>
_____
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Farah
Sent: Monday, February 26, 2007 7:56 AM
To: mapguide-users at lists.osgeo.org
Subject: [mapguide-users] MGOS 1.1.0 installation problem
Hi,
I am attaching my httpd.conf file configuration as well.
_____
From: Farah [mailto:farah at egovernments.org]
Sent: Monday, February 26, 2007 10:56 AM
To: 'MapGuide Users Mail List'
Subject: RE: [mapguide-users] MGOS 1.1.0 installation problem
Hi Andy,
My Apache http.conf file has these 2 lines:
# MapViewer to MapViewerJava Redirect. Uncomment Redirect for Java API.
Redirect /mapguide/mapviewerajax/
http://localhost/mapguide/mapviewerjava/ajaxviewer.jsp
Redirect /mapguide/mapviewerdwf/
http://localhost/mapguide/mapviewerjava/dwfviewer.jsp
I got the tomcat welcome pages when I entered enter http://localhost:8080.
Another thing I noticed is that: After installing the server and extensions,
I go to the site administrator login page. When I try to login by entering
the username ( Administrator) and password ( admin), I get an internal
server error. ( Printscreen attached). If I replace the mapadmin folder in
the www folder, with the old mapadmin(from 1.0.2 installation), then it
works fine.
However, my map does not show up in my application.None of the tools like :
zoom , pan etc seem to work in the Studio as well. The preview does not show
up. Is this some problem with the code in mapviewerjava and viewerfiles?
Please help,
Regards
Farah
_____
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Andy Morsell
Sent: Friday, February 23, 2007 9:52 PM
To: 'MapGuide Users Mail List'
Subject: RE: [mapguide-users] MGOS 1.1.0 installation problem
In your Apache http.conf file, do you have these two lines (or similar)?
Redirect /mapguide/mapviewerajax/
http://localhost:8008/mapguide/mapviewerjava/ajaxviewer.jsp
Redirect /mapguide/mapviewerdwf/
http://localhost:8008/mapguide/mapviewerjava/dwfviewer.jsp
Do you get the Tomcat Welcome pages returned when you enter
http://localhost:8080?
Andy
_____
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Farah
Sent: Friday, February 23, 2007 2:54 AM
To: 'MapGuide Users Mail List'
Subject: RE: [mapguide-users] MGOS 1.1.0 installation problem
Hi Simon,
I am using the apache port to run my applications . None of the applications
show the map. The studio does not show preview for any of the layers , maps
or layouts.
When I right click on the map area of the preview pane of Mapguide Studio,
it shows some error ( I have attached a screen shot.).
When I debug my applications in mozilla firefox, it shows some errors
regarding mapframe.jsp ( screen shot attached)
Regards
Farah
_____
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Simon Pelicon
Sent: Friday, February 23, 2007 4:20 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] MGOS 1.1.0 installation problem
Hi,
I presume that you are using Apache Tomcat.
You have to acces the layout page throug Apache port (default: 8008) and not
Tomcat port ( default 8081 ).
Simon Pelicon
Sl-King
www.sl-king.com
_____
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Farah
Sent: Friday, February 23, 2007 11:01 AM
To: mapguide-users at lists.osgeo.org
Subject: [mapguide-users] MGOS 1.1.0 installation problem
Hi ,
I am currently trying to upgrade to version 1.1.0 from version 1.0.2. I am
using Apache + Java configuration for developing my applications. I
uninstalled the existing mapguide web server extensions and the server.
After rebooting, I installed the new version. When I try to run my web
applications, the layout with the first page comes up. However, the map does
not show. The same is the case of MapGuide Studio 2007. The preview pane
does not show the layers or map.
I tried loading the packages again by using the site administrator. However,
that does not help. Does anyone have any pointers as to how to solve this
problem?
Thanks and Regards
Farah
Disclaimer by Mail Administrator - Yukthi
Disclaimer by Mail Administrator - Yukthi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070226/fc1724b0/attachment-0001.html
More information about the mapguide-users
mailing list