Greetings all,
I turned on the built-in scheduler task "DotNetNuke.Services.FileSystem.SynchronizeFileSystem" but the job fails every time it tries to run. Each time I find 3 errors listed in the log (see below). The message seems to indicate a problem getting a localized value for something but I can't figure out what's missing. I've searched the forums, the documentation and everywhere I could think of with no luck. Any help would be greatly appreciated.
6/4/2006 5:04:28 PM Scheduler Exception AssemblyVersion: -1; Method: ; FileName: ;&n ... |
AssemblyVersion: -1 Method: FileName: FileLineNumber: -1 FileColumnNumber: -1 PortalID: -1 PortalName: UserID: -1 UserName: ActiveTabID: -1 ActiveTabName: AbsoluteURL: AbsoluteURLReferrer: ExceptionGUID: DefaultDataProvider: InnerException: Object reference not set to an instance of an object. Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.Localization.Localization.GetString(String name) at DotNetNuke.Common.Utilities.FileSystemUtils.UpdateFile(String strSourceFile, String strDestFile, Int32 PortalId, String HomeDirectory, Boolean isCopy, Boolean isNew, Boolean ClearCache) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, Int32 AdministratorRoleId, String HomeDirectory, String physicalPath, String relativePath) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, Int32 AdministratorRoleId, String HomeDirectory, String physicalPath, String relativePath) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, Int32 AdministratorRoleId, String HomeDirectory, String physicalPath, String relativePath) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, Int32 AdministratorRoleId, String HomeDirectory, String physicalPath, String relativePath) at DotNetNuke.Services.FileSystem.SynchronizeFileSystem.Synchronize() at DotNetNuke.Services.FileSystem.SynchronizeFileSystem.DoWork() StackTrace: Source: Server Name: LEPEW
| |
6/4/2006 5:04:29 PM Scheduler Event Failure THREAD ID: 19; TYPE: DotNetNuke.Services.FileSystem.Sync ... |
THREAD ID: 19 TYPE: DotNetNuke.Services.FileSystem.SynchronizeFileSystem EXCEPTION: Object reference not set to an instance of an object. RESCHEDULED FOR: 6/4/2006 7:04:16 PM SOURCE: STARTED_FROM_BEGIN_REQUEST ACTIVE THREADS: 0 FREE THREADS: 1 READER TIMEOUTS: 0 WRITER TIMEOUTS: 0 IN PROGRESS: 0 IN QUEUE: 6 Server Name: LEPEW
| |
6/4/2006 5:04:29 PM General Exception AssemblyVersion: -1; Method: ; FileName: ;&n ... |
AssemblyVersion: -1 Method: FileName: FileLineNumber: -1 FileColumnNumber: -1 PortalID: -1 PortalName: UserID: -1 UserName: ActiveTabID: -1 ActiveTabName: AbsoluteURL: AbsoluteURLReferrer: ExceptionGUID: DefaultDataProvider: InnerException: Object reference not set to an instance of an object. Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.Localization.Localization.GetString(String name) at DotNetNuke.Common.Utilities.FileSystemUtils.UpdateFile(String strSourceFile, String strDestFile, Int32 PortalId, String HomeDirectory, Boolean isCopy, Boolean isNew, Boolean ClearCache) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, Int32 AdministratorRoleId, String HomeDirectory, String physicalPath, String relativePath) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, Int32 AdministratorRoleId, String HomeDirectory, String physicalPath, String relativePath) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, Int32 AdministratorRoleId, String HomeDirectory, String physicalPath, String relativePath) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, Int32 AdministratorRoleId, String HomeDirectory, String physicalPath, String relativePath) at DotNetNuke.Services.FileSystem.SynchronizeFileSystem.Synchronize() at DotNetNuke.Services.FileSystem.SynchronizeFileSystem.DoWork() StackTrace: Source: Server Name: LEPEW
| |