Opened 10 years ago

Last modified 10 years ago

#2377 new defect

Logic exception - MapGuideApiPINVOKE.MgSiteConnection_Open(IntPtr jarg1, IntPtr jarg2)

Reported by: educker Owned by:
Priority: medium Milestone:
Component: Web API Version: 2.5.0
Severity: major Keywords: Login MgInit
Cc: External ID:

Description

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

Attachments (1)

Logic Error stack trace.txt (1.7 KB ) - added by educker 10 years ago.

Download all attachments as: .zip

Change History (2)

by educker, 10 years ago

Attachment: Logic Error stack trace.txt added

comment:1 by jng, 10 years ago

Do you have any logged server errors as well?

Note: See TracTickets for help on using tickets.