1. ホーム
  2. windows

[解決済み] どのアプリケーションがポートを使用しているかを調べるにはどうすればよいですか?[クローズド]

2023-06-26 18:04:18

質問

このエラーメッセージが表示され続けて、GlassFishを起動することができません。

SEVERE: Shutting down v3 due to startup exception : No free port within range: 8080=com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectorHandler@ed7d1

Windows Vista で、どのアプリケーションがどのポートを使用しているかを調べるにはどうしたらよいでしょうか。 私は、以下のターゲットを使用して nmap zenmap を試してみました。

http://127.0.0.1:8080

でも、こんなのしか出てきません。

Starting Nmap 5.51 ( http://nmap.org ) at 2011-08-05 12:05 Central Daylight Time

NSE: Loaded 57 scripts for scanning.

Read data files from: C:\Program Files\Nmap
Nmap done: 0 IP addresses (0 hosts up) scanned in 4.55 seconds
           Raw packets sent: 0 (0B) | Rcvd: 0 (0B)
WARNING: No targets were specified, so 0 hosts scanned.

どのように解決するのですか?

netstatはどうですか?

http://support.microsoft.com/kb/907980

コマンドは netstat -anob .

(必ず管理者としてコマンドを実行してください)

私は取得します。

C:\Windows\system32>netstat -anob

アクティブな接続

     Proto  Local Address          Foreign Address        State           PID
  TCP           0.0.0.0:80                0.0.0.0:0                LISTENING         4
 Can not obtain ownership information

  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING       692
  RpcSs
 [svchost.exe]

  TCP    0.0.0.0:443            0.0.0.0:0              LISTENING       7540
 [Skype.exe]

  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING       4
 Can not obtain ownership information
  TCP    0.0.0.0:623            0.0.0.0:0              LISTENING       564
 [LMS.exe]

  TCP    0.0.0.0:912            0.0.0.0:0              LISTENING       4480
 [vmware-authd.exe]

また、特定のポートをチェックしたい場合は、以下のコマンドを使用します。 netstat -aon | findstr 8080 同じパスから