Bitcoin Forum
May 09, 2024, 09:28:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Another BitcoinJ Error. No support for deserializing message with name alert  (Read 1193 times)
Anonymous
Guest

December 13, 2011, 11:26:10 PM
 #1

Caused by: com.google.bitcoin.core.ProtocolException: No support for deserializing message with name alert
Code:
5493 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup -   starting block chain download
5493 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Peer - blockChainDownload(0000000000000000000000000000000000000000000000000000000000000000)
5494 [PeerGroup-1-thread-2] ERROR com.google.bitcoin.core.PeerGroup - Unexpected exception whilst talking to Peer(new-host-2.home/192.168.1.8:0)
com.google.bitcoin.core.PeerException: com.google.bitcoin.core.ProtocolException: Error deserializing message 5c010000007f9ae74e000000007be8e84e00000000ea030000e903000000409c0000409c00000088130000002f57414c4c455420454e4352595054494f4e20494e5345435552453a207665722e302e352e3120617661696c61626c6500483046022100caf954fd409889b2b7f03c647c3054874f5012c3515d73124d376d0d76535d2e022100c242518def67fb3b390e51154785cb8ad76f55a589ee7041cf52953b7c53ed8c

at com.google.bitcoin.core.Peer.run(Peer.java:169)
at com.google.bitcoin.core.PeerGroup$1.run(PeerGroup.java:327)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Caused by: com.google.bitcoin.core.ProtocolException: Error deserializing message 5c010000007f9ae74e000000007be8e84e00000000ea030000e903000000409c0000409c00000088130000002f57414c4c455420454e4352595054494f4e20494e5345435552453a207665722e302e352e3120617661696c61626c6500483046022100caf954fd409889b2b7f03c647c3054874f5012c3515d73124d376d0d76535d2e022100c242518def67fb3b390e51154785cb8ad76f55a589ee7041cf52953b7c53ed8c

at com.google.bitcoin.core.BitcoinSerializer.deserializePayload(BitcoinSerializer.java:307)
at com.google.bitcoin.core.BitcoinSerializer.deserialize(BitcoinSerializer.java:219)
at com.google.bitcoin.core.TCPNetworkConnection.readMessage(TCPNetworkConnection.java:151)
at com.google.bitcoin.core.Peer.run(Peer.java:145)
... 4 more
Caused by: com.google.bitcoin.core.ProtocolException: No support for deserializing message with name alert
at com.google.bitcoin.core.BitcoinSerializer.makeMessage(BitcoinSerializer.java:334)
at com.google.bitcoin.core.BitcoinSerializer.deserializePayload(BitcoinSerializer.java:305)
... 7 more
5495 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - Download peer died. Picking a new one.
What could be causing this. I tried two versions of the client I told it to connect to. 0.4 and 0.5, but neither worked. What is going on here?
1715290117
Hero Member
*
Offline Offline

Posts: 1715290117

View Profile Personal Message (Offline)

Ignore
1715290117
Reply with quote  #2

1715290117
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715290117
Hero Member
*
Offline Offline

Posts: 1715290117

View Profile Personal Message (Offline)

Ignore
1715290117
Reply with quote  #2

1715290117
Report to moderator
1715290117
Hero Member
*
Offline Offline

Posts: 1715290117

View Profile Personal Message (Offline)

Ignore
1715290117
Reply with quote  #2

1715290117
Report to moderator
1715290117
Hero Member
*
Offline Offline

Posts: 1715290117

View Profile Personal Message (Offline)

Ignore
1715290117
Reply with quote  #2

1715290117
Report to moderator
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1129


View Profile
December 13, 2011, 11:49:26 PM
 #2

Try using testnet in a box for now:

   http://sourceforge.net/projects/bitcoin/files/Bitcoin/testnet-in-a-box/

Alert messages shouldn't cause exceptions, that's a bug - it's supposed to produce UnknownMessages when it encounters something it doesn't know how to parse. Looks like the behavior changed at some point.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!