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 249857 - java.net.ConnectException: Connection refused
Summary: java.net.ConnectException: Connection refused
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-01-16 11:36 UTC by Jiri Kovalsky
Modified: 2015-03-13 16:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214819


Attachments
stacktrace (3.85 KB, text/plain)
2015-01-16 11:37 UTC, Jiri Kovalsky
Details
stacktrace (3.85 KB, text/plain)
2015-03-13 16:05 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-01-16 11:36:58 UTC
Build: NetBeans IDE Dev (Build 201501160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
jkovalsky: In PhpProject3 with two Selenium tests one was passing and one failing. In fixed the failing test and then in "Output - PHPUnit (test all)" tab I pushed "Rerun" button, but it failed with some "call to undefined function close()" error so I right clicked project node and invoked "Run Selenium Tests" from its popup menu. The IDE grayed out for a short while, this exception was thrown and then progress bar showed up and tests started to be performed. The process ended without problems with 100% pass rate.




Stacktrace: 
java.net.ConnectException: Connection refused
   at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:0)
   at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
   at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   at java.net.Socket.connect(Socket.java:589)
Comment 1 Jiri Kovalsky 2015-01-16 11:37:00 UTC
Created attachment 151546 [details]
stacktrace
Comment 2 Jiri Kovalsky 2015-01-16 11:51:12 UTC
Fanis, can you please evaluate this? Thanks!
Comment 3 Jiri Kovalsky 2015-03-13 16:05:40 UTC
Created attachment 152605 [details]
stacktrace

I just invoked "Run Selenium Tests" on root node of my PhpProject6. The tests were actually executed without problem so this exception was confusing.