Всем привет, переносил проект с одного сервера на другой (веб приложение) И при открытии одной вкладки не подгружаются данные (каталог). В Консольке вот такая ошибка:
An exception was thown while calling 1C WebService: There was no endpoint listening at http://isuosb_app.CPNAME.ru:8080/sb/ws/ITEXP_ITSMService that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
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.
Exception Details: ITExpert.CPNAME.BackendCommunications.Exceptions.WebService1CException: An exception was thown while calling 1C WebService: There was no endpoint listening at http://isuosb_app.CPNAME.ru:8080/sb/ws/ITEXP_ITSMService that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[WebService1CException: An exception was thown while calling 1C WebService: There was no endpoint listening at http://isuosb_app.CPNAME.ru:8080/sb/ws/ITEXP_ITSMService that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.]
ITExpert.CHPTZ.BackendCommunications.Services.Common.BaseService1C.Invoke(Expression`1 expr, Boolean logInvokation) in E:\projects\ITExpert.CPNAME.Middleware\ITExpert.CHPTZ.BackendCommunications\Services\Common\BaseService1C.cs:34
ITExpert.CHPTZ.RealTime.Notifications.NotificationHub.OnConnected() in E:\projects\ITExpert.CPNAME.Middleware\ITExpert.CHPTZ.RealTime\Notifications\NotificationHub.cs:27
Microsoft.AspNet.SignalR.Hubs.<>c__DisplayClass9.<BuildConnect>b__7(IHub hub) +49
Microsoft.AspNet.SignalR.Hubs.<>c__DisplayClass9.<BuildConnect>b__7(IHub hub) +49
Microsoft.AspNet.SignalR.Hubs.<>c__DisplayClass35.<ExecuteHubEvent>b__31(IHub instance) +20
System.Linq.WhereSelectListIterator`2.MoveNext() +111
System.Linq.Buffer`1..ctor(IEnumerable`1 source) +153
System.Linq.Enumerable.ToArray(IEnumerable`1 source) +106
Microsoft.AspNet.SignalR.Hubs.HubDispatcher.ExecuteHubEvent(IRequest request, String connectionId, Func`2 action) +195
Microsoft.AspNet.SignalR.PersistentConnection.ProcessStartRequest(HostContext context, String connectionId) +31
Microsoft.AspNet.SignalR.TaskAsyncHelper.FromMethod(Func`4 func, T1 arg1, T2 arg2, T3 arg3) +44
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +13847892
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61
Microsoft.Owin.Mapping.<Invoke>d__0.MoveNext() +599
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +13847892
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61
Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.<RunApp>d__5.MoveNext() +203
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +13847892
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61
Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.<DoFinalWork>d__2.MoveNext() +193
Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.StageAsyncResult.End(IAsyncResult ar) +96
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +363
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +137
Куда копать подскажите пжлста
Кофе для программистов: как напиток влияет на продуктивность кодеров?
Рекламные вывески: как привлечь внимание и увеличить продажи
Стратегії та тренди в SMM - Технології, що формують майбутнє сьогодні
Выделенный сервер, что это, для чего нужен и какие характеристики важны?
Современные решения для бизнеса: как облачные и виртуальные технологии меняют рынок
Пишу небольшие одностраничные веб-приложения на framework7 И иногда не хватает функционала, который есть в jquery Нормально ли использовать оба...