cancel
Showing results for 
Search instead for 
Did you mean: 

www.java.com

jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

www.java.com

Can someone check that if they are finding www.java.com is unbelievably slow over IPv6 please.
Edit: Or possibly not working at all. nslookup gives both IPv4 and IPv6 addresses, but until I forced IPv4 only for that site on my wife's PC it just wasn't responding.
jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
67 REPLIES 67
Midnight_Caller
Rising Star
Posts: 4,167
Thanks: 15
Fixes: 1
Registered: ‎15-04-2007

Re: www.java.com

Works ok on IPv4, I don't have IPv6 to test it with.
SimonHobson
Rising Star
Posts: 190
Thanks: 41
Registered: ‎30-07-2007

Re: www.java.com

Working for me, and I tried it with wget (so I could force -4 and -6) and got much the same performance on both IPv4 and IPv6
brueton
Grafter
Posts: 313
Thanks: 7
Registered: ‎03-07-2009

Re: www.java.com

wget -4 www.java.com is OK.
wget -6 www.java.com: Connection timed out.
avatastic
Grafter
Posts: 1,136
Thanks: 2
Registered: ‎30-07-2007

Re: www.java.com

adw@thunderbolt:~$ wget -6 http://www.java.com/ -O /dev/null
--2014-04-20 14:24:35--  http://www.java.com/
Resolving www.java.com (www.java.com)... 2a02:26f0:5a:281::1ba3, 2a02:26f0:5a:282::1ba3
Connecting to www.java.com (www.java.com)|2a02:26f0:5a:281::1ba3|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://www.java.com/en/ [following]
--2014-04-20 14:24:35--  http://www.java.com/en/
Reusing existing connection to [www.java.com]:80.
HTTP request sent, awaiting response... 200 OK
Length: 7036 (6.9K) [text/html]
Saving to: ‘/dev/null’
100%[======================================>] 7,036      --.-K/s  in 0.003s 
2014-04-20 14:24:36 (2.42 MB/s) - ‘/dev/null’ saved [7036/7036]
Working fine here, on a tunnel.
F9 member since 4 Sep 1999
F9 ADSL customer since 27 Aug 2004
DLM manages your line the same way DRM manages your rights.
Look at all the pretty graphs! (now with uptime logging!)
Anonymous
Not applicable

Re: www.java.com

I just tried both IPv4 and IPv6 in different browser tabs, and they both appear to be well !  Kiss
jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: www.java.com

Caching seems to come in to play. Just tried it on my own PC and it responded immediately but CTRL+F5 and it was very slow again.
jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
AndyH
Grafter
Posts: 6,824
Thanks: 1
Registered: ‎27-10-2012

Re: www.java.com

I'm not sure if it's related, but I've had quite a few IPv6 pages hanging today. Facebook took 30 secs to load just now (waiting for fbstatic-a.akamaihd.net).
AndyH
Grafter
Posts: 6,824
Thanks: 1
Registered: ‎27-10-2012

Re: www.java.com

@ jelv - I think it's an issue their end as the site is not dual stacked anymore. I tried manually putting in the address [2a02:26f0:5a:281::1ba3] and it's not working today.
MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: www.java.com

It sounds like you might have a local issue. Having to wait 30s or so for a page to begin to load is a common symptom seen when IPv6 transport availability is assumed but it's not working correctly. Does my 'What is my IPv6 address?' page work for you? If not, do you get an IPv4 address when visiting the dual-stacked version?
Edit: I've just noticed that my PN /56 prefix changed recently. If yours has too have you updated any static IPv6 address assignments or other hardwired configuration you had in place?
jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: www.java.com

I'm having no trouble with other IPv6 sites. The link you gave gives my IPv6 address, I have the Firefox 4or6 extension and see other sites come up in IPv6.
jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: www.java.com

Quote from: MJN
Edit: I've just noticed that my PN /56 prefix changed recently. If yours has too have you updated any static IPv6 address assignments or other hardwired configuration you had in place?

I'd spot that because my ping graph would break!

In any case I have no assignments or hardwired configuration.
jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
AndyH
Grafter
Posts: 6,824
Thanks: 1
Registered: ‎27-10-2012

Re: www.java.com

The site just times out now if you try and access it over IPv6:
Quote
andrew@ubuntu:~$ wget -6 www.java.com
--2014-04-22 09:48:33--  http://www.java.com/
Resolving www.java.com (www.java.com)... 2a02:26f0:5a:282::1ba3, 2a02:26f0:5a:281::1ba3
Connecting to www.java.com (www.java.com)|2a02:26f0:5a:282::1ba3|:80...
MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: www.java.com

It works okay for me, for what it's worth:
wget -6 http://www.java.com/ -O /dev/null
--2014-04-22 09:27:03--  http://www.java.com/
Resolving www.java.com (www.java.com)... 2a02:26f0:5a:281::1ba3, 2a02:26f0:5a:282::1ba3
Connecting to www.java.com (www.java.com)|2a02:26f0:5a:281::1ba3|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://www.java.com/en/ [following]
--2014-04-22 09:27:06--  http://www.java.com/en/
Reusing existing connection to www.java.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 7036 (6.9K) [text/html]
Saving to: `/dev/null'
100%[======================================>] 7,036      --.-K/s  in 0s     
2014-04-22 09:27:06 (141 MB/s) - `/dev/null' saved [7036/7036]

Anonymous
Not applicable

Re: www.java.com

I'm having no trouble accessing http://www.java.com using IPv6 (Hurricane Electric tunnel).
Although interestingly if I use http://java.com my browser defaults to IPv4, but http://www.java.com uses IPv6.
My Firefox "4or6" add-on shows the following addresses for http://www.java.com  (see attached screenshot below).