[Nitro] Nitro>>Developers Center page: some errors
Mark Van De Vyver
mvyver at gmail.com
Sun Aug 19 00:59:38 EDT 2007
Hi,
After some reading around I've decided OG will be a worth a shot over AR.....
I encountered some problems working from the page:
http://www.nitroproject.org/dev
Details follow:
A) Under Get Started, the ink behind "The Core developers forum" to
http://www.nitroproject.org/fora/view/6
delivers and error page:
Internal Server Error
Path: /fora/view/6
Reload this page. Go to the referer or the home page.
Powered by Nitro version 0.50.0
B) The 'fora' link under 'Get Started' seems to be OK, however when I
click on "Post new topic" I get the openid sign-in page. Providing my
openID yields the following page:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not
set to an instance of an object.
Source Error:
Line 67: if
(State.Session.LastRequest.IsAnySimpleRegistrationFieldsRequestedOrRequired)
Line 68: {
Line 69: int? profileid =
trust.RetrieveProfile(Context.User.Identity.Name,
State.Session.LastRequest.TrustRoot);
Line 70:
Line 71: if (profileid.HasValue)
Source File: e:\Inetpub\openid\login.aspx.cs Line: 69
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
org.openid.User.DataUser.GetUserId(String username) in C:\Documents
and Settings\steven\My Documents\Visual Studio
2005\Projects\Org\orglib\User\DataUser.cs:175
org.openid.Trust.ProfileTrust.RetrieveProfile(String username,
String requestURL) in C:\Documents and Settings\steven\My
Documents\Visual Studio
2005\Projects\Org\orglib\Trust\ProfileTrust.cs:94
login.AutoShareData() in e:\Inetpub\openid\login.aspx.cs:69
login.Page_Load(Object sender, EventArgs e) in
e:\Inetpub\openid\login.aspx.cs:29
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp,
Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object
sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+1061
Version Information: Microsoft .NET Framework Version:2.0.50727.832;
ASP.NET Version:2.0.50727.832
Hope this helps.
Mark
More information about the Nitro-general
mailing list