Opened 15 years ago

Closed 15 years ago

#913 closed defect (fixed)

The coordinate system initialization failed. - Could not initialize the geodetic transformation.

Reported by: zspitzer Owned by:
Priority: medium Milestone: 2.1
Component: Installer Version: 2.1.0
Severity: blocker Keywords:
Cc: jng External ID:

Description

Using a repository which worked fine with MGE, I am getting this error with the 2.1 test installer

<2009-03-19T20:36:34> 5068 Ajax Viewer 127.0.0.1 Administrator

Error: Failed to stylize layer: aug 06-ROADS - HWY

The coordinate system initialization failed. Could not initialize the geodetic transformation.

StackTrace:

the path is correct, the map is in GDA94

MENTOR_DICTIONARY_PATH=C:\Program Files\OSGeo\MapGuide Server\CSMap\Dictionaries\

Attachments (4)

ScreenShot002.png (71.0 KB ) - added by jbirch 15 years ago.
MentorDict.txt (3.7 KB ) - added by jbirch 15 years ago.
mapguide_build_bat.patch (532 bytes ) - added by jbirch 15 years ago.
installer_build_bat.patch (1.9 KB ) - added by jbirch 15 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 by jbirch, 15 years ago

I am getting a similar error from a Fusion AJAX call on a 2.1 build. I've attached an image showing the CS error.

My MENTOR_DICTIONARY_PATH is also set to:

C:\Program Files\OSGeo\MapGuide Server\CSMap\Dictionaries\

And this folder contains the files in the attached MentorDict.txt file.

by jbirch, 15 years ago

Attachment: ScreenShot002.png added

by jbirch, 15 years ago

Attachment: MentorDict.txt added

comment:2 by jbirch, 15 years ago

Here's my CS:

PROJCS["NAD_1983_UTM_Zone_10N",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",-123],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0],UNIT["Meter",1]]

comment:3 by jbirch, 15 years ago

And I get the same error for another map in same/similar CS:

PROJCS["UTM83-10",GEOGCS["LL83",DATUM["NAD83",SPHEROID
["GRS1980",6378137.000,298.25722210]],PRIMEM["Greenwich",0],UNIT
["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER
["false_easting",500000.000],PARAMETER["false_northing",0.000],PARAMETER
["central_meridian",-123.00000000000000],PARAMETER["scale_factor",0.9996],PARAMETER
["latitude_of_origin",0.000],UNIT["Meter",1.00000000000000]]

comment:4 by zspitzer, 15 years ago

Component: Mapping ServiceInstaller
Version: 2.1.0

solution is a few missing files

coordsys.asc, datums.asc, ellipsoid.asc, mreg.asc, category.asc, NameMapper.csv

comment:5 by jbirch, 15 years ago

Cc: jng added

Hi Zac, I think Hugues said that those .asc files are unneeded; only the .csv files are reequired. I'm going to attach a couple patches; I can't wait up to see if my full rebuild succeeds; I'll let you know when I wake up :)

by jbirch, 15 years ago

Attachment: mapguide_build_bat.patch added

by jbirch, 15 years ago

Attachment: installer_build_bat.patch added

comment:6 by zspitzer, 15 years ago

ahhh, i got confused because the .asc files weren't in the installer

just tested and it works without the.asc files

comment:7 by jbirch, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r3761 and r3762

Note: See TracTickets for help on using tickets.