Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 17.79 KB | None | 0 0
  1. 2018-06-20 08:59:11.329:INFO:ipjsoejs.Server:jetty-8.y.z-SNAPSHOT
  2. 2018-06-20 08:59:11.754:INFO:ipjsoejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:9011
  3. Listening for transport dt_socket at address: 8000
  4. [AppClassLoader@18b4aac2] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified
  5. 08:59:23,695 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  6. 08:59:23,697 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  7. 08:59:23,698 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.xml]
  8. 08:59:23,711 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Setting up default configuration.
  9. 08:59:24,779 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
  10. 08:59:24,797 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.logstash.logback.appender.LogstashTcpSocketAppender]
  11. 08:59:24,919 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [LOGSTASH]
  12. 08:59:25,143 |-WARN in net.logstash.logback.appender.LogstashTcpSocketAppender[LOGSTASH] - Invalid destination 'logstash-json.service.consul': host unknown (was 'logstash-json.service.consul').
  13. 08:59:25,996 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@7:29 - no applicable action for [includeContext], current ElementPath  is [[configuration][appender][encoder][includeContext]]
  14. 08:59:25,997 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LoggingEventJsonProviders] for [providers] property
  15. 08:59:26,062 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.MdcJsonProvider] for [mdc] property
  16. 08:59:26,100 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.ContextJsonProvider] for [context] property
  17. 08:59:26,111 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.LogstashVersionJsonProvider] for [version] property
  18. 08:59:26,125 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LogLevelJsonProvider] for [logLevel] property
  19. 08:59:26,137 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LoggerNameJsonProvider] for [loggerName] property
  20. 08:59:26,154 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LoggingEventPatternJsonProvider] for [pattern] property
  21. 08:59:26,179 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.ThreadNameJsonProvider] for [threadName] property
  22. 08:59:26,190 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.MessageJsonProvider] for [message] property
  23. 08:59:26,201 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LogstashMarkersJsonProvider] for [logstashMarkers] property
  24. 08:59:26,211 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.ArgumentsJsonProvider] for [arguments] property
  25. 08:59:26,221 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.StackTraceJsonProvider] for [stackTrace] property
  26. 08:59:26,433 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  27. 08:59:26,433 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  28. 08:59:26,455 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
  29. 08:59:26,478 |-WARN in net.logstash.logback.appender.LogstashTcpSocketAppender[LOGSTASH] - Log destination logstash-json.service.consul:4560: connection failed. Waiting 29960ms before attempting reconnection. java.net.UnknownHostException: logstash-json.service.consul
  30.     at java.net.UnknownHostException: logstash-json.service.consul
  31.     at  at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
  32.     at  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  33.     at  at java.net.Socket.connect(Socket.java:589)
  34.     at  at net.logstash.logback.appender.AbstractLogstashTcpSocketAppender$TcpSendingEventHandler.openSocket(AbstractLogstashTcpSocketAppender.java:536)
  35.     at  at net.logstash.logback.appender.AbstractLogstashTcpSocketAppender$TcpSendingEventHandler.onStart(AbstractLogstashTcpSocketAppender.java:488)
  36.     at  at net.logstash.logback.appender.AsyncDisruptorAppender$EventClearingEventHandler.onStart(AsyncDisruptorAppender.java:332)
  37.     at  at net.logstash.logback.encoder.com.lmax.disruptor.BatchEventProcessor.notifyStart(BatchEventProcessor.java:185)
  38.     at  at net.logstash.logback.encoder.com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:114)
  39.     at  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  40.     at  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  41.     at  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  42.     at  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  43.     at  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  44.     at  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  45.     at  at java.lang.Thread.run(Thread.java:745)
  46. 08:59:26,527 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [push] to DEBUG
  47. 08:59:26,528 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [push] to false
  48. 08:59:26,528 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[push]
  49. 08:59:26,528 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[push]
  50. 08:59:26,528 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.jolbox.bonecp] to DEBUG
  51. 08:59:26,529 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [com.jolbox.bonecp] to false
  52. 08:59:26,529 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[com.jolbox.bonecp]
  53. 08:59:26,529 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[com.jolbox.bonecp]
  54. 08:59:26,529 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [play] to DEBUG
  55. 08:59:26,529 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [play] to false
  56. 08:59:26,529 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[play]
  57. 08:59:26,529 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[play]
  58. 08:59:26,529 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [application] to DEBUG
  59. 08:59:26,529 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [application] to false
  60. 08:59:26,529 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[application]
  61. 08:59:26,529 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[application]
  62. 08:59:26,529 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [akka] to DEBUG
  63. 08:59:26,529 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [akka] to false
  64. 08:59:26,529 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[akka]
  65. 08:59:26,530 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[akka]
  66. 08:59:26,530 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.avaje.ebean.SQL] to TRACE
  67. 08:59:26,530 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.avaje.ebean.SQL] to false
  68. 08:59:26,530 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[org.avaje.ebean.SQL]
  69. 08:59:26,530 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[org.avaje.ebean.SQL]
  70. 08:59:26,530 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.infotechcorp] to INFO
  71. 08:59:26,530 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [com.infotechcorp] to false
  72. 08:59:26,530 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[com.infotechcorp]
  73. 08:59:26,530 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[com.infotechcorp]
  74. 08:59:26,530 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [ksed] to DEBUG
  75. 08:59:26,530 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [ksed] to false
  76. 08:59:26,530 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ksed]
  77. 08:59:26,531 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[ksed]
  78. 08:59:26,531 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ERROR
  79. 08:59:26,531 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  80. 08:59:26,531 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGSTASH] to Logger[ROOT]
  81. 08:59:26,531 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  82. 08:59:26,532 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7cdc4070 - Registering current configuration as safe fallback point
  83.  
  84. 2018-06-20 08:59:26,966 - [WARN] - from application in main
  85. Logger configuration in conf files is deprecated and has no effect. Use a logback configuration file instead.
  86.  
  87. 2018-06-20 08:59:51,367 - [INFO] - from application in main
  88. Creating Pool for datasource 'default'
  89.  
  90. 2018-06-20 08:59:53,548 - [INFO] - from play.api.db.HikariCPConnectionPool in main
  91. datasource [default] bound to JNDI as DefaultDS
  92.  
  93. 2018-06-20 08:59:53,555 - [INFO] - from play.api.db.DefaultDBApi in main
  94. Database [default] connected at jdbc:postgresql://51.15.61.162:5432/mapissues
  95.  
  96. [DEBUG] [06/20/2018 08:59:54.475] [main] [EventStream] StandardOutLogger started
  97. 2018-06-20 08:59:56,727 - [INFO] - from akka.event.slf4j.Slf4jLogger in application-akka.actor.default-dispatcher-2
  98. Slf4jLogger started
  99.  
  100. [DEBUG] [06/20/2018 08:59:56.935] [main] [EventStream(akka://application)] logger log1-Slf4jLogger started
  101. [DEBUG] [06/20/2018 08:59:56.944] [main] [EventStream(akka://application)] Default Loggers started
  102. [INFO] [06/20/2018 08:59:59.734] [main] [JMXMetricsExtension(akka://kamon)] Starting the Kamon(JMXMetrics) extension
  103. registering jmx exporter
  104. [INFO] [06/20/2018 08:59:59.785] [JMX exporting thread] [JMXExtension(akka://kamon)] Starting the Kamon(JMX) extension
  105. i18n/ru/customFieldTypes
  106. i18n/ru/http
  107. i18n/ru/issue-type
  108. i18n/ru/message
  109. i18n/ru/workflow
  110. i18n/ru/state-operation
  111. i18n/ru/enums
  112. i18n/ru/state
  113. i18n/ru/components
  114. i18n/ru/pushmessages
  115. i18n/ru/emailer-create-user
  116. i18n/ru/user-report-point
  117. i18n/ru/format
  118. i18n/ru/help
  119. i18n/ru/filtration
  120. i18n/ru/custom-components
  121. i18n/ru/issue-status
  122. i18n/ru/emailer-main
  123. i18n/ru/customFields
  124. i18n/ru/file
  125. i18n/ru/database-types
  126. i18n/ru/push
  127. i18n/ru/place
  128. i18n/ru/constraint
  129. i18n/ru/emailer-registration
  130. i18n/ru/issues
  131. i18n/ru/accounts
  132. i18n/ru/tutorial
  133. i18n/ru/share
  134. i18n/ru/comment
  135. i18n/ru/entity
  136. i18n/ru/geoCoding
  137. i18n/ru/permission
  138. i18n/ru/change
  139. i18n/ru/deadbolt
  140. i18n/ru/users
  141. i18n/ru/xls
  142. i18n/ru/shotener
  143. i18n/ru/accesses
  144. i18n/ru/emailer-share-monitor
  145. i18n/ru/role
  146. i18n/ru/group
  147. i18n/ru/registration
  148. i18n/ru/df
  149. i18n/ru/interface
  150. i18n/ru/date
  151. i18n/ru/error
  152. i18n/ru/dictionary
  153. i18n/ru/validation
  154. i18n/ru/client
  155. i18n/ru/issue
  156. i18n/ru/event
  157. i18n/ru/issue-link
  158. i18n/ru/auth
  159. i18n/ru/report
  160. i18n/ru/history
  161. i18n/ru/default
  162. i18n/ru/emailer-password-restored
  163. i18n/ru/parameter
  164. i18n/ru/emailer-restore-password
  165. i18n/ru/viewHistory
  166. i18n/ru/form
  167. i18n/ru/organization
  168. i18n/ru/user-report
  169. i18n/ru/customer
  170. i18n/ru/services
  171. i18n/ru/place-events
  172. i18n/ru/user
  173. i18n/ru/xls-lib
  174. i18n/en/customFieldTypes
  175. i18n/en/http
  176. i18n/en/parameter
  177. i18n/en/emailer-restore-password
  178. i18n/en/emailer-registration
  179. i18n/en/date
  180. i18n/en/accounts
  181. i18n/en/tutorial
  182. i18n/en/client
  183. i18n/en/emailer-create-user
  184. i18n/en/issue
  185. i18n/en/deadbolt
  186. i18n/en/database-status-actions
  187. i18n/en/issue-status
  188. i18n/en/report
  189. i18n/en/accesses
  190. i18n/en/customFields
  191. i18n/en/issue-type
  192. i18n/en/file
  193. i18n/en/message
  194. i18n/en/database-types
  195. i18n/en/workflow
  196. i18n/en/push
  197. i18n/en/state-operation
  198. i18n/en/enums
  199. i18n/en/df
  200. i18n/en/state
  201. i18n/en/components
  202. i18n/en/dictionary
  203. i18n/en/pushmessages
  204. i18n/en/entity
  205. i18n/en/geoCoding
  206. i18n/en/permission
  207. i18n/en/change
  208. i18n/en/place-events
  209. i18n/en/user
  210. i18n/en/shotener
  211. i18n/en/history
  212. i18n/en/emailer-share-monitor
  213. i18n/en/default
  214. i18n/en/role
  215. i18n/en/group
  216. i18n/en/emailer-password-restored
  217. i18n/en/registration
  218. i18n/en/place
  219. i18n/en/constraint
  220. i18n/en/interface
  221. i18n/en/issues
  222. i18n/en/error
  223. i18n/en/validation
  224. i18n/en/organization
  225. i18n/en/user-report
  226. i18n/en/user-report-point
  227. i18n/en/format
  228. i18n/en/help
  229. i18n/en/filtration
  230. i18n/en/custom-components
  231. i18n/en/auth
  232. i18n/en/viewHistory
  233. i18n/en/form
  234. i18n/en/share
  235. i18n/en/comment
  236. i18n/en/database-statuses
  237. i18n/en/customer
  238. i18n/en/services
  239. i18n/en/event
  240. i18n/en/issue-link
  241. i18n/en/users
  242. i18n/en/xls
  243. i18n/en/emailer-main
  244. i18n/en/xls-lib
  245. 2018-06-20 09:00:10,992 - [INFO] - from com.infotechcorp.mapissues.scheduling.QuartzScheduler in JMX exporting thread
  246. Scheduled jobClass JobDetail 'DEFAULT.6da64b5bd2ee-d2101480-a66f-46f8-bdb1-23c0a0b9123b':  jobClass: 'com.infotechcorp.mapissues.oek.ahp.techmode.notification.PlanOverdueNotifier concurrentExectionDisallowed: false persistJobDataAfterExecution: false isDurable: false requestsRecovers: false with trigger Trigger 'DEFAULT.6da64b5bd2ee-2557f9ef-e2e0-4f08-a425-d78809b1d93e':  triggerClass: 'org.quartz.impl.triggers.CronTriggerImpl calendar: 'null' misfireInstruction: 0 nextFireTime: null
  247.  
  248. 2018-06-20 09:00:11,006 - [INFO] - from com.infotechcorp.mapissues.scheduling.QuartzScheduler in JMX exporting thread
  249. Scheduled jobClass JobDetail 'DEFAULT.6da64b5bd2ee-0913e124-8f6a-4d72-b8f4-874e5266616a':  jobClass: 'com.infotechcorp.mapissues.oek.ahp.techmode.notification.EmergencyOverdueNotifier concurrentExectionDisallowed: false persistJobDataAfterExecution: false isDurable: false requestsRecovers: false with trigger Trigger 'DEFAULT.6da64b5bd2ee-b1d1a295-6edc-4cb8-85ba-9ba3fc8be9e5':  triggerClass: 'org.quartz.impl.triggers.CronTriggerImpl calendar: 'null' misfireInstruction: 0 nextFireTime: null
  250.  
  251. 2018-06-20 09:00:11,010 - [INFO] - from com.infotechcorp.mapissues.scheduling.QuartzScheduler in JMX exporting thread
  252. Scheduled jobClass JobDetail 'DEFAULT.6da64b5bd2ee-557edaf3-7085-4cba-b5a0-729936161aa9':  jobClass: 'com.infotechcorp.mapissues.oek.ahp.techviolation.notification.TechViolationOverdueNotifier concurrentExectionDisallowed: false persistJobDataAfterExecution: false isDurable: false requestsRecovers: false with trigger Trigger 'DEFAULT.6da64b5bd2ee-b1ef344e-bc6d-46b5-9380-8de8366b9ceb':  triggerClass: 'org.quartz.impl.triggers.CronTriggerImpl calendar: 'null' misfireInstruction: 0 nextFireTime: null
  253.  
  254. 2018-06-20 09:00:11,014 - [INFO] - from com.infotechcorp.mapissues.scheduling.QuartzScheduler in JMX exporting thread
  255. Scheduled jobClass JobDetail 'DEFAULT.6da64b5bd2ee-9d77381a-0eae-403a-bfc2-ed1ab5837a06':  jobClass: 'com.infotechcorp.mapissues.oek.ahp.archive.AhpIssueArchivator concurrentExectionDisallowed: false persistJobDataAfterExecution: false isDurable: false requestsRecovers: false with trigger Trigger 'DEFAULT.6da64b5bd2ee-2aa44308-847e-4d01-8c9b-3cc74541f0bc':  triggerClass: 'org.quartz.impl.triggers.CronTriggerImpl calendar: 'null' misfireInstruction: 0 nextFireTime: null
  256.  
  257. 2018-06-20 09:00:11,020 - [INFO] - from com.infotechcorp.mapissues.modules.approval.camunda.deployer.impl.ResourceProcessDeployer in JMX exporting thread
  258. Deploying processes
  259.  
  260. 2018-06-20 09:00:11,217 - [INFO] - from com.infotechcorp.mapissues.modules.approval.camunda.deployer.impl.ResourceProcessDeployer in JMX exporting thread
  261. Process deployed
  262.  
  263. 2018-06-20 09:00:25,030 - [INFO] - from application in New I/O worker #27
  264. Websocket for automap onOpen method
  265.  
  266. 2018-06-20 09:00:25,932 - [ERROR] - from bootstrap.initializers.CheckIssueDirectory in JMX exporting thread
  267. Error working working issues. Directory statics/files does not exist
  268.  
  269. 2018-06-20 09:00:25,995 - [INFO] - from play.api.Play in JMX exporting thread
  270. Application started (Prod)
  271.  
  272. 2018-06-20 09:00:26,154 - [INFO] - from play.core.server.NettyServer in JMX exporting thread
  273. Listening for HTTP on /0.0.0.0:9000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement