|
List Info
Thread: Azureus 2.4.0.3 and Diablo JRE 1.5.0.06.00
|
|
| Azureus 2.4.0.3 and Diablo JRE
1.5.0.06.00 |

|
2006-04-11 05:16:27 |
Hi,
First of all I want to thank all who ported and made it
possible to
release Java 1.5 as binaries, it's really appreciated.
Unfortunately
Diablo JRE seems to have some issues with Azureus
(Azureus2403-BX
(I've tried several builds)), everything is fine until
should be
downloading pieces. Azureus doesn't report (console mode)
any errors
but nothing happens after you've connected to seeders and
peers.
Unfortunately I have no idea where start so any confirmation
of this
behaviour or troubleshooting hints would be helpful.
The machine is running FreeBSD 6.0-STABLE #2: Thu Jan 26
18:56:33 CET
2006 and JRE version of diablo-1.5.0_06-b00
//Daniel Engberg
_______________________________________________
freebsd-java freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribe freebsd.org"
|
|
| Azureus 2.4.0.3 and Diablo JRE
1.5.0.06.00 |

|
2006-04-11 13:11:49 |
Daniel Engberg wrote:
>Hi,
>
>First of all I want to thank all who ported and made it
possible to
>release Java 1.5 as binaries, it's really appreciated.
Unfortunately
>Diablo JRE seems to have some issues with Azureus
(Azureus2403-BX
>(I've tried several builds)), everything is fine until
should be
>downloading pieces. Azureus doesn't report (console
mode) any errors
>but nothing happens after you've connected to seeders
and peers.
>Unfortunately I have no idea where start so any
confirmation of this
>behaviour or troubleshooting hints would be helpful.
>The machine is running FreeBSD 6.0-STABLE #2: Thu Jan 26
18:56:33 CET
>2006 and JRE version of diablo-1.5.0_06-b00
>//Daniel Engberg
>_______________________________________________
>
>
As far as I know there are threading issues with pthread and
diablo try
using libc_r, put this in your /etc/libmap.conf file
[/usr/local/diablo-jdk1.5.0/]
libpthread.so libc_r.so
libpthread.so.2 libc_r.so.6
#libpthread.so.2 libthr.so.2
#libpthread.so libthr.so
Also its worth a shot to double check your permissions,
maybe the Java
process just cant write files.
Mike
_______________________________________________
freebsd-java freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribe freebsd.org"
|
|
| Azureus 2.4.0.3 and Diablo JRE
1.5.0.06.00 |

|
2006-04-12 00:32:34 |
On 4/11/06, Michael Vince <mv thebeastie.org> wrote:
> Daniel Engberg wrote:
>
> >Hi,
> >
> >First of all I want to thank all who ported and
made it possible to
> >release Java 1.5 as binaries, it's really
appreciated. Unfortunately
> >Diablo JRE seems to have some issues with Azureus
(Azureus2403-BX
> >(I've tried several builds)), everything is fine
until should be
> >downloading pieces. Azureus doesn't report
(console mode) any errors
> >but nothing happens after you've connected to
seeders and peers.
> >Unfortunately I have no idea where start so any
confirmation of this
> >behaviour or troubleshooting hints would be
helpful.
> >The machine is running FreeBSD 6.0-STABLE #2: Thu
Jan 26 18:56:33 CET
> >2006 and JRE version of diablo-1.5.0_06-b00
> >//Daniel Engberg
> >_______________________________________________
> >
> >
> As far as I know there are threading issues with
pthread and diablo try
> using libc_r, put this in your /etc/libmap.conf file
>
> [/usr/local/diablo-jdk1.5.0/]
> libpthread.so libc_r.so
> libpthread.so.2 libc_r.so.6
> #libpthread.so.2 libthr.so.2
> #libpthread.so libthr.so
>
> Also its worth a shot to double check your permissions,
maybe the Java
> process just cant write files.
>
> Mike
>
>
That was all I needed to get it going, thanks.
You might want to add this to the download page.
//Daniel Engberg
_______________________________________________
freebsd-java freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribe freebsd.org"
|
|
| Azureus 2.4.0.3 and Diablo JRE
1.5.0.06.00 |

|
2006-04-12 02:38:40 |
On Wed, 12 Apr 2006, Daniel Engberg wrote:
> On 4/11/06, Michael Vince <mv thebeastie.org> wrote:
>> Daniel Engberg wrote:
>>
>>> Hi,
>>>
>>> First of all I want to thank all who ported and
made it possible to
>>> release Java 1.5 as binaries, it's really
appreciated. Unfortunately
>>> Diablo JRE seems to have some issues with
Azureus (Azureus2403-BX
>>> (I've tried several builds)), everything is
fine until should be
>>> downloading pieces. Azureus doesn't report
(console mode) any errors
>>> but nothing happens after you've connected to
seeders and peers.
>>> Unfortunately I have no idea where start so any
confirmation of this
>>> behaviour or troubleshooting hints would be
helpful.
>>> The machine is running FreeBSD 6.0-STABLE #2:
Thu Jan 26 18:56:33 CET
>>> 2006 and JRE version of diablo-1.5.0_06-b00
>>> //Daniel Engberg
>>> _______________________________________________
>>>
>>>
>> As far as I know there are threading issues with
pthread and diablo try
>> using libc_r, put this in your /etc/libmap.conf
file
No, it's not libpthread; it's a bug in the JVM. See other
emails
regarding this issue. The work-around is to use
-XX:+UseMembar
as an option to java.
--
DE
_______________________________________________
freebsd-java freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribe freebsd.org"
|
|
| Azureus 2.4.0.3 and Diablo JRE
1.5.0.06.00 |

|
2006-05-16 21:24:55 |
Daniel Eischen wrote:
> On Wed, 12 Apr 2006, Daniel Engberg wrote:
>
>> On 4/11/06, Michael Vince <mv thebeastie.org> wrote:
>>> Daniel Engberg wrote:
>>>
>>>> Hi,
>>>>
>>>> First of all I want to thank all who ported
and made it possible to
>>>> release Java 1.5 as binaries, it's really
appreciated. Unfortunately
>>>> Diablo JRE seems to have some issues with
Azureus (Azureus2403-BX
>>>> (I've tried several builds)), everything
is fine until should be
>>>> downloading pieces. Azureus doesn't report
(console mode) any errors
>>>> but nothing happens after you've connected
to seeders and peers.
>>>> Unfortunately I have no idea where start so
any confirmation of this
>>>> behaviour or troubleshooting hints would be
helpful.
>>>> The machine is running FreeBSD 6.0-STABLE
#2: Thu Jan 26 18:56:33 CET
>>>> 2006 and JRE version of diablo-1.5.0_06-b00
>>>> //Daniel Engberg
>>>>
_______________________________________________
>>>>
>>>>
>>> As far as I know there are threading issues
with pthread and diablo try
>>> using libc_r, put this in your /etc/libmap.conf
file
>
> No, it's not libpthread; it's a bug in the JVM. See
other emails
> regarding this issue. The work-around is to use
-XX:+UseMembar
> as an option to java.
>
hi, this might be a stupid question but all i got from
google was "use
-XX:+UseMembar as an option to java" and i cannot find
how to pass it to
java actually.
i could edit azureus script but i don't feel like modifying
it. rather
i'd like to pass the option to java somehow via command
line or maybe
via environment.. ??
cheers,
martin
_______________________________________________
freebsd-java freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribe freebsd.org"
|
|
| Azureus 2.4.0.3 and Diablo JRE
1.5.0.06.00 |

|
2006-05-17 21:58:53 |
Daniel Eischen wrote:
> On Wed, 12 Apr 2006, Daniel Engberg wrote:
>
>> On 4/11/06, Michael Vince <mv thebeastie.org> wrote:
>>> Daniel Engberg wrote:
>>>
>>>> Hi,
>>>>
>>>> First of all I want to thank all who ported
and made it possible to
>>>> release Java 1.5 as binaries, it's really
appreciated. Unfortunately
>>>> Diablo JRE seems to have some issues with
Azureus (Azureus2403-BX
>>>> (I've tried several builds)), everything
is fine until should be
>>>> downloading pieces. Azureus doesn't report
(console mode) any errors
>>>> but nothing happens after you've connected
to seeders and peers.
>>>> Unfortunately I have no idea where start so
any confirmation of this
>>>> behaviour or troubleshooting hints would be
helpful.
>>>> The machine is running FreeBSD 6.0-STABLE
#2: Thu Jan 26 18:56:33 CET
>>>> 2006 and JRE version of diablo-1.5.0_06-b00
>>>> //Daniel Engberg
>>>>
_______________________________________________
>>>>
>>>>
>>> As far as I know there are threading issues
with pthread and diablo try
>>> using libc_r, put this in your /etc/libmap.conf
file
>
> No, it's not libpthread; it's a bug in the JVM. See
other emails
> regarding this issue. The work-around is to use
-XX:+UseMembar
> as an option to java.
>
hello,
i've just tried both and the results are that
"-XX:+UseMembar" barely
helped while "libmap.conf" helped a lot.
but in both cases azureus (gui?) happened to crash
(randomly?) which had
never happened before.
martin
_______________________________________________
freebsd-java freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribe freebsd.org"
|
|
[1-6]
|
|