mojoPortal crashes after installing SP2 on Windows Server 2008

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/26/2009 7:16:42 AM
Gravatar
Total Posts 34

mojoPortal crashes after installing SP2 on Windows Server 2008

mojoPortal crashes after installing SP2 on Windows Server 2008

Setup:
  Windows Server 2008 Standard
  MS SQL Server 2008 Standard  (version 10.0.1600.22)
  mojoPortal 2.3.0.4 MSSQL

Have been working with mojoPortal for about 2 weeks with good results. Much more stable and faster than both SharePoint and DotnetNuke I had spent some time with before. The feature set is good for my needs and most of the defaults don't need changing.

Then I installed Service Pack 2 for the Windows 2008 operating system.That went about quickly without errors but when I accessed the website it stopped with an unhandled exception, claiming name conflicts in resource files. Fortunately I could uninstall the service pack to fix the problem but still this issue needs attention.

Here are two samples of the errors from the Windows event log:
(there were about 10 - one for each resource)


Event code: 3007
Event message: A compilation error has occurred.
Event time: 6/26/2009 11:21:19 AM
Event time (UTC): 6/26/2009 11:21:19 AM
Event ID: a637bc7dc0774ea887290b94c55be546
Event sequence: 39
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1/ROOT-5-128904888692403895
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\mojoportal\
Machine name: DEXXEN

Process information:
Process ID: 2600
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: HttpCompileException
Exception message: c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e570f46a\54e5b68c\App_GlobalResources.vhvfxfol.35.cs(11): error CS0101: The namespace 'Resources' already contains a definition for 'GalleryResources'

Request information:
Request URL: http://localhost/
Request path: /
User host address: ::1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 7
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
at System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed)
at System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories)
at System.Web.Compilation.BuildManager.CompileResourcesDirectory()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)


Custom event details:
======================

and another one:

Event code: 3007
Event message: A compilation error has occurred.
Event time: 6/26/2009 11:20:05 AM
Event time (UTC): 6/26/2009 11:20:05 AM
Event ID: 50c0b9854cf8425d83173be8aaf0c99f
Event sequence: 39
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1/ROOT-4-128904887913049480
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\mojoportal\
Machine name: DEXXEN

Process information:
Process ID: 2600
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: HttpCompileException
Exception message: c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e570f46a\54e5b68c\App_GlobalResources.0bt463qs.26.cs(25): error CS0101: The namespace 'Resources' already contains a definition for 'EventCalResources'

Request information:
Request URL: http://www.uppbod.net/
Request path: /
User host address: 212.30.206.53
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
at System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed)
at System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories)
at System.Web.Compilation.BuildManager.CompileResourcesDirectory()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)


Custom event details:
 

 

6/26/2009 7:20:05 AM
Gravatar
Total Posts 18439

Re: mojoPortal crashes after installing SP2 on Windows Server 2008

Hi,

The solution to this problem can be found on our FAQ page

http://www.mojoportal.com/faq.aspx

Hope it helps,

Joe 

6/26/2009 4:41:27 PM
Gravatar
Total Posts 34

Re: mojoPortal crashes after installing SP2 on Windows Server 2008 - problem resolved

Thanks for a quick response!

Yes this fixed the problem. I re-installed Service Pack 2 for the Windows 2008 Server and deleted the ..Hant.. files and that solved the problem.

I had read the FAQ but I didn't notice the SP2 connection at the first read.

Hopefully I will find time to make an Icelandic translation of the resource files so I can have my sites in 100% Icelandic when needed. Then I would of course submit the resource files to you if someone else can have use for them.

 

6/27/2009 10:35:03 AM
Gravatar
Total Posts 18439

Re: mojoPortal crashes after installing SP2 on Windows Server 2008

Excellent!, I look forward to receiving the Icelandic resources. 

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.