Guest User

hec2

a guest
Feb 23rd, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. Start protocol...
  2. Communication thread started.
  3. Modem connected to direct serial connection.
  4. Meter nr of channels: 28
  5. Meter firmware: version 1.45
  6. Protocol version: $Date: 2011-05-30 14:06:46 +0200 (Mon, 30 May 2011) $
  7. Profile retrieve interval data from Sun Feb 19 00:00:41 CST 2012 to Thu Feb 23 20:56:02 CST 2012
  8. Received corrupted frame while requesting LP data
  9. Cause: CRC error: expected 186, received 22
  10. Sending new profile data request for the remaining LP data. From date = timestamp of the last received LP entry (Wed Feb 22 20:00:00 CST 2012)
  11. Received corrupted frame while requesting LP data
  12. Cause: Unexpected first byte: 249. Expected: 0x10 (fixed frame), 0x68 (variable frame) or 0x43 (connecting)
  13. Sending new request (retry 1/5) with fromDate = timestamp of the last received LP entry (Wed Feb 22 20:00:00 CST 2012)
  14. Received corrupted frame while requesting LP data
  15. Cause: Unexpected first byte: 249. Expected: 0x10 (fixed frame), 0x68 (variable frame) or 0x43 (connecting)
  16. Sending new request (retry 2/5) with fromDate = timestamp of the last received LP entry (Wed Feb 22 20:00:00 CST 2012)
  17. Received corrupted frame while requesting LP data
  18. Cause: Connection frame error: expected 8 as length confirmer, received 0
  19. Sending new request (retry 3/5) with fromDate = timestamp of the last received LP entry (Wed Feb 22 20:00:00 CST 2012)
  20. Received corrupted frame while requesting LP data
  21. Cause: Unexpected first byte: 0. Expected: 0x10 (fixed frame), 0x68 (variable frame) or 0x43 (connecting)
  22. Sending new request (retry 4/5) with fromDate = timestamp of the last received LP entry (Wed Feb 22 20:00:00 CST 2012)
  23. Received corrupted frame while requesting LP data
  24. Cause: Unexpected first byte: 133. Expected: 0x10 (fixed frame), 0x68 (variable frame) or 0x43 (connecting)
  25. Still received a corrupt frame (after 5 retries) while trying to request LP data with fromDate = Wed Feb 22 20:00:00 CST 2012. Aborting.
  26. java.io.IOException: Still received a corrupt frame (after 5 retries) while trying to request LP data with fromDate = Wed Feb 22 20:00:00 CST 2012. Aborting.
  27. at com.energyict.protocolimpl.din19244.poreg2.b.a.a(Unknown Source)
  28. at com.energyict.protocolimpl.din19244.poreg2.b.a(Unknown Source)
  29. at com.energyict.protocolimpl.din19244.poreg2.Poreg2P.getProfileData(Unknown Source)
  30. at com.energyict.protocolimpl.base.AbstractProtocol.getProfileData(AbstractProtocol.java:227)
  31. at com.energyict.protocoltester.ProtocolWorker.doProtocol(ProtocolWorker.java:480)
  32. at com.energyict.protocoltester.ProtocolWorker.doMeterProtocol(ProtocolWorker.java:257)
  33. at com.energyict.protocoltester.ProtocolWorker.run(ProtocolWorker.java:675)
  34. at java.lang.Thread.run(Thread.java:595)
  35.  
  36. ProtocolWorker, run(), NestedIOException, com.energyict.cbo.NestedIOException: com.energyict.protocolimpl.base.ProtocolConnectionException: Unexpected first byte: 246. Expected: 0x10 (fixed frame), 0x68 (variable frame) or 0x43 (connecting), ProtocolWorker, doMeterProtocol, IOException, com.energyict.protocolimpl.base.ProtocolConnectionException: Unexpected first byte: 246. Expected: 0x10 (fixed frame), 0x68 (variable frame) or 0x43 (connecting)
  37. Modem disconnected.
  38. Communication thread ended.
  39. received 3076 bytes, transmitted 580 bytes, call setup took 0 seconds, communication took 50 seconds, total session took 50 seconds
Advertisement
Add Comment
Please, Sign In to add comment