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 225306 - java.io.IOException: Server returned HTTP response code: 418 for URL: http://realtime.services.disqus.com/api/2/thread/1040212931?198_undefined
Summary: java.io.IOException: Server returned HTTP response code: 418 for URL: http://...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL: https://javafx-jira.kenai.com/browse/...
Keywords:
: 232218 232304 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-24 20:53 UTC by cwt137
Modified: 2013-07-31 14:13 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196976


Attachments
stacktrace (2.09 KB, text/plain)
2013-01-24 20:53 UTC, cwt137
Details
stacktrace (2.09 KB, text/plain)
2013-01-24 21:01 UTC, cwt137
Details
stacktrace (2.07 KB, text/plain)
2013-07-02 06:39 UTC, Vladimir Riha
Details
stacktrace (2.07 KB, text/plain)
2013-07-04 06:51 UTC, manikantannaren
Details
stacktrace (2.07 KB, text/plain)
2013-07-04 06:54 UTC, manikantannaren
Details
stacktrace (2.07 KB, text/plain)
2013-07-09 08:41 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cwt137 2013-01-24 20:53:20 UTC
Build: NetBeans IDE Dev (Build 2013-01-14_09-05-15 )
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
posty: I show http://framework.zend.com/manual/1.12/en/introduction.installation.html in embbeded browser.




Stacktrace: 
java.io.IOException: Server returned HTTP response code: 418 for URL: http://realtime.services.disqus.com/api/2/thread/1040212931?198_undefined
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
   at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
   at com.sun.webpane.webkit.network.URLLoader.receiveResponse(URLLoader.java:383)
   at com.sun.webpane.webkit.network.URLLoader.doRun(URLLoader.java:142)
   at com.sun.webpane.webkit.network.URLLoader.access$000(URLLoader.java:44)
   at com.sun.webpane.webkit.network.URLLoader$1.run(URLLoader.java:106)
Comment 1 cwt137 2013-01-24 20:53:22 UTC
Created attachment 130606 [details]
stacktrace
Comment 2 cwt137 2013-01-24 21:01:42 UTC
Created attachment 130607 [details]
stacktrace
Comment 3 Vladimir Riha 2013-01-29 08:27:49 UTC
Reproducible in 7.3 RC1
Comment 4 Stanislav Aubrecht 2013-06-03 08:00:19 UTC
The same exception is thrown when opening that URL in plain WebView browser from JavaFX demo applications.
Comment 5 Vladimir Riha 2013-07-02 06:39:07 UTC
Created attachment 136571 [details]
stacktrace

I think this happened while building AngularJS documentation
Comment 6 Exceptions Reporter 2013-07-02 06:39:11 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=196976
Comment 7 Vladimir Riha 2013-07-04 06:12:11 UTC
*** Bug 232218 has been marked as a duplicate of this bug. ***
Comment 8 manikantannaren 2013-07-04 06:51:09 UTC
Created attachment 136693 [details]
stacktrace

OPened a HTML 5 Project
Switched to mail client
Came back to NB
Saw the error

Also I am not sure what this URL is (http://realtime.services.disqus.com/api/2/thread/722504199?bust=36) 
Who is calling this service
Comment 9 manikantannaren 2013-07-04 06:54:09 UTC
Created attachment 136694 [details]
stacktrace

Opened a HTML5 project
Editing a HTLML file
saw this exception
Comment 10 Vladimir Riha 2013-07-06 09:16:38 UTC
*** Bug 232304 has been marked as a duplicate of this bug. ***
Comment 11 Exceptions Reporter 2013-07-07 03:59:38 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=196976
Comment 12 Vladimir Riha 2013-07-09 08:41:38 UTC
Created attachment 136855 [details]
stacktrace

just updated? stacktrace for issue 229689
Comment 13 ecerichter 2013-07-09 11:38:56 UTC
Is NetBeans using any online reference that we should know about?
Can I run NetBeans disconnected from Internet?
What about all those JavaDocs we use?
Comment 14 ecerichter 2013-07-09 11:54:31 UTC
(In reply to comment #13)
> Is NetBeans using any online reference that we should know about?
> Can I run NetBeans disconnected from Internet?
> What about all those JavaDocs we use?

I've just filed a issue asking to create a "paranoid mode" in NEtBeans to track all network traffic from/to Internet. See (vote) issue 232440.
Comment 15 Stanislav Aubrecht 2013-07-31 13:30:43 UTC
Reported as JavaFX bug: https://javafx-jira.kenai.com/browse/RT-32006
Comment 16 ecerichter 2013-07-31 13:47:32 UTC
Interesting: I don't use JavaFX at all. I only develop WebApps and J2SE standard console apps.
Comment 17 Vladimir Riha 2013-07-31 14:06:10 UTC
ecerichter: As pointed out in issue 232304, it could be caused by 229689 and downloading documentation for AngularJS
Comment 18 ecerichter 2013-07-31 14:13:23 UTC
(In reply to comment #17)
> ecerichter: As pointed out in issue 232304, it could be caused by 229689 and
> downloading documentation for AngularJS

Which I don't use also. Actually, I don't know the use for "AngularJS" - never used or heard about it.

Why is NetBeans trying to download things I don't use?

How can I signalize NetBeans to never contact any outside server without my consent?