NutzCN Logo
问答 请问这些日志怎么不受log4j级别的影响,我再SetUp类中写Logs.setAdapter(Logs.NOP_ADAPTER);也没用
发布于 2408天前 作者 qq_1d84c364 1130 次浏览 复制 上一个帖子 下一个帖子
标签: nutzwk

2017-8-24 10:36:0.962 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.MainMoudle
2017-8-24 10:36:0.962 DEBUG [localhost-startStop-1] '/hello' >> (MainMoudle.java:31).doHello : String | @Ok(json:full) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.962 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.JsonControler
2017-8-24 10:36:0.963 DEBUG [localhost-startStop-1] '/json/getConfig' >> (JsonControler.java:118).getConfig : Map | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.964 DEBUG [localhost-startStop-1] '/json/getDevice' >> (JsonControler.java:34).getDevice : List | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.964 DEBUG [localhost-startStop-1] '/json/getSysParams' >> (JsonControler.java:44).getSysParams : Map | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.968 DEBUG [localhost-startStop-1] '/json/setSysParams' >> (JsonControler.java:57).setSysParams : Map | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.969 DEBUG [localhost-startStop-1] '/json/getStationState' >> (JsonControler.java:76).getStationState : Map | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.969 DEBUG [localhost-startStop-1] '/json/getNodeState' >> (JsonControler.java:90).getNodeState : Map | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.972 DEBUG [localhost-startStop-1] '/json/getHistory' >> (JsonControler.java:124).getHistory : QueryResult | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.972 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.DeviceControler
2017-8-24 10:36:0.972 DEBUG [localhost-startStop-1] '/device/toStation' >> (DeviceControler.java:11).toCss : void | @Ok(pcmobile:device.device_station) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.973 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.IndexControler
2017-8-24 10:36:0.974 DEBUG [localhost-startStop-1] '/current/toState' >> (IndexControler.java:20).toState : void | @Ok(pcmobile:current.state) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.975 DEBUG [localhost-startStop-1] '/index/toIndex' >> (IndexControler.java:13).toIndex : String | @Ok(re ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.975 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.ConfigControler
2017-8-24 10:36:0.976 DEBUG [localhost-startStop-1] '/config/toCss' >> (ConfigControler.java:21).toCss : void | @Ok(pcmobile:config.css) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:0.977 DEBUG [localhost-startStop-1] '/config/toParamsStation' >> (ConfigControler.java:26).toParamsStation : void | @Ok(pcmobile:config.params_station) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:1.3 DEBUG [localhost-startStop-1] '/config/toParamsSys' >> (ConfigControler.java:31).toParamsSys : void | @Ok(pcmobile:config.params_sys) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:1.8 DEBUG [localhost-startStop-1] '/config/doSaveConfig' >> (ConfigControler.java:36).doSaveConfig : Map | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:36:1.8 INFO [localhost-startStop-1] Found 23 module methods
2017-8-24 10:36:1.8 DEBUG [localhost-startStop-1] @Localization not define
2017-8-24 10:36:1.9 INFO [localhost-startStop-1] Setup application...
系统初始化...
2017-8-24 10:36:1.9 DEBUG [localhost-startStop-1] Get 'nutQuartzCronJobFactory'<class org.nutz.integration.quartz.NutQuartzCronJobFactory>
2017-8-24 10:36:1.10 DEBUG [localhost-startStop-1] Get '$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
2017-8-24 10:36:1.10 DEBUG [localhost-startStop-1] >> Load definition name=$aop_async
2017-8-24 10:36:1.14 DEBUG [localhost-startStop-1] Found IocObject($aop_async) in AsyncAopIocLoader@787417123
2017-8-24 10:36:1.14 DEBUG [localhost-startStop-1] >> Make...'$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
2017-8-24 10:36:1.15 DEBUG [localhost-startStop-1] Save object '$aop_async' to [app]
2017-8-24 10:36:1.20 DEBUG [localhost-startStop-1] Load AopConfigure for anno=org.nutz.ioc.aop.Aop by type=org.nutz.ioc.aop.config.impl.AnnotationAopConfigration
2017-8-24 10:36:1.20 DEBUG [localhost-startStop-1] >> Load definition name=nutQuartzCronJobFactory
2017-8-24 10:36:1.21 DEBUG [localhost-startStop-1] Loading define for name=nutQuartzCronJobFactory
2017-8-24 10:36:1.23 DEBUG [localhost-startStop-1] Found IocObject(nutQuartzCronJobFactory) in QuartzIocLoader@1694264476
2017-8-24 10:36:1.23 DEBUG [localhost-startStop-1] >> Make...'nutQuartzCronJobFactory'<class org.nutz.integration.quartz.NutQuartzCronJobFactory>
2017-8-24 10:36:1.23 DEBUG [localhost-startStop-1] Load class org.nutz.integration.quartz.NutQuartzCronJobFactory without AOP
2017-8-24 10:36:1.24 DEBUG [localhost-startStop-1] Save object 'nutQuartzCronJobFactory' to [app]
2017-8-24 10:36:1.27 DEBUG [localhost-startStop-1] Get 'scheduler'<>
2017-8-24 10:36:1.27 DEBUG [localhost-startStop-1] >> Load definition name=scheduler
2017-8-24 10:36:1.27 DEBUG [localhost-startStop-1] Loading define for name=scheduler
2017-8-24 10:36:1.28 DEBUG [localhost-startStop-1] Found IocObject(scheduler) in QuartzIocLoader@1694264476
2017-8-24 10:36:1.28 DEBUG [localhost-startStop-1] >> Make...'scheduler'<>
2017-8-24 10:36:1.28 DEBUG [localhost-startStop-1] Save object 'scheduler' to [app]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2017-8-24 10:36:1.102 DEBUG [localhost-startStop-1] Get 'jobFactory'<>
2017-8-24 10:36:1.103 DEBUG [localhost-startStop-1] >> Load definition name=jobFactory
2017-8-24 10:36:1.103 DEBUG [localhost-startStop-1] Loading define for name=jobFactory
2017-8-24 10:36:1.104 DEBUG [localhost-startStop-1] Found IocObject(jobFactory) in QuartzIocLoader@1694264476
2017-8-24 10:36:1.104 DEBUG [localhost-startStop-1] >> Make...'jobFactory'<>
2017-8-24 10:36:1.106 DEBUG [localhost-startStop-1] Load class org.nutz.integration.quartz.NutQuartzJobFactory without AOP
2017-8-24 10:36:1.106 DEBUG [localhost-startStop-1] Save object 'jobFactory' to [app]
2017-8-24 10:36:1.107 DEBUG [localhost-startStop-1] Get 'conf'<>
2017-8-24 10:36:1.107 DEBUG [localhost-startStop-1] >> Load definition name=conf
2017-8-24 10:36:1.107 DEBUG [localhost-startStop-1] Loading define for name=conf
2017-8-24 10:36:1.107 DEBUG [localhost-startStop-1] Found IocObject(conf) in JsonLoader(paths=[ioc/])
2017-8-24 10:36:1.107 DEBUG [localhost-startStop-1] >> Make...'conf'<>
2017-8-24 10:36:1.108 DEBUG [localhost-startStop-1] Load class org.nutz.ioc.impl.PropertiesProxy without AOP
2017-8-24 10:36:1.108 DEBUG [localhost-startStop-1] Save object 'conf' to [app]
2017-8-24 10:36:1.112 DEBUG [localhost-startStop-1] Found 1 resource by src( custom/ ) , regex( ^.+[.]properties$ )
2017-8-24 10:36:1.113 DEBUG [localhost-startStop-1] found cron job packages = com.easysoft.schedule
2017-8-24 10:36:1.115 DEBUG [localhost-startStop-1] Found 3 resource by src( com/easysoft/schedule/ ) , regex( ^.+[.]class$ )
2017-8-24 10:36:1.117 DEBUG [localhost-startStop-1] job define name=com.easysoft.schedule.AddCommandSchedule cron=* * * * * ?
2017-8-24 10:36:1.130 DEBUG [localhost-startStop-1] job define name=com.easysoft.schedule.SendCommandSchedule cron=* * * * * ?
2017-8-24 10:36:1.147 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
2017-8-24 10:36:1.147 DEBUG [NutzbookScheduler_QuartzSchedulerThread] >> Load definition name=addCommandSchedule
2017-8-24 10:36:1.147 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Loading define for name=addCommandSchedule
2017-8-24 10:36:1.148 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Found IocObject(addCommandSchedule) in JsonLoader(paths=[ioc/])
2017-8-24 10:36:1.148 DEBUG [NutzbookScheduler_QuartzSchedulerThread] >> Make...'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
2017-8-24 10:36:1.148 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Load class com.easysoft.schedule.AddCommandSchedule without AOP
2017-8-24 10:36:1.148 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Save object 'addCommandSchedule' to [app]
2017-8-24 10:36:1.152 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:1.152 DEBUG [NutzbookScheduler_QuartzSchedulerThread] >> Load definition name=sendCommandSchedule
2017-8-24 10:36:1.152 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Loading define for name=sendCommandSchedule
2017-8-24 10:36:1.152 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Found IocObject(sendCommandSchedule) in JsonLoader(paths=[ioc/])
2017-8-24 10:36:1.153 DEBUG [NutzbookScheduler_QuartzSchedulerThread] >> Make...'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:1.153 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Load class com.easysoft.schedule.SendCommandSchedule without AOP
2017-8-24 10:36:1.153 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Save object 'sendCommandSchedule' to [app]
2017-8-24 10:36:1.154 DEBUG [localhost-startStop-1] Get 'dataSource'<interface javax.sql.DataSource>
2017-8-24 10:36:1.154 DEBUG [localhost-startStop-1] >> Load definition name=dataSource
2017-8-24 10:36:1.154 DEBUG [localhost-startStop-1] Loading define for name=dataSource
2017-8-24 10:36:1.162 DEBUG [localhost-startStop-1] Found IocObject(dataSource) in JsonLoader(paths=[ioc/])
2017-8-24 10:36:1.163 DEBUG [localhost-startStop-1] >> Make...'dataSource'<interface javax.sql.DataSource>
2017-8-24 10:36:1.184 DEBUG [localhost-startStop-1] Load class com.alibaba.druid.pool.DruidDataSource without AOP
2017-8-24 10:36:1.185 DEBUG [localhost-startStop-1] Save object 'dataSource' to [app]
----------------0-----------------------
2017-8-24 10:36:1.186 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:1.283 DEBUG [NutzbookScheduler_Worker-1] >> Load definition name=deviceConstants
2017-8-24 10:36:1.283 DEBUG [NutzbookScheduler_Worker-1] Loading define for name=deviceConstants
2017-8-24 10:36:1.286 DEBUG [NutzbookScheduler_Worker-1] Found IocObject(deviceConstants) in JsonLoader(paths=[ioc/])
2017-8-24 10:36:1.286 DEBUG [NutzbookScheduler_Worker-1] >> Make...'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:1.286 DEBUG [NutzbookScheduler_Worker-1] Load class com.easysoft.constants.DeviceConstants without AOP
2017-8-24 10:36:1.286 DEBUG [NutzbookScheduler_Worker-1] Save object 'deviceConstants' to [app]
2017-8-24 10:36:1.288 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:1.288 DEBUG [NutzbookScheduler_Worker-1] >> Load definition name=stationService
2017-8-24 10:36:1.288 DEBUG [NutzbookScheduler_Worker-1] Loading define for name=stationService
2017-8-24 10:36:1.289 DEBUG [NutzbookScheduler_Worker-1] Found IocObject(stationService) in JsonLoader(paths=[ioc/])
2017-8-24 10:36:1.289 DEBUG [NutzbookScheduler_Worker-1] >> Make...'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:1.289 DEBUG [NutzbookScheduler_Worker-1] Load class com.easysoft.service.StationService without AOP
2017-8-24 10:36:1.289 DEBUG [NutzbookScheduler_Worker-1] Save object 'stationService' to [app]
2017-8-24 10:36:1.290 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:1.290 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:1.290 DEBUG [NutzbookScheduler_Worker-1] >> Load definition name=configConstants
2017-8-24 10:36:1.290 DEBUG [NutzbookScheduler_Worker-1] Loading define for name=configConstants
2017-8-24 10:36:1.292 DEBUG [localhost-startStop-1] Found 1 resource by src( station.sql ) , regex( .(sql|sqlx|sqls)$ )
2017-8-24 10:36:1.292 DEBUG [localhost-startStop-1] load >> station.sql from root=station.sql
2017-8-24 10:36:1.293 DEBUG [localhost-startStop-1] key=[getHistory], sql=[SELECT t.*,dev.name deviceName, d.name historyName from tynendevicedevicehistory t
LEFT JOIN tdictionary d on d.typeCode='analysisType' and d.value = t.historyType
LEFT JOIN tynendevicedevice dev on dev.id = t.deviceId
where 1=1]
2017-8-24 10:36:1.293 DEBUG [localhost-startStop-1] load 1 sql >> station.sql from root=station.sql
2017-8-24 10:36:1.294 DEBUG [NutzbookScheduler_Worker-1] Found IocObject(configConstants) in JsonLoader(paths=[ioc/])
2017-8-24 10:36:1.294 DEBUG [NutzbookScheduler_Worker-1] >> Make...'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:1.294 DEBUG [NutzbookScheduler_Worker-1] Load class com.easysoft.constants.ConfigConstants without AOP
2017-8-24 10:36:1.295 DEBUG [NutzbookScheduler_Worker-1] Save object 'configConstants' to [app]
2017-8-24 10:36:1.321 INFO [localhost-startStop-1] Init file-pool by: C:\Users\QCJ/.nutz/tmp/dao/ [200000]
2017-8-24 10:36:1.322 DEBUG [localhost-startStop-1] file-pool.home: 'C:\Users\QCJ.nutz\tmp\dao'
2017-8-24 10:36:1.322 INFO [localhost-startStop-1] file-pool.cursor: 0
2017-8-24 10:36:1.332 DEBUG [localhost-startStop-1] Jdbcs init complete
2017-8-24 10:36:1.332 INFO [localhost-startStop-1] Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
八月 24, 2017 10:36:01 上午 com.alibaba.druid.pool.DruidDataSource info
信息: {dataSource-1} inited
2017-8-24 10:36:1.581 DEBUG [localhost-startStop-1] select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
2017-8-24 10:36:1.586 DEBUG [localhost-startStop-1] JDBC Driver --> mysql-connector-java-5.1.18 ( Revision: tonci.grgin@oracle.com-20110930151701-jfj14ddfq48ifkfq )
2017-8-24 10:36:1.586 DEBUG [localhost-startStop-1] JDBC Name --> MySQL-AB JDBC Driver
2017-8-24 10:36:1.587 DEBUG [localhost-startStop-1] JDBC URL --> jdbc:mysql://192.168.2.238:3306/station
2017-8-24 10:36:1.593 DEBUG [localhost-startStop-1] Mysql : character_set_client=utf8mb4
2017-8-24 10:36:1.593 DEBUG [localhost-startStop-1] Mysql : character_set_connection=utf8mb4
2017-8-24 10:36:1.594 DEBUG [localhost-startStop-1] Mysql : character_set_database=utf8
2017-8-24 10:36:1.594 DEBUG [localhost-startStop-1] Mysql : character_set_filesystem=binary
2017-8-24 10:36:1.595 DEBUG [localhost-startStop-1] Mysql : character_set_results=
2017-8-24 10:36:1.595 DEBUG [localhost-startStop-1] Mysql : character_set_server=utf8
2017-8-24 10:36:1.595 DEBUG [localhost-startStop-1] Mysql : character_set_system=utf8
2017-8-24 10:36:1.595 DEBUG [localhost-startStop-1] Mysql : character_sets_dir=/usr/share/mysql/charsets/
2017-8-24 10:36:1.597 DEBUG [localhost-startStop-1] Mysql : binlog_format=STATEMENT
2017-8-24 10:36:1.598 DEBUG [localhost-startStop-1] Mysql : database=station
2017-8-24 10:36:1.599 DEBUG [localhost-startStop-1] Mysql : user=root@192.168.2.129
2017-8-24 10:36:1.610 DEBUG [localhost-startStop-1] Database info --> MYSQL:[MySQL - 5.5.56]
2017-8-24 10:36:1.613 DEBUG [localhost-startStop-1] SqlManager Sql count=1
2017-8-24 10:36:1.659 INFO [localhost-startStop-1] Can not find @Column(name) in table/view (tynendeviceconfig)
2017-8-24 10:36:1.672 DEBUG [localhost-startStop-1] SELECT * FROM tynendeviceconfig WHERE id>?
| 1 |
|---|
| 0 |
For example:> "SELECT * FROM tynendeviceconfig WHERE id>0"
2017-8-24 10:36:1.697 DEBUG [localhost-startStop-1] SELECT * FROM tdictionary WHERE id>?
| 1 |
|---|
| 0 |
For example:> "SELECT * FROM tdictionary WHERE id>0"
2017-8-24 10:36:1.710 DEBUG [localhost-startStop-1] SELECT * FROM tynendevicedevice WHERE id>?
| 1 |
|---|
| 0 |
For example:> "SELECT * FROM tynendevicedevice WHERE id>0"
2017-8-24 10:36:1.716 DEBUG [localhost-startStop-1] SELECT * FROM tynendevicecommand WHERE id>?
| 1 |
|---|
| 0 |
For example:> "SELECT * FROM tynendevicecommand WHERE id>0"
初始化完成
2017-8-24 10:36:1.795 INFO [localhost-startStop-1] Nutz.Mvc[nutz] is up in 1144ms
八月 24, 2017 10:36:01 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-nio-8080"]
八月 24, 2017 10:36:01 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-nio-8009"]
八月 24, 2017 10:36:01 上午 org.apache.catalina.startup.Catalina start
信息: Server startup in 2580 ms
2017-8-24 10:36:2.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------0-----------------------
2017-8-24 10:36:2.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:2.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.9 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.9 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.9 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.9 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.9 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.9 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.9 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.11 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.327 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.327 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.327 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.355 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.355 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.356 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.368 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.368 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.368 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.376 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.376 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.376 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.386 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.386 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.386 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.399 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.399 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.399 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.408 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.408 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.408 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.417 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.417 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.417 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.425 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.425 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.425 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.433 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.433 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.434 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.438 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.438 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.438 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.442 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.442 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.442 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.445 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.445 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.445 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.449 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.449 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.449 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.453 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.453 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.453 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.463 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.463 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.463 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.466 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.466 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.466 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.470 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.470 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.470 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.473 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.473 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.475 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.479 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.479 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.479 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.482 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.482 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.483 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.485 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.485 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.486 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.489 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.489 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.489 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.492 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.492 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.492 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.502 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.503 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.503 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.508 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.509 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.509 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.518 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.518 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.518 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.523 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.523 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.523 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.527 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.527 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.527 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.530 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.530 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.530 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.533 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.533 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.533 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.537 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.537 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.537 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.542 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.542 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.542 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.544 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.544 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.544 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.547 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.547 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.547 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.550 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.551 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.551 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.561 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.561 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.562 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.564 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.564 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.564 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.566 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.567 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.567 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.572 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.573 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.574 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.576 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.577 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.577 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.580 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.581 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.581 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.585 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.585 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.585 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.587 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.588 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.588 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.592 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.592 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.592 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.594 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.595 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.595 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.597 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.597 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.598 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.598 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.598 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.598 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.598 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.598 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.598 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.601 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.601 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.601 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.603 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.603 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.603 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.605 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.606 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.606 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.608 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.610 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.610 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.613 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.613 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.614 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.623 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.623 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.623 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.625 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.626 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.626 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.628 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.628 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.628 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.630 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.630 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.630 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.632 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.632 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.632 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.635 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.635 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.635 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.639 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.640 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.640 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.645 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.645 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.645 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.648 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.648 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.648 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.650 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.650 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.650 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.652 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.653 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.653 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.656 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.656 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.656 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.658 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.658 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.658 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.660 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.660 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.660 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.662 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.662 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.663 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.665 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.665 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.665 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.667 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.667 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.667 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.669 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.669 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.669 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.671 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.671 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.671 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.673 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.673 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.673 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.675 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.675 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.675 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.677 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.677 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.677 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.679 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.679 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.679 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.681 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.681 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.681 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.683 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.683 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.683 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.686 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.686 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.686 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.689 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.689 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.689 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.691 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.691 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.691 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.693 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.693 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.693 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.695 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.695 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.695 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.697 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.697 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.697 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.699 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.699 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.699 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.704 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.704 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.704 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.707 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.707 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.707 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.710 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.710 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.710 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.712 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.712 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.712 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.714 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.714 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.715 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.717 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.717 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.717 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.719 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.719 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.719 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.721 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.721 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.721 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.724 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.724 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.724 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:2.726 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:2.726 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:2.727 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:3.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------94-----------------------
2017-8-24 10:36:3.0 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:3.0 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:3.0 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:3.0 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:3.0 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:3.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
port:COM3 devId:47 msg:23C3E0@$2 isHex:true
com.easysoft.serial.PortSender数据发送失败
port:COM3 devId:47 msg:IN0@003R000 isHex:false
2017-8-24 10:36:3.435 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:3.436 DEBUG [Thread-8] >> Load definition name=myWebsocket
2017-8-24 10:36:3.436 DEBUG [Thread-8] Loading define for name=myWebsocket
2017-8-24 10:36:3.436 DEBUG [Thread-8] Found IocObject(myWebsocket) in JsonLoader(paths=[ioc/])
2017-8-24 10:36:3.436 DEBUG [Thread-8] >> Make...'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:3.437 DEBUG [Thread-8] Load class com.easysoft.plugin.MyWebsocket without AOP
2017-8-24 10:36:3.437 DEBUG [Thread-8] Save object 'myWebsocket' to [app]
2017-8-24 10:36:4.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
2017-8-24 10:36:4.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
----------------92-----------------------
2017-8-24 10:36:4.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:4.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:4.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:4.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:4.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:5.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------92-----------------------
2017-8-24 10:36:5.2 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:5.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:5.2 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:5.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:5.3 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:5.3 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
port:COM3 devId:47 msg:IN3@003R000 isHex:false
2017-8-24 10:36:5.593 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:6.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------91-----------------------
2017-8-24 10:36:6.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:6.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:6.2 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:6.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:6.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:6.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:7.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------91-----------------------
2017-8-24 10:36:7.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:7.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:7.2 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:7.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:7.2 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:7.6 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
port:COM3 devId:47 msg:IN4@003R000 isHex:false
2017-8-24 10:36:7.744 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:8.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------90-----------------------
2017-8-24 10:36:8.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:8.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:8.2 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:8.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:8.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:8.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:9.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------90-----------------------
2017-8-24 10:36:9.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:9.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:9.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:9.2 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:9.3 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:9.3 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN5@003R000 isHex:false
2017-8-24 10:36:9.897 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:10.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------89-----------------------
2017-8-24 10:36:10.3 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:10.4 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:10.4 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:10.4 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:10.5 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:10.5 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:11.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------89-----------------------
2017-8-24 10:36:11.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:11.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:11.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:11.2 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:11.3 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:11.3 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:12.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------89-----------------------
2017-8-24 10:36:12.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:12.1 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:12.1 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:12.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:12.2 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:12.3 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
port:COM3 devId:47 msg:IN6@003R400 isHex:false
2017-8-24 10:36:12.47 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:13.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------88-----------------------
2017-8-24 10:36:13.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:13.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:13.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:13.2 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:13.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:13.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:14.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------88-----------------------
2017-8-24 10:36:14.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:14.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:14.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:14.2 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:14.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:14.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN6@003W400 isHex:false
2017-8-24 10:36:14.197 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:15.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------87-----------------------
2017-8-24 10:36:15.1 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:15.1 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:15.2 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:15.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:15.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:15.3 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:16.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------87-----------------------
2017-8-24 10:36:16.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:16.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:16.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:16.2 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:16.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:16.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN6@003R410 isHex:false
2017-8-24 10:36:16.348 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:17.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------86-----------------------
2017-8-24 10:36:17.1 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:17.1 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:17.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:17.2 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:17.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:17.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:18.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------86-----------------------
2017-8-24 10:36:18.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:18.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:18.2 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:18.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:18.3 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:18.3 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN6@003R420 isHex:false
2017-8-24 10:36:18.499 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:19.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------85-----------------------
2017-8-24 10:36:19.1 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:19.1 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:19.1 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:19.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:19.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:19.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:20.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------85-----------------------
2017-8-24 10:36:20.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:20.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:20.2 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:20.3 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:20.3 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:20.3 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN6{0}{1}W41{2}{3}0 isHex:false
2017-8-24 10:36:20.649 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:21.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------84-----------------------
2017-8-24 10:36:21.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:21.1 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:21.2 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:21.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:21.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:21.2 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:22.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------84-----------------------
2017-8-24 10:36:22.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:22.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:22.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:22.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:22.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:22.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN6{0}003W3{1}0 isHex:false
2017-8-24 10:36:22.799 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:23.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------83-----------------------
2017-8-24 10:36:23.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:23.1 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:23.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:23.1 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:23.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:23.2 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:24.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------83-----------------------
2017-8-24 10:36:24.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:24.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:24.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:24.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:24.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:24.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg::@R100000 isHex:false
2017-8-24 10:36:24.949 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:25.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------82-----------------------
2017-8-24 10:36:25.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:25.1 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:25.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:25.1 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:25.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:25.2 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:26.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------82-----------------------
2017-8-24 10:36:26.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:26.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:26.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:26.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:26.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:26.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:27.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------82-----------------------
2017-8-24 10:36:27.1 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:27.1 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:27.1 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:27.1 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:27.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:27.1 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg::@R000000 isHex:false
2017-8-24 10:36:27.99 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:28.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------81-----------------------
2017-8-24 10:36:28.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:28.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:28.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:28.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:28.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:28.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:29.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------81-----------------------
2017-8-24 10:36:29.0 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:29.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:29.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:29.2 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:29.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:29.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN7@003R100 isHex:false
2017-8-24 10:36:29.250 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:30.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------80-----------------------
2017-8-24 10:36:30.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:30.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:30.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:30.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:30.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:30.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:31.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------80-----------------------
2017-8-24 10:36:31.1 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:31.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:31.1 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:31.7 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:31.7 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:31.7 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN7{0}008W10{1}{2}{3}{4}{5}0 isHex:false
2017-8-24 10:36:31.400 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:32.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------79-----------------------
2017-8-24 10:36:32.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:32.1 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:32.1 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:32.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:32.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:32.2 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:33.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------79-----------------------
2017-8-24 10:36:33.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:33.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:33.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:33.2 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:33.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:33.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:IN6{0}015W50{1}0 isHex:false
2017-8-24 10:36:33.550 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:34.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------78-----------------------
2017-8-24 10:36:34.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:34.1 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:34.1 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:34.2 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:34.2 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:34.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:35.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------78-----------------------
2017-8-24 10:36:35.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:35.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:35.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:35.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:35.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:35.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg::@R300000 isHex:false
2017-8-24 10:36:35.701 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:36:36.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------77-----------------------
2017-8-24 10:36:36.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:36.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:36.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:36.2 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:36.2 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:36.3 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:37.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------77-----------------------
2017-8-24 10:36:37.0 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:37.0 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:37.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:37.0 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:37.0 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:37.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:@030000000A isHex:true
com.easysoft.serial.PortSender数据发送失败
2017-8-24 10:36:38.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------76-----------------------
2017-8-24 10:36:38.1 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:36:38.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:36:38.1 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:38.1 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:36:38.1 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:36:38.2 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:{0}100005000102{1}00 isHex:true
com.easysoft.serial.PortSender数据发送失败
port:COM3 devId:47 msg:{0}10000100010200{1} isHex:true
com.easysoft.serial.PortSender数据发送失败

7 回复

log4j.rootLogger=WARN, A1

log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n

贴日志用 "插入代码或日志片段" 按钮!!

八月 24, 2017 10:42:19 上午 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:nutz.station' did not find a matching property.
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version:        Apache Tomcat/8.0.35
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server built:          May 11 2016 21:57:08 UTC
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server number:         8.0.35.0
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Name:               Windows 7
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Version:            6.1
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Architecture:          amd64
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Java Home:             E:\qcj\java\jdk1.8.0_77\jre
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Version:           1.8.0_77-b03
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Vendor:            Oracle Corporation
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_BASE:         E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_HOME:         E:\qcj\java\apache-tomcat-8.0.35_64bit
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:4885
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.base=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.home=E:\qcj\java\apache-tomcat-8.0.35_64bit
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dwtp.deploy=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.endorsed.dirs=E:\qcj\java\apache-tomcat-8.0.35_64bit\endorsed
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dfile.encoding=utf-8
八月 24, 2017 10:42:19 上午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: E:\qcj\java\jdk1.8.0_77\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;E:\qcj\java\jdk1.8.0_77\jre\bin;E:/qcj/java/jdk1.8.0_77/bin/../jre/bin/server;E:/qcj/java/jdk1.8.0_77/bin/../jre/bin;E:/qcj/java/jdk1.8.0_77/bin/../jre/lib/amd64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;E:\qcj\java\jdk1.8.0_77\bin;C:\Program Files\MVTec\HALCON-13.0\bin\x86sse2-win32;E:\qcj\java\apache-maven-3.2.2\bin;C:\Java\jdk1.8.0_91\bin;\bin;E:\qcj\software\eclipse;;.
八月 24, 2017 10:42:19 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-nio-8080"]
八月 24, 2017 10:42:19 上午 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
信息: Using a shared selector for servlet write/read
八月 24, 2017 10:42:19 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-nio-8009"]
八月 24, 2017 10:42:19 上午 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
信息: Using a shared selector for servlet write/read
八月 24, 2017 10:42:19 上午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 538 ms
八月 24, 2017 10:42:19 上午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
八月 24, 2017 10:42:19 上午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/8.0.35
八月 24, 2017 10:42:20 上午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2017-8-24 10:42:20.592 INFO [localhost-startStop-1] Select SystemLog as Nutz.Log implement
2017-8-24 10:42:20.597 INFO [localhost-startStop-1] NutFilter[nutz] starting ...
2017-8-24 10:42:20.708 DEBUG [localhost-startStop-1] Locations for Scans:
[Dir[path=E:\qcj\software\eclipse], Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\nutz-1.r.60.jar], Dir[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\classes], Jar[path=E:\qcj\java\apache-tomcat-8.0.35_64bit\bin\bootstrap.jar], Jar[path=E:\qcj\java\apache-tomcat-8.0.35_64bit\bin\tomcat-juli.jar], Jar[path=E:\qcj\java\jdk1.8.0_77\lib\tools.jar]]
2017-8-24 10:42:20.847 DEBUG [localhost-startStop-1] Locations for Scans:
{E:\qcj\software\eclipse=Dir[path=E:\qcj\software\eclipse], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\nutz-1.r.60.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\nutz-1.r.60.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\classes=Dir[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\classes], E:\qcj\java\apache-tomcat-8.0.35_64bit\bin\bootstrap.jar=Jar[path=E:\qcj\java\apache-tomcat-8.0.35_64bit\bin\bootstrap.jar], E:\qcj\java\apache-tomcat-8.0.35_64bit\bin\tomcat-juli.jar=Jar[path=E:\qcj\java\apache-tomcat-8.0.35_64bit\bin\tomcat-juli.jar], E:\qcj\java\jdk1.8.0_77\lib\tools.jar=Jar[path=E:\qcj\java\jdk1.8.0_77\lib\tools.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\druid-1.1.2.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\druid-1.1.2.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\quartz-2.3.0.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\quartz-2.3.0.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\c3p0-0.9.5.2.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\c3p0-0.9.5.2.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\commons-io-2.4.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\commons-io-2.4.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\examples-1.0.0.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\examples-1.0.0.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\standard-1.1.2.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\standard-1.1.2.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\jna-1.0.0.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\jna-1.0.0.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\mchange-commons-java-0.2.11.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\mchange-commons-java-0.2.11.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\nutz-integration-quartz-1.r.62.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\nutz-integration-quartz-1.r.62.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\jstl-1.1.2.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\jstl-1.1.2.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\mysql-connector-java-5.1.18.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\mysql-connector-java-5.1.18.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\HikariCP-java6-2.3.13.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\HikariCP-java6-2.3.13.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\nutz-plugins-websocket-1.r.62.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\nutz-plugins-websocket-1.r.62.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\slf4j-api-1.7.7.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\slf4j-api-1.7.7.jar], E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\rxtxcomm-1.0.jar=Jar[path=E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\nutz.station\WEB-INF\lib\rxtxcomm-1.0.jar]}
2017-8-24 10:42:20.915 DEBUG [localhost-startStop-1] Using 95 castor for Castors
2017-8-24 10:42:20.930 DEBUG [localhost-startStop-1] Loading by class org.nutz.mvc.impl.NutLoading
2017-8-24 10:42:20.933 INFO [localhost-startStop-1] Nutz Version : 1.r.60 
2017-8-24 10:42:20.933 INFO [localhost-startStop-1] Nutz.Mvc[nutz] is initializing ...
2017-8-24 10:42:20.933 DEBUG [localhost-startStop-1] Web Container Information:
2017-8-24 10:42:20.934 DEBUG [localhost-startStop-1]  - Default Charset : UTF-8
2017-8-24 10:42:20.935 DEBUG [localhost-startStop-1]  - Current . path  : E:\qcj\software\eclipse\.
2017-8-24 10:42:20.935 DEBUG [localhost-startStop-1]  - Java Version    : 1.8.0_77
2017-8-24 10:42:20.935 DEBUG [localhost-startStop-1]  - File separator  : \
2017-8-24 10:42:20.936 DEBUG [localhost-startStop-1]  - Timezone        : Asia/Shanghai
2017-8-24 10:42:20.936 DEBUG [localhost-startStop-1]  - OS              : Windows 7 amd64
2017-8-24 10:42:20.936 DEBUG [localhost-startStop-1]  - ServerInfo      : Apache Tomcat/8.0.35
2017-8-24 10:42:20.936 DEBUG [localhost-startStop-1]  - Servlet API     : 3.1
2017-8-24 10:42:20.936 DEBUG [localhost-startStop-1]  - ContextPath     : /nutz.station
2017-8-24 10:42:20.937 DEBUG [localhost-startStop-1]  - context.tempdir : E:\qcj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\work\Catalina\localhost\nutz.station
2017-8-24 10:42:20.937 DEBUG [localhost-startStop-1]  - MainModule      : com.easysoft.MainMoudle
2017-8-24 10:42:20.944 DEBUG [localhost-startStop-1] >> app.root = E:/qcj/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/nutz.station
2017-8-24 10:42:20.946 DEBUG [localhost-startStop-1] @IocBy(type=org.nutz.mvc.ioc.provider.ComboIocProvider, args=["*anno", "net.wendal.nutzbook", "*quartz", "*tx", "*async", "*js", "ioc/"],init=[])
2017-8-24 10:42:20.965 DEBUG [localhost-startStop-1] Found 0 resource by src( net/wendal/nutzbook/ ) , regex( ^.+[.]class$ )
17-08-24 10:42:20.965 WARN [localhost-startStop-1] NONE Annotation-Class found!! Check your ioc configure!! packages=[net.wendal.nutzbook]
2017-8-24 10:42:20.969 DEBUG [localhost-startStop-1] found org.nutz.integration.quartz.QuartzIocLoader -- org.nutz.integration.quartz.QuartzIocLoader
2017-8-24 10:42:20.970 DEBUG [localhost-startStop-1] Loaded 0 bean define from path=[] --> []
2017-8-24 10:42:20.975 DEBUG [localhost-startStop-1] Loaded 5 bean define from reader --
[txREPEATABLE_READ, txSERIALIZABLE, txNONE, txREAD_UNCOMMITTED, txREAD_COMMITTED]
2017-8-24 10:42:20.977 DEBUG [localhost-startStop-1] Load AopConfigure for anno=org.nutz.aop.interceptor.async.Async by type=org.nutz.aop.interceptor.async.AsyncAopIocLoader
2017-8-24 10:42:20.981 DEBUG [localhost-startStop-1] Found 1 resource by src( ioc/ ) , regex( ^(.+[.])(js|json)$ )
2017-8-24 10:42:20.981 DEBUG [localhost-startStop-1] loading ioc js config from [dao.js]
2017-8-24 10:42:20.982 DEBUG [localhost-startStop-1] Loaded 9 bean define from path=[ioc/] --> [deviceConstants, myWebsocket, addCommandSchedule, configConstants, sqlService, conf, stationService, dataSource, sendCommandSchedule]
2017-8-24 10:42:20.984 INFO [localhost-startStop-1] NutIoc init begin ...
2017-8-24 10:42:20.987 INFO [localhost-startStop-1] ... NutIoc init complete
2017-8-24 10:42:20.989 INFO [localhost-startStop-1] Build URL mapping by org.nutz.mvc.impl.UrlMappingImpl ...
2017-8-24 10:42:20.990 DEBUG [localhost-startStop-1] @Views(PcMobileViewMaker.class,DefaultViewMaker.class)
2017-8-24 10:42:20.995 DEBUG [localhost-startStop-1] @ChainBy(org.nutz.mvc.impl.NutActionChainMaker)
2017-8-24 10:42:21.2 DEBUG [localhost-startStop-1] module class location 'file:/E:/qcj/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/nutz.station/WEB-INF/classes/'
2017-8-24 10:42:21.2 DEBUG [localhost-startStop-1] module class location 'file:/E:/qcj/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/nutz.station/WEB-INF/classes/'
2017-8-24 10:42:21.2 DEBUG [localhost-startStop-1] module class location 'file:/E:/qcj/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/nutz.station/WEB-INF/classes/'
2017-8-24 10:42:21.2 DEBUG [localhost-startStop-1]  > scan 'com.easysoft'
2017-8-24 10:42:21.61 DEBUG [localhost-startStop-1] Found 274 resource by src( com/easysoft/ ) , regex( ^.+[.]class$ )
2017-8-24 10:42:21.152 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.CommonControler'
2017-8-24 10:42:21.152 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.ConfigControler'
2017-8-24 10:42:21.153 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.DeviceControler'
2017-8-24 10:42:21.153 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.IndexControler'
2017-8-24 10:42:21.154 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.JsonControler'
2017-8-24 10:42:21.154 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.RecordControler'
2017-8-24 10:42:21.155 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.MainMoudle'
2017-8-24 10:42:21.237 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.SubMoudle'
2017-8-24 10:42:21.241 DEBUG [localhost-startStop-1]  > scan 'com.easysoft'
2017-8-24 10:42:21.269 DEBUG [localhost-startStop-1] Found 274 resource by src( com/easysoft/ ) , regex( ^.+[.]class$ )
2017-8-24 10:42:21.270 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.CommonControler'
2017-8-24 10:42:21.271 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.ConfigControler'
2017-8-24 10:42:21.271 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.DeviceControler'
2017-8-24 10:42:21.272 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.IndexControler'
2017-8-24 10:42:21.272 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.JsonControler'
2017-8-24 10:42:21.272 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.RecordControler'
2017-8-24 10:42:21.272 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.MainMoudle'
2017-8-24 10:42:21.277 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.SubMoudle'
2017-8-24 10:42:21.277 DEBUG [localhost-startStop-1]  > scan 'com.easysoft.controller'
2017-8-24 10:42:21.280 DEBUG [localhost-startStop-1] Found 6 resource by src( com/easysoft/controller/ ) , regex( ^.+[.]class$ )
2017-8-24 10:42:21.281 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.CommonControler'
2017-8-24 10:42:21.281 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.ConfigControler'
2017-8-24 10:42:21.281 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.DeviceControler'
2017-8-24 10:42:21.281 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.IndexControler'
2017-8-24 10:42:21.281 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.JsonControler'
2017-8-24 10:42:21.281 DEBUG [localhost-startStop-1]    >> add 'com.easysoft.controller.RecordControler'
2017-8-24 10:42:21.287 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.RecordControler
2017-8-24 10:42:21.288 INFO [localhost-startStop-1] Optional processor class not found, disabled : org.nutz.integration.shiro.NutShiroProcessor
2017-8-24 10:42:21.292 INFO [localhost-startStop-1] Optional processor class not found, disabled : org.nutz.plugins.validation.ValidationProcessor
2017-8-24 10:42:21.300 DEBUG [localhost-startStop-1]    '/record/toHistoryStation'  >> (RecordControler.java:11).toHistoryStation : void       | @Ok(pcmobile:record.history_station) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.301 DEBUG [localhost-startStop-1]    '/record/toPoliceStation'   >> (RecordControler.java:26).toPoliceStation : void       | @Ok(pcmobile:record.police_station) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.302 DEBUG [localhost-startStop-1]    '/record/toHistoryOperator' >> (RecordControler.java:21).toOperator  : void       | @Ok(pcmobile:record.operator) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.302 DEBUG [localhost-startStop-1]    '/record/toDefect'          >> (RecordControler.java:36).toDefect    : void       | @Ok(pcmobile:record.police_weishui) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.303 DEBUG [localhost-startStop-1]    '/record/toHistoryWeishui'  >> (RecordControler.java:16).toHistoryWeishui : void       | @Ok(pcmobile:record.history_weishui) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.303 DEBUG [localhost-startStop-1]    '/record/toPoliceWeishui'   >> (RecordControler.java:31).toPoliceWeishui : void       | @Ok(pcmobile:record.police_weishui) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.303 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.SubMoudle
2017-8-24 10:42:21.305 DEBUG [localhost-startStop-1]    '/sub'                      >> (SubMoudle.java:10).doHello           : String     | @Ok(json:full) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.305 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.CommonControler
2017-8-24 10:42:21.306 DEBUG [localhost-startStop-1]    '/common/toToolTest'        >> (CommonControler.java:11).toToolTest  : void       | @Ok(pcmobile:common.tool_test) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.306 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.MainMoudle
2017-8-24 10:42:21.307 DEBUG [localhost-startStop-1]    '/hello'                    >> (MainMoudle.java:31).doHello          : String     | @Ok(json:full) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.307 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.JsonControler
2017-8-24 10:42:21.307 DEBUG [localhost-startStop-1]    '/json/getConfig'           >> (JsonControler.java:118).getConfig    : Map        | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.308 DEBUG [localhost-startStop-1]    '/json/getDevice'           >> (JsonControler.java:34).getDevice     : List       | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.309 DEBUG [localhost-startStop-1]    '/json/getSysParams'        >> (JsonControler.java:44).getSysParams  : Map        | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.313 DEBUG [localhost-startStop-1]    '/json/setSysParams'        >> (JsonControler.java:57).setSysParams  : Map        | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.313 DEBUG [localhost-startStop-1]    '/json/getStationState'     >> (JsonControler.java:76).getStationState : Map        | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.314 DEBUG [localhost-startStop-1]    '/json/getNodeState'        >> (JsonControler.java:90).getNodeState  : Map        | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.317 DEBUG [localhost-startStop-1]    '/json/getHistory'          >> (JsonControler.java:124).getHistory   : QueryResult | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.317 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.DeviceControler
2017-8-24 10:42:21.317 DEBUG [localhost-startStop-1]    '/device/toStation'         >> (DeviceControler.java:11).toCss       : void       | @Ok(pcmobile:device.device_station) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.318 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.IndexControler
2017-8-24 10:42:21.318 DEBUG [localhost-startStop-1]    '/current/toState'          >> (IndexControler.java:20).toState      : void       | @Ok(pcmobile:current.state) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.319 DEBUG [localhost-startStop-1]    '/index/toIndex'            >> (IndexControler.java:13).toIndex      : String     | @Ok(re   ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.319 INFO [localhost-startStop-1] Create Module obj without Ioc --> class com.easysoft.controller.ConfigControler
2017-8-24 10:42:21.320 DEBUG [localhost-startStop-1]    '/config/toCss'             >> (ConfigControler.java:21).toCss       : void       | @Ok(pcmobile:config.css) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.320 DEBUG [localhost-startStop-1]    '/config/toParamsStation'   >> (ConfigControler.java:26).toParamsStation : void       | @Ok(pcmobile:config.params_station) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.320 DEBUG [localhost-startStop-1]    '/config/toParamsSys'       >> (ConfigControler.java:31).toParamsSys : void       | @Ok(pcmobile:config.params_sys) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.325 DEBUG [localhost-startStop-1]    '/config/doSaveConfig'      >> (ConfigControler.java:36).doSaveConfig : Map        | @Ok(json ) @Fail(jsp:jsp.error.excep) | by 0 Filters | (I:UTF-8/O:UTF-8)
2017-8-24 10:42:21.325 INFO [localhost-startStop-1] Found 23 module methods
2017-8-24 10:42:21.326 DEBUG [localhost-startStop-1] @Localization not define
2017-8-24 10:42:21.326 INFO [localhost-startStop-1] Setup application...
系统初始化...
2017-8-24 10:42:21.327 DEBUG [localhost-startStop-1] Get 'nutQuartzCronJobFactory'<class org.nutz.integration.quartz.NutQuartzCronJobFactory>
2017-8-24 10:42:21.328 DEBUG [localhost-startStop-1] Get '$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
2017-8-24 10:42:21.328 DEBUG [localhost-startStop-1] 	 >> Load definition name=$aop_async
2017-8-24 10:42:21.332 DEBUG [localhost-startStop-1] Found IocObject($aop_async) in AsyncAopIocLoader@787417123
2017-8-24 10:42:21.333 DEBUG [localhost-startStop-1] 	 >> Make...'$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
2017-8-24 10:42:21.334 DEBUG [localhost-startStop-1] Save object '$aop_async' to [app] 
2017-8-24 10:42:21.339 DEBUG [localhost-startStop-1] Load AopConfigure for anno=org.nutz.ioc.aop.Aop by type=org.nutz.ioc.aop.config.impl.AnnotationAopConfigration
2017-8-24 10:42:21.339 DEBUG [localhost-startStop-1] 	 >> Load definition name=nutQuartzCronJobFactory
2017-8-24 10:42:21.339 DEBUG [localhost-startStop-1] Loading define for name=nutQuartzCronJobFactory
2017-8-24 10:42:21.341 DEBUG [localhost-startStop-1] Found IocObject(nutQuartzCronJobFactory) in QuartzIocLoader@1694264476
2017-8-24 10:42:21.341 DEBUG [localhost-startStop-1] 	 >> Make...'nutQuartzCronJobFactory'<class org.nutz.integration.quartz.NutQuartzCronJobFactory>
2017-8-24 10:42:21.342 DEBUG [localhost-startStop-1] Load class org.nutz.integration.quartz.NutQuartzCronJobFactory without AOP
2017-8-24 10:42:21.342 DEBUG [localhost-startStop-1] Save object 'nutQuartzCronJobFactory' to [app] 
2017-8-24 10:42:21.345 DEBUG [localhost-startStop-1] Get 'scheduler'<>
2017-8-24 10:42:21.346 DEBUG [localhost-startStop-1] 	 >> Load definition name=scheduler
2017-8-24 10:42:21.346 DEBUG [localhost-startStop-1] Loading define for name=scheduler
2017-8-24 10:42:21.346 DEBUG [localhost-startStop-1] Found IocObject(scheduler) in QuartzIocLoader@1694264476
2017-8-24 10:42:21.346 DEBUG [localhost-startStop-1] 	 >> Make...'scheduler'<>
2017-8-24 10:42:21.346 DEBUG [localhost-startStop-1] Save object 'scheduler' to [app] 
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2017-8-24 10:42:21.412 DEBUG [localhost-startStop-1] Get 'jobFactory'<>
2017-8-24 10:42:21.414 DEBUG [localhost-startStop-1] 	 >> Load definition name=jobFactory
2017-8-24 10:42:21.414 DEBUG [localhost-startStop-1] Loading define for name=jobFactory
2017-8-24 10:42:21.417 DEBUG [localhost-startStop-1] Found IocObject(jobFactory) in QuartzIocLoader@1694264476
2017-8-24 10:42:21.417 DEBUG [localhost-startStop-1] 	 >> Make...'jobFactory'<>
2017-8-24 10:42:21.417 DEBUG [localhost-startStop-1] Load class org.nutz.integration.quartz.NutQuartzJobFactory without AOP
2017-8-24 10:42:21.418 DEBUG [localhost-startStop-1] Save object 'jobFactory' to [app] 
2017-8-24 10:42:21.419 DEBUG [localhost-startStop-1] Get 'conf'<>
2017-8-24 10:42:21.419 DEBUG [localhost-startStop-1] 	 >> Load definition name=conf
2017-8-24 10:42:21.419 DEBUG [localhost-startStop-1] Loading define for name=conf
2017-8-24 10:42:21.419 DEBUG [localhost-startStop-1] Found IocObject(conf) in JsonLoader(paths=[ioc/])
2017-8-24 10:42:21.419 DEBUG [localhost-startStop-1] 	 >> Make...'conf'<>
2017-8-24 10:42:21.420 DEBUG [localhost-startStop-1] Load class org.nutz.ioc.impl.PropertiesProxy without AOP
2017-8-24 10:42:21.420 DEBUG [localhost-startStop-1] Save object 'conf' to [app] 
2017-8-24 10:42:21.425 DEBUG [localhost-startStop-1] Found 1 resource by src( custom/ ) , regex( ^.+[.]properties$ )
2017-8-24 10:42:21.426 DEBUG [localhost-startStop-1] found cron job packages = com.easysoft.schedule
2017-8-24 10:42:21.428 DEBUG [localhost-startStop-1] Found 3 resource by src( com/easysoft/schedule/ ) , regex( ^.+[.]class$ )
2017-8-24 10:42:21.430 DEBUG [localhost-startStop-1] job define name=com.easysoft.schedule.AddCommandSchedule cron=* * * * * ?
2017-8-24 10:42:21.445 DEBUG [localhost-startStop-1] job define name=com.easysoft.schedule.SendCommandSchedule cron=* * * * * ?
2017-8-24 10:42:21.448 DEBUG [localhost-startStop-1] Get 'dataSource'<interface javax.sql.DataSource>
2017-8-24 10:42:21.448 DEBUG [localhost-startStop-1] 	 >> Load definition name=dataSource
2017-8-24 10:42:21.448 DEBUG [localhost-startStop-1] Loading define for name=dataSource
2017-8-24 10:42:21.448 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
2017-8-24 10:42:21.455 DEBUG [localhost-startStop-1] Found IocObject(dataSource) in JsonLoader(paths=[ioc/])
2017-8-24 10:42:21.456 DEBUG [localhost-startStop-1] 	 >> Make...'dataSource'<interface javax.sql.DataSource>
2017-8-24 10:42:21.473 DEBUG [localhost-startStop-1] Load class com.alibaba.druid.pool.DruidDataSource without AOP
2017-8-24 10:42:21.474 DEBUG [localhost-startStop-1] Save object 'dataSource' to [app] 
2017-8-24 10:42:21.491 DEBUG [NutzbookScheduler_QuartzSchedulerThread] 	 >> Load definition name=addCommandSchedule
2017-8-24 10:42:21.491 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Loading define for name=addCommandSchedule
2017-8-24 10:42:21.492 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Found IocObject(addCommandSchedule) in JsonLoader(paths=[ioc/])
2017-8-24 10:42:21.492 DEBUG [NutzbookScheduler_QuartzSchedulerThread] 	 >> Make...'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
2017-8-24 10:42:21.492 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Load class com.easysoft.schedule.AddCommandSchedule without AOP
2017-8-24 10:42:21.492 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Save object 'addCommandSchedule' to [app] 
----------------0-----------------------
2017-8-24 10:42:21.516 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:21.516 DEBUG [NutzbookScheduler_Worker-1] 	 >> Load definition name=deviceConstants
2017-8-24 10:42:21.517 DEBUG [NutzbookScheduler_Worker-1] Loading define for name=deviceConstants
2017-8-24 10:42:21.520 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:42:21.521 DEBUG [NutzbookScheduler_Worker-1] Found IocObject(deviceConstants) in JsonLoader(paths=[ioc/])
2017-8-24 10:42:21.521 DEBUG [NutzbookScheduler_Worker-1] 	 >> Make...'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:21.522 DEBUG [NutzbookScheduler_Worker-1] Load class com.easysoft.constants.DeviceConstants without AOP
2017-8-24 10:42:21.522 DEBUG [NutzbookScheduler_Worker-1] Save object 'deviceConstants' to [app] 
2017-8-24 10:42:21.522 DEBUG [NutzbookScheduler_Worker-1] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:21.522 DEBUG [NutzbookScheduler_Worker-1] 	 >> Load definition name=stationService
2017-8-24 10:42:21.522 DEBUG [NutzbookScheduler_Worker-1] Loading define for name=stationService
2017-8-24 10:42:21.523 DEBUG [NutzbookScheduler_Worker-1] Found IocObject(stationService) in JsonLoader(paths=[ioc/])
2017-8-24 10:42:21.524 DEBUG [NutzbookScheduler_Worker-1] 	 >> Make...'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:21.524 DEBUG [NutzbookScheduler_Worker-1] Load class com.easysoft.service.StationService without AOP
2017-8-24 10:42:21.524 DEBUG [NutzbookScheduler_Worker-1] Save object 'stationService' to [app] 
2017-8-24 10:42:21.525 DEBUG [NutzbookScheduler_Worker-1] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:21.525 DEBUG [NutzbookScheduler_Worker-1] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:21.525 DEBUG [NutzbookScheduler_Worker-1] 	 >> Load definition name=configConstants
2017-8-24 10:42:21.525 DEBUG [NutzbookScheduler_Worker-1] Loading define for name=configConstants
2017-8-24 10:42:21.526 DEBUG [localhost-startStop-1] Found 1 resource by src( station.sql ) , regex( .(sql|sqlx|sqls)$ )
2017-8-24 10:42:21.526 DEBUG [localhost-startStop-1] load >> station.sql from root=station.sql
2017-8-24 10:42:21.527 DEBUG [localhost-startStop-1] key=[getHistory], sql=[SELECT t.*,dev.`name` deviceName, d.`name` historyName from tynendevicedevicehistory t
LEFT JOIN tdictionary d on d.typeCode='analysisType' and d.`value` = t.historyType
LEFT JOIN tynendevicedevice dev on dev.id = t.deviceId
where 1=1]
2017-8-24 10:42:21.527 DEBUG [NutzbookScheduler_Worker-1] Found IocObject(configConstants) in JsonLoader(paths=[ioc/])
2017-8-24 10:42:21.527 DEBUG [NutzbookScheduler_Worker-1] 	 >> Make...'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:21.527 DEBUG [localhost-startStop-1] load 1 sql >> station.sql from root=station.sql
2017-8-24 10:42:21.527 DEBUG [NutzbookScheduler_Worker-1] Load class com.easysoft.constants.ConfigConstants without AOP
2017-8-24 10:42:21.527 DEBUG [NutzbookScheduler_Worker-1] Save object 'configConstants' to [app] 
2017-8-24 10:42:21.529 DEBUG [NutzbookScheduler_QuartzSchedulerThread] 	 >> Load definition name=sendCommandSchedule
2017-8-24 10:42:21.530 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Loading define for name=sendCommandSchedule
2017-8-24 10:42:21.530 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Found IocObject(sendCommandSchedule) in JsonLoader(paths=[ioc/])
2017-8-24 10:42:21.530 DEBUG [NutzbookScheduler_QuartzSchedulerThread] 	 >> Make...'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:42:21.530 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Load class com.easysoft.schedule.SendCommandSchedule without AOP
2017-8-24 10:42:21.530 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Save object 'sendCommandSchedule' to [app] 
2017-8-24 10:42:21.629 INFO [localhost-startStop-1] Init file-pool by: C:\Users\QCJ/.nutz/tmp/dao/ [200000]
2017-8-24 10:42:21.629 DEBUG [localhost-startStop-1] file-pool.home: 'C:\Users\QCJ\.nutz\tmp\dao'
2017-8-24 10:42:21.630 INFO [localhost-startStop-1] file-pool.cursor: 0
2017-8-24 10:42:21.638 DEBUG [localhost-startStop-1] Jdbcs init complete
2017-8-24 10:42:21.638 INFO [localhost-startStop-1] Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
八月 24, 2017 10:42:21 上午 com.alibaba.druid.pool.DruidDataSource info
信息: {dataSource-1} inited
2017-8-24 10:42:21.855 DEBUG [localhost-startStop-1] select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
2017-8-24 10:42:21.860 DEBUG [localhost-startStop-1] JDBC Driver --> mysql-connector-java-5.1.18 ( Revision: tonci.grgin@oracle.com-20110930151701-jfj14ddfq48ifkfq )
2017-8-24 10:42:21.860 DEBUG [localhost-startStop-1] JDBC Name   --> MySQL-AB JDBC Driver
2017-8-24 10:42:21.860 DEBUG [localhost-startStop-1] JDBC URL    --> jdbc:mysql://192.168.2.238:3306/station
2017-8-24 10:42:21.865 DEBUG [localhost-startStop-1] Mysql : character_set_client=utf8mb4
2017-8-24 10:42:21.866 DEBUG [localhost-startStop-1] Mysql : character_set_connection=utf8mb4
2017-8-24 10:42:21.866 DEBUG [localhost-startStop-1] Mysql : character_set_database=utf8
2017-8-24 10:42:21.866 DEBUG [localhost-startStop-1] Mysql : character_set_filesystem=binary
2017-8-24 10:42:21.866 DEBUG [localhost-startStop-1] Mysql : character_set_results=
2017-8-24 10:42:21.866 DEBUG [localhost-startStop-1] Mysql : character_set_server=utf8
2017-8-24 10:42:21.866 DEBUG [localhost-startStop-1] Mysql : character_set_system=utf8
2017-8-24 10:42:21.866 DEBUG [localhost-startStop-1] Mysql : character_sets_dir=/usr/share/mysql/charsets/
2017-8-24 10:42:21.867 DEBUG [localhost-startStop-1] Mysql : binlog_format=STATEMENT
2017-8-24 10:42:21.869 DEBUG [localhost-startStop-1] Mysql : database=station
2017-8-24 10:42:21.869 DEBUG [localhost-startStop-1] Mysql : user=root@192.168.2.129
2017-8-24 10:42:21.881 DEBUG [localhost-startStop-1] Database info --> MYSQL:[MySQL - 5.5.56]
2017-8-24 10:42:21.884 DEBUG [localhost-startStop-1] SqlManager Sql count=1
2017-8-24 10:42:21.932 INFO [localhost-startStop-1] Can not find @Column(name) in table/view (tynendeviceconfig)
2017-8-24 10:42:21.946 DEBUG [localhost-startStop-1] SELECT * FROM tynendeviceconfig  WHERE id>?
    | 1 |
    |---|
    | 0 |
  For example:> "SELECT * FROM tynendeviceconfig  WHERE id>0"
2017-8-24 10:42:21.973 DEBUG [localhost-startStop-1] SELECT * FROM tdictionary  WHERE id>?
    | 1 |
    |---|
    | 0 |
  For example:> "SELECT * FROM tdictionary  WHERE id>0"
2017-8-24 10:42:21.987 DEBUG [localhost-startStop-1] SELECT * FROM tynendevicedevice  WHERE id>?
    | 1 |
    |---|
    | 0 |
  For example:> "SELECT * FROM tynendevicedevice  WHERE id>0"
2017-8-24 10:42:21.994 DEBUG [localhost-startStop-1] SELECT * FROM tynendevicecommand  WHERE id>?
    | 1 |
    |---|
    | 0 |
  For example:> "SELECT * FROM tynendevicecommand  WHERE id>0"
2017-8-24 10:42:22.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------0-----------------------
2017-8-24 10:42:22.0 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.0 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:42:22.1 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.10 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.11 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.12 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
初始化完成
2017-8-24 10:42:22.90 INFO [localhost-startStop-1] Nutz.Mvc[nutz] is up in 1148ms
八月 24, 2017 10:42:22 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-nio-8080"]
八月 24, 2017 10:42:22 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-nio-8009"]
八月 24, 2017 10:42:22 上午 org.apache.catalina.startup.Catalina start
信息: Server startup in 2863 ms
2017-8-24 10:42:22.255 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.255 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.255 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.260 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.261 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.261 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.266 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.266 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.266 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.271 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.272 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.272 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.277 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.277 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.277 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.286 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.286 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.286 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.291 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.291 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.291 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.296 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.296 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.297 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.301 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.302 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.302 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.308 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.309 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.309 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.312 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.313 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.313 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.319 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.319 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.319 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.325 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.325 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.325 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.328 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.328 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.329 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.331 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.331 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.332 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.337 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.337 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.337 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.341 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.341 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.341 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.344 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.344 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.344 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.346 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.346 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.346 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.349 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.349 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.349 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.352 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.352 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.352 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.355 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.355 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.355 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.358 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.358 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.358 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.365 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.365 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.365 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.368 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.369 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.369 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.374 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.374 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.374 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.377 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.377 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.377 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.379 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.380 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.380 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.382 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.382 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.382 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.387 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.387 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.387 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.390 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.390 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.391 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.393 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.393 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.393 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.396 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.396 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.396 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.398 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.398 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.398 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.400 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.400 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.400 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.403 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.403 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.403 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.405 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.406 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.406 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.408 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.408 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.408 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.411 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.411 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.411 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.414 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.414 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.414 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.417 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.417 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.418 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.425 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.425 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.426 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.432 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.433 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.433 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.437 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.437 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.437 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.440 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.441 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.441 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.444 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.444 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.444 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.447 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.452 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.452 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.452 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.455 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.456 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.456 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.459 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.460 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.460 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.463 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.463 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.463 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.467 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.468 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.468 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.470 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.470 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.470 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.473 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.474 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.474 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.476 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.476 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.476 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.479 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.479 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.479 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.481 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.482 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.482 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.485 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.485 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.485 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.487 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.487 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.487 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.492 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.492 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.492 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.495 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.495 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.495 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.498 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.498 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.498 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.500 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.500 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.500 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.504 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.504 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.504 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.507 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.507 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.507 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.509 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.509 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.509 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.511 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.511 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.512 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.514 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.514 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.514 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.516 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.516 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.516 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.518 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.518 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.518 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.520 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.521 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.521 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.523 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.523 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.523 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.526 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.526 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.526 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.528 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.528 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.529 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.531 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.531 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.531 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.534 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.534 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.534 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.536 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.536 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.536 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.539 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.539 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.539 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.541 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.541 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.541 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.543 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.543 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.543 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.547 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.547 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.547 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.549 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.549 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.549 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.551 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.551 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.551 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.554 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.554 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.554 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.557 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.557 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.557 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.559 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.559 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.559 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.561 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.562 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.562 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.564 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.564 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.564 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.566 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.566 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.566 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.568 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.568 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.568 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.570 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.570 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.571 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.576 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.576 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.576 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.578 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.578 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.578 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:22.581 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:22.581 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:22.581 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:23.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
2017-8-24 10:42:23.1 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
----------------94-----------------------
2017-8-24 10:42:23.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:23.1 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:23.1 DEBUG [NutzbookScheduler_Worker-2] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:23.1 DEBUG [NutzbookScheduler_Worker-2] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:23.1 DEBUG [NutzbookScheduler_Worker-2] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
port:COM3 devId:47 msg:23C3E0@$2 isHex:true
com.easysoft.serial.PortSender数据发送失败
port:COM3 devId:47 msg:IN0@003R000 isHex:false
2017-8-24 10:42:23.437 DEBUG [Thread-8] Get 'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:42:23.437 DEBUG [Thread-8] 	 >> Load definition name=myWebsocket
2017-8-24 10:42:23.437 DEBUG [Thread-8] Loading define for name=myWebsocket
2017-8-24 10:42:23.438 DEBUG [Thread-8] Found IocObject(myWebsocket) in JsonLoader(paths=[ioc/])
2017-8-24 10:42:23.438 DEBUG [Thread-8] 	 >> Make...'myWebsocket'<class com.easysoft.plugin.MyWebsocket>
2017-8-24 10:42:23.438 DEBUG [Thread-8] Load class com.easysoft.plugin.MyWebsocket without AOP
2017-8-24 10:42:23.439 DEBUG [Thread-8] Save object 'myWebsocket' to [app] 
2017-8-24 10:42:24.0 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'addCommandSchedule'<class com.easysoft.schedule.AddCommandSchedule>
----------------92-----------------------
2017-8-24 10:42:24.1 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>
2017-8-24 10:42:24.1 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:24.2 DEBUG [NutzbookScheduler_Worker-3] Get 'configConstants'<class com.easysoft.constants.ConfigConstants>
2017-8-24 10:42:24.2 DEBUG [NutzbookScheduler_QuartzSchedulerThread] Get 'sendCommandSchedule'<class com.easysoft.schedule.SendCommandSchedule>
2017-8-24 10:42:24.2 DEBUG [NutzbookScheduler_Worker-3] Get 'stationService'<class com.easysoft.service.StationService>
2017-8-24 10:42:24.2 DEBUG [NutzbookScheduler_Worker-3] Get 'deviceConstants'<class com.easysoft.constants.DeviceConstants>

缺log4j和 slf4j-log4j12

谢谢兽兽,pom.xml中添加如下后解决问题。

<dependency>
	    <groupId>log4j</groupId>
	    <artifactId>log4j</artifactId>
	    <version>1.2.17</version>
	</dependency>

你还得加上 slf4j-log4j12

嗯,我已经加上了

添加回复
请先登陆
回到顶部