LoginSignup
1
1

More than 5 years have passed since last update.

Aptanaで掴んでいる9000番ポートの解放

Posted at

YEOMANを利用する際の開発ツールとして

今まではSublimeTextを利用していたのだが、コードの折りたたみ方法がしっくり来ていなかったので、これまでなじみのあるAptana Studioに戻ってきてみた。

Aptana Studio上で"Grunt Serve"とすると

エラーメッセージとして、既に何かのプロセスが9000番ポートが使っている旨のエラーメッセージに遭遇。

Fatal error: Port 9000 is already in use by another process.

色々調べてみると

どうもAptana StudioではPHPのデバックで使用するXDebug用に既に9000番ポートを確保していた様だった。

ひとまず、PHPは使用しないので、以下の手順で9000番ポートを別のポート番号に割り当てる事とした。

  1. Aptana Studio 3 -> 環境設定 -> Aptana Studio -> Editors -> PHP -> Debug を選択
  2. Install Debuggers の XDebugのPort値を 9000 -> 9001 へと変更

これでようやく

お目当てだった開発を進める準備が整いました ^^;

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1