This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255088 - java.net.BindException: Selenium is already running on port 4444. Or some other service is.
Summary: java.net.BindException: Selenium is already running on port 4444. Or some oth...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Selenium (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-08 11:01 UTC by Jiri Kovalsky
Modified: 2015-12-03 16:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219783


Attachments
stacktrace (1.05 KB, text/plain)
2015-09-08 11:01 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2015-09-08 11:01:13 UTC
Build: NetBeans IDE Dev (Build 201509080002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
jkovalsky: I opened my PhpProject6 project and invoked "Run Selenium Tests" from its popup menu. I browsed to selenium-server-standalone-2.47.1.jar and pushed "OK" button. IDE complained that PHP interpreter must be selected and exception was thrown.




Stacktrace: 
java.net.BindException: Selenium is already running on port 4444. Or some other service is.
   at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:492)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
   at org.netbeans.modules.selenium2.server.Selenium2ServerSupport.callSeleniumServerMethod(Selenium2ServerSupport.java:238)
Comment 1 Jiri Kovalsky 2015-09-08 11:01:16 UTC
Created attachment 155958 [details]
stacktrace