• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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