Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Error on module installError on module install
Previous
 
Next
New Post
2/23/2010 12:38 PM
 

I often get this type of error when installing a module:

A critical error has occurred.
size mismatch: 1610;7407 <-> 1610;7525

Retrying the same module again I get:

A critical error has occurred.
Illegal characters in path.

Try again:

A critical error has occurred.
System.Exception: Exception of type 'System.Exception' was thrown. at ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader.Decode(StreamManipulator input) at ICSharpCode.SharpZipLib.Zip.Compression.Inflater.Decode() at ICSharpCode.SharpZipLib.Zip.Compression.Inflater.Inflate(Byte[] buf, Int32 offset, Int32 len) at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Read(Byte[] b, Int32 off, Int32 len)

And again:

A critical error has occurred.
size mismatch: 2295;18631 <-> 2295;18824

and yet again:

A critical error has occurred.
size mismatch: 1572;6193 <-> 566;1195

 

You can see it is impossible to diagnose the cause when the error keeps changing.

Any suggestions?

 
New Post
2/26/2010 10:06 AM
 

hi,

 

It looks like a problem in how the ZIP file was built. I suggest decompress it with any tool (7z, winzip, winrar, etc.) and re-compress it again, being sure it's an old fashioned ZIP (i.e. not zip-64 format) becasue the current version of SharpZipLib is very old.

 

thanks,

Horacio.-

 
New Post
11/16/2010 8:02 AM
 
Hello, i am getting same issue while installing DataSpring's DynamicRegistration module. Same zip is working on my development machine, but not on live installation. I retried downloading module file again but didn't help. Please help... AssemblyVersion: 5.5.1 PortalID: 8 PortalName: UserID: 1 UserName: host ActiveTabID: 18 ActiveTabName: Module Definitions RawURL: /dotnetnuke/Host/Module Definitions/tabid/18/ctl/Install/rtab/18/portalid/8/language/en-US/Default.aspx AbsoluteURL: /DotNetNuke/Default.aspx AbsoluteURLReferrer: http://59.90.32.12/dotnetnuke/Host/Module%20Definitions/tabid/18/ctl/Install/rtab/18/portalid/8/language/en-US/Default.aspx UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; MS-RTC LM 8; InfoPath.2; .NET4.0C; .NET4.0E) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 23419a61-a9e6-4d51-9c46-042232eea6dd InnerException: size mismatch: 251862;884736 <-> 251862;884802 FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: ICSharpCode.SharpZipLib.Zip.ZipInputStream.Read StackTrace: Message: DotNetNuke.Services.Exceptions.PageLoadException: size mismatch: 251862;884736 <-> 251862;884802 ---> ICSharpCode.SharpZipLib.ZipException: size mismatch: 251862;884736 <-> 251862;884802 at ICSharpCode.SharpZipLib.Zip.ZipInputStream.Read(Byte[] b, Int32 off, Int32 len) at DotNetNuke.Services.Installer.Util.StreamToStream(Stream SourceStream, Stream DestStream) in C:\Projects\DNN\iExcel\Library\Services\Installer\Util.vb:line 208 at DotNetNuke.Services.Installer.Util.WriteStream(Stream SourceStream, String DestFileName) in C:\Projects\DNN\iExcel\Library\Services\Installer\Util.vb:line 531 at DotNetNuke.Services.Installer.InstallFile.ReadZip(ZipInputStream unzip, ZipEntry entry) in C:\Projects\DNN\iExcel\Library\Services\Installer\InstallFile.vb:line 445 at DotNetNuke.Services.Installer.InstallFile..ctor(ZipInputStream zip, ZipEntry entry, InstallerInfo info) in C:\Projects\DNN\iExcel\Library\Services\Installer\InstallFile.vb:line 69 at DotNetNuke.Services.Installer.InstallerInfo.ReadZipStream(Stream inputStream, Boolean isEmbeddedZip) in C:\Projects\DNN\iExcel\Library\Services\Installer\InstallerInfo.vb:line 474 at DotNetNuke.Services.Installer.InstallerInfo..ctor(Stream inputStream, String sitePath) in C:\Projects\DNN\iExcel\Library\Services\Installer\InstallerInfo.vb:line 110 at DotNetNuke.Services.Installer.Installer..ctor(Stream inputStream, String physicalSitePath, Boolean loadManifest, Boolean deleteTemp) in C:\Projects\DNN\iExcel\Library\Services\Installer\Installer.vb:line 107 at DotNetNuke.Modules.Admin.Extensions.Install.wizInstall_NextButtonClick(Object sender, WizardNavigationEventArgs e) in F:\WEBFTPROOT\DotNetNuke\DesktopModules\Admin\Extensions\Install.ascx.vb:line 588 at System.Web.UI.WebControls.Wizard.OnNextButtonClick(WizardNavigationEventArgs e) at System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.WebControls.Wizard.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- Source: Server Name: IEXCEL-SERVER
 
New Post
11/16/2010 8:03 AM
 
Hello, i am getting same issue while installing DataSpring's DynamicRegistration module. Same zip is working on my development machine, but not on live installation. I retried downloading module file again but didn't help. Please help... AssemblyVersion: 5.5.1 PortalID: 8 PortalName: UserID: 1 UserName: host ActiveTabID: 18 ActiveTabName: Module Definitions RawURL: /dotnetnuke/Host/Module Definitions/tabid/18/ctl/Install/rtab/18/portalid/8/language/en-US/Default.aspx AbsoluteURL: /DotNetNuke/Default.aspx AbsoluteURLReferrer: http://59.90.32.12/dotnetnuke/Host/Module%20Definitions/tabid/18/ctl/Install/rtab/18/portalid/8/language/en-US/Default.aspx UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; MS-RTC LM 8; InfoPath.2; .NET4.0C; .NET4.0E) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 23419a61-a9e6-4d51-9c46-042232eea6dd InnerException: size mismatch: 251862;884736 <-> 251862;884802 FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: ICSharpCode.SharpZipLib.Zip.ZipInputStream.Read StackTrace: Message: DotNetNuke.Services.Exceptions.PageLoadException: size mismatch: 251862;884736 <-> 251862;884802 ---> ICSharpCode.SharpZipLib.ZipException: size mismatch: 251862;884736 <-> 251862;884802 at ICSharpCode.SharpZipLib.Zip.ZipInputStream.Read(Byte[] b, Int32 off, Int32 len) at DotNetNuke.Services.Installer.Util.StreamToStream(Stream SourceStream, Stream DestStream) in C:\Projects\DNN\iExcel\Library\Services\Installer\Util.vb:line 208 at DotNetNuke.Services.Installer.Util.WriteStream(Stream SourceStream, String DestFileName) in C:\Projects\DNN\iExcel\Library\Services\Installer\Util.vb:line 531 at DotNetNuke.Services.Installer.InstallFile.ReadZip(ZipInputStream unzip, ZipEntry entry) in C:\Projects\DNN\iExcel\Library\Services\Installer\InstallFile.vb:line 445 at DotNetNuke.Services.Installer.InstallFile..ctor(ZipInputStream zip, ZipEntry entry, InstallerInfo info) in C:\Projects\DNN\iExcel\Library\Services\Installer\InstallFile.vb:line 69 at DotNetNuke.Services.Installer.InstallerInfo.ReadZipStream(Stream inputStream, Boolean isEmbeddedZip) in C:\Projects\DNN\iExcel\Library\Services\Installer\InstallerInfo.vb:line 474 at DotNetNuke.Services.Installer.InstallerInfo..ctor(Stream inputStream, String sitePath) in C:\Projects\DNN\iExcel\Library\Services\Installer\InstallerInfo.vb:line 110 at DotNetNuke.Services.Installer.Installer..ctor(Stream inputStream, String physicalSitePath, Boolean loadManifest, Boolean deleteTemp) in C:\Projects\DNN\iExcel\Library\Services\Installer\Installer.vb:line 107 at DotNetNuke.Modules.Admin.Extensions.Install.wizInstall_NextButtonClick(Object sender, WizardNavigationEventArgs e) in F:\WEBFTPROOT\DotNetNuke\DesktopModules\Admin\Extensions\Install.ascx.vb:line 588 at System.Web.UI.WebControls.Wizard.OnNextButtonClick(WizardNavigationEventArgs e) at System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.WebControls.Wizard.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- Source: Server Name: IEXCEL-SERVER
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Error on module installError on module install


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out