Re: [mapserver-users] issue when upgrading layer from 5.x to 6.0

2012-08-08 Thread Lime, Steve D (DNR)
Nothing jumps out. Are you using INCLUDES or and external symbol file? Wonder if the line number is off or referencing another file. Steve From: mapserver-users-boun...@lists.osgeo.org [mapserver-users-boun...@lists.osgeo.org] on behalf of Mark Volz

Re: [mapserver-users] issue when upgrading layer from 5.x to 6.0

2012-08-08 Thread Stephen Woodbridge
Mark, Can you run this request in gdb and do a backtrace after it crashes? Hopefully your executable is compiled with --enable-debug gdb /path/to/mapserv run QUERY_STRING='everything after the ? in the url request' backtrace quit And post the output. This will probably be more useful at

Re: [mapserver-users] issue when upgrading layer from 5.x to 6.0

2012-08-08 Thread Jeff McKenna
On 12-08-07 12:04 PM, Mark Volz wrote: Hello, I am upgrading a mapfile from Mapserver 5.x to Mapserver 6.0. This map works fine in 5.x, however it crashes on the STYLE line. If anyone sees anything wrong with this layer let me know. Interesting problem. If I was in this situation I

Re: [mapserver-users] issue when upgrading layer from 5.x to 6.0

2012-08-08 Thread Astrid Emde
Am 08.08.2012 16:02, schrieb Jeff McKenna: On 12-08-07 12:04 PM, Mark Volz wrote: Hello, I am upgrading a mapfile from Mapserver 5.x to Mapserver 6.0. This map works fine in 5.x, however it crashes on the STYLE line. If anyone sees anything wrong with this layer let me know. Interesting

[mapserver-users] transitioning between mapservers - port forwarding

2012-08-08 Thread Mark Volz
Hello, I would like to see if I can run both MS4W 3.0 beta 7 (mapserver 5) and MS4W 3.x (mapserver 6). Background: Currently I am using an older version of MS4W to host our GeoMOOSE 2.2 applications, which are not compatible with the newer versions of MS4W. In addition to using the older

[mapserver-users] mapscript example

2012-08-08 Thread Sowmya Tiramdasu
Hi, I am trying to run the gmap tutorial for map server which uses mapscript. I am getting the following error. Can anyone please suggest me , where I am going wrong . I made sure the .map file is present at the location it is referring. Warning: ms_newMapObj(): [MapServer Error]:

Re: [mapserver-users] issue when upgrading layer from 5.x to 6.0

2012-08-08 Thread Mark Volz
Hello, Thank you for all your replies on helping me figure out why a mapfile was working in 5.x and not 6.x. It turns out that the problem was with an included symbol.sym file. I realized that I am not even using this file on this particular map so I removed the reference. So now everything