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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Can not synchronize very large files in DNN 5.5.1Can not synchronize very large files in DNN 5.5.1
Previous
 
Next
New Post
12/9/2010 4:36 PM
 
These sites are on different servers in different cities. On the one that was a fresh install I have not done anything with it at all except add one module that we are still developing. One the website that has been around for some time now I did find another error. I get the following when I try to get to the settings page of the file manager. Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: C:\DNNWEB\breakaway\Admin\Modules\ModuleLocalization.ascx.vb(198): error BC30455: Argument not specified for parameter 'locale' of 'Public Sub LocalizeModule(sourceModule As Entities.Modules.ModuleInfo, locale As Services.Localization.Locale)'. ---> System.Web.HttpParseException: C:\DNNWEB\breakaway\Admin\Modules\ModuleLocalization.ascx.vb(198): error BC30455: Argument not specified for parameter 'locale' of 'Public Sub LocalizeModule(sourceModule As Entities.Modules.ModuleInfo, locale As Services.Localization.Locale)'. ---> System.Web.HttpCompileException: C:\DNNWEB\breakaway\Admin\Modules\ModuleLocalization.ascx.vb(198): error BC30455: Argument not specified for parameter 'locale' of 'Public Sub LocalizeModule(sourceModule As Entities.Modules.ModuleInfo, locale As Services.Localization.Locale)'. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile) at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath) at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseReader(StreamReader reader, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.Parse(ICollection referencedAssemblies, VirtualPath virtualPath) at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
 
New Post
12/10/2010 12:46 PM
 
anything else to look for?

I'll add some details of my systems.
Test and Production are running on two separate physical hosts
Windows 2008 R2 Hyper-V, 2 x E5420, 32 GB RAM running on array of 4 x SAS 15,000 RPM local disks.

4GB RAM allocated to Test and Production.
More than enough free disk space
Test - W03 Ent SP2, SQL 2005 Ent
Production - W03 Std SP2, SQL 2005 Std
DNN 5.5.1
Site is a child portal
First put up the site 10/2006 with the latest DNN version then. Everything has been an upgrade since then.
The file always makes it to the file system, but not into DNN File Manager.
185MB and under works, over 193MB doesn't., 250MB doesn't., 345MB doesn't.

OK, now my test system starting working again, but my production is still not. It almost seems like a DotNet issue rather than a DNN issue, but I'm fishing at this point....

Anyway to test the hash function that is being called in some different way?
 
New Post
12/10/2010 2:59 PM
 
I was able to fix the error I was getting trying to get to the settings page. I installed swf upload but that did not make any difference in the larger files syncing with the file manager. I am out of ideas at this point and not sure what I am going to do to pass a security audit that I am in the middle of. I have to have the downloads coming off of my site with SSL and can't do that if they system does not recognize them. Both of my webservers are Windows Server 2003 SP2 with a gig of ram and more than enough free space. Both of my sites are on 5.6 at this point.
 
New Post
12/10/2010 3:39 PM
 
sorry, sometimes it is difficult to assist without hands on the machine. I can tell you it worked in my installation, but that has a couple of different parameters than yours (Vista, 2 GB, ...)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/17/2011 10:44 AM
 
Same issue here. 73MB pdf not showing up in file manager on 5.6.1. Here's an interesting twist though. It works on my local instance of 5.6.1. But it does not work on 5.6.1 sites on two different servers. Is this a server memory issue? When it scans the files is it trying to open them?
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Can not synchronize very large files in DNN 5.5.1Can not synchronize very large files in DNN 5.5.1


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