Advertisement
scythe83

Untitled

Mar 30th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. 2016-03-30 17:55:58.640 [INFO ] [.o.core.internal.CoreActivator] - openHAB runtime has been started (v1.8.1).
  2. 2016-03-30 17:56:00.436 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - mDNS service has been started
  3. 2016-03-30 17:56:03.234 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - Service Discovery initialization completed.
  4. 2016-03-30 17:56:05.051 [INFO ] [penhab.io.rest.RESTApplication] - Started REST API at /rest
  5. 2016-03-30 17:56:09.915 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.sitemap'
  6. 2016-03-30 17:56:10.232 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'db4o.persist'
  7. 2016-03-30 17:56:10.282 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'exec.persist'
  8. 2016-03-30 17:56:10.297 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'logging.persist'
  9. 2016-03-30 17:56:10.317 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist'
  10. 2016-03-30 17:56:10.440 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.script'
  11. 2016-03-30 17:56:10.682 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.items'
  12. 2016-03-30 17:56:13.460 [INFO ] [.o.u.w.i.servlet.WebAppServlet] - Started Classic UI at /classicui/openhab.app
  13. 2016-03-30 17:56:17.799 [INFO ] [.service.AbstractActiveService] - HTTP Refresh Service has been started
  14. 2016-03-30 17:56:17.801 [INFO ] [.service.AbstractActiveService] - Modbus Polling Service has been started
  15. 2016-03-30 17:56:17.846 [INFO ] [.service.AbstractActiveService] - NTP Refresh Service has been started
  16. 2016-03-30 17:56:17.957 [INFO ] [.p.rrd4j.internal.RRD4jService] - Removing invalid defintion component = null heartbeat = 0 min/max = 0.0/0.0 step = 0 0 archives(s) = [] 0 items(s) = []
  17. 2016-03-30 17:56:19.412 [ERROR] [i.modbus.io.ModbusRTUTransport] - Last request: 01 01 00 02 00 01 5c 0a
  18. 2016-03-30 17:56:19.412 [ERROR] [i.modbus.io.ModbusRTUTransport] - failed to read: Error reading response (EOF)
  19. 2016-03-30 17:56:19.432 [ERROR] [w.m.io.ModbusSerialTransaction] - execute try 1/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadCoilsRequest@70a7514 (unit id 1 & transaction 1). Serial parameters: SerialParameters@22965e63[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  20. 2016-03-30 17:56:20.162 [ERROR] [i.modbus.io.ModbusRTUTransport] - Last request: 01 01 00 02 00 01 5c 0a
  21. 2016-03-30 17:56:20.162 [ERROR] [i.modbus.io.ModbusRTUTransport] - failed to read: Error reading response (EOF)
  22. 2016-03-30 17:56:20.172 [ERROR] [w.m.io.ModbusSerialTransaction] - execute try 2/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadCoilsRequest@70a7514 (unit id 1 & transaction 1). Serial parameters: SerialParameters@22965e63[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  23. 2016-03-30 17:56:20.692 [ERROR] [i.modbus.io.ModbusRTUTransport] - Last request: 01 01 00 02 00 01 5c 0a
  24. 2016-03-30 17:56:20.692 [ERROR] [i.modbus.io.ModbusRTUTransport] - failed to read: Error reading response (EOF)
  25. 2016-03-30 17:56:20.702 [ERROR] [w.m.io.ModbusSerialTransaction] - execute try 3/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadCoilsRequest@70a7514 (unit id 1 & transaction 1). Serial parameters: SerialParameters@22965e63[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  26. 2016-03-30 17:56:20.702 [ERROR] [w.m.io.ModbusSerialTransaction] - execute reached max tries 3, throwing last error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadCoilsRequest@70a7514. Serial parameters: SerialParameters@22965e63[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  27. 2016-03-30 17:56:20.702 [ERROR] [o.b.m.internal.BaseModbusSlave] - ModbusSlave (slave1): Error getting modbus data for request net.wimpi.modbus.msg.ReadCoilsRequest@70a7514. Error: I/O exception - failed to read. Endpoint ModbusSerialSlaveEndpoint@2293c688[portName=COM6]. Connection: SerialConnection@729db5f[portName=COM6,port=//./COM6]
  28. 2016-03-30 17:56:20.732 [ERROR] [o.b.m.internal.BaseModbusSlave] - ModbusSlave (slave1) error getting response from slave. Invalidating connection
  29. java.lang.NullPointerException: null
  30. at org.openhab.binding.modbus.internal.BaseModbusSlave.update(BaseModbusSlave.java:341) ~[bundlefile:na]
  31. at org.openhab.binding.modbus.internal.ModbusBinding.execute(ModbusBinding.java:331) [bundlefile:na]
  32. at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:156) [org.openhab.core_1.8.1.jar:na]
  33. at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:173) [org.openhab.core_1.8.1.jar:na]
  34. 2016-03-30 17:56:20.842 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.rules'
  35. 2016-03-30 17:56:21.083 [INFO ] [.myopenhab.internal.MyOHClient] - Connected to my.openHAB service (UUID = scythe, local base URL = http://localhost:8080)
  36. 2016-03-30 17:56:21.433 [ERROR] [i.modbus.io.ModbusRTUTransport] - Last request: 01 02 00 03 00 01 49 ca
  37. 2016-03-30 17:56:21.433 [ERROR] [i.modbus.io.ModbusRTUTransport] - failed to read: Error reading response (EOF)
  38. 2016-03-30 17:56:21.443 [ERROR] [w.m.io.ModbusSerialTransaction] - execute try 1/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadInputDiscretesRequest@225b9fca (unit id 1 & transaction 2). Serial parameters: SerialParameters@763befd2[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  39. 2016-03-30 17:56:21.980 [ERROR] [i.modbus.io.ModbusRTUTransport] - Last request: 01 02 00 03 00 01 49 ca
  40. 2016-03-30 17:56:21.980 [ERROR] [i.modbus.io.ModbusRTUTransport] - failed to read: Error reading response (EOF)
  41. 2016-03-30 17:56:21.990 [ERROR] [w.m.io.ModbusSerialTransaction] - execute try 2/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadInputDiscretesRequest@225b9fca (unit id 1 & transaction 2). Serial parameters: SerialParameters@763befd2[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  42. 2016-03-30 17:56:22.720 [ERROR] [i.modbus.io.ModbusRTUTransport] - Last request: 01 02 00 03 00 01 49 ca
  43. 2016-03-30 17:56:22.720 [ERROR] [i.modbus.io.ModbusRTUTransport] - failed to read: Error reading response (EOF)
  44. 2016-03-30 17:56:22.730 [ERROR] [w.m.io.ModbusSerialTransaction] - execute try 3/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadInputDiscretesRequest@225b9fca (unit id 1 & transaction 2). Serial parameters: SerialParameters@763befd2[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  45. 2016-03-30 17:56:22.730 [ERROR] [w.m.io.ModbusSerialTransaction] - execute reached max tries 3, throwing last error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadInputDiscretesRequest@225b9fca. Serial parameters: SerialParameters@763befd2[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  46. 2016-03-30 17:56:22.730 [ERROR] [o.b.m.internal.BaseModbusSlave] - ModbusSlave (slave2): Error getting modbus data for request net.wimpi.modbus.msg.ReadInputDiscretesRequest@225b9fca. Error: I/O exception - failed to read. Endpoint ModbusSerialSlaveEndpoint@18f46dc4[portName=COM6]. Connection: SerialConnection@5647ae76[portName=COM6,port=//./COM6]
  47. 2016-03-30 17:56:22.780 [ERROR] [o.b.m.internal.BaseModbusSlave] - ModbusSlave (slave2) error getting response from slave. Invalidating connection
  48. java.lang.NullPointerException: null
  49. at org.openhab.binding.modbus.internal.BaseModbusSlave.update(BaseModbusSlave.java:345) ~[bundlefile:na]
  50. at org.openhab.binding.modbus.internal.ModbusBinding.execute(ModbusBinding.java:331) [bundlefile:na]
  51. at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:156) [org.openhab.core_1.8.1.jar:na]
  52. at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:173) [org.openhab.core_1.8.1.jar:na]
  53. 2016-03-30 17:56:23.532 [ERROR] [i.modbus.io.ModbusRTUTransport] - Last request: 01 03 00 01 00 01 d5 ca
  54. 2016-03-30 17:56:23.532 [ERROR] [i.modbus.io.ModbusRTUTransport] - failed to read: Error reading response (EOF)
  55. 2016-03-30 17:56:23.542 [ERROR] [w.m.io.ModbusSerialTransaction] - execute try 1/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadMultipleRegistersRequest@369a814a (unit id 1 & transaction 3). Serial parameters: SerialParameters@3a60d16b[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
  56. 2016-03-30 17:56:24.062 [ERROR] [i.modbus.io.ModbusRTUTransport] - Last request: 01 03 00 01 00 01 d5 ca
  57. 2016-03-30 17:56:24.062 [ERROR] [i.modbus.io.ModbusRTUTransport] - failed to read: Error reading response (EOF)
  58. 2016-03-30 17:56:24.072 [ERROR] [w.m.io.ModbusSerialTransaction] - execute try 2/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadMultipleRegistersRequest@369a814a (unit id 1 & transaction 3). Serial parameters: SerialParameters@3a60d16b[portName=COM6,baudRate=38400,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=none,encoding=rtu,echo=false,receiveTimeoutMillis=280]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement