Copied to clipboard

Flag this post as spam?

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


  • Shane Hill 1 post 21 karma points
    Feb 15, 2012 @ 22:58
    Shane Hill
    0

    Error Deploying

    Clicking Deploy returns the below error with no luck finding a solutions. Anyone have any suggestions?

     

    Table 'Umbraco.umbracoNode' doesn't exist

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: MySql.Data.MySqlClient.MySqlException: Table 'Umbraco.umbracoNode' doesn't exist

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [MySqlException (0x80004005): Table 'Umbraco.umbracoNode' doesn't exist]
       MySql.Data.MySqlClient.MySqlStream.OpenPacket() +301
       MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId) +59
       MySql.Data.MySqlClient.MySqlDataReader.GetResultSet() +64
       MySql.Data.MySqlClient.MySqlDataReader.NextResult() +977
       MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1829
       MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +9
       System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() +23
       NHibernate.AdoNet.AbstractBatcher.ExecuteReader(IDbCommand cmd) +845
       NHibernate.Loader.Loader.GetResultSet(IDbCommand st, Boolean autoDiscoverTypes, Boolean callable, RowSelection selection, ISessionImplementor session) +580
       NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +275
       NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +205
       NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) +195
    
    [GenericADOException: could not execute query
    [ SELECT this_.id as id32_1_, this_.createDate as createDate32_1_, this_.level as level32_1_, this_.nodeObjectType as nodeObje4_32_1_, this_.path as path32_1_, this_.sortOrder as sortOrder32_1_, this_.text as text32_1_, this_.trashed as trashed32_1_, this_.uniqueID as uniqueID32_1_, this_.nodeUser as nodeUser32_1_, this_.parentID as parentID32_1_, umbracouse2_.id as id38_0_, umbracouse2_.defaultToLiveEditing as defaultT2_38_0_, umbracouse2_.startMediaID as startMed3_38_0_, umbracouse2_.startStructureID as startStr4_38_0_, umbracouse2_.userDefaultPermissions as userDefa5_38_0_, umbracouse2_.userDisabled as userDisa6_38_0_, umbracouse2_.userEmail as userEmail38_0_, umbracouse2_.userLanguage as userLang8_38_0_, umbracouse2_.userLogin as userLogin38_0_, umbracouse2_.userName as userName38_0_, umbracouse2_.userNoConsole as userNoC11_38_0_, umbracouse2_.userPassword as userPas12_38_0_ FROM umbracoNode this_ left outer join umbracoUser umbracouse2_ on this_.nodeUser=umbracouse2_.id WHERE (((this_.parentID = ?p0 and not (this_.trashed = ?p1)) and this_.id > ?p2) and this_.nodeObjectType = ?p3) ]
    Positional parameters:  #0>-1 #1>True #2>0 #3>30a2a501-1978-4ddb-a57b-f7efed43ba3c
    [SQL: SELECT this_.id as id32_1_, this_.createDate as createDate32_1_, this_.level as level32_1_, this_.nodeObjectType as nodeObje4_32_1_, this_.path as path32_1_, this_.sortOrder as sortOrder32_1_, this_.text as text32_1_, this_.trashed as trashed32_1_, this_.uniqueID as uniqueID32_1_, this_.nodeUser as nodeUser32_1_, this_.parentID as parentID32_1_, umbracouse2_.id as id38_0_, umbracouse2_.defaultToLiveEditing as defaultT2_38_0_, umbracouse2_.startMediaID as startMed3_38_0_, umbracouse2_.startStructureID as startStr4_38_0_, umbracouse2_.userDefaultPermissions as userDefa5_38_0_, umbracouse2_.userDisabled as userDisa6_38_0_, umbracouse2_.userEmail as userEmail38_0_, umbracouse2_.userLanguage as userLang8_38_0_, umbracouse2_.userLogin as userLogin38_0_, umbracouse2_.userName as userName38_0_, umbracouse2_.userNoConsole as userNoC11_38_0_, umbracouse2_.userPassword as userPas12_38_0_ FROM umbracoNode this_ left outer join umbracoUser umbracouse2_ on this_.nodeUser=umbracouse2_.id WHERE (((this_.parentID = ?p0 and not (this_.trashed = ?p1)) and this_.id > ?p2) and this_.nodeObjectType = ?p3)]]
       NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) +637
       NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) +23
       NHibernate.Loader.Criteria.CriteriaLoader.List(ISessionImplementor session) +60
       NHibernate.Impl.SessionImpl.List(CriteriaImpl criteria, IList results) +1025
       NHibernate.Impl.CriteriaImpl.List(IList results) +63
       NHibernate.Impl.CriteriaImpl.List() +79
       Umbraco.Courier.Persistence.V4.NHibernate.Helpers.CmsNodeHelper.GetNodeChildren(Guid uniqueId, Guid nodeObjectType, ISession session) in c:\Program Files (x86)\teamcity\buildAgent\work\d94035a1177dda67\Umbraco.Courier.Persistence.NHibernate\Helpers\CmsNodeHelper.cs:108
       Umbraco.Courier.Persistence.V4.NHibernate.Persisters.DataTypeItem.AvailableItems(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\d94035a1177dda67\Umbraco.Courier.Persistence.NHibernate\Persisters\Datatype.cs:145
       Umbraco.Courier.Core.ItemCrud.AvailableItems() +73
       Umbraco.Courier.UI.Pages.SimpleRevisionDeploy.(ItemProvider p) +21
       System.Linq.WhereListIterator`1.MoveNext() +165
       System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) +776
       System.Web.UI.WebControls.ListControl.PerformSelect() +51
       Umbraco.Courier.UI.Pages.SimpleRevisionDeploy.Page_Load(Object sender, EventArgs e) +287
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
       System.Web.UI.Control.LoadRecursive() +71
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048
    
Please Sign in or register to post replies

Write your reply to:

Draft