Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

Java Connection Refused #814

Open 17thatch opened 8 years ago

17thatch commented 8 years ago

Bug report Operating System: Windows 10 Home MultiBit HD Version: 0.1.4 Steps to replicate the problem:

  1. Provide steps to reproduce
    1. Attempt to open application
    2. No response (except increased processor usage) This error appears at file location: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.(Unknown Source) at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source) at org.multibit.hd.core.managers.HttpsManager.installCACertificates(HttpsManager.java:150) at org.multibit.hd.ui.views.wizards.repair_wallet.RepairWalletWizardModel$1.run(RepairWalletWizardModel.java:92) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  2. And yes... I manually opened port 8333
  3. I don't use Tor
  4. The program worked yesterday
jim618 commented 8 years ago

That thread (HttpsManager) is refreshing the SSL certificates used to connect to exchanges.

Does the user interface appear ? It should be a background task (which looks like it is having trouble getting through to an exchange) that shouldn't affect the UI appearing.

17thatch commented 8 years ago

The user interface does not appear... although I haven't checked if it is running in the background or not.

On Thu, Nov 19, 2015 at 8:56 AM, Jim Burton notifications@github.com wrote:

That thread (HttpsManager) is refreshing the SSL certificates used to connect to exchanges.

Does the user interface appear ? It should be a background task (which looks like it is having trouble getting through to an exchange) that shouldn't affect the UI appearing.

— Reply to this email directly or view it on GitHub https://github.com/bitcoin-solutions/multibit-hd/issues/814#issuecomment-158063345 .

17thatch commented 8 years ago

How would you go about refreshing the SSL certificate?

On Thu, Nov 19, 2015 at 9:40 AM, Taylor Hatch 17thatch@cwstudent.us wrote:

The user interface does not appear... although I haven't checked if it is running in the background or not.

On Thu, Nov 19, 2015 at 8:56 AM, Jim Burton notifications@github.com wrote:

That thread (HttpsManager) is refreshing the SSL certificates used to connect to exchanges.

Does the user interface appear ? It should be a background task (which looks like it is having trouble getting through to an exchange) that shouldn't affect the UI appearing.

— Reply to this email directly or view it on GitHub https://github.com/bitcoin-solutions/multibit-hd/issues/814#issuecomment-158063345 .

jim618 commented 8 years ago

It should be automatic. When the user does a Manage Wallet | Repair wallet it does it then too

Are there any other errors in the log?

17thatch commented 8 years ago

These are the errors:

java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.(Unknown Source) at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source) at org.multibit.hd.core.managers.HttpsManager.installCACertificates(HttpsManager.java:150) at org.multibit.hd.ui.views.wizards.repair_wallet.RepairWalletWizardModel$1.run(RepairWalletWizardModel.java:92) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

On Sat, Dec 5, 2015 at 8:28 AM, Jim Burton notifications@github.com wrote:

It should be automatic. When the user does a Manage Wallet | Repair wallet it does it then too

Are there any other errors in the log?

— Reply to this email directly or view it on GitHub https://github.com/bitcoin-solutions/multibit-hd/issues/814#issuecomment-162184586 .

17thatch commented 8 years ago

Also, it doesn't run in the background.

On Sat, Dec 26, 2015 at 1:43 PM, Taylor Hatch 17thatch@cwstudent.us wrote:

These are the errors:

java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.(Unknown Source) at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source) at org.multibit.hd.core.managers.HttpsManager.installCACertificates(HttpsManager.java:150) at org.multibit.hd.ui.views.wizards.repair_wallet.RepairWalletWizardModel$1.run(RepairWalletWizardModel.java:92) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

On Sat, Dec 5, 2015 at 8:28 AM, Jim Burton notifications@github.com wrote:

It should be automatic. When the user does a Manage Wallet | Repair wallet it does it then too

Are there any other errors in the log?

— Reply to this email directly or view it on GitHub https://github.com/bitcoin-solutions/multibit-hd/issues/814#issuecomment-162184586 .