Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Martin Griffiths 826 posts 1269 karma points c-trib
    Jan 24, 2014 @ 17:05
    Martin Griffiths
    0

    Really weird log error since upgrading to 7.0.2

    Is anyone encountering this error, which appears in my log every minute!

    2014-01-24 16:02:47,028 [44] INFO  Umbraco.Core.Persistence.UmbracoDatabase - [Thread 34]    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
       at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)
       at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)
       at System.Data.SqlClient.SqlDataReader.Read()
       at Umbraco.Core.Persistence.Database.<Query>d__1c`1.MoveNext()
    2014-01-24 16:02:47,028 [44] ERROR umbraco.presentation.publishingService - [Thread 34] Error executing scheduled publishing
    System.Data.SqlClient.SqlException (0x80131904): The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
       at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)
       at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)
       at System.Data.SqlClient.SqlDataReader.Read()
       at Umbraco.Core.Persistence.Database.<Query>d__1c`1.MoveNext()
       at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
       at Umbraco.Core.Persistence.Repositories.ContentRepository.<PerformGetByQuery>d__1f.MoveNext()
       at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
       at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
       at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
       at umbraco.presentation.publishingService.CheckPublishing(Object sender)
    ClientConnectionId:11c9285f-4fee-400e-b174-0a689d7d457f
  • Martin Griffiths 826 posts 1269 karma points c-trib
    Jan 24, 2014 @ 17:42
    Martin Griffiths
    0

    Ok so something is calling the publishing service every minute, normally you would expect to find an entry in the umbracosettings.config to cause this, but there's no entries in the <scheduledTasks> section.

    This ones very odd!

     

  • jivan thapa 194 posts 681 karma points
    Feb 26, 2014 @ 11:05
    jivan thapa
    0

    Hey, @Martin

    I am also getting this error on umbraco 7.0.4.

    Did you figure out how to fix it?

    /Jivan

  • Arturo Soler 24 posts 77 karma points
    Mar 31, 2014 @ 18:10
    Arturo Soler
    0

    Yes I'am also getting on umbraco 7.0.4. I worry that it's a clean installation, this is without content, then what is the varchar data to be converted? "The conversion of a varchar data type to a datetime data type resulted in an out-of-range value". As I have time I will try the scheduled publication

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies