B
Bikhod
Hi
During stress testing of our system (~ 342 transactions /
minute), we occasionally get the following error:
Value cannot be null.
Parameter name: s
[MethodName=VenusDataAccessLayer.dll:ataAccessLayer.Execu
teCommand(IDbCommand, EDataSource);
InnerExceptionType=System.ArgumentNullException;
AppDomainName=vowbusinessservicesservice.exe;
AssemblyName=VenusDataAccessLayer;
AssemblyVersion=2.0.0.0; IsHandled=False;
MachineName=ENTAP45D; ThreadId=2264; ThreadUser=;
TimeStamp=22/12/2003 13:17:09; StackTrace=
Server stack trace:
at
VoWBusinessServices.Valuation.ValuationNonTx.FetchValuation
(String userID, String ifaID, Int64 memberId, EDataSource
dataSource, EClientSource clientSource, EValuationLinks
links)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateP
rocessMessage(MethodBase mb, Object[] args, Object server,
Int32 methodPtr, Boolean fExecuteInContext, Object[]&
outArgs)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProc
essMessage(IMessage msg, Int32 methodPtr, Boolean
fExecuteInContext)
Exception rethrown at [0]:
at
VoWBusinessServicesProxy.Valuation.ValuationNonTxProxy.Fetc
hValuation(String userID, String ifaID, Int64 memberId,
EDataSource dataSource, EClientSource clientSource,
EValuationLinks links) in
W:\VenusDotNet\VoWBusinessServicesProxy\ValuationNonTxProxy
..vb:line 75
at StressObject.Form1.ButtonInvoke_Click(Object sender,
EventArgs e) in c:\stressobject\form1.cs:line
293DebugStackTrace=c:\stressobject\form1.cs, Line: 332.
Next executable line: txtError.Text += ex.Message
+ "\n\n";]
Value cannot be null.
Parameter name: s
Server stack trace:
at
VoWBusinessServices.Valuation.ValuationNonTx.FetchValuation
(String userID, String ifaID, Int64 memberId, EDataSource
dataSource, EClientSource clientSource, EValuationLinks
links)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateP
rocessMessage(MethodBase mb, Object[] args, Object server,
Int32 methodPtr, Boolean fExecuteInContext, Object[]&
outArgs)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProc
essMessage(IMessage msg, Int32 methodPtr, Boolean
fExecuteInContext)
Exception rethrown at [0]:
at
VoWBusinessServicesProxy.Valuation.ValuationNonTxProxy.Fetc
hValuation(String userID, String ifaID, Int64 memberId,
EDataSource dataSource, EClientSource clientSource,
EValuationLinks links) in
W:\VenusDotNet\VoWBusinessServicesProxy\ValuationNonTxProxy
..vb:line 75
Any one seen this error and fixed it?
I found references to this error on the web, however, no
one seems to have found the cause for this error.
The system is a .NET Win Form application that remotes to
a App Server that then remotes to a Database Server.
Thanks
During stress testing of our system (~ 342 transactions /
minute), we occasionally get the following error:
Value cannot be null.
Parameter name: s
[MethodName=VenusDataAccessLayer.dll:ataAccessLayer.Execu
teCommand(IDbCommand, EDataSource);
InnerExceptionType=System.ArgumentNullException;
AppDomainName=vowbusinessservicesservice.exe;
AssemblyName=VenusDataAccessLayer;
AssemblyVersion=2.0.0.0; IsHandled=False;
MachineName=ENTAP45D; ThreadId=2264; ThreadUser=;
TimeStamp=22/12/2003 13:17:09; StackTrace=
Server stack trace:
at
VoWBusinessServices.Valuation.ValuationNonTx.FetchValuation
(String userID, String ifaID, Int64 memberId, EDataSource
dataSource, EClientSource clientSource, EValuationLinks
links)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateP
rocessMessage(MethodBase mb, Object[] args, Object server,
Int32 methodPtr, Boolean fExecuteInContext, Object[]&
outArgs)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProc
essMessage(IMessage msg, Int32 methodPtr, Boolean
fExecuteInContext)
Exception rethrown at [0]:
at
VoWBusinessServicesProxy.Valuation.ValuationNonTxProxy.Fetc
hValuation(String userID, String ifaID, Int64 memberId,
EDataSource dataSource, EClientSource clientSource,
EValuationLinks links) in
W:\VenusDotNet\VoWBusinessServicesProxy\ValuationNonTxProxy
..vb:line 75
at StressObject.Form1.ButtonInvoke_Click(Object sender,
EventArgs e) in c:\stressobject\form1.cs:line
293DebugStackTrace=c:\stressobject\form1.cs, Line: 332.
Next executable line: txtError.Text += ex.Message
+ "\n\n";]
Value cannot be null.
Parameter name: s
Server stack trace:
at
VoWBusinessServices.Valuation.ValuationNonTx.FetchValuation
(String userID, String ifaID, Int64 memberId, EDataSource
dataSource, EClientSource clientSource, EValuationLinks
links)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateP
rocessMessage(MethodBase mb, Object[] args, Object server,
Int32 methodPtr, Boolean fExecuteInContext, Object[]&
outArgs)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProc
essMessage(IMessage msg, Int32 methodPtr, Boolean
fExecuteInContext)
Exception rethrown at [0]:
at
VoWBusinessServicesProxy.Valuation.ValuationNonTxProxy.Fetc
hValuation(String userID, String ifaID, Int64 memberId,
EDataSource dataSource, EClientSource clientSource,
EValuationLinks links) in
W:\VenusDotNet\VoWBusinessServicesProxy\ValuationNonTxProxy
..vb:line 75
Any one seen this error and fixed it?
I found references to this error on the web, however, no
one seems to have found the cause for this error.
The system is a .NET Win Form application that remotes to
a App Server that then remotes to a Database Server.
Thanks