Open unix-junkie opened 10 years ago
Unable to reproduce.
<VALUE OUT OF RANGE>
is thrown by $SCONVERT
from isc.onec.bridge.TcpClient
whenever upon a successful read request no data is actually read from the 1C Bridge process. For instance, $sconvert("", "U2")
results in the same error (%Exception.SystemException
) with the same error code of 140:
try {w $sconvert("", "U2")} catch (e) { zw e } k e
e=<OBJECT REFERENCE>[8@%Exception.SystemException]
+----------------- general information ---------------
| oref value: 8
| class name: %Exception.SystemException
| reference count: 2
+----------------- attribute values ------------------
| Code = 140 <Set>
| Data = "" <Set>
| InnerException = "" <Set>
| Location = "zExecute+15^%Studio.General.1" <Set>
| Name = "<VALUE OUT OF RANGE>" <Set>
| (iStack) = $lb("^zExecute+15^%Studio.General.1^1","x^zExecute+15^%Studio.General.1^1","d^runMtdLow+22^%SYS.BINDSRV^1","x^runMtdLow+22^%SYS.BINDSRV^1","d^popFrame+199^%SYS.BINDSRV^1","d^ServerLoop+23^%SYS.BINDSRV^2","d^SuperConnect+44^%SYS.DBSRV^1","d^SuperServer+112^%SYS.SERVER^1","d^^^0")
The request details like 3,1,Выполнить.values:{}
actually decipher to the following:
cmd
= 3 (Type == CONTEXT
— see isc.onec.bridge.Request.Type
enum)target
= 1operand
= "Выполнить" Closing.
The following error:
NetworkException: <VALUE OUT OF RANGE>
appears from time to time when connecting to 1C v.8.1.isc.onec.adapter
log fragment:Ensemble event log:
Originally posted at BitBucket.