SITUATION
I am currently trying to configure and implement DNN 4.0.1 in a load balanced environment. I was able to get DotNetnuke to install and come up but when I check the Log View, I receive a Scheduler Exception Error. I have turned the schedule OFF and I am wondering what the implication are for doing so? Any thought would greatly be appreciated.
Here is my setup
Two load balanced 2003 sp1 standard IIS 6 servers
svrweb1
svrweb2
1 SQL2005 Sql express server
svrsql1
1 2003 sp1 remote storage server
svrstor1
I installed .net 2.0 after installing IIS on the web servers.
I've changed the web.config to support web farm and made the appropriate encryption/decryption changes. I followed the instructions on how to setup a web farm from the DNN documentation folder. I changed permissions on the TemporaryASP.net folder to allow the shared user rights to create a folder. Other than that it's all default settings.
I've configured IIS on the 2 web servers to use a UNC to the storage server connecting as a shared local user(uncuser).
PROBLEM/CHALLENGE
I keep getting the following SCHEDULER EXCEPTION error message in the Log Viewer everytime the scheduler runs.
**********************************
AssemblyVersion: -1
Method:
FileName:
FileLineNumber: -1
FileColumnNumber: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
AbsoluteURL:
AbsoluteURLReferrer:
ExceptionGUID:
DefaultDataProvider:
InnerException: Logon failure: unknown user name or bad password.
Message: System.IO.IOException: Logon failure: unknown user name or bad password. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamWriter.CreateFile(String path, Boolean append) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) at System.IO.StreamWriter..ctor(String path, Boolean append) at System.IO.File.CreateText(String path) at DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.CreateCacheFile(String FileName) at DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, Boolean PersistAppRestart) at DotNetNuke.Common.Utilities.CBO.GetPropertyInfo(Type objType) at DotNetNuke.Common.Utilities.CBO.CreateObject(Type objType, IDataReader dr) at DotNetNuke.Common.Utilities.CBO.FillCollection(IDataReader dr, Type objType) at DotNetNuke.Services.Scheduling.DNNScheduling.SchedulingController.GetSchedule() at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.LoadQueueFromTimer() at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.Start()
StackTrace:
Source:
Server Name: SVRSVRWEB1
*************************************
Again,
I have turned the schedule OFF and I am wondering what the implication are for doing so? Any thought would greatly be appreciated.