I've not been able to start one of my web servers since Friday night, despite much effort. The only error I can find is in the stack log - lots of them, continually.
BTW, I made *no* changes. Just cycled server instances as usual for weekly maintenance.
At the moment, even localhost doesn't work.
What does this mean / what do I need to do?
BTW, I made *no* changes. Just cycled server instances as usual for weekly maintenance.
At the moment, even localhost doesn't work.
What does this mean / what do I need to do?
==========================================================
Sun Aug 9 19:36:44 2020
Script:OOhttpdServerClientMIME() line:2099
Exception has been thrown by the target of an invocation.
The file exists.
===== Stack Trace Follows =====
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: The file exists.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.Path.InternalGetTempFileName(Boolean checkHost)
at A5XbasicAppServer.AppServerGzipCache.GetGzippedFileName(String requestedFileName)
at A5XbasicAppServer.A5ResponseIntegrated.SendFile(String Filename, Boolean PromptToSave, String OutputFilename)
at A5XbasicAppServer.A5ResponseWithLegacy.SendFile(String Filename, Boolean PromptToSave, String OutputFilename)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeIn
Execution Stack:
0#1 evaluate_shared_private(
0#39 OOhttpdServerClientMIME(ptemp,"AppServerMain")
==========================================================
Sun Aug 9 19:36:44 2020
Script:OOhttpdServerClientMIME() line:2099
Exception has been thrown by the target of an invocation.
The file exists.
===== Stack Trace Follows =====
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: The file exists.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.Path.InternalGetTempFileName(Boolean checkHost)
at A5XbasicAppServer.AppServerGzipCache.GetGzippedFileName(String requestedFileName)
at A5XbasicAppServer.A5ResponseIntegrated.SendFile(String Filename, Boolean PromptToSave, String OutputFilename)
at A5XbasicAppServer.A5ResponseWithLegacy.SendFile(String Filename, Boolean PromptToSave, String OutputFilename)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeIn
Execution Stack:
0#1 evaluate_shared_private(
0#39 OOhttpdServerClientMIME(ptemp,"AppServerMain")
==========================================================
Comment