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 253302 - java.io.IOException: Invalid response
Summary: java.io.IOException: Invalid response
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-03 19:52 UTC by jan.kurnatowski
Modified: 2015-07-06 13:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218330


Attachments
stacktrace (5.01 KB, text/plain)
2015-07-03 19:52 UTC, jan.kurnatowski
Details
WildFly log (12.44 KB, text/plain)
2015-07-03 19:59 UTC, jan.kurnatowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jan.kurnatowski 2015-07-03 19:52:43 UTC
This issue was reported manually by jan.kurnatowski.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201507030001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
jan.kurnatowski: Trying to reproduce exceptions #784278 and #784284. It seems that problem is not related to Microsoft Windows Firewall, but with exception from WildFly.




Stacktrace: 
java.io.IOException: Invalid response
   at org.xnio.http.HttpUpgradeParser.parseVersion(HttpUpgradeParser.java:157)
   at org.xnio.http.HttpUpgradeParser.parse(HttpUpgradeParser.java:55)
   at org.xnio.http.HttpUpgrade$HttpUpgradeState$UpgradeResultListener.handleEvent(HttpUpgrade.java:419)
   at org.xnio.http.HttpUpgrade$HttpUpgradeState$UpgradeResultListener.handleEvent(HttpUpgrade.java:400)
   at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
   at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66)
Comment 1 jan.kurnatowski 2015-07-03 19:52:45 UTC
Created attachment 154481 [details]
stacktrace
Comment 2 jan.kurnatowski 2015-07-03 19:59:46 UTC
Created attachment 154482 [details]
WildFly log
Comment 3 ehsavoie 2015-07-03 23:08:23 UTC
Caused by: java.net.BindException: Address already in use: bind
It looks like the port 9990 is already bound.
Could you check your computer ?
Comment 4 jan.kurnatowski 2015-07-05 07:11:43 UTC
(In reply to ehsavoie from comment #3)
> Caused by: java.net.BindException: Address already in use: bind
> It looks like the port 9990 is already bound.
> Could you check your computer ?

After some investigation: WildFly needed 9990 port for Web Administration Console, but it was already used by NVIDIA Network Service. I stopped NVIDIA Network Service and tried to reproduce this issue, but WildFly started properly, causing no exception in Netbeans. Thank you.