問題タブ [connection-refused]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - 接続拒否エラーの原因は何ですか?
別のクライアントを使用して C でサーバー プログラムを作成しようとしています。たとえば、ポート 2080 経由で接続しようとすると、このエラーが発生します。
このエラーの原因は何ですか?
java - リモート VM への接続に失敗しました
Eclipse からリモートでデバッグするように tomcat を構成します。
「Tomcat の構成」を開始します。Javaタブに移動します。次の行を追加します。
次に、サーバーを起動します。
しかし、JPDA を参照して catalina.out にログインする人は誰もいません。また、ポート 8000 がリッスンしていることもわかりません (を使用netstat -a
)。
(リモート デバッグ設定を使用して) Eclipse からデバッグしようとすると、次のエラーが発生します。
リモート VM への接続に失敗しました。接続拒否
なんで?
java - Jersey RESTful Web Service Connection Refused
I am trying to run a Jersey server on my local OS X machine.
So far, I have executed these three commands as per the Jersey website instruction:
It appears to be working fine, in that the last command prints this:
However, when trying to call http://localhost:8080
in the browser, I get an address unreachable error. I have also tested it with telnet:
Which returns a connection refused error. Clearly, the Jersey servlet "thinks" it's listening locally on port 8080, but it's definitely not. I have tried reaching it using 127.0.0.1
instead of localhost, and I have tried running Jersey on a different port. Nothing seems to be able to fix it.
I'm running Jersey 2.1.4 with Maven 3.2.3 on OS X 10.10 and using Java 1.8.0.
EDIT: There is no firewall blocking incoming connections. I have turned it off to eliminate that possibility.
java - 理由もなくHadoop接続拒否例外
このコマンドと他のコマンドを実行できました。
hadoop fs -ls hdfs://101-master:50000
OpenStack Horizon Web インターフェイスからクラウド インスタンスを再起動したところ、理由もなくこの例外が発生し始めました。構成に変更を加えていません。
101-master/192.168.0.18 から 101-master:50000 への呼び出しが接続例外で失敗しました: java.net.ConnectException: 接続が拒否されました。詳細については、 http ://wiki.apache.org/hadoop/ConnectionRefused を参照してください。
この例外の理由は何ですか。
hadoop - VMWare で Hadoop 接続が拒否される
VMWare に Sandbox Hadoop をインストールしようとしていますが、以下のようなエラーが発生します。
セーフモード:接続例外でsandbox.hortonworks.com/10.0.0.17からsandbox.hortonworks.com/8020への呼び出しが失敗しました:java.net.ConnectException:接続が拒否されました
Oracle仮想ボックスにHadopp for VirtualBoxをインストールしようとすると、同じエラーが発生します。
VMWareまたはVirtualBoxでネットワーク設定をNATからブリッジに変更する回避策が1つ見つかりましたが、それも機能しません。
eclipse-adt - Eclipse プロジェクトにブレークポイントがあり、アプリをデバッグしたいのですが、「VM によって接続が拒否されました」というエラーが発生します。
Eclipse プロジェクトにブレークポイントがあり、アプリをデバッグしたいのですが、「VM によって接続が拒否されました」というエラーが発生します。
Windows 8.1(64ビット)Eclipseケプラー(32ビット)jdk 1.7(32ビット)を使用しています