List Info

Thread: Re: Java JDK 1.6p4 and Azureus




Re: Java JDK 1.6p4 and Azureus
country flaguser name
United States
2008-02-23 18:27:29
--- Daniel Engberg <diizzyygmail.com> wrote:

> Hi,
> 
> I browsed earlier archives and found someone who had
similar issues.
> What happens is that Azureus starts fine, adds torrents
without any 
> errors, connects to a few peers/seeders and then idles.
It doesnt
> fetch 
> any pieces or gives any errors.
> I've tried the diablo packages/ports (1.5 and 1.6)
without any
> success, 
> and the older patchset 3 with the same result. Does
anyone know a 
> workaround? In case anyone is wondering I'm running the
CLI/WebUI 
> interface(s).
> 
> Systeminfo:
> 
> FreeBSD 7.0-RC1 (AMD64)
> Java(TM) SE Runtime Environment (build 
> 1.6.0_03-p4-root_23_feb_2008_13_12-b00)
> Java HotSpot(TM) 64-Bit Server VM (build 
> 1.6.0_03-p4-root_23_feb_2008_13_12-b00, mixed mode)
> 
> Thanks in advance
> 
> //Daniel
> _______________________________________________
> freebsd-javafreebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java

> To unsubscribe, send any mail to
> "freebsd-java-unsubscribefreebsd.org"
> 

Hi,

Just an FYI if you didn't know already, FreeBSD 7.0-RC1 is
from
RELENG_7_0 src branch.  You might want to update it to RC2
(also from
same source branch).  Don't know if it will fix your problem
since I
don't use Azureus.

Regards,
Tommy
_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java

To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"

Re: Java JDK 1.6p4 and Azureus
user name
2008-02-23 20:22:30
Joe Kelsey wrote:
> --- Daniel Engberg <diizzyygmail.com> wrote:
>>  
>>> Hi,
>>>
>>> I browsed earlier archives and found someone
who had similar issues.
>>> What happens is that Azureus starts fine, adds
torrents without any 
>>> errors, connects to a few peers/seeders and
then idles. It doesnt
>>> fetch any pieces or gives any errors.
>>> I've tried the diablo packages/ports (1.5 and
1.6) without any
>>> success, and the older patchset 3 with the same
result. Does anyone 
>>> know a workaround? In case anyone is wondering
I'm running the 
>>> CLI/WebUI interface(s).
>>>     
> Azureus experiences the typical Java problem.  I could
not get 
> anything to happen for quite some time until I realized
that the Java 
> runtime was spending all of its time waiting for
something to happen 
> in the IPv6 connections it was trying to open.  I had
to completely 
> remove IPv6 from the kernel.  Once I did that, Azureus
magically 
> started working.
>
> There is something major broken in the Java runtime
hwich causes 
> everything to stop whenever you try to open an IPv6
connection.  
> Remove IPV6 from the kernel, and everything works. 
When and if you 
> ever get real IPv6 connections in your machine, things
might actualy 
> work.  For now, just remove it and move on.
Two different people have responded personally to me alone
about 
different ways to get Java to try v4 connections instead of
v6 
connections.  This is completely irrelevant.  There is still
something 
broken in the Java runtime which spends all of its time in
v6 connection 
hell unless you disable v6 in the kernel.  Someone needs to
figure out 
why the Java runtime on FreeBSD does this.  I suspect some
thing in the 
runtime or in the kernel v6 stuff that is broken, but I do
not know 
where to look.

/Joe
_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java

To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"

Re: Java JDK 1.6p4 and Azureus
user name
2008-02-23 19:04:20
--- Daniel Engberg <diizzyygmail.com> wrote:
>   
>> Hi,
>>
>> I browsed earlier archives and found someone who
had similar issues.
>> What happens is that Azureus starts fine, adds
torrents without any 
>> errors, connects to a few peers/seeders and then
idles. It doesnt
>> fetch 
>> any pieces or gives any errors.
>> I've tried the diablo packages/ports (1.5 and 1.6)
without any
>> success, 
>> and the older patchset 3 with the same result. Does
anyone know a 
>> workaround? In case anyone is wondering I'm running
the CLI/WebUI 
>> interface(s).
>>     
Azureus experiences the typical Java problem.  I could not
get anything 
to happen for quite some time until I realized that the Java
runtime was 
spending all of its time waiting for something to happen in
the IPv6 
connections it was trying to open.  I had to completely
remove IPv6 from 
the kernel.  Once I did that, Azureus magically started
working.

There is something major broken in the Java runtime hwich
causes 
everything to stop whenever you try to open an IPv6
connection.  Remove 
IPV6 from the kernel, and everything works.  When and if you
ever get 
real IPv6 connections in your machine, things might actualy
work.  For 
now, just remove it and move on.

/Joe

_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java

To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"

Re: Java JDK 1.6p4 and Azureus
user name
2008-02-23 19:55:34
You can also try adding -Djava.net.preferIPv4Stack=true to
the JVM command 
line arguments.

  Nick

On Sat, 23 Feb 2008, Joe Kelsey wrote:

> Azureus experiences the typical Java problem.  I could
not get anything to
> happen for quite some time until I realized that the
Java runtime was spending
> all of its time waiting for something to happen in the
IPv6 connections it was
> trying to open.  I had to completely remove IPv6 from
the kernel.  Once I did
> that, Azureus magically started working.
> 
> There is something major broken in the Java runtime
hwich causes everything to
> stop whenever you try to open an IPv6 connection. 
Remove IPV6 from the
> kernel, and everything works.  When and if you ever get
real IPv6 connections
> in your machine, things might actualy work.  For now,
just remove it and move
> on.
> 
> /Joe
> 
> _______________________________________________
> freebsd-javafreebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java

> To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"
> 

-- 
"Courage isn't just a matter of not being frightened,
you know. It's being
 afraid and doing what you have to do anyway."
   Doctor Who - Planet of the Daleks
This message has been brought to you by Nick Johnson 2.3b1
and the number 6.
http://healerNick.com/ 
     http://morons.org/    
   http://spatula.net/
_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java

To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"

Re: Java JDK 1.6p4 and Azureus
country flaguser name
United States
2008-02-23 21:27:54
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Feb 23, 2008, at 6:22 PM, Joe Kelsey wrote:

> Two different people have responded personally to me
alone about  
> different ways to get Java to try v4 connections
instead of v6  
> connections.  This is completely irrelevant.  There is
still  
> something broken in the Java runtime which spends all
of its time in  
> v6 connection hell unless you disable v6 in the kernel.
 Someone  
> needs to figure out why the Java runtime on FreeBSD
does this.  I  
> suspect some thing in the runtime or in the kernel v6
stuff that is  
> broken, but I do not know where to look.

Do you have a reproducible isolated test case?

- -landonf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFHwOQ6lplZCE/15mMRAv2+AJ4uMJ35vyLNqzHccezKX87mRooq6QCe
IYtc
gKpiGJB0a1oM1ffcqlZatlM=
=GvXH
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java

To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )