#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 , 16 years ago
comment:3 by , 16 years ago
I changed the product version(2.1.0.0) but i am still getting the same error from studio. Here is the result from the url(http://localhost:8008/mapguide/mapagent/mapagent.fcgi?OPERATION=GETSITEINFO&VERSION=1.0.0&LOCALE=en&CLIENTAGENT=MapGuide+Developer) <SiteInformation xsi:noNamespaceSchemaLocation="SiteInformation-1.0.0.xsd"> − <SiteServer> <DisplayName/> <Status>Online</Status> <Version>2.1.0.0</Version> − <OperatingSystem> <AvailablePhysicalMemory>1169944576</AvailablePhysicalMemory> <TotalPhysicalMemory>2146746368</TotalPhysicalMemory> <AvailableVirtualMemory>1851961344</AvailableVirtualMemory> <TotalVirtualMemory>2147352576</TotalVirtualMemory> − <Version> Microsoft Windows XP Professional Service Pack 2 (Build 2600) </Version> </OperatingSystem> </SiteServer> − <Statistics> <AdminOperationsQueueCount>0</AdminOperationsQueueCount> <ClientOperationsQueueCount>0</ClientOperationsQueueCount> <SiteOperationsQueueCount>0</SiteOperationsQueueCount> <AverageOperationTime>181</AverageOperationTime> <CpuUtilization>2</CpuUtilization> <TotalOperationTime>2</TotalOperationTime> <TotalActiveConnections>2</TotalActiveConnections> <TotalConnections>4</TotalConnections> <TotalOperationsProcessed>11</TotalOperationsProcessed> <TotalOperationsReceived>12</TotalOperationsReceived> <Uptime>286</Uptime> </Statistics> </SiteInformation>
comment:4 by , 16 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
follow-up: 6 comment:5 by , 16 years ago
I think it's the DisplayName
<DisplayName></DisplayName> vs <DisplayName/>
comment:6 by , 16 years ago
Replying to zspitzer:
I think it's the DisplayName
<DisplayName></DisplayName> vs <DisplayName/>
How to fix it?
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
follow-up: 9 comment:8 by , 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.
comment:9 by , 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?
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