[Mono-aspnet-list] Problem with mod_mono/xsp/runtime on CentOS 5.4 / 5.5
Robert Jordan
robertj at gmx.net
Wed May 26 05:10:04 EDT 2010
On 26.05.2010 09:29, Trust wrote:
>
> Hi *.
>
> since mono 2.0 I've had the problem with mono. I always could make the work
> around to switch back to mono 2.2 and than my web sites worked. Yesterday I
> upgraded one Server to CentOs 5.5 since then i got the following error:
>
> < 0 Parameter name: fileTime
>
> Description: HTTP 500. Error processing request.
>
> Stack Trace:
>
> System.ArgumentOutOfRangeException:< 0
> Parameter name: fileTime
> at System.DateTime.FromFileTime (Int64 fileTime) [0x00000] in<filename
> unknown>:0
> at System.IO.File.GetLastWriteTime (System.String path) [0x00000] in
> <filename unknown>:0
> at System.IO.File.GetLastWriteTimeUtc (System.String path) [0x00000] in
> <filename unknown>:0
> at System.Web.Handlers.ScriptResourceHandler.CreateResourceUrl
> (System.Reflection.Assembly assembly, System.String resourceName, Boolean
> notifyScriptLoaded) [0x00000] in<filename unknown>:0
It looks like you have files with corrupted metadata (especially
a corrupt file time) on your disk, probably as a result of a crash.
That's why your app is working on other machines.
It could be System.Web.Extensions.dll or one of your own
assemblies.
You may want to "touch" this/these files. This will hopefully
fix the metadata.
Robert
More information about the Mono-aspnet-list
mailing list