• 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!
  • 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.

Site builder issue

M

mochanin

Guest
We are getting the following exception in our site builder. Has anyone get that? The problem is happening, when the client tries to edit his blog application.


2008-11-18 12:24:54,648 [12] ERROR SWsoft.SiteBuilder.Web.UI.BaseWizardPage - SWsoft.SiteBuilder.Modules.Storage.Common.StorageException: MessageSignatureInvalid ---> System.Exception: Exception of type 'System.Exception' was thrown.
--- End of inner exception stack trace ---
at SWsoft.SiteBuilder.Modules.Storage.CacheableStorage.GetInstance[T]()
at SWsoft.SiteBuilder.Modules.Storage.DataStorage`1.get_Instance()
at SWsoft.SiteBuilder.Modules.Blogger.Design.MessageEditForm.<GetTabs>d__0.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at SWsoft.SiteBuilder.Web.UI.WebControls.Designers.FormTabs..ctor(IEnumerable`1 tabs)
at SWsoft.SiteBuilder.Web.UI.WebControls.Designers.DesignerForm.GetContentControl()
at SWsoft.SiteBuilder.Web.UI.WebControls.Designers.PropertiesEditor.CreateChildControls()
at SWsoft.SiteBuilder.Web.UI.WebControls.Designers.DesignerForm.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at SWsoft.SiteBuilder.Web.UI.WebControls.Designers.PropertiesEditor.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at SWsoft.SiteBuilder.Web.UI.WebControls.Designers.ItemsEditorBase.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at SWsoft.SiteBuilder.Web.UI.WebControls.Designers.ItemsEditorBase.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at Telerik.WebControls.PageViewCollection.Add(PageView item)
at SWsoft.SiteBuilder.Web.UI.WebControls.TabbedControl.CreateChildControls()
at SWsoft.SiteBuilder.Modules.Blogger.Design.BlogRootDesigner.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at SWsoft.SiteBuilder.Modules.Blogger.Design.BlogRootDesigner.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at SWsoft.SiteBuilder.Web.UI.EditPage.UpdateModuleDesigner()
 
Message - "MessageSignatureInvalid" means that the public/private pair keys were changed on Sitebuilder server or publication server. So not only blog module should not work but all other modules which uses remote database. Anyway, to resolve this case try to update PublichKey.xml file for sites:

Copy PublicKey.xml file from C:\Program Files (x86)\SiteBuilder\Repository\Common\ into site's storage directory C:\Program Files (x86)\SiteBuilder\Sites\<site id>. After that check and re-publish entire site.
Hope it helps.
 
Thanks. I replaced the file, but the error still remains. I after I tried to publish I got the following:

Cannot publish site. FTP error: An unexpected exception has occurred. WrongSiteId

How can I correct that?
 
Back
Top