Event ID: 1309

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
10/2/2007 3:43:41 AM
Gravatar
Total Posts 5

Event ID: 1309

HI, I am having problems trying to modify user details etc in the admin section with the following error coming up on the web server...

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 2/10/2007 4:34:41 PM
Event time (UTC): 2/10/2007 8:34:41 AM
Event ID: 776c2be2bcdc47b9aa20cdb2a1992530
Event sequence: 64
Event occurrence: 2
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1771640833/Root-4-128357868064213611
Trust level: Full
Application Virtual Path: /
Application Path: C:\mojo\
Machine name: COBINUP

Process information:
Process ID: 4528
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: HttpUnhandledException
Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown.

Request information:
Request URL: http://192.168.1.18/Admin/ManageUsers.aspx?userId=-1
Request path: /Admin/ManageUsers.aspx
User host address: 192.168.1.13
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.admin_manageusers_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

I thought it might be permission related so I have set the Network Service and ASP user to full control on the root folder of the site but still no joy.

Any thoughts?

 

10/2/2007 8:43:00 AM
Gravatar
Total Posts 18439

Re: Event ID: 1309

Hi,

The error doesn't give any helpful information. Can you review the mojoPortal log at Data/currentlog.config and see if there is any more meaningful information in there that might help pinpoint the actual error?

What version of mojoPortal? What database?

Thanks,

Joe

10/2/2007 8:09:04 PM
Gravatar
Total Posts 5

Re: Event ID: 1309

Here is a cut and paste from the logfile you requested, also running on MSSQL2005 and version 2.2.3.8...

10/2/2007 8:09:22 PM
Gravatar
Total Posts 5

Re: Event ID: 1309

Here is a cut and paste from the logfile you requested, also running on MSSQL2005 and version 2.2.3.8...

2007-10-03 09:06:02,620 [3480] ERROR mojoPortal.Web.Global [(null)] - System.Data.SqlClient.SqlException: Procedure or function 'mp_UserProperties_Insert' expects parameter '@LastUpdatedDate', which was not supplied.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at mojoPortal.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at mojoPortal.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteUser_CreateProperty(Guid propertyID, Guid userGuid, String propertyName, String propertyValueString, Byte[] propertyValueBinary, DateTime lastUpdateDate, Boolean isLazyLoaded)
at mojoPortal.Business.SiteUser.CreateProperty(String propertyName, Object propertyValue, SettingsSerializeAs serializeAs, Boolean lazyLoad)
at mojoPortal.Business.SiteUser.SetProperty(String propertyName, Object propertyValue, SettingsSerializeAs serializeAs, Boolean lazyLoad)
at mojoPortal.Web.Configuration.mojoProfilePropertyDefinition.SaveProperty(SiteUser siteUser, Panel parentControl, mojoProfilePropertyDefinition propertyDefinition, Double timeZoneOffset)
at mojoPortal.Web.AdminUI.ManageUsers.UpdateUser()
at mojoPortal.Web.AdminUI.ManageUsers.btnUpdate_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2007-10-03 09:06:02,620 [3480] ERROR mojoPortal.Web.Global [(null)] - System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Data.SqlClient.SqlException: Procedure or function 'mp_UserProperties_Insert' expects parameter '@LastUpdatedDate', which was not supplied.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at mojoPortal.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at mojoPortal.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteUser_CreateProperty(Guid propertyID, Guid userGuid, String propertyName, String propertyValueString, Byte[] propertyValueBinary, DateTime lastUpdateDate, Boolean isLazyLoaded)
at mojoPortal.Business.SiteUser.CreateProperty(String propertyName, Object propertyValue, SettingsSerializeAs serializeAs, Boolean lazyLoad)
at mojoPortal.Business.SiteUser.SetProperty(String propertyName, Object propertyValue, SettingsSerializeAs serializeAs, Boolean lazyLoad)
at mojoPortal.Web.Configuration.mojoProfilePropertyDefinition.SaveProperty(SiteUser siteUser, Panel parentControl, mojoProfilePropertyDefinition propertyDefinition, Double timeZoneOffset)
at mojoPortal.Web.AdminUI.ManageUsers.UpdateUser()
at mojoPortal.Web.AdminUI.ManageUsers.btnUpdate_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.admin_manageusers_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

10/2/2007 8:17:44 PM
Gravatar
Total Posts 18439

Re: Event ID: 1309

I'm pretty sure this is fixed in version 2.2.3.9 can you upgrade and let me know?

Thanks,

Joe

10/2/2007 8:19:43 PM
Gravatar
Total Posts 5

Re: Event ID: 1309

OK Thanks.

Will let you know.

10/4/2007 9:52:02 PM
Gravatar
Total Posts 5

Re: Event ID: 1309

Hi, I upgraded to the latest version and this problem is now resolved.

Thanks for your help. 

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