• 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 Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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