0

とジェンキンスの統合にこのエラーを取得しています:あなたはセレンサーバーと同じポート上で実行中の別のプロセスを持って私はこれは私が私のジェンキンス構築コンソールに取得しています例外では分度器使っgulpfile.js

[17:30:35] java.lang.RuntimeException: java.net.BindException: Address already in use: bind 
[17:30:35] 

[17:30:35] at org.openqa.selenium.remote.server.SeleniumServer.boot(SeleniumServer.java:191) 
    at org.openqa.grid.selenium.GridLauncherV3$1.launch(GridLauncherV3.java:238) 
    at org.openqa.grid.selenium.GridLauncherV3.main(GridLauncherV3.java:99) 

[17:30:35] Caused by: java.net.BindException: Address already in use: bind 
[17:30:35] 
    at java.base/sun.nio.ch.Net.bind0(Native Method) 
    at java.base/sun.nio.ch.Net.bind(Unknown Source) 
    at java.base/sun.nio.ch.Net.bind(Unknown Source) 
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) 

答えて

0

thereを参照してください。

+0

私はポートも同様にチェックしました。ポートはフリーですが、このエラーがまだ出ます。 –

関連する問題