Advertisement
vbuz

Untitled

Mar 22nd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 94.89 KB | None | 0 0
  1. [05:54:58 INF] Default Quartz.NET properties loaded from embedded resource file
  2. ,[05:54:58 DBG] TaskSchedulingThreadPool configured with max concurrency of 10 and TaskScheduler ThreadPoolTaskScheduler.
  3. ,[05:54:58 INF] Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl
  4. ,[05:54:58 INF] Quartz Scheduler v.3.0.7.0 created.
  5. ,[05:54:58 INF] RAMJobStore initialized.
  6. ,[05:54:58 INF] Scheduler meta-data: Quartz Scheduler (v3.0.7.0) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
  7. , Scheduler class: 'Quartz.Core.QuartzScheduler' - running locally.
  8. , NOT STARTED.
  9. , Currently in standby mode.
  10. , Number of jobs executed: 0
  11. , Using thread pool 'Quartz.Simpl.DefaultThreadPool' - with 10 threads.
  12. , Using job-store 'Quartz.Simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  13. ,
  14. ,[05:54:58 INF] Quartz scheduler 'DefaultQuartzScheduler' initialized
  15. ,[05:54:58 INF] Quartz scheduler version: 3.0.7.0
  16. ,[05:54:59 INF] JobFactory set to: ketex.jobs.infrastructure.IoCJobFactory
  17. ,Before starting job, count of jobs = 6
  18. ,Starting job MailToSupplierJob
  19. ,Starting job PricelistUploadQueryHandlerJob
  20. ,Starting job RetreivePricesFromFtpJob
  21. ,Starting job RetreivePricesFromEmailJob
  22. ,Starting job PortionsWmsSyncJob
  23. ,Starting job ExportPricelistsJob
  24. ,[05:54:59 DBG] JobFailureHandler called.
  25. ,[05:54:59 INF] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  26. ,[05:54:59 DBG] Batch acquisition of 1 triggers
  27. ,[05:55:00 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  28. , at System.Net.Dns.InternalGetHostByName(String hostName)
  29. , at System.Net.Dns.ResolveCallback(Object context)
  30. ,--- End of stack trace from previous location where exception was thrown ---
  31. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  32. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  33. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  34. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  35. , --- End of inner exception stack trace ---
  36. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  37. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  38. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  39. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  40. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  41. , at Npgsql.NpgsqlConnection.OpenInternal()
  42. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  43. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  44. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  45. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  46. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  47. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScoped(ScopedCallSite scopedCallSite, ServiceProviderEngineScope scope)
  48. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  49. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  50. , at System.Net.Dns.InternalGetHostByName(String hostName)
  51. , at System.Net.Dns.ResolveCallback(Object context)
  52. ,--- End of stack trace from previous location where exception was thrown ---
  53. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  54. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  55. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  56. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  57. ,
  58. ,[05:55:00 DBG] Batch acquisition of 1 triggers
  59. ,[05:55:00 DBG] Calling Execute on job ketex.RetreivePricesFromFtpJob
  60. ,[05:55:00 ERR] Job ketex.RetreivePricesFromFtpJob threw an unhandled Exception:
  61. ,System.NullReferenceException: Object reference not set to an instance of an object.
  62. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  63. ,[05:55:00 ERR] Job ketex.RetreivePricesFromFtpJob threw an exception.
  64. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  65. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  66. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  67. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  68. ,[05:55:00 DBG] Job with ID and type: ketex.RetreivePricesFromFtpJob, ketex.jobs.RetreivePricesFromFtpJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  69. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  70. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  71. , --- End of inner exception stack trace ---
  72. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  73. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  74. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  75. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0/15 0/1 * * * ? *.
  76. ,[05:55:02 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  77. , at System.Net.Dns.InternalGetHostByName(String hostName)
  78. , at System.Net.Dns.ResolveCallback(Object context)
  79. ,--- End of stack trace from previous location where exception was thrown ---
  80. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  81. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  82. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  83. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  84. , --- End of inner exception stack trace ---
  85. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  86. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  87. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  88. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  89. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  90. , at Npgsql.NpgsqlConnection.OpenInternal()
  91. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  92. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  93. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  94. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  95. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  96. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScoped(ScopedCallSite scopedCallSite, ServiceProviderEngineScope scope)
  97. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  98. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  99. , at System.Net.Dns.InternalGetHostByName(String hostName)
  100. , at System.Net.Dns.ResolveCallback(Object context)
  101. ,--- End of stack trace from previous location where exception was thrown ---
  102. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  103. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  104. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  105. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  106. ,
  107. ,[05:55:02 DBG] Calling Execute on job ketex.MailToSupplierJob
  108. ,[05:55:02 ERR] Job ketex.MailToSupplierJob threw an unhandled Exception:
  109. ,System.NullReferenceException: Object reference not set to an instance of an object.
  110. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  111. ,[05:55:02 ERR] Job ketex.MailToSupplierJob threw an exception.
  112. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  113. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  114. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  115. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  116. ,[05:55:02 DBG] Batch acquisition of 1 triggers
  117. ,[05:55:02 DBG] Job with ID and type: ketex.MailToSupplierJob, ketex.jobs.jobsMain.MailToSupplierJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  118. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  119. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  120. , --- End of inner exception stack trace ---
  121. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  122. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  123. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  124. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0 0/1 * * * ? *.
  125. ,[05:55:02 DBG] Batch acquisition of 1 triggers
  126. ,[05:55:02 DBG] Calling Execute on job ketex.PortionsWmsSyncJob
  127. ,[05:55:02 DBG] PortionsWmsSyncJob executed
  128. ,[05:55:02 DBG] Creating consumer... Rabbit host: rabbit-instance
  129. ,[05:55:03 INF] Consuming on queue: wms_site_exchange_portionstickers
  130. ,[05:55:03 DBG] Creating consumer... Rabbit host: rabbit-instance
  131. ,[05:55:03 INF] No messages consumed from queue 'wms_site_exchange_portionstickers' this time.
  132. ,[05:55:03 INF] Job with ID and type: ketex.PortionsWmsSyncJob, ketex.jobs.jobsMain.PortionsWmsSyncJob ends without exceptions.
  133. ,[05:55:03 DBG] Trigger instruction : NoInstruction
  134. ,[05:55:03 DBG] Batch acquisition of 1 triggers
  135. ,[05:55:25 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  136. , at System.Net.Dns.InternalGetHostByName(String hostName)
  137. , at System.Net.Dns.ResolveCallback(Object context)
  138. ,--- End of stack trace from previous location where exception was thrown ---
  139. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  140. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  141. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  142. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  143. , --- End of inner exception stack trace ---
  144. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  145. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  146. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  147. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  148. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  149. , at Npgsql.NpgsqlConnection.OpenInternal()
  150. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  151. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  152. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  153. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  154. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  155. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScoped(ScopedCallSite scopedCallSite, ServiceProviderEngineScope scope)
  156. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  157. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  158. , at System.Net.Dns.InternalGetHostByName(String hostName)
  159. , at System.Net.Dns.ResolveCallback(Object context)
  160. ,--- End of stack trace from previous location where exception was thrown ---
  161. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  162. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  163. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  164. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  165. ,
  166. ,[05:55:25 DBG] Batch acquisition of 1 triggers
  167. ,[05:55:25 DBG] Calling Execute on job ketex.ExportPricelistsJob
  168. ,[05:55:25 ERR] Job ketex.ExportPricelistsJob threw an unhandled Exception:
  169. ,System.NullReferenceException: Object reference not set to an instance of an object.
  170. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  171. ,[05:55:25 ERR] Job ketex.ExportPricelistsJob threw an exception.
  172. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  173. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  174. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  175. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  176. ,[05:55:25 DBG] Job with ID and type: ketex.ExportPricelistsJob, ketex.jobs.jobsMain.ExportPricelistsJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  177. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  178. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  179. , --- End of inner exception stack trace ---
  180. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  181. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  182. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  183. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 25 0/1 * * * ? *.
  184. ,[05:55:30 DBG] Batch acquisition of 1 triggers
  185. ,[05:55:30 DBG] Calling Execute on job ketex.PricelistUploadQueryHandlerJob
  186. ,[05:55:30 INF] PricelistUploadQueryHandlerJob executed.
  187. ,[05:55:30 INF] Consuming on queue: pricelist_upload
  188. ,[05:55:30 DBG] Creating consumer... Rabbit host: rabbit-instance
  189. ,[05:55:30 INF] No messages consumed from queue 'pricelist_upload' this time.
  190. ,[05:55:30 INF] Job with ID and type: ketex.PricelistUploadQueryHandlerJob, ketex.jobs.jobsMain.PricelistUploadQueryHandlerJob ends without exceptions.
  191. ,[05:55:30 DBG] Trigger instruction : NoInstruction
  192. ,[05:55:30 DBG] Batch acquisition of 1 triggers
  193. ,[05:55:30 DBG] Batch acquisition of 1 triggers
  194. ,[05:55:30 DBG] Trigger instruction : NoInstruction
  195. ,[05:55:30 DBG] Batch acquisition of 1 triggers
  196. ,[05:55:30 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  197. , at System.Net.Dns.InternalGetHostByName(String hostName)
  198. , at System.Net.Dns.ResolveCallback(Object context)
  199. ,--- End of stack trace from previous location where exception was thrown ---
  200. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  201. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  202. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  203. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  204. , --- End of inner exception stack trace ---
  205. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  206. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  207. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  208. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  209. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  210. , at Npgsql.NpgsqlConnection.OpenInternal()
  211. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  212. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  213. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  214. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  215. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  216. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScoped(ScopedCallSite scopedCallSite, ServiceProviderEngineScope scope)
  217. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  218. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  219. , at System.Net.Dns.InternalGetHostByName(String hostName)
  220. , at System.Net.Dns.ResolveCallback(Object context)
  221. ,--- End of stack trace from previous location where exception was thrown ---
  222. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  223. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  224. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  225. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  226. ,
  227. ,[05:55:30 DBG] Batch acquisition of 1 triggers
  228. ,[05:55:30 DBG] Calling Execute on job ketex.RetreivePricesFromFtpJob
  229. ,[05:55:30 ERR] Job ketex.RetreivePricesFromFtpJob threw an unhandled Exception:
  230. ,System.NullReferenceException: Object reference not set to an instance of an object.
  231. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  232. ,[05:55:30 ERR] Job ketex.RetreivePricesFromFtpJob threw an exception.
  233. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  234. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  235. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  236. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  237. ,[05:55:30 DBG] Job with ID and type: ketex.RetreivePricesFromFtpJob, ketex.jobs.RetreivePricesFromFtpJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  238. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  239. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  240. , --- End of inner exception stack trace ---
  241. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  242. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  243. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  244. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0/15 0/1 * * * ? *.
  245. ,[05:55:32 DBG] Batch acquisition of 0 triggers
  246. ,[05:55:32 DBG] Calling Execute on job ketex.PortionsWmsSyncJob
  247. ,[05:55:32 DBG] PortionsWmsSyncJob executed
  248. ,[05:55:32 INF] Consuming on queue: wms_site_exchange_portionstickers
  249. ,[05:55:32 DBG] Creating consumer... Rabbit host: rabbit-instance
  250. ,[05:55:32 INF] No messages consumed from queue 'wms_site_exchange_portionstickers' this time.
  251. ,[05:55:32 INF] Job with ID and type: ketex.PortionsWmsSyncJob, ketex.jobs.jobsMain.PortionsWmsSyncJob ends without exceptions.
  252. ,[05:55:32 DBG] Trigger instruction : NoInstruction
  253. ,[05:55:32 DBG] Batch acquisition of 1 triggers
  254. ,[05:55:32 DBG] Trigger instruction : NoInstruction
  255. ,[05:55:32 DBG] Batch acquisition of 1 triggers
  256. ,[05:55:55 DBG] Trigger instruction : NoInstruction
  257. ,[05:55:55 DBG] Batch acquisition of 1 triggers
  258. ,[05:55:55 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  259. , at System.Net.Dns.InternalGetHostByName(String hostName)
  260. , at System.Net.Dns.ResolveCallback(Object context)
  261. ,--- End of stack trace from previous location where exception was thrown ---
  262. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  263. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  264. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  265. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  266. , --- End of inner exception stack trace ---
  267. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  268. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  269. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  270. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  271. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  272. , at Npgsql.NpgsqlConnection.OpenInternal()
  273. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  274. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  275. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  276. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  277. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  278. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScoped(ScopedCallSite scopedCallSite, ServiceProviderEngineScope scope)
  279. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  280. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  281. , at System.Net.Dns.InternalGetHostByName(String hostName)
  282. , at System.Net.Dns.ResolveCallback(Object context)
  283. ,--- End of stack trace from previous location where exception was thrown ---
  284. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  285. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  286. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  287. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  288. ,
  289. ,[05:55:55 DBG] Batch acquisition of 1 triggers
  290. ,[05:55:55 DBG] Calling Execute on job ketex.ExportPricelistsJob
  291. ,[05:55:55 ERR] Job ketex.ExportPricelistsJob threw an unhandled Exception:
  292. ,System.NullReferenceException: Object reference not set to an instance of an object.
  293. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  294. ,[05:55:55 ERR] Job ketex.ExportPricelistsJob threw an exception.
  295. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  296. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  297. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  298. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  299. ,[05:55:55 DBG] Job with ID and type: ketex.ExportPricelistsJob, ketex.jobs.jobsMain.ExportPricelistsJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  300. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  301. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  302. , --- End of inner exception stack trace ---
  303. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  304. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  305. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  306. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 25 0/1 * * * ? *.
  307. ,[05:56:00 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  308. , at System.Net.Dns.InternalGetHostByName(String hostName)
  309. , at System.Net.Dns.ResolveCallback(Object context)
  310. ,--- End of stack trace from previous location where exception was thrown ---
  311. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  312. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  313. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  314. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  315. , --- End of inner exception stack trace ---
  316. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  317. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  318. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  319. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  320. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  321. , at Npgsql.NpgsqlConnection.OpenInternal()
  322. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  323. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  324. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  325. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  326. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  327. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScoped(ScopedCallSite scopedCallSite, ServiceProviderEngineScope scope)
  328. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  329. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  330. , at System.Net.Dns.InternalGetHostByName(String hostName)
  331. , at System.Net.Dns.ResolveCallback(Object context)
  332. ,--- End of stack trace from previous location where exception was thrown ---
  333. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  334. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  335. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  336. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  337. ,
  338. ,[05:56:00 DBG] Batch acquisition of 1 triggers
  339. ,[05:56:00 DBG] Calling Execute on job ketex.MailToSupplierJob
  340. ,[05:56:00 ERR] Job ketex.MailToSupplierJob threw an unhandled Exception:
  341. ,System.NullReferenceException: Object reference not set to an instance of an object.
  342. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  343. ,[05:56:00 ERR] Job ketex.MailToSupplierJob threw an exception.
  344. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  345. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  346. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  347. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  348. ,[05:56:00 DBG] Job with ID and type: ketex.MailToSupplierJob, ketex.jobs.jobsMain.MailToSupplierJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  349. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  350. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  351. , --- End of inner exception stack trace ---
  352. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  353. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  354. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  355. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0 0/1 * * * ? *.
  356. ,[05:56:00 DBG] Trigger instruction : NoInstruction
  357. ,[05:56:00 DBG] Batch acquisition of 1 triggers
  358. ,[05:56:00 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  359. , at System.Net.Dns.InternalGetHostByName(String hostName)
  360. , at System.Net.Dns.ResolveCallback(Object context)
  361. ,--- End of stack trace from previous location where exception was thrown ---
  362. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  363. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  364. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  365. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  366. , --- End of inner exception stack trace ---
  367. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  368. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  369. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  370. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  371. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  372. , at Npgsql.NpgsqlConnection.OpenInternal()
  373. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  374. , at lambda_method(Closure , ServiceProviderEngineScope )
  375. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  376. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  377. , at System.Net.Dns.InternalGetHostByName(String hostName)
  378. , at System.Net.Dns.ResolveCallback(Object context)
  379. ,--- End of stack trace from previous location where exception was thrown ---
  380. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  381. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  382. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  383. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  384. ,
  385. ,[05:56:00 DBG] Batch acquisition of 1 triggers
  386. ,[05:56:00 DBG] Calling Execute on job ketex.RetreivePricesFromFtpJob
  387. ,[05:56:00 ERR] Job ketex.RetreivePricesFromFtpJob threw an unhandled Exception:
  388. ,System.NullReferenceException: Object reference not set to an instance of an object.
  389. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  390. ,[05:56:00 ERR] Job ketex.RetreivePricesFromFtpJob threw an exception.
  391. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  392. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  393. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  394. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  395. ,[05:56:00 DBG] Job with ID and type: ketex.RetreivePricesFromFtpJob, ketex.jobs.RetreivePricesFromFtpJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  396. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  397. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  398. , --- End of inner exception stack trace ---
  399. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  400. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  401. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  402. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0/15 0/1 * * * ? *.
  403. ,[05:56:02 DBG] Calling Execute on job ketex.PortionsWmsSyncJob
  404. ,[05:56:02 DBG] Batch acquisition of 1 triggers
  405. ,[05:56:02 DBG] PortionsWmsSyncJob executed
  406. ,[05:56:02 INF] Consuming on queue: wms_site_exchange_portionstickers
  407. ,[05:56:02 DBG] Creating consumer... Rabbit host: rabbit-instance
  408. ,[05:56:03 INF] No messages consumed from queue 'wms_site_exchange_portionstickers' this time.
  409. ,[05:56:03 INF] Job with ID and type: ketex.PortionsWmsSyncJob, ketex.jobs.jobsMain.PortionsWmsSyncJob ends without exceptions.
  410. ,[05:56:03 DBG] Trigger instruction : NoInstruction
  411. ,[05:56:03 DBG] Batch acquisition of 1 triggers
  412. ,[05:56:25 DBG] Trigger instruction : NoInstruction
  413. ,[05:56:25 DBG] Batch acquisition of 1 triggers
  414. ,[05:56:25 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  415. , at System.Net.Dns.InternalGetHostByName(String hostName)
  416. , at System.Net.Dns.ResolveCallback(Object context)
  417. ,--- End of stack trace from previous location where exception was thrown ---
  418. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  419. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  420. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  421. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  422. , --- End of inner exception stack trace ---
  423. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  424. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  425. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  426. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  427. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  428. , at Npgsql.NpgsqlConnection.OpenInternal()
  429. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  430. , at lambda_method(Closure , ServiceProviderEngineScope )
  431. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  432. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  433. , at System.Net.Dns.InternalGetHostByName(String hostName)
  434. , at System.Net.Dns.ResolveCallback(Object context)
  435. ,--- End of stack trace from previous location where exception was thrown ---
  436. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  437. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  438. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  439. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  440. ,
  441. ,[05:56:25 DBG] Batch acquisition of 1 triggers
  442. ,[05:56:25 DBG] Calling Execute on job ketex.ExportPricelistsJob
  443. ,[05:56:25 ERR] Job ketex.ExportPricelistsJob threw an unhandled Exception:
  444. ,System.NullReferenceException: Object reference not set to an instance of an object.
  445. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  446. ,[05:56:25 ERR] Job ketex.ExportPricelistsJob threw an exception.
  447. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  448. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  449. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  450. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  451. ,[05:56:25 DBG] Job with ID and type: ketex.ExportPricelistsJob, ketex.jobs.jobsMain.ExportPricelistsJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  452. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  453. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  454. , --- End of inner exception stack trace ---
  455. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  456. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  457. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  458. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 25 0/1 * * * ? *.
  459. ,[05:56:30 DBG] Batch acquisition of 1 triggers
  460. ,[05:56:30 DBG] Calling Execute on job ketex.PricelistUploadQueryHandlerJob
  461. ,[05:56:30 INF] PricelistUploadQueryHandlerJob executed.
  462. ,[05:56:30 INF] Consuming on queue: pricelist_upload
  463. ,[05:56:30 DBG] Creating consumer... Rabbit host: rabbit-instance
  464. ,[05:56:30 DBG] Trigger instruction : NoInstruction
  465. ,[05:56:30 DBG] Batch acquisition of 1 triggers
  466. ,[05:56:30 DBG] Batch acquisition of 1 triggers
  467. ,[05:56:30 INF] No messages consumed from queue 'pricelist_upload' this time.
  468. ,[05:56:30 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  469. , at System.Net.Dns.InternalGetHostByName(String hostName)
  470. , at System.Net.Dns.ResolveCallback(Object context)
  471. ,--- End of stack trace from previous location where exception was thrown ---
  472. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  473. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  474. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  475. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  476. , --- End of inner exception stack trace ---
  477. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  478. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  479. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  480. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  481. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  482. , at Npgsql.NpgsqlConnection.OpenInternal()
  483. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  484. , at lambda_method(Closure , ServiceProviderEngineScope )
  485. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  486. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  487. , at System.Net.Dns.InternalGetHostByName(String hostName)
  488. , at System.Net.Dns.ResolveCallback(Object context)
  489. ,--- End of stack trace from previous location where exception was thrown ---
  490. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  491. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  492. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  493. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  494. ,
  495. ,[05:56:30 DBG] Batch acquisition of 1 triggers
  496. ,[05:56:30 INF] Job with ID and type: ketex.PricelistUploadQueryHandlerJob, ketex.jobs.jobsMain.PricelistUploadQueryHandlerJob ends without exceptions.
  497. ,[05:56:30 DBG] Trigger instruction : NoInstruction
  498. ,[05:56:30 DBG] Calling Execute on job ketex.MailToSupplierJob
  499. ,[05:56:30 ERR] Job ketex.MailToSupplierJob threw an unhandled Exception:
  500. ,System.NullReferenceException: Object reference not set to an instance of an object.
  501. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  502. ,[05:56:30 DBG] Batch acquisition of 1 triggers
  503. ,[05:56:30 ERR] Job ketex.MailToSupplierJob threw an exception.
  504. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  505. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  506. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  507. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  508. ,[05:56:30 DBG] Job with ID and type: ketex.MailToSupplierJob, ketex.jobs.jobsMain.MailToSupplierJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  509. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  510. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  511. , --- End of inner exception stack trace ---
  512. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  513. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  514. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  515. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0 0/1 * * * ? *.
  516. ,[05:56:30 DBG] Trigger instruction : NoInstruction
  517. ,[05:56:30 DBG] Batch acquisition of 1 triggers
  518. ,[05:56:30 DBG] Batch acquisition of 1 triggers
  519. ,[05:56:30 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  520. , at System.Net.Dns.InternalGetHostByName(String hostName)
  521. , at System.Net.Dns.ResolveCallback(Object context)
  522. ,--- End of stack trace from previous location where exception was thrown ---
  523. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  524. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  525. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  526. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  527. , --- End of inner exception stack trace ---
  528. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  529. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  530. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  531. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  532. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  533. , at Npgsql.NpgsqlConnection.OpenInternal()
  534. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  535. , at lambda_method(Closure , ServiceProviderEngineScope )
  536. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  537. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  538. , at System.Net.Dns.InternalGetHostByName(String hostName)
  539. , at System.Net.Dns.ResolveCallback(Object context)
  540. ,--- End of stack trace from previous location where exception was thrown ---
  541. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  542. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  543. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  544. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  545. ,
  546. ,[05:56:30 DBG] Batch acquisition of 1 triggers
  547. ,[05:56:30 DBG] Calling Execute on job ketex.RetreivePricesFromFtpJob
  548. ,[05:56:30 ERR] Job ketex.RetreivePricesFromFtpJob threw an unhandled Exception:
  549. ,System.NullReferenceException: Object reference not set to an instance of an object.
  550. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  551. ,[05:56:30 ERR] Job ketex.RetreivePricesFromFtpJob threw an exception.
  552. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  553. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  554. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  555. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  556. ,[05:56:30 DBG] Job with ID and type: ketex.RetreivePricesFromFtpJob, ketex.jobs.RetreivePricesFromFtpJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  557. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  558. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  559. , --- End of inner exception stack trace ---
  560. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  561. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  562. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  563. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0/15 0/1 * * * ? *.
  564. ,[05:56:32 DBG] Calling Execute on job ketex.PortionsWmsSyncJob
  565. ,[05:56:32 DBG] PortionsWmsSyncJob executed
  566. ,[05:56:32 INF] Consuming on queue: wms_site_exchange_portionstickers
  567. ,[05:56:32 DBG] Creating consumer... Rabbit host: rabbit-instance
  568. ,[05:56:32 DBG] Batch acquisition of 0 triggers
  569. ,[05:56:32 INF] No messages consumed from queue 'wms_site_exchange_portionstickers' this time.
  570. ,[05:56:32 INF] Job with ID and type: ketex.PortionsWmsSyncJob, ketex.jobs.jobsMain.PortionsWmsSyncJob ends without exceptions.
  571. ,[05:56:32 DBG] Trigger instruction : NoInstruction
  572. ,[05:56:32 DBG] Batch acquisition of 1 triggers
  573. ,[05:56:55 DBG] Trigger instruction : NoInstruction
  574. ,[05:56:55 DBG] Batch acquisition of 1 triggers
  575. ,[05:56:55 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  576. , at System.Net.Dns.InternalGetHostByName(String hostName)
  577. , at System.Net.Dns.ResolveCallback(Object context)
  578. ,--- End of stack trace from previous location where exception was thrown ---
  579. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  580. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  581. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  582. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  583. , --- End of inner exception stack trace ---
  584. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  585. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  586. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  587. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  588. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  589. , at Npgsql.NpgsqlConnection.OpenInternal()
  590. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  591. , at lambda_method(Closure , ServiceProviderEngineScope )
  592. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  593. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  594. , at System.Net.Dns.InternalGetHostByName(String hostName)
  595. , at System.Net.Dns.ResolveCallback(Object context)
  596. ,--- End of stack trace from previous location where exception was thrown ---
  597. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  598. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  599. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  600. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  601. ,
  602. ,[05:56:55 DBG] Batch acquisition of 1 triggers
  603. ,[05:56:55 DBG] Calling Execute on job ketex.ExportPricelistsJob
  604. ,[05:56:55 ERR] Job ketex.ExportPricelistsJob threw an unhandled Exception:
  605. ,System.NullReferenceException: Object reference not set to an instance of an object.
  606. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  607. ,[05:56:55 ERR] Job ketex.ExportPricelistsJob threw an exception.
  608. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  609. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  610. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  611. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  612. ,[05:56:55 DBG] Job with ID and type: ketex.ExportPricelistsJob, ketex.jobs.jobsMain.ExportPricelistsJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  613. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  614. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  615. , --- End of inner exception stack trace ---
  616. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  617. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  618. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  619. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 25 0/1 * * * ? *.
  620. ,[05:57:00 DBG] Trigger instruction : NoInstruction
  621. ,[05:57:00 DBG] Batch acquisition of 1 triggers
  622. ,[05:57:00 DBG] Batch acquisition of 1 triggers
  623. ,[05:57:00 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  624. , at System.Net.Dns.InternalGetHostByName(String hostName)
  625. , at System.Net.Dns.ResolveCallback(Object context)
  626. ,--- End of stack trace from previous location where exception was thrown ---
  627. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  628. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  629. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  630. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  631. , --- End of inner exception stack trace ---
  632. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  633. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  634. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  635. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  636. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  637. , at Npgsql.NpgsqlConnection.OpenInternal()
  638. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  639. , at lambda_method(Closure , ServiceProviderEngineScope )
  640. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  641. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  642. , at System.Net.Dns.InternalGetHostByName(String hostName)
  643. , at System.Net.Dns.ResolveCallback(Object context)
  644. ,--- End of stack trace from previous location where exception was thrown ---
  645. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  646. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  647. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  648. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  649. ,
  650. ,[05:57:00 DBG] Batch acquisition of 1 triggers
  651. ,[05:57:00 DBG] Calling Execute on job ketex.MailToSupplierJob
  652. ,[05:57:00 ERR] Job ketex.MailToSupplierJob threw an unhandled Exception:
  653. ,System.NullReferenceException: Object reference not set to an instance of an object.
  654. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  655. ,[05:57:00 ERR] Job ketex.MailToSupplierJob threw an exception.
  656. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  657. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  658. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  659. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  660. ,[05:57:00 DBG] Job with ID and type: ketex.MailToSupplierJob, ketex.jobs.jobsMain.MailToSupplierJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  661. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  662. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  663. , --- End of inner exception stack trace ---
  664. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  665. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  666. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  667. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0 0/1 * * * ? *.
  668. ,[05:57:00 DBG] Trigger instruction : NoInstruction
  669. ,[05:57:00 DBG] Batch acquisition of 1 triggers
  670. ,[05:57:00 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  671. , at System.Net.Dns.InternalGetHostByName(String hostName)
  672. , at System.Net.Dns.ResolveCallback(Object context)
  673. ,--- End of stack trace from previous location where exception was thrown ---
  674. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  675. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  676. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  677. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  678. , --- End of inner exception stack trace ---
  679. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  680. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  681. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  682. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  683. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  684. , at Npgsql.NpgsqlConnection.OpenInternal()
  685. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  686. , at lambda_method(Closure , ServiceProviderEngineScope )
  687. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  688. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  689. , at System.Net.Dns.InternalGetHostByName(String hostName)
  690. , at System.Net.Dns.ResolveCallback(Object context)
  691. ,--- End of stack trace from previous location where exception was thrown ---
  692. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  693. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  694. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  695. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  696. ,
  697. ,[05:57:00 DBG] Calling Execute on job ketex.RetreivePricesFromFtpJob
  698. ,[05:57:00 ERR] Job ketex.RetreivePricesFromFtpJob threw an unhandled Exception:
  699. ,System.NullReferenceException: Object reference not set to an instance of an object.
  700. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  701. ,[05:57:00 DBG] Batch acquisition of 1 triggers
  702. ,[05:57:00 ERR] Job ketex.RetreivePricesFromFtpJob threw an exception.
  703. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  704. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  705. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  706. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  707. ,[05:57:00 DBG] Job with ID and type: ketex.RetreivePricesFromFtpJob, ketex.jobs.RetreivePricesFromFtpJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  708. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  709. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  710. , --- End of inner exception stack trace ---
  711. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  712. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  713. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  714. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0/15 0/1 * * * ? *.
  715. ,[05:57:02 DBG] Calling Execute on job ketex.PortionsWmsSyncJob
  716. ,[05:57:02 DBG] PortionsWmsSyncJob executed
  717. ,[05:57:02 INF] Consuming on queue: wms_site_exchange_portionstickers
  718. ,[05:57:02 DBG] Creating consumer... Rabbit host: rabbit-instance
  719. ,[05:57:02 DBG] Batch acquisition of 1 triggers
  720. ,[05:57:03 INF] No messages consumed from queue 'wms_site_exchange_portionstickers' this time.
  721. ,[05:57:03 INF] Job with ID and type: ketex.PortionsWmsSyncJob, ketex.jobs.jobsMain.PortionsWmsSyncJob ends without exceptions.
  722. ,[05:57:03 DBG] Trigger instruction : NoInstruction
  723. ,[05:57:03 DBG] Batch acquisition of 1 triggers
  724. ,[05:57:25 DBG] Trigger instruction : NoInstruction
  725. ,[05:57:25 DBG] Batch acquisition of 1 triggers
  726. ,[05:57:25 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  727. , at System.Net.Dns.InternalGetHostByName(String hostName)
  728. , at System.Net.Dns.ResolveCallback(Object context)
  729. ,--- End of stack trace from previous location where exception was thrown ---
  730. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  731. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  732. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  733. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  734. , --- End of inner exception stack trace ---
  735. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  736. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  737. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  738. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  739. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  740. , at Npgsql.NpgsqlConnection.OpenInternal()
  741. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  742. , at lambda_method(Closure , ServiceProviderEngineScope )
  743. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  744. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  745. , at System.Net.Dns.InternalGetHostByName(String hostName)
  746. , at System.Net.Dns.ResolveCallback(Object context)
  747. ,--- End of stack trace from previous location where exception was thrown ---
  748. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  749. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  750. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  751. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  752. ,
  753. ,[05:57:25 DBG] Batch acquisition of 1 triggers
  754. ,[05:57:25 DBG] Calling Execute on job ketex.ExportPricelistsJob
  755. ,[05:57:25 ERR] Job ketex.ExportPricelistsJob threw an unhandled Exception:
  756. ,System.NullReferenceException: Object reference not set to an instance of an object.
  757. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  758. ,[05:57:25 ERR] Job ketex.ExportPricelistsJob threw an exception.
  759. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  760. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  761. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  762. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  763. ,[05:57:25 DBG] Job with ID and type: ketex.ExportPricelistsJob, ketex.jobs.jobsMain.ExportPricelistsJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  764. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  765. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  766. , --- End of inner exception stack trace ---
  767. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  768. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  769. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  770. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 25 0/1 * * * ? *.
  771. ,[05:57:30 DBG] Batch acquisition of 1 triggers
  772. ,[05:57:30 DBG] Calling Execute on job ketex.PricelistUploadQueryHandlerJob
  773. ,[05:57:30 INF] PricelistUploadQueryHandlerJob executed.
  774. ,[05:57:30 INF] Consuming on queue: pricelist_upload
  775. ,[05:57:30 DBG] Creating consumer... Rabbit host: rabbit-instance
  776. ,[05:57:30 INF] No messages consumed from queue 'pricelist_upload' this time.
  777. ,[05:57:30 INF] Job with ID and type: ketex.PricelistUploadQueryHandlerJob, ketex.jobs.jobsMain.PricelistUploadQueryHandlerJob ends without exceptions.
  778. ,[05:57:30 DBG] Trigger instruction : NoInstruction
  779. ,[05:57:30 DBG] Batch acquisition of 1 triggers
  780. ,[05:57:30 DBG] Trigger instruction : NoInstruction
  781. ,[05:57:30 DBG] Batch acquisition of 1 triggers
  782. ,[05:57:30 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  783. , at System.Net.Dns.InternalGetHostByName(String hostName)
  784. , at System.Net.Dns.ResolveCallback(Object context)
  785. ,--- End of stack trace from previous location where exception was thrown ---
  786. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  787. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  788. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  789. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  790. , --- End of inner exception stack trace ---
  791. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  792. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  793. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  794. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  795. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  796. , at Npgsql.NpgsqlConnection.OpenInternal()
  797. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  798. , at lambda_method(Closure , ServiceProviderEngineScope )
  799. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  800. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  801. , at System.Net.Dns.InternalGetHostByName(String hostName)
  802. , at System.Net.Dns.ResolveCallback(Object context)
  803. ,--- End of stack trace from previous location where exception was thrown ---
  804. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  805. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  806. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  807. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  808. ,
  809. ,[05:57:30 DBG] Batch acquisition of 1 triggers
  810. ,[05:57:30 DBG] Calling Execute on job ketex.MailToSupplierJob
  811. ,[05:57:30 ERR] Job ketex.MailToSupplierJob threw an unhandled Exception:
  812. ,System.NullReferenceException: Object reference not set to an instance of an object.
  813. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  814. ,[05:57:30 ERR] Job ketex.MailToSupplierJob threw an exception.
  815. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  816. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  817. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  818. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  819. ,[05:57:30 DBG] Job with ID and type: ketex.MailToSupplierJob, ketex.jobs.jobsMain.MailToSupplierJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  820. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  821. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  822. , --- End of inner exception stack trace ---
  823. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  824. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  825. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  826. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0 0/1 * * * ? *.
  827. ,[05:57:30 DBG] Trigger instruction : NoInstruction
  828. ,[05:57:30 DBG] Batch acquisition of 1 triggers
  829. ,[05:57:30 DBG] Batch acquisition of 1 triggers
  830. ,[05:57:30 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  831. , at System.Net.Dns.InternalGetHostByName(String hostName)
  832. , at System.Net.Dns.ResolveCallback(Object context)
  833. ,--- End of stack trace from previous location where exception was thrown ---
  834. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  835. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  836. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  837. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  838. , --- End of inner exception stack trace ---
  839. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  840. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  841. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  842. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  843. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  844. , at Npgsql.NpgsqlConnection.OpenInternal()
  845. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  846. , at lambda_method(Closure , ServiceProviderEngineScope )
  847. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  848. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  849. , at System.Net.Dns.InternalGetHostByName(String hostName)
  850. , at System.Net.Dns.ResolveCallback(Object context)
  851. ,--- End of stack trace from previous location where exception was thrown ---
  852. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  853. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  854. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  855. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  856. ,
  857. ,[05:57:30 DBG] Calling Execute on job ketex.RetreivePricesFromFtpJob
  858. ,[05:57:30 DBG] Batch acquisition of 1 triggers
  859. ,[05:57:30 ERR] Job ketex.RetreivePricesFromFtpJob threw an unhandled Exception:
  860. ,System.NullReferenceException: Object reference not set to an instance of an object.
  861. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  862. ,[05:57:30 ERR] Job ketex.RetreivePricesFromFtpJob threw an exception.
  863. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  864. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  865. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  866. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  867. ,[05:57:30 DBG] Job with ID and type: ketex.RetreivePricesFromFtpJob, ketex.jobs.RetreivePricesFromFtpJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  868. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  869. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  870. , --- End of inner exception stack trace ---
  871. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  872. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  873. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  874. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0/15 0/1 * * * ? *.
  875. ,[05:57:32 DBG] Calling Execute on job ketex.PortionsWmsSyncJob
  876. ,[05:57:32 DBG] PortionsWmsSyncJob executed
  877. ,[05:57:32 INF] Consuming on queue: wms_site_exchange_portionstickers
  878. ,[05:57:32 DBG] Creating consumer... Rabbit host: rabbit-instance
  879. ,[05:57:32 DBG] Batch acquisition of 0 triggers
  880. ,[05:57:32 INF] No messages consumed from queue 'wms_site_exchange_portionstickers' this time.
  881. ,[05:57:32 INF] Job with ID and type: ketex.PortionsWmsSyncJob, ketex.jobs.jobsMain.PortionsWmsSyncJob ends without exceptions.
  882. ,[05:57:32 DBG] Trigger instruction : NoInstruction
  883. ,[05:57:32 DBG] Batch acquisition of 1 triggers
  884. ,[05:57:45 INF] Default Quartz.NET properties loaded from embedded resource file
  885. ,[05:57:46 DBG] TaskSchedulingThreadPool configured with max concurrency of 10 and TaskScheduler ThreadPoolTaskScheduler.
  886. ,[05:57:46 INF] Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl
  887. ,[05:57:46 INF] Quartz Scheduler v.3.0.7.0 created.
  888. ,[05:57:46 INF] RAMJobStore initialized.
  889. ,[05:57:46 INF] Scheduler meta-data: Quartz Scheduler (v3.0.7.0) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
  890. , Scheduler class: 'Quartz.Core.QuartzScheduler' - running locally.
  891. , NOT STARTED.
  892. , Currently in standby mode.
  893. , Number of jobs executed: 0
  894. , Using thread pool 'Quartz.Simpl.DefaultThreadPool' - with 10 threads.
  895. , Using job-store 'Quartz.Simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  896. ,
  897. ,[05:57:46 INF] Quartz scheduler 'DefaultQuartzScheduler' initialized
  898. ,[05:57:46 INF] Quartz scheduler version: 3.0.7.0
  899. ,[05:57:46 INF] JobFactory set to: ketex.jobs.infrastructure.IoCJobFactory
  900. ,Before starting job, count of jobs = 6
  901. ,Starting job MailToSupplierJob
  902. ,Starting job PricelistUploadQueryHandlerJob
  903. ,Starting job RetreivePricesFromFtpJob
  904. ,Starting job RetreivePricesFromEmailJob
  905. ,Starting job PortionsWmsSyncJob
  906. ,Starting job ExportPricelistsJob
  907. ,[05:57:46 DBG] JobFailureHandler called.
  908. ,[05:57:46 INF] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  909. ,[05:57:46 DBG] Batch acquisition of 1 triggers
  910. ,[05:58:00 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  911. , at System.Net.Dns.InternalGetHostByName(String hostName)
  912. , at System.Net.Dns.ResolveCallback(Object context)
  913. ,--- End of stack trace from previous location where exception was thrown ---
  914. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  915. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  916. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  917. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  918. , --- End of inner exception stack trace ---
  919. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  920. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  921. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  922. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  923. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  924. , at Npgsql.NpgsqlConnection.OpenInternal()
  925. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  926. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  927. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  928. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  929. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  930. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScoped(ScopedCallSite scopedCallSite, ServiceProviderEngineScope scope)
  931. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  932. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  933. , at System.Net.Dns.InternalGetHostByName(String hostName)
  934. , at System.Net.Dns.ResolveCallback(Object context)
  935. ,--- End of stack trace from previous location where exception was thrown ---
  936. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  937. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  938. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  939. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  940. ,
  941. ,[05:58:00 DBG] Batch acquisition of 1 triggers
  942. ,[05:58:00 DBG] Calling Execute on job ketex.RetreivePricesFromFtpJob
  943. ,[05:58:00 ERR] Job ketex.RetreivePricesFromFtpJob threw an unhandled Exception:
  944. ,System.NullReferenceException: Object reference not set to an instance of an object.
  945. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  946. ,[05:58:00 ERR] Job ketex.RetreivePricesFromFtpJob threw an exception.
  947. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  948. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  949. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  950. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  951. ,[05:58:00 DBG] Job with ID and type: ketex.RetreivePricesFromFtpJob, ketex.jobs.RetreivePricesFromFtpJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  952. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  953. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  954. , --- End of inner exception stack trace ---
  955. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  956. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  957. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  958. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0/15 0/1 * * * ? *.
  959. ,[05:58:01 ERR] Error creating job System.AggregateException: One or more errors occurred. (No such device or address) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
  960. , at System.Net.Dns.InternalGetHostByName(String hostName)
  961. , at System.Net.Dns.ResolveCallback(Object context)
  962. ,--- End of stack trace from previous location where exception was thrown ---
  963. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  964. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  965. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  966. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  967. , --- End of inner exception stack trace ---
  968. , at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  969. , at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
  970. , at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout)
  971. , at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
  972. , at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
  973. , at Npgsql.NpgsqlConnection.OpenInternal()
  974. , at ketex.jobs.Program.<>c.<ConfigureServicesAndJobs>b__2_2(IServiceProvider pr) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Program.cs:line 118
  975. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  976. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  977. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitTransient(TransientCallSite transientCallSite, ServiceProviderEngineScope scope)
  978. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, ServiceProviderEngineScope scope)
  979. , at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScoped(ScopedCallSite scopedCallSite, ServiceProviderEngineScope scope)
  980. , at ketex.jobs.infrastructure.IoCJobFactory.NewJob(TriggerFiredBundle bundle, IScheduler scheduler) in /Users/vadim/WebstormProjects/ketex.all/src/ketex.jobs/Infrastructure/IoCJobFactory.cs:line 23
  981. ,---> (Inner Exception #0) System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 6): No such device or address
  982. , at System.Net.Dns.InternalGetHostByName(String hostName)
  983. , at System.Net.Dns.ResolveCallback(Object context)
  984. ,--- End of stack trace from previous location where exception was thrown ---
  985. , at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  986. , at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
  987. , at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
  988. , at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  989. ,
  990. ,[05:58:01 DBG] Batch acquisition of 1 triggers
  991. ,[05:58:01 DBG] Calling Execute on job ketex.MailToSupplierJob
  992. ,[05:58:01 ERR] Job ketex.MailToSupplierJob threw an unhandled Exception:
  993. ,System.NullReferenceException: Object reference not set to an instance of an object.
  994. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  995. ,[05:58:01 ERR] Job ketex.MailToSupplierJob threw an exception.
  996. ,Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  997. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  998. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  999. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
  1000. ,[05:58:01 DBG] Job with ID and type: ketex.MailToSupplierJob, ketex.jobs.jobsMain.MailToSupplierJob has thrown the exception: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
  1001. , Quartz.JobExecutionException: Job threw an unhandled exception. ---> Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  1002. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  1003. , --- End of inner exception stack trace ---
  1004. , --- End of inner exception stack trace --- [See nested exception: Quartz.SchedulerException: Job threw an unhandled exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  1005. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  1006. , --- End of inner exception stack trace --- [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object.
  1007. , at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]]. Running again in 30 seconds by cron: 0 0/1 * * * ? *.
  1008. ,[05:58:02 DBG] Batch acquisition of 1 triggers
  1009. ,[05:58:02 DBG] Calling Execute on job ketex.PortionsWmsSyncJob
  1010. ,[05:58:02 DBG] PortionsWmsSyncJob executed
  1011. ,[05:58:02 DBG] Creating consumer... Rabbit host: rabbit-instance
  1012. ,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement