Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #1872 > unrolled thread

java is not working

Started byreveger@hotmail.com
First post2012-06-15 03:35 -0700
Last post2012-06-17 20:33 -0700
Articles 3 — 3 participants

Back to article view | Back to comp.lang.java.help


Contents

  java is not working reveger@hotmail.com - 2012-06-15 03:35 -0700
    Re: java is not working Knute Johnson <nospam@knutejohnson.com> - 2012-06-15 08:35 -0700
    Re: java is not working Roedy Green <see_website@mindprod.com.invalid> - 2012-06-17 20:33 -0700

#1872 — java is not working

Fromreveger@hotmail.com
Date2012-06-15 03:35 -0700
Subjectjava is not working
Message-ID<60f55635-1887-4a62-ad39-8e6bf61e29ec@googlegroups.com>
hi,
how do i fix this, it happens when i try to download stuff off the net.


Java Plug-in 10.5.1.255
Using JRE version 1.7.0_05-b05 Java HotSpot(TM) Client VM
User home directory = C:\Users\Luke
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
param u: http://www.youtube.com/watch?v=TsQiv7ytO6g&feature=g-all-u

param ua: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0

Trying Alternate Method...
java.net.SocketException: Address family not supported by protocol family: connect
	at java.net.DualStackPlainSocketImpl.connect0(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
	at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at sun.net.NetworkClient.doConnect(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.<init>(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at KeepVidDownloader.getUrlContent(KeepVidDownloader.java:591)
	at KeepVidDownloader.init(KeepVidDownloader.java:278)
	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Getting Title...
java.lang.NullPointerException
	at java.net.URLDecoder.decode(Unknown Source)
	at KeepVidDownloader.init(KeepVidDownloader.java:281)
	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

[toc] | [next] | [standalone]


#1873

FromKnute Johnson <nospam@knutejohnson.com>
Date2012-06-15 08:35 -0700
Message-ID<jrfkn8$a6r$1@dont-email.me>
In reply to#1872
On 6/15/2012 3:35 AM, reveger@hotmail.com wrote:
> hi,
> how do i fix this, it happens when i try to download stuff off the net.
>
>
> Java Plug-in 10.5.1.255
> Using JRE version 1.7.0_05-b05 Java HotSpot(TM) Client VM
> User home directory = C:\Users\Luke
> ----------------------------------------------------
> c:   clear console window
> f:   finalize objects on finalization queue
> g:   garbage collect
> h:   display this help message
> l:   dump classloader list
> m:   print memory usage
> o:   trigger logging
> q:   hide console
> r:   reload policy configuration
> s:   dump system and deployment properties
> t:   dump thread list
> v:   dump thread stack
> x:   clear classloader cache
> 0-5: set trace level to <n>
> ----------------------------------------------------
> param u: http://www.youtube.com/watch?v=TsQiv7ytO6g&feature=g-all-u
>
> param ua: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
>
> Trying Alternate Method...
> java.net.SocketException: Address family not supported by protocol family: connect
> 	at java.net.DualStackPlainSocketImpl.connect0(Native Method)
> 	at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
> 	at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
> 	at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
> 	at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
> 	at java.net.PlainSocketImpl.connect(Unknown Source)
> 	at java.net.SocksSocketImpl.connect(Unknown Source)
> 	at java.net.Socket.connect(Unknown Source)
> 	at sun.net.NetworkClient.doConnect(Unknown Source)
> 	at sun.net.www.http.HttpClient.openServer(Unknown Source)
> 	at sun.net.www.http.HttpClient.openServer(Unknown Source)
> 	at sun.net.www.http.HttpClient.<init>(Unknown Source)
> 	at sun.net.www.http.HttpClient.New(Unknown Source)
> 	at sun.net.www.http.HttpClient.New(Unknown Source)
> 	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
> 	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
> 	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
> 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
> 	at KeepVidDownloader.getUrlContent(KeepVidDownloader.java:591)
> 	at KeepVidDownloader.init(KeepVidDownloader.java:278)
> 	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
> 	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
> 	at java.lang.Thread.run(Unknown Source)
> Getting Title...
> java.lang.NullPointerException
> 	at java.net.URLDecoder.decode(Unknown Source)
> 	at KeepVidDownloader.init(KeepVidDownloader.java:281)
> 	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
> 	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
> 	at java.lang.Thread.run(Unknown Source)
>

I hate it when that happens.  What exactly are you trying to download 
off the net?

-- 

Knute Johnson

[toc] | [prev] | [next] | [standalone]


#1884

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-06-17 20:33 -0700
Message-ID<c98tt7tauqjed998isana3i90d63sl1gvf@4ax.com>
In reply to#1872
On Fri, 15 Jun 2012 03:35:37 -0700 (PDT), reveger@hotmail.com wrote,
quoted or indirectly quoted someone who said :

>hi,
>how do i fix this, it happens when i try to download stuff off the net.

There is no need to use Java to download something off the net.  I
presume you are using some utility written in Java  Just use the
browser directly.  You might be using a browser written in Java. Ask
the authors, or try another browser.

see http://mindprod.com/jgloss/browser.html
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
If you look in a computer programmer's freezer you will find all 
kinds of containers, but none of them labeled.  They do the same thing 
creating files without labeling the encoding.  You are just supposed to 
know.  Ditto with the MIME type, the separator and comment delimiters and 
column names in CSV files.  Ditto with the endian convention.  Imagine how 
much more civilised life would have been if Martha Stewart were the first 
programmer. 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.help


csiph-web