• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problem with site and Image Gallery after moving to new server (exist Image Gallery)

igoldman

Regular Pleskian
I recently moved to new server and from this point I keep encounter an issue related to SiteBuilder Gallery.
I moved from SiteBuilder Version 4.1 windows to SiteBuilder Version 4.1 windows
from SiteBuilder within VPS to SiteBuilder within Dedicated Server

The Path of sitebuilder and vhosts on the old server is:

C:\SWSoft\SiteBuilder
C:\Inetpub\vhosts

The Path of sitebuilder on the new server is:

D:\Sitebuilder\
D:\Inetpub\vhosts

How the migration was made ?
1) Plesk Backup util
2) SiteBuilder Backup feature within SiteBuilder web interface
3) Plesk Restore util
4) SiteBuilder Restore Util within command line (not web interface)

The issue is:

When I try to edit the Image Gallery through SiteBuilder (Edit site in wizard) then I get the following error msg:

The site is unavailable: access denied. Please contact your administrator.

I checked the log file

D:\Sitebuilder\_logs\Application.log

and I get the following error msg:

2009-12-26 01:02:38,296 [1] ERROR SWsoft.SiteBuilder.Modules.WebControls.Util.StorageExceptionHander - Site service declined to accept command. Reason: invalid command signature.

What I already done for trying resolving the issue ?

1) generate new SiteBuilder Certificate

by running the following command line:
cmd.exe
cd D:\Sitebuilder\Utils
makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=SiteBuilder -sky exchange –pe
winhttpcertcfg.exe -g -c LOCAL_MACHINE\My -s SiteBuilder -a "NETWORK SERVICE"

2) generate new SiteBuilder PublicKey.XML file

by running the following command line:
cmd.exe
cd D:\Sitebuilder\Utils
certexchange -x -pxml -n Sitebuilder -file D:\tempkey\PublicKey.xml

3) copy new PublicKey.XML file to D:\Sitebuilder\Repository\Common

by running the following command line:
cmd.exe
COPY /Y D:\tempkey\PublicKey.xml D:\Sitebuilder\Repository\Common\

4) copy new PublicKey.XML file to D:\Sitebuilder\Sites\537d68de-5f08-42c2-89d4-abb85e106656

by running the following command line:
cmd.exe
COPY /Y D:\tempkey\PublicKey.xml D:\Sitebuilder\Sites\537d68de-5f08-42c2-89d4-abb85e106656\

4) Restart IIS
5) Restart Plesk Control Panel
6) Restart SiteBuilder for windows hosting service
7) Restart SiteBuilder for windows updater service
8) monitor with Process Monitor
9) checked that only 1 SiteBuilder Certificate is installed on the server

But I still continue getting the error msg:

The site is unavailable: access denied. Please contact your administrator.

p.s

There is no problem in the old server regarding the problematic Image Gallery which makes problem in the new server.

Please Advice how to resolve this issue ?
 
Hello Goldman, were you able to resolve this issue. i am having the same problem. After trying your steps above, my error message has changed to.

FATAL SWsoft.SiteBuilder.Web.Modules.LoggingModule - Unknown exception thrown.
System.Security.Cryptography.CryptographicException: The handle is invalid.

at SWsoft.SiteBuilder.Modules.Storage.CacheableStorage.GetInstance[T]()
at SWsoft.SiteBuilder.Modules.Storage.DataStorage`1.get_Instance()
at SWsoft.SiteBuilder.Modules.ImageGallery.Design.ImageListControl.GetStorageObject()
at SWsoft.SiteBuilder.Web.UI.WebControls.Designers.GridEditor.OnPreRender(EventArgs e)
at SWsoft.SiteBuilder.Modules.ImageGallery.Design.ImageListControl.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
I was able to fix my error above by using WSE certificate tool to assign proper permission to the sitebuilder certificate for the ASP.NET user account.
 
Back
Top