[Mapguide-trac] [mapguide-trac] #2377: Logic exception - MapGuideApiPINVOKE.MgSiteConnection_Open(IntPtr jarg1, IntPtr jarg2)
MapGuide Open Source
trac_mapguide at osgeo.org
Mon Nov 11 22:12:37 PST 2013
#2377: Logic exception - MapGuideApiPINVOKE.MgSiteConnection_Open(IntPtr jarg1,
IntPtr jarg2)
-----------------------+----------------------------------------------------
Reporter: educker | Owner:
Type: defect | Status: new
Priority: medium | Milestone:
Component: Web API | Version: 2.5.0
Severity: major | Keywords: Login MgInit
External_id: |
-----------------------+----------------------------------------------------
Hi,
I've moved our mapping website from one server to another and after
reinstalling map guide and meastro on the new server I'm getting this
error.
The error comes up after the map is displayed. We have some code in our
app that then asks for another layer to be created on top of the map once
the map is initially created.
Our code that it's failing on is in this standard part:
{{{
protected MgSiteConnection MgInit(string sessionId)
{
this.InitializeWebTier();
MgUserInformation userInformation = new
MgUserInformation(sessionId);
MgSiteConnection connection = new MgSiteConnection();
connection.Open(userInformation);
return connection;
}
}}}
Stack trace is in the attached txt document - any idea why we would have a
Logic error?
Thanks,
Edward
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2377>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list