• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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