Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#633 closed defect (fixed)

Studio login error with trunk build

Reported by: mgluobin Owned by:
Priority: high Milestone: 2.1
Component: General Version: 2.0.1
Severity: blocker Keywords:
Cc: External ID:

Description

using a trunk build (3247) on windows xp, Studio 2009 can't log in

I get the following error

"Unable to complete request from site" there is an error in xml document (23,4)

Change History (9)

comment:1 by zspitzer, 16 years ago

I have seen this problem as well, can you try using fiddler to see what the problem call is

I think might be with the getsiteinfo call

can you post the result from

http://localhost:8008/mapguide/mapagent/mapagent.fcgi?OPERATION=GETSITEINFO&VERSION=1.0.0&LOCALE=en&CLIENTAGENT=MapGuide+Developer

comment:2 by zspitzer, 16 years ago

Resolution: duplicate
Status: newclosed

duplicate see #547

comment:4 by mgluobin, 16 years ago

Resolution: duplicate
Status: closedreopened

comment:5 by zspitzer, 16 years ago

in reply to:  5 comment:6 by mgluobin, 16 years ago

Replying to zspitzer:

I think it's the DisplayName

<DisplayName></DisplayName> vs <DisplayName/>

How to fix it?

comment:7 by tomfukushima, 16 years ago

Resolution: fixed
Status: reopenedclosed

comment:8 by tomfukushima, 16 years ago

I notice that this ticket says it is using 3247, but the change of "TotalActiveConnections" to "ActiveConnections" was done in 3241. The returned XML says TotalActiveConnections still. As this fix is in the web tier, you may need to update your web tier binaries and restart your web server to complete the fix. Once the server returns <ActiveConnections> in the returned XML, then the changes have been integrated.

in reply to:  8 comment:9 by mgluobin, 16 years ago

Replying to tomfukushima:

I notice that this ticket says it is using 3247, but the change of "TotalActiveConnections" to "ActiveConnections" was done in 3241. The returned XML says TotalActiveConnections still. As this fix is in the web tier, you may need to update your web tier binaries and restart your web server to complete the fix. Once the server returns <ActiveConnections> in the returned XML, then the changes have been integrated.

Thank you very much.I have finished.It works well. Some days ago,i submit a ticket #614, but no answer returns.Can you give some time to check it?

Note: See TracTickets for help on using tickets.