[mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
Just some more information about the problem... The error was generated by IIS (5.1 and 6.0) ... Looking the Logfile, It is a 502 error : *502* - Web server received an invalid response while acting as a gateway or proxy. *502.1* - CGI application timeout. *502.2* - Error in CGI application. It

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Daniel Morissette
Paul james wrote: Just some more information about the problem... The error was generated by IIS (5.1 and 6.0) ... Looking the Logfile, It is a 502 error : *502* - Web server received an invalid response while acting as a gateway or proxy. *502.1* - CGI application timeout. *502.2*

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
Hi Daniel... I got the binaries from Tamas build : http://vbkto.dyndns.org:1280/sdk/Default.aspx And from MS4W 3.0 beta2... Same result with both... That error you got is my fault... I took off the : IMAGE "..\Map.png" from REFERENCE definition when copy the code to email... My application works

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Daniel Morissette
Paul james wrote: Hi Daniel... I got the binaries from Tamas build : http://vbkto.dyndns.org:1280/sdk/Default.aspx And from MS4W 3.0 beta2... Same result with both... That error you got is my fault... I took off the : IMAGE "..\Map.png" from REFERENCE definition when copy the code to email...

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
Yes Daniel... I deleted all previous files and put only 5.4 files... My mapscript application is working fine on 5.4... But the CGI dont... Tested on Windows XP (IIS 5.1) and Windows 2003(IIS 6.0)... Paul On Fri, May 29, 2009 at 12:56 PM, Daniel Morissette < dmorisse...@mapgears.com> wrote: > P

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Tamas Szekeres
Hi Paul, Did you experience the same with the release-1310 and release-1400 versions? Did you experience the same with the development version? Are you using fastCGI or normal cgi? Is this just a PostGIS related problem or you get the same with a simple shapefile? Sorry for the bunch of the quest

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
1 - I tried with 1500,1400,1310,development version(1500) and ms4w beta... 2 - I´m using normal CGI 3 - My tests are only with Postgis... I´ll generate a shapefile to test later ... Paul On Fri, May 29, 2009 at 2:27 PM, Tamas Szekeres wrote: > Hi Paul, > > Did you experience the same with the

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Steve Lime
What's the full URL submitted against the CGI? >>> On 5/29/2009 at 12:59 PM, in message <33fad6880905291059i5602a89q84d7673ddcfff...@mail.gmail.com>, Paul james wrote: > 1 - I tried with 1500,1400,1310,development version(1500) and ms4w beta... > 2 - Ím using normal CGI > 3 - My tests are only

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
http://localhost/cgi-bin/mapserv.exe?map=C%3A%2Finetpub%2Fwwwroot%2FOpenlayer%2FFiles%2FMapserver%2FMap.map&mode=map&map_imagetype=png&mapext=-180+0+-90+90&imgext=-180+0+-90+90&map_size=256+256&imgx=128&imgy=128&imgxy=256+256 Paul On Fri, May 29, 2009 at 3:01 PM, Steve Lime wrote: > What's the f

RE: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-30 Thread Brian Fischer
, May 29, 2009 1:08 PM To: Steve Lime Cc: mapserver-users@lists.osgeo.org; Daniel Morissette Subject: Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG? http://localhost/cgi-bin/mapserv.exe?map=C%3A%2Finetpub%2Fwwwroot%2FOpenlayer%2FFi

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-02 Thread Paul james
orissette > *Subject:* Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI > error on IIS(5.1 and 6.0) ... Possible BUG? > > > > > http://localhost/cgi-bin/mapserv.exe?map=C%3A%2Finetpub%2Fwwwroot%2FOpenlayer%2FFiles%2FMapserver%2FMap.map&mode=map&map_ima

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-09 Thread Paul james
>> >> Houston Engineering, Inc. >> >> >> >> *From:* mapserver-users-boun...@lists.osgeo.org [mailto: >> mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Paul james >> *Sent:* Friday, May 29, 2009 1:08 PM >> *To:* Steve Lime >> *Cc:* mapserver

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-09 Thread Tamas Szekeres
ischer >>> >>> Houston Engineering, Inc. >>> >>> >>> >>> *From:* mapserver-users-boun...@lists.osgeo.org [mailto: >>> mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Paul james >>> *Sent:* Friday, May 29, 2009 1:08 PM &

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Paul james
; >>>> Houston Engineering, Inc. >>>> >>>> >>>> >>>> *From:* mapserver-users-boun...@lists.osgeo.org [mailto: >>>> mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Paul james >>>> *Sent:* Friday, May 29, 2009 1:08

RE: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Brian Fischer
: Brian Fischer; mapserver-users@lists.osgeo.org; Daniel Morissette; Steve Lime Subject: Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG? I don´t think its related to security settings... I can run the CGI on 5.2 ... And as well w

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Tamas Szekeres
Morissette; > Steve Lime > > *Subject:* Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI > error on IIS(5.1 and 6.0) ... Possible BUG? > > > > I don´t think its related to security settings... I can run the CGI on 5.2 > ... And as well with fastcgi on 5.4

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Paul james
t;> Phone: W: 763.493.4522 / M: 763.229.2734 >> >> >> >> *From:* Paul james [mailto:paulj...@gmail.com] >> *Sent:* Wednesday, June 10, 2009 8:46 AM >> *To:* Tamas Szekeres >> *Cc:* Brian Fischer; mapserver-users@lists.osgeo.org; Daniel Morissette; >> Ste

RE: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Brian Fischer
From: Paul james [mailto:paulj...@gmail.com] Sent: Wednesday, June 10, 2009 11:35 AM To: Tamas Szekeres Cc: Brian Fischer; mapserver-users@lists.osgeo.org; Daniel Morissette; Steve Lime Subject: Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Tamas Szekeres
2009/6/10 Brian Fischer > My tests where with shapefiles as well and I was using the MS4W 3.0 Beta > 2 download. I was not doing anything fancy with IIS just tried to upgrade > an existing application that is working fine with 5.2 to 5.4. I think if > you were to test with the MS4W 3.0 beta re

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-23 Thread Tamas Szekeres
;>> >>> >>> >>> *From:* Paul james [mailto:paulj...@gmail.com] >>> *Sent:* Wednesday, June 10, 2009 8:46 AM >>> *To:* Tamas Szekeres >>> *Cc:* Brian Fischer; mapserver-users@lists.osgeo.org; Daniel Morissette; >>> Steve Lime >>

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-23 Thread Jeff McKenna
The next MS4W 3.0 beta will also be downgraded to geos-3.0.4 (you can follow the progress at http://bugzilla.maptools.org/show_bug.cgi?id=2044) -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ Tamas Szekeres wrote: Paul, The problem described

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-23 Thread Paul james
.4)... >>>> >>>> I added a bug ticket : http://trac.osgeo.org/mapserver/ticket/3049 >>>> >>>> Paul >>>> >>>> >>>> >>>> On Tue, Jun 2, 2009 at 10:12 AM, Paul james wrote: >>>> >>>>