kentico upgrade issue from version 10 to 11

Shohei Kodama asked on January 31, 2020 04:49

I'm verifying a site version upgrade from Kentico 10 to 11 locally. Upgrading to Kentico11 using the Kentico Upgrade Utility was no problem.

However, no matter which page you access (such as the TOP page), you will see page 503 and you will not be able to access the kentico administration screen with / admin.

Would you please tell me how to isolate this issue and any advice?

Correct Answer

Juraj Ondrus answered on February 17, 2020 08:38

In the IIS logs you sent, there is also a 401 - unauthorized error. How is your local instance configured? Are the disk permissions set correctly for the Network service user account (used by the application pool)?
Anyway, I would try restoring the v10 backups, make sure you are able to load the site, access admin interface and upgrade again.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Juraj Ondrus answered on January 31, 2020 14:23

What are the error details - any more detailed error logged in the CMS_EventLog table or in the Windows event viewer? What were the upgrade steps? It looks like it did not went that well...Have you tried restoring the backups and upgrading again?

1 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on January 31, 2020 14:51

A 503 error is typically a stopped Application Pool or website. Check in IIS to make sure the app pool is running, on version 4.0 and the website is running. If it was running and keeps stopping, then there is a code issue causing IIS to fail. In this case, build your code on your local machine to see if it builds properly. If not, fix the errors and try again.

1 votesVote for this answer Mark as a Correct answer

Shohei Kodama answered on February 17, 2020 06:20

Hi Jural,

Thank you for your message.

I answered the following questions.

  • What are the error details - any more detailed error logged in the CMS_EventLog table or in the Windows event viewer?
  • I checked the CMS Event_log table, but no new event logs were created.
  • The Windows event log created when debugging in the local environment is as follows.
Software: Microsoft Internet Information Services 10.0
Version: 1.0
Date: 2020-02-17 04:46:35
Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2020-02-17 04:46:35 ::1 DEBUG /debugattach.aspx - 51872 - ::1 - - 401 0 0 3349
2020-02-17 04:46:46 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 40
2020-02-17 04:47:05 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 9154
2020-02-17 05:01:07 ::1 DEBUG /debugattach.aspx - 51872 - ::1 - - 401 0 0 1923
2020-02-17 05:01:25 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 5848
2020-02-17 05:01:30 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 26
2020-02-17 05:01:32 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 101
2020-02-17 05:01:33 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 18
2020-02-17 05:01:34 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 22
2020-02-17 05:01:35 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 16
2020-02-17 05:01:46 ::1 GET /ja-jp/ - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 2331
2020-02-17 05:01:50 ::1 GET / - 51872 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/79.0.3945.130+Safari/537.36 - 503 0 0 17
  • What were the upgrade steps?
  • Upgrade procedure was executed.(https://docs.kentico.com/k11/installation/upgrading-to-kentico-11)
  • Have you tried restoring the backups and upgrading again?
  • I have not tried re-upgrade yet.(No errors were issued for the first upgrade tool)

Please let me know if you have any other things to check.

0 votesVote for this answer Mark as a Correct answer

Shohei Kodama answered on February 17, 2020 06:58 (last edited on February 17, 2020 07:15)

Hi Brenden,

Thank you for your message.

I answered the following questions.

  • A 503 error is typically a stopped Application Pool or website. Check in IIS to make sure the app pool is running, on version 4.0 and the website is running.
  • Yes, the IIS application pool appears to be running on 4.0.(Please check the attached file "gcms-dev-roland" site)

IIS Application pool

  • In this case, build your code on your local machine to see if it builds properly.
  • On the local machine, the build was successful and when I debug, I get a 503 error.

503 Error capture

Please let me know if you have any other things to check.

0 votesVote for this answer Mark as a Correct answer

Shohei Kodama answered on February 18, 2020 08:23

Thank you everyone.

After merging the .new file created by the Upgrade tool and deleting the app_offline.htm file, the site started up without any problems. I will be carefully read the documentation.

I'll let you know if I have any questions.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.