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 251518 - java.io.IOException: Invalid response
Summary: java.io.IOException: Invalid response
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
: 251546 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-30 20:16 UTC by Charlie3D
Modified: 2015-04-01 09:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216465


Attachments
stacktrace (4.14 KB, text/plain)
2015-03-30 20:16 UTC, Charlie3D
Details
WildFly configuration (25.89 KB, application/xml)
2015-03-31 18:00 UTC, Charlie3D
Details
WildFly client configuration (1.52 KB, application/xml)
2015-03-31 18:09 UTC, Charlie3D
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie3D 2015-03-30 20:16:14 UTC
This issue was reported manually by Charlie3D.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
Charlie3D: Run my first JSP has failed...




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 Charlie3D 2015-03-30 20:16:15 UTC
Created attachment 152935 [details]
stacktrace
Comment 2 ehsavoie 2015-03-31 04:56:48 UTC
What is your WildFly configuration as it looks like the plugin can't connect to WildFly ?
Comment 3 Charlie3D 2015-03-31 18:00:52 UTC
Created attachment 152952 [details]
WildFly configuration
Comment 4 Charlie3D 2015-03-31 18:09:35 UTC
Created attachment 152953 [details]
WildFly client configuration
Comment 5 ehsavoie 2015-04-01 09:36:56 UTC
You have changed the management port of your WildFly instance.
This is not supported in Netbeans 8.0.2. You should try current nightly dev as you can specify the management port (9991 in your case).
Comment 6 ehsavoie 2015-04-01 09:38:22 UTC
*** Bug 251546 has been marked as a duplicate of this bug. ***