online application
We have a online examination application developed in ASP.net with SQL as backend database. The server is located at factory in Walchandnagar, connected through 2*2 mbps links. Total 200 users at a time attempted the exam from pune location. We had tested the exam for 5-10 peoples and found no problem, but the live exam failed. No n/w problem was observed. The errors generated at the live exam are attached here with. Please help us to find the reasons of the failure. We have the source code if required we can send you that.
Erros:
1 . Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 10/26/2009
Time: 4:55:12 PM
User: N/A
Computer: WNRSP
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 10/26/2009 4:55:12 PM
Event time (UTC): 10/26/2009 11:25:12 AM
Event ID: e161e78ff20445d185db57c084330ed9
Event sequence: 28
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/OnlineExamination-1-129010288552663219
Trust level: Full
Application Virtual Path: /OnlineExamination
Application Path: C:\Inetpub\OnlineExamination\
Machine name: WNRSP
Process information:
Process ID: 6036
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: ArgumentOutOfRangeException
Exception message: 'RadioButtonList1' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
Request information:
Request URL: http://wnrsp:2080/OnlineExamination/frmTest.aspx
Request path: /OnlineExamination/frmTest.aspx
User host address: 10.20.0.17
User: itsupport.pune@walchand.com
Is authenticated: True
Authentication Type: Forms
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.UI.WebControls.ListControl.set_SelectedValue(String value)
at frmTest.createQuestion()
at frmTest.RadioButtonList2_SelectedIndexChanged(Object sender, EventArgs e)
at System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(EventArgs e)
at System.Web.UI.WebControls.RadioButtonList.RaisePostDataChangedEvent()
at System.Web.UI.WebControls.RadioButtonList.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent()
at System.Web.UI.Page.RaiseChangedEvents()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
2. Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 10/10/2009
Time: 11:02:33 AM
User: N/A
Computer: WNRSP
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 10/10/2009 11:02:33 AM
Event time (UTC): 10/10/2009 5:32:33 AM
Event ID: 8382f1f9d9c54ca5bfc5cc7bbc0ba875
Event sequence: 635
Event occurrence: 4
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/OnlineExamination-1-128996181322056192
Trust level: Full
Application Virtual Path: /OnlineExamination
Application Path: C:\Inetpub\OnlineExamination\
Machine name: WNRSP
Process information:
Process ID: 5100
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: InvalidOperationException
Exception message: Invalid attempt to Read when reader is closed.
Request information:
Request URL: http://wnrsp:2080/OnlineExamination/frmTest.aspx
Request path: /OnlineExamination/frmTest.aspx
User host address: 10.21.0.11
User: jacobgeorge@walchand.com
Is authenticated: True
Authentication Type: Forms
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.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout)
at System.Data.SqlClient.SqlDataReader.Read()
at System.Data.SqlClient.SqlCommand.CompleteExecuteScalar(SqlDataReader ds, Boolean returnSqlValue)
at System.Data.SqlClient.SqlCommand.ExecuteScalar()
at globalFunctions.execScalarQuery(String strSQLStm)
at frmTest.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
3. Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 10/10/2009
Time: 11:11:10 AM
User: N/A
Computer: WNRSP
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 10/10/2009 11:11:10 AM
Event time (UTC): 10/10/2009 5:41:10 AM
Event ID: 74d0729057f34f08982581e09b039be3
Event sequence: 1271
Event occurrence: 22
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/OnlineExamination-1-128996181322056192
Trust level: Full
Application Virtual Path: /OnlineExamination
Application Path: C:\Inetpub\OnlineExamination\
Machine name: WNRSP
Process information:
Process ID: 5100
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: IndexOutOfRangeException
Exception message: Cannot find table 0.
Request information:
Request URL: http://wnrsp:2080/OnlineExamination/frmTest.aspx
Request path: /OnlineExamination/frmTest.aspx
User host address: 10.26.0.32
User: svkulkarni@walchand.com
Is authenticated: True
Authentication Type: Forms
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.Data.DataTableCollection.get_Item(Int32 index)
at globalFunctions.executeSPdtwithoutparmandsp(String strName)
at frmTest.createQuestion()
at frmTest.RadioButtonList2_SelectedIndexChanged(Object sender, EventArgs e)
at System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(EventArgs e)
at System.Web.UI.WebControls.RadioButtonList.RaisePostDataChangedEvent()
at System.Web.UI.WebControls.RadioButtonList.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent()
at System.Web.UI.Page.RaiseChangedEvents()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
4. Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 10/10/2009
Time: 11:12:43 AM
User: N/A
Computer: WNRSP
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 10/10/2009 11:12:43 AM
Event time (UTC): 10/10/2009 5:42:43 AM
Event ID: fea1990ee3e9481bb47d98e0e601659e
Event sequence: 1401
Event occurrence: 56
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/OnlineExamination-1-128996181322056192
Trust level: Full
Application Virtual Path: /OnlineExamination
Application Path: C:\Inetpub\OnlineExamination\
Machine name: WNRSP
Process information:
Process ID: 5100
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: ArgumentOutOfRangeException
Exception message: 'RadioButtonList1' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
Request information:
Request URL: http://wnrsp:2080/onlineexamination/frmTest.aspx
Request path: /onlineexamination/frmTest.aspx
User host address: 10.23.0.20
User: rjthigale@wil.com
Is authenticated: True
Authentication Type: Forms
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.UI.WebControls.ListControl.set_SelectedValue(String value)
at frmTest.createQuestion()
at frmTest.btnPrevious_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)
Custom event details:For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Answers
- Marked As Answer byJakob SvendsenModeratorMonday, December 07, 2009 1:37 PM
- Proposed As Answer byKarl Mitschke Thursday, November 19, 2009 3:27 PM
All Replies
- Marked As Answer byJakob SvendsenModeratorMonday, December 07, 2009 1:37 PM
- Proposed As Answer byKarl Mitschke Thursday, November 19, 2009 3:27 PM