Exeception with RPX

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/19/2009 10:10:15 AM
Gravatar
Total Posts 131

Exeception with RPX

Hey Joe,

Just installed the latest version of Mojo and tried in install RPX.  It worked up to the login at the third party.  When it returns, I get the following

 

Line 198: if (!resp.GetAttribute("stat").Equals("ok"))
Line 199: {
Line 200: throw new SystemException("Unexpected API error");
Line 201: }
Line 202:
 

Source File: C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Components\OpenIdRpxHelper.cs Line: 200

Stack Trace:


[SystemException: Unexpected API error]
mojoPortal.Web.OpenIdRpxHelper.ApiCall(String methodName, Dictionary`2 partialQuery) in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Components\OpenIdRpxHelper.cs:200
mojoPortal.Web.OpenIdRpxHelper.AuthInfo(String token, String tokenUrl) in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Components\OpenIdRpxHelper.cs:66
mojoPortal.Web.UI.OpenIdRpxHandlerPage.ProcessToken() in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Secure\OpenIdRpxHandler.aspx.cs:73
mojoPortal.Web.UI.OpenIdRpxHandlerPage.Page_Load(Object sender, EventArgs e) in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Secure\OpenIdRpxHandler.aspx.cs:66
System.Web.UI.Control.OnLoad(EventArgs e) +99
mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Components\mojoBasePage.cs:425
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Vista Ultimate, IE 7, latest version of Mojo Running in Debug.  I did rebuild all and setup before installing.

5/19/2009 10:15:15 AM
Gravatar
Total Posts 18439

Re: Exeception with RPX

I would try it debugging via IIS, it works for me under IIS. I have not tried it under the VS web server, it may not work correctly on alternate ports. 

You must sign in to post in the forums. This thread is closed to new posts.