1 |
i
get
error
log.
|
1 |
i
got
error
log.
|
2 |
{{{
|
2 |
{{{
|
3 |
Server Error in '/' Application.
|
3 |
Server Error in '/' Application.
|
4 |
Object reference not set to an instance of an object.
|
4 |
Object reference not set to an instance of an object.
|
5 |
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
|
5 |
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
|
6 |
\n
|
6 |
\n
|
7 |
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
|
7 |
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
|
8 |
\n
|
8 |
\n
|
9 |
Source Error:
|
9 |
Source Error:
|
10 |
\n
|
10 |
\n
|
11 |
\n
|
11 |
\n
|
12 |
Line 433: try
|
12 |
Line 433: try
|
13 |
Line 434: {
|
13 |
Line 434: {
|
14 |
Line 435: file.SaveAs(tmp);
|
14 |
Line 435: file.SaveAs(tmp);
|
15 |
Line 436: var results = Global.AutoRegistrator.UnitSyncer.Scan()?.Where(x=>x.ResourceInfo?.ArchiveName == file.FileName)?.ToList();
|
15 |
Line 436: var results = Global.AutoRegistrator.UnitSyncer.Scan()?.Where(x=>x.ResourceInfo?.ArchiveName == file.FileName)?.ToList();
|
16 |
Line 437: var model = new List<RegistrationResult>();
|
16 |
Line 437: var model = new List<RegistrationResult>();
|
17 |
\n
|
17 |
\n
|
18 |
Source File: c:\actions-runner\_work\Zero-K-Infrastructure\Zero-K-Infrastructure\Zero-K.info\Controllers\MapsController.cs Line: 435
|
18 |
Source File: c:\actions-runner\_work\Zero-K-Infrastructure\Zero-K-Infrastructure\Zero-K.info\Controllers\MapsController.cs Line: 435
|
19 |
\n
|
19 |
\n
|
20 |
Stack Trace:
|
20 |
Stack Trace:
|
21 |
\n
|
21 |
\n
|
22 |
\n
|
22 |
\n
|
23 |
[NullReferenceException: Object reference not set to an instance of an object.]
|
23 |
[NullReferenceException: Object reference not set to an instance of an object.]
|
24 |
ZeroKWeb.Controllers.MapsController.UploadResource(HttpPostedFileBase file, Boolean specialMap) in c:\actions-runner\_work\Zero-K-Infrastructure\Zero-K-Infrastructure\Zero-K.info\Controllers\MapsController.cs:435
|
24 |
ZeroKWeb.Controllers.MapsController.UploadResource(HttpPostedFileBase file, Boolean specialMap) in c:\actions-runner\_work\Zero-K-Infrastructure\Zero-K-Infrastructure\Zero-K.info\Controllers\MapsController.cs:435
|
25 |
lambda_method(Closure , ControllerBase , Object[] ) +194
|
25 |
lambda_method(Closure , ControllerBase , Object[] ) +194
|
26 |
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +228
|
26 |
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +228
|
27 |
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +34
|
27 |
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +34
|
28 |
System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +38
|
28 |
System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +38
|
29 |
System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +76
|
29 |
System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +76
|
30 |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +41
|
30 |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +41
|
31 |
System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +71
|
31 |
System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +71
|
32 |
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
|
32 |
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
|
33 |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +42
|
33 |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +42
|
34 |
System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +38
|
34 |
System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +38
|
35 |
System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +188
|
35 |
System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +188
|
36 |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
|
36 |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
|
37 |
System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +32
|
37 |
System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +32
|
38 |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
|
38 |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
|
39 |
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
|
39 |
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
|
40 |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39
|
40 |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39
|
41 |
System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
|
41 |
System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
|
42 |
System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +46
|
42 |
System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +46
|
43 |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
|
43 |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
|
44 |
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
|
44 |
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
|
45 |
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +431
|
45 |
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +431
|
46 |
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
|
46 |
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
|
47 |
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158
|
47 |
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158
|
48 |
\n
|
48 |
\n
|
49 |
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4331.0
|
49 |
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4331.0
|
50 |
}}}
|
50 |
}}}
|