Closed GoogleCodeExporter closed 9 years ago
Issue 536 has been merged into this issue.
Original comment by andreas....@gmail.com
on 9 Mar 2014 at 10:36
I copy the bitcoinj to my workspace and try to build it. but i have new issue.
--------------------------------------------------------------------------------
----
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.162 sec
Running com.google.bitcoin.protocols.niowrapper.NioWrapperTest
01:26:48 148 NioClient$1.run: Error trying to open/read from connection
java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:465)
at sun.nio.ch.Net.connect(Net.java:457)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:666)
at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:98)
at com.google.bitcoin.protocols.niowrapper.NioClient$1.run(NioClient.java:64)
--------------------------------------------------------------------------------
----
Original comment by ahmasho...@gmail.com
on 9 Mar 2014 at 11:26
I try to build the bitcoinj from CMD but I still face the same problem and
message then every thing stop.
-----------------------------------------------------------------------------
01:44:03 150 NioClient$1.run: Error trying to open/read from connection
java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:465)
at sun.nio.ch.Net.connect(Net.java:457)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:666)
at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:98)
at com.google.bitcoin.protocols.niowrapper.NioClient$1.run(NioClient.jav
a:64)
----------------------------------------------------------------------------
Original comment by ahmasho...@gmail.com
on 9 Mar 2014 at 11:45
@ahmashour1 Can you open separate issues for unrelated bugs?
Original comment by andreas....@gmail.com
on 9 Mar 2014 at 11:46
Original comment by mh.in.en...@gmail.com
on 10 Mar 2014 at 4:17
Original issue reported on code.google.com by
kgree...@gmail.com
on 9 Mar 2014 at 2:10