Re: downloaded .jnlp won't open

2010-04-29 Thread Ron Johnson
On 04/27/2010 11:11 AM, Camaleón wrote: [snip] How about these sample files? Can you run them? http://pscode.org/jws/api.html I'm afraid the problem resides not in your Icewasel or Java setup but in JNLP file itself. Try running others. When I click on any of the Launch ... Demo buttons,

Re: downloaded .jnlp won't open

2010-04-29 Thread Camaleón
On Thu, 29 Apr 2010 06:35:41 -0500, Ron Johnson wrote: On 04/27/2010 11:11 AM, Camaleón wrote: [snip] How about these sample files? Can you run them? http://pscode.org/jws/api.html I'm afraid the problem resides not in your Icewasel or Java setup but in JNLP file itself. Try running

Re: downloaded .jnlp won't open

2010-04-29 Thread Ron Johnson
On 04/29/2010 06:42 AM, Camaleón wrote: On Thu, 29 Apr 2010 06:35:41 -0500, Ron Johnson wrote: On 04/27/2010 11:11 AM, Camaleón wrote: [snip] How about these sample files? Can you run them? http://pscode.org/jws/api.html I'm afraid the problem resides not in your Icewasel or Java setup but

Re: downloaded .jnlp won't open

2010-04-29 Thread godo
Zeroing out /proc/sys/net/ipv6/bindv6only helped, but then I bogged down at the login window. Hi Ron, what exactly happened? I just try the same from my Sid box and http://www.pscode.org/jws/clipserv.jnlp opened Java window Clipboard Service. Here is a pic http://dobosevic.com/nix/clip.png

Re: downloaded .jnlp won't open

2010-04-28 Thread Chris Bannister
On Tue, Apr 27, 2010 at 12:01:45PM -0500, Boyd Stephen Smith Jr. wrote: On Tuesday 27 April 2010 11:51:35 John O Laoi wrote: cat /proc/sys/net/ipv6/bindv6only if output is 1 then: echo 0 /proc/sys/net/ipv6/bindv6only That fixed it. Anybody know what was the problem? Default

downloaded .jnlp won't open

2010-04-28 Thread John O Laoi
Is it possible to make this change permanent, or do I need to echo 0 /proc/sys/net/ipv6/bindv6only every time I restart? John -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: downloaded .jnlp won't open

2010-04-28 Thread Javier Barroso
On Wed, Apr 28, 2010 at 12:44 PM, John O Laoi brianol...@gmail.com wrote: Is it possible to make this change permanent, or do I need to        echo 0 /proc/sys/net/ipv6/bindv6only every time I restart? Configure it in /etc/sysctl.conf or in sid in /etc/sysctl.d/bindv6only.conf You have to

downloaded .jnlp won't open

2010-04-27 Thread John O Laoi
I am using squeeze. To join a webcast, I download a .jnlp file. ( I am using Iceweasel) When it is finished downloading, a pop-up box offers me to open it with Sun Java 6 Web Start (default). I accept, and then I get a number of errors, with the heading Application error - unable to

Re: downloaded .jnlp won't open

2010-04-27 Thread Camaleón
On Tue, 27 Apr 2010 15:39:20 +0100, John O Laoi wrote: (...) Questions: How do install the java from www.java.com using aptitude? You can't. But as per you above comment, it seems you are already using Sun's Java JRE. Run update-alternatives --display java How do I ensure that this is

downloaded .jnlp won't open

2010-04-27 Thread John O Laoi
Camaleón, Run update-alternatives --display java # update-alternatives --display java java - auto mode link currently points to /usr/lib/jvm/java-6-openjdk/jre/bin/java /usr/bin/gij-4.3 - priority 43 /usr/bin/gij-4.4 - priority 1044 /usr/lib/jvm/java-6-openjdk/jre/bin/java - priority 1061

Re: downloaded .jnlp won't open

2010-04-27 Thread Camaleón
On Tue, 27 Apr 2010 16:22:37 +0100, John O Laoi wrote: Camaleón, Run update-alternatives --display java # update-alternatives --display java java - auto mode link currently points to /usr/lib/jvm/java-6-openjdk/jre/bin/java That is not the Sun's Java but let's keep that way.

Re: downloaded .jnlp won't open

2010-04-27 Thread godo
On 04/27/2010 04:39 PM, John O Laoi wrote: I am using squeeze. To join a webcast, I download a .jnlp file. ( I am using Iceweasel) When it is finished downloading, a pop-up box offers me to open it with Sun Java 6 Web Start (default). I accept, and then I get a number of errors, with the

downloaded .jnlp won't open

2010-04-27 Thread John O Laoi
How about these sample files? Can you run them? http://pscode.org/jws/api.html These would not run either. they gave the same type of error. The following are the details. com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.pscode.org/jws/basicserv.jnlp at

downloaded .jnlp won't open

2010-04-27 Thread John O Laoi
Does some of this errors sad something like there is no network? Yes, they always say Unable to load resource: -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: downloaded .jnlp won't open

2010-04-27 Thread godo
On 04/27/2010 06:36 PM, John O Laoi wrote: Does some of this errors sad something like there is no network? Yes, they always say Unable to load resource: cat /proc/sys/net/ipv6/bindv6only if output is 1 then: echo 0 /proc/sys/net/ipv6/bindv6only -- Bye, Goran Dobosevic Hrvatski:

downloaded .jnlp won't open

2010-04-27 Thread John O Laoi
cat /proc/sys/net/ipv6/bindv6only if output is 1 then: echo 0 /proc/sys/net/ipv6/bindv6only -- Thanks Goran. That fixed it. Anybody know what was the problem? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: downloaded .jnlp won't open

2010-04-27 Thread Boyd Stephen Smith Jr.
On Tuesday 27 April 2010 11:51:35 John O Laoi wrote: cat /proc/sys/net/ipv6/bindv6only if output is 1 then: echo 0 /proc/sys/net/ipv6/bindv6only That fixed it. Anybody know what was the problem? Default kernel settings where changed. Java applications and some other applications

Re: downloaded .jnlp won't open

2010-04-27 Thread godo
On 04/27/2010 06:51 PM, John O Laoi wrote: cat /proc/sys/net/ipv6/bindv6only if output is 1 then: echo 0 /proc/sys/net/ipv6/bindv6only -- Thanks Goran. That fixed it. Anybody know what was the problem? Sorry for off list mail, wrong button. I'm glad that you solved the problem. -- Bye,

Re: downloaded .jnlp won't open

2010-04-27 Thread Hugo Vanwoerkom
Camaleón wrote: On Tue, 27 Apr 2010 16:22:37 +0100, John O Laoi wrote: Camaleón, Run update-alternatives --display java # update-alternatives --display java java - auto mode link currently points to /usr/lib/jvm/java-6-openjdk/jre/bin/java That is not the Sun's Java but let's keep

Re: downloaded .jnlp won't open

2010-04-27 Thread Hugo Vanwoerkom
godo wrote: On 04/27/2010 06:36 PM, John O Laoi wrote: Does some of this errors sad something like there is no network? Yes, they always say Unable to load resource: cat /proc/sys/net/ipv6/bindv6only if output is 1 then: echo 0 /proc/sys/net/ipv6/bindv6only That's not bad either ;-)