Issue Details (XML | Word | Printable)

Key: LIBOMV-332
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: John Hurliman
Reporter: Jim Radford
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

TestClient under mono/Windows does not login, Caps error at https://login.agni.lindenlab.com/cgi-bin/login.cgi: Object reference not set to an instance of an ob ject

Created: 29/Jul/08 02:04 PM   Updated: 29/Jul/08 04:32 PM
Component/s: None
Affects Version/s: 0.6.0
Fix Version/s: 0.6.0

Environment: Mono / Windows, Mono / Linux64, Mono / Linux32


 Description  « Hide
D:\dev\libomv-trunk\bin>mono TestClient.exe --first Tin --last Shenlin --pass pass --contact "y"
47 [1] INFO - No log configuration found, defaulting to console logging
62 [1] DEBUG - New CAPS request to https://login.agni.lindenlab.com/cgi-bin/login.cgi initiated
781 [2] DEBUG - Caps error at https://login.agni.lindenlab.com/cgi-bin/login.cgi: Object reference not set to an instance of an ob
ject
797 [2] DEBUG - < >: Login status: Failed: Object reference not set to an instance of an object
Failed to login Tin Shenlin: Object reference not set to an instance of an object
Type quit to exit. Type help for a command list.
0 avatars online>

Same under mono/Linux



 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Christopher Omega added a comment - 29/Jul/08 03:55 PM
Here's a stack trace:

47 [1] INFO - No log configuration found, defaulting to console logging
62 [1] DEBUG - New CAPS request to https://login.agni.lindenlab.com/cgi-bin/logi
n.cgi initiated
593 [2] DEBUG - Caps error at https://login.agni.lindenlab.com/cgi-bin/login.cgi
: Object reference not set to an instance of an object
at OpenMetaverse.Capabilities.CapsBase.ProcessResponse (System.Net.WebResponse
response) [0x00000]
at OpenMetaverse.Capabilities.CapsBase.UploadDataCore (System.Uri address, Sys
tem.String method, System.Byte[] data, System.Object userToken) [0x00000]
at OpenMetaverse.Capabilities.CapsBase+<>c__CompilerGenerated22.<UploadDataAsy
nc>c__70 (System.Object state) [0x00000]
593 [2] DEBUG - < >: Login status: Failed: Object reference not set to an instan
ce of an object
Failed to login Torn Bobbysocks: Object reference not set to an instance of an o
bject


John Hurliman added a comment - 29/Jul/08 04:32 PM
Fixed in r2023, looks like there's a bug in Mono ThreadPool.RegisterWaitForSingleObject()