|
|
Chyba: UndefinedClass
Poslední příspěvek 02-01-2010, 10:45 od admin. Počet odpovědí: 3
-
01-29-2010, 9:52 |
-
mfisar
-
-
-
Připojeno k11-28-2005
-
-
Příspěvky17
-
-
|
Zdravím všechny,
po delší době zase něco testuje s podáním na PVS a vrácí mi to tuto chybu:
odeslatná data:
<?xml version="1.0" encoding="UTF-8" ?>
- <GovTalkMessage xmlns="http://www.govtalk.gov.uk/CM/envelope">
<EnvelopeVersion>2.0</EnvelopeVersion>
<Class>CSSZ_RELDP</Class>
<Qualifier>request</Qualifier>
<Function>submit</Function>
<Transformation>XML</Transformation>
<GatewayTest>0</GatewayTest>
</MessageDetails>
<SenderID>EAKXL788NC5C</SenderID>
</IDAuthentication>
</SenderDetails>
</Header>
<Key Type="vars">99991125</Key>
</Keys>
</GovTalkDetails>
- <Message version="1.2" eType="ELDP09" xmlns="http://www.cssz.cz/XMLSchema/envelope">
<Signature xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="bin.base64">...</Signature>
<Vendor productName="GORDIC WinPED" version="4.0.1" />
</Header>
<Body contentEncoding="raw" encrypted="yes" xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="bin.base64">...</Body>
</Message>
</Body>
</GovTalkMessage>
výsledek:
<?xml version="1.0" encoding="utf-8" ?>
- <GovTalkMessage xmlns="http://www.govtalk.gov.uk/CM/envelope">
<EnvelopeVersion>2.0</EnvelopeVersion>
<Class>UndefinedClass</Class>
<Qualifier>error</Qualifier>
<Function>submit</Function>
<ResponseEndPoint PollInterval="35">https://bezpecne.dev.gov.cz/submission</ResponseEndPoint>
<GatewayTimestamp>2010-01-29T08:42:52.418</GatewayTimestamp>
</MessageDetails>
</Header>
<RaisedBy>.Net SqlClient Data Provider</RaisedBy>
<Text>Sending to BTPserver failed: A .NET Framework error occurred during execution of user-defined routine or aggregate "p_GetTypeOfIncomingDocument": System.TypeInitializationException: The type initializer for 'System.Data.SqlServer.Internal.ClrLevelContext' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Microsoft.SqlServer.Server.SmiMetaData' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Data.SqlTypes.SqlDecimal' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Data.SqlTypes.SQLResource' threw an exception. ---> System.Threading.ThreadAbortException: Exception of type 'System.Threading.ThreadAbortException' was thrown. System.Threading.ThreadAbortException: System.TypeInitializationException: at System.Data.SqlTypes.SqlDecimal.Parse(String s) at System.Data.SqlTypes.SqlDecimal..cctor() System.TypeInitializationException: at System.Data.SqlTypes.SqlDecimal..ctor(Decimal value) at System.Data.SqlTypes.SqlMoney..ctor(Decimal value) at Microsoft.SqlServer.Server.SmiMetaData..cctor() System.TypeInitializationException: at Microsoft.SqlServer.Server.SmiMetaData..ctor(SqlDbType dbType, Int64 maxLength, Byte precision, Byte scale, Int64 localeId, SqlCompareOptions compareOptions, Type userDefinedType, Boolean isMultiValued, IList`1 fieldTypes, SmiMetaDataPropertyCollection extendedProperties) at Microsoft.SqlServer.Server.SmiExtendedMetaData..ctor(SqlDbType dbType, Int64 maxLength, Byte precision, Byte scale, Int64 localeId, SqlCompareOptions compareOptions, Type userDefinedType, Boolean isMultiValued, IList`1 fieldMetaData, SmiMetaDataPropertyCollection extendedProperties, String name, String typeSpecificNamePart1, String typeSpecificNamePart2, String typeSpecificNamePart3) at Microsoft.SqlServer.Server.SmiExtendedMetaData..ctor(SqlDbType dbType, Int64 maxLength, Byte precision, Byte scale, Int64 localeId, SqlCompareOpti ... System.TypeInitializationException: at S...</Text>
<Location>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 Neurodot.GG.BT.SQLAdapter.SendData(XmlDocument xData, String credentialIdentifier, String gatewayTimeStamp) in D:\Projects\Neurodot\GG2007\IIS\Neurodot.GG.BT\SQLAdapter.cs:line 90 at Neurodot.GG.BT.SQLAdapter.SendMessage(XmlDocument data, String credId, String timeStamp) in D:\Projects\Neurodot\GG2007\IIS\Neurodot.GG.BT\SQLAdapter.cs:line 54 at Neurodot.GG.Web.ISAPI.Submission.PVSHttpHandler.SendGovTalkMessageToBTPServer(HttpContext context, String credId, Guid& corrId) in D:\Projects\Neurodot\GG2007\IIS\Neurodot.GG.Web.ISAPI\PVSHttpHandler.cs:line 312</Location>
</Error>
</GovTalkErrors>
</GovTalkDetails>
</GovTalkMessage>
Nevíte někdo, kde může být chyba ?
|
|
-
01-29-2010, 11:20 |
-
xsrotp00
-
-
-
Připojeno k09-30-2009
-
-
Příspěvky1
-
-
|
Re: Chyba: UndefinedClass
Chyba je na straně provozovatelů testovacího PVS, mně to dělá na všechny druhy podání zprávy submit a potom i na zprávu pool pro existující podání. Asi budeme muset počkat až to opraví.
|
|
-
01-29-2010, 12:28 |
-
02-01-2010, 10:45 |
-
admin
-
-
-
Připojeno k06-15-2005
-
-
Příspěvky381
-
-
|
Re: Chyba: UndefinedClass
Testovací část byla o víkendu opravena. Můžete vyzkoušet podávání.
|
|
|
|