Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade to 5.6.1 report stopping halfway - but site OKUpgrade to 5.6.1 report stopping halfway - but site OK
Previous
 
Next
New Post
1/21/2011 12:58 AM
 
The report for upgrading seems to stop half way:

Upgrading DotNetNuke
Current Assembly Version: 05.06.01
Current Database Version: 05.05.01

Upgrade Status Report
00:02:01.390 - Upgrading to Version: 05.06.01
00:02:01.437 -   Executing Script: 05.06.00.SqlDataProvider Success
00:02:05.031 -   Executing Script: 05.06.01.SqlDataProvider Success
00:02:05.125 -   Executing Application Upgrades: 05.06.00 Success
00:02:08.328 -   Executing Application Upgrades: 05.06.01 Success
00:02:08.328 -   Cleaning Up Files: 05.06.00 Success
00:02:08.343 -   Cleaning Up Files: 05.06.01 Success
00:02:08.343 -   Updating Config Files: 05.06.00 Success
00:02:08.359 -   Updating Config Files: 05.06.01 Success
00:02:08.390 - Performing General Upgrades
00:02:08.515 - Installing Optional Modules:
00:02:08.531 -   Installing Package File HTML_Community_05.06.01_Install:  Success
00:02:10.171 -   Installing Package File Messaging_05.06.01_Install:  Success
00:02:10.406 -   Installing Package File Taxonomy_05.06.01_Install:  Success
00:02:10.656 -   Installing Package File Telerik_05.06.00_Install:  Success
00:02:13.859 - Installing Optional Skins:
00:02:13.859 - Installing Optional Containers:
00:02:13.859 - Installing Optional Languages:
00:02:13.859 - Installing Optional Providers:
00:02:13.859 -   Installing Package File AspNetMembershipProvider_05.06.01_Install:  Success
00:02:13.984 -   Installing Package File CorePermissionProvider_05.06.01_Install:  Success
00:02:14.093 -   Installing Package File CoreSitemapProvider_05.06.01_Install:  Success
00:02:14.187 -   Installing Package File DatabaseLoggingProvider_05.06.01_Install:


then the page just stops..

The site seems to work ok though, and the Host settings show version 5.6.1.

Any thoughts whether this should mean any problems? Is there a logged upgrade report somewhere on the site that I could check for a full report?

Best regads, OJ, Stavanger, Norway
 
New Post
1/21/2011 2:25 AM
 
Hmm.. that's a new behavior for an upgrade

When you log in as Host and go look at the Event Viewer are there any General Exceptions logged during or directly after the upgrade?

Ken Grierson
DotNetNuke Corporation
Test Lead
 
New Post
1/21/2011 9:24 AM
 
Hi Ken, and thank you for your reply!

No warnings/problems arose upon installing the upgrade:
 21.01.2011 06:47:16   Host Alert       Upgraded DotNetNuke: Version: 05.06.00; No Warnings: ;&n ...
Upgraded DotNetNuke: Version: 05.06.00
No Warnings
Server Name: WIN03

and I was able to log in seemingly as normal just after that.

However, I got these two General exception warnings later, but I do not know if any of them has anything to do with the upgrade specifically, and the site seems to work without problems. Here are the two warnings:
  21.01.2011 08:18:22   General Exception       AssemblyVersion: 5.6.1; PortalID: -1; PortalName ...
AssemblyVersion: 5.6.1
PortalID: -1
PortalName
UserID: -1
UserName
ActiveTabID: -1
ActiveTabName
RawURL
AbsoluteURL
AbsoluteURLReferrer
UserAgent
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 41f8d304-6a6e-4d6a-99cb-1defb5a400ec
InnerException: Thread was being aborted.
FileName
FileLineNumber: 0
FileColumnNumber: 0
Method: .SNINativeMethodWrapper.SNIPacketGetConnection
StackTrace
Message: System.Threading.ThreadAbortException: Thread was being aborted. at SNINativeMethodWrapper.SNIPacketGetConnection(IntPtr packet) at System.Data.SqlClient.TdsParserStateObject.ProcessSniPacket(IntPtr packet, UInt32 error) at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket() at System.Data.SqlClient.TdsParserStateObject.ReadBuffer() at System.Data.SqlClient.TdsParserStateObject.ReadByte() at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() 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.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Security.Membership.Data.SqlDataProvider.GetUserCountByPortal(Int32 portalId) at DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUserCountByPortal(Int32 portalId) at DotNetNuke.Entities.Portals.PortalInfo.Fill(IDataReader dr) at DotNetNuke.Common.Utilities.CBO.FillObjectFromReader(Object objObject, IDataReader dr) at DotNetNuke.Common.Utilities.CBO.CreateObjectFromReader(Type objType, IDataReader dr, Boolean closeReader) at DotNetNuke.Common.Utilities.CBO.FillListFromReader(Type objType, IDataReader dr, IList objList, Boolean closeReader) at DotNetNuke.Common.Utilities.CBO.FillCollection(IDataReader dr, Type objType) at DotNetNuke.Entities.Portals.PortalController.GetPortals() at DotNetNuke.Services.ModuleCache.PurgeModuleCache.DoWork()
Source
Server Name: WIN03
  21.01.2011 08:09:24   General Exception       AssemblyVersion: 5.6.1; PortalID: -1; PortalName ...
AssemblyVersion: 5.6.1
PortalID: -1
PortalName
UserID: -1
UserName
ActiveTabID: -1
ActiveTabName
RawURL
AbsoluteURL
AbsoluteURLReferrer
UserAgent
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f8e9e788-956e-41df-a688-2b5208c04ca4
InnerException: Thread was being aborted.
FileName
FileLineNumber: 0
FileColumnNumber: 0
Method: .SNINativeMethodWrapper.SNIPacketGetConnection
StackTrace
Message: System.Threading.ThreadAbortException: Thread was being aborted. at SNINativeMethodWrapper.SNIPacketGetConnection(IntPtr packet) at System.Data.SqlClient.TdsParserStateObject.ProcessSniPacket(IntPtr packet, UInt32 error) at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket() at System.Data.SqlClient.TdsParserStateObject.ReadBuffer() at System.Data.SqlClient.TdsParserStateObject.ReadByte() at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() 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.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at DotNetNuke.Modules.Reports.Data.SqlDataProvider.ExecuteSQL(String strScript, DbParameter[] parameters) at DotNetNuke.Modules.Reports.DataSources.DotNetNuke.DotNetNukeDataSource.ExecuteSQLReport() at DotNetNuke.Modules.Reports.DataSources.SqlDataSourceBase.ExecuteReport(ReportInfo report, PortalModuleBase hostModule, IDictionary`2 inputParameters) at DotNetNuke.Modules.Reports.ReportsController.ExecuteReport(ReportInfo objReport, String cacheKey, Boolean bypassCache, PortalModuleBase hostModule, Boolean& fromCache) at DotNetNuke.Modules.Reports.ReportsController.ExecuteReport(ReportInfo objReport, String cacheKey, Boolean bypassCache, PortalModuleBase hostModule) at DotNetNuke.Modules.Reports.ReportsController.GetSearchItems(ModuleInfo ModInfo) at DotNetNuke.Services.Search.ModuleIndexer.GetSearchIndexItems(Int32 PortalID)
Source
Server Name: WIN03

 
New Post
1/24/2011 4:11 AM
 
CASE SOLVED: For reference - here is the solution:

On the codeplex download page review board I got the following tip:
@ojnord, it sounds like your site simply timed out when installing additional resources. You can manually install them by going to host->extensions and selecting install available extensions or by installing them as a batch via the InstallResources option (see the wiki http://www.dotnetnuke.com/Community/Wiki/tabid/1409/Page/InstallPage/Default.aspx)
by cathalconnolly on Fri at 5:03 PM

Following the InstallResources option at the bottom of that page hitting http://www.yoursitename.com/Install/install.aspx?mode=InstallResources the rest of the update seems to have gone through from where the update stopped (see list above):

Installing Resources

Install Resources Status Report

00:00:00.031 - Installing Optional Modules:
00:00:00.062 - Installing Optional Skins:
00:00:00.062 - Installing Optional Containers:
00:00:00.062 - Installing Optional Languages:
00:00:00.062 - Installing Optional Providers:
00:00:00.093 -   Installing Package File DatabaseLoggingProvider_05.06.01_Install:  Success
00:00:05.437 -   Installing Package File DNNMembershipProvider_05.06.01_Install:  Success
00:00:05.687 -   Installing Package File DNNMenuNavigationProvider_05.06.01_Install:  Success
00:00:05.906 -   Installing Package File DNNTreeNavigationProvider_05.06.01_Install:  Success
00:00:06.156 -   Installing Package File FckHtmlEditorProvider_02.00.04_Install:  Success
00:01:11.812 -   Installing Package File FileBasedCachingProvider_05.06.01_Install:  Success
00:01:11.937 -   Installing Package File FileModuleCachingProvider_05.06.01_Install:  Success
00:01:12.109 -   Installing Package File MemoryModuleCachingProvider_05.06.01_Install:  Success
00:01:12.750 -   Installing Package File SchedulingProvider_05.06.01_Install:  Success
00:01:13.046 -   Installing Package File SearchIndexProvider_05.06.01_Install:  Success
00:01:13.203 -   Installing Package File SearchProvider_05.06.01_Install:  Success
00:01:13.437 -   Installing Package File SolpartMenuNavigationProvider_05.01.00_Install:  Success
00:01:13.718 -   Installing Package File TelerikEditorProvider_05.06.01_Install:  Success
00:01:16.140 - Installing Optional AuthSystems:
00:01:16.156 -   Installing Package File LiveID_01.00.01_Install:  Success
00:01:17.078 -   Installing Package File OpenID_02.00.00_Install:  Success
00:01:17.453 - Installing Optional Packages:
Installation Complete

Thanks to cathalconnolly !!!


 
New Post
5/11/2011 7:07 PM
 
The same happened again upon upgrading to DNN 5.6.2:

Upgrading DotNetNuke

Current Assembly Version: 05.06.02
Current Database Version: 05.06.01

Upgrade Status Report
00:02:01.484 - Upgrading to Version: 05.06.02
00:02:01.500 - Executing Script: 05.06.02.SqlDataProvider Success
00:02:04.359 - Executing Application Upgrades: 05.06.02 Success
00:02:06.828 - Cleaning Up Files: 05.06.02 Success
00:02:06.843 - Updating Config Files: 05.06.02 Success
00:02:06.843 - Performing General Upgrades
00:02:08.015 - Installing Optional Modules:
00:02:08.046 - Installing Package File HTML_Community_05.06.02_Install: Success
00:02:11.578 - Installing Package File Messaging_05.06.02_Install: Success
00:02:12.046 - Installing Package File Taxonomy_05.06.02_Install: Success
00:02:12.531 - Installing Package File Telerik_05.06.02_Install: Success
00:02:15.890 - Installing Optional Skins:
00:02:15.953 - Installing Optional Containers:
00:02:16.078 - Installing Optional Languages:
00:02:16.078 - Installing Optional Providers:
00:02:16.093 - Installing Package File AspNetMembershipProvider_05.06.02_Install: Success
00:02:16.343 - Installing Package File CorePermissionProvider_05.06.02_Install: Success
00:02:16.531 - Installing Package File CoreSitemapProvider_05.06.02_Install: Success
00:02:16.734 - Installing Package File DatabaseLoggingProvider_05.06.02_Install: Success
00:02:16.968 - Installing Package File DNNMembershipProvider_05.06.02_Install: Success
00:02:17.203 - Installing Package File DNNMenuNavigationProvider_05.06.02_Install: Success
00:02:17.375 - Installing Package File DNNTreeNavigationProvider_05.06.02_Install: Success
00:02:17.593 - Installing Package File FckHtmlEditorProvider_02.00.04_Install:

then the installation process stopped

tried hitting just the web-page, it opened fine, but I had to install the rest of the modules by hitting:

http://MYWEBSITE/install/install.aspx?mode=installresources

And the rest came through:

Installing Resources

Install Resources Status Report

00: - Installing Optional Modules:
00: - Installing Optional Skins:
00: - Installing Optional Containers:
00: - Installing Optional Languages:
00: - Installing Optional Providers:
00: - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Success
00:00:13.625 - Installing Package File FileBasedCachingProvider_05.06.02_Install: Success
00:00:13.781 - Installing Package File FileModuleCachingProvider_05.06.02_Install: Success
00:00:13.968 - Installing Package File MemoryModuleCachingProvider_05.06.02_Install: Success
00:00:14.109 - Installing Package File SchedulingProvider_05.06.02_Install: Success
00:00:14.203 - Installing Package File SearchIndexProvider_05.06.02_Install: Success
00:00:14.343 - Installing Package File SearchProvider_05.06.02_Install: Success
00:00:14.468 - Installing Package File SolpartMenuNavigationProvider_05.06.02_Install: Success
00:00:14.859 - Installing Package File TelerikEditorProvider_05.06.02_Install: Success
00:00:16.984 - Installing Optional AuthSystems:
00: - Installing Package File LiveID_01.00.01_Install: Success
00:00:17.656 - Installing Package File OpenID_02.00.00_Install: Success
00:00:18.140 - Installing Optional Packages:
Installation Complete

Click Here To Access Your Portal


Solved.

But could it be that the server timed out, and that has caused this problem twice? Is there a setting I can change to stop the server from timing out, if this is the problem?

Best regards, OJ, Norway
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade to 5.6.1 report stopping halfway - but site OKUpgrade to 5.6.1 report stopping halfway - but site OK


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out