Re: Does linux-sun-jdk_1.4.2 work?

2003-07-22 Thread Sheldon Hearn
On (2003/07/21 23:41), Adam wrote:

 Perhaps you should try working with Java 1.4.x on FreeBSD before you
 assume something about me that's highly inaccurate. I think you'll find
 very quickly that it doesn't work nicely unless the process is running
 as root. 

So that this doesn't stick in people's minds as the status quo, let me
just add that several of us are very happy with the native jdk14 port on
FreeBSD, both -CURRENT and -STABLE.

However, this kind of discussion (sans Mr Migus unacceptable rudeness)
would be more valuable on the freebsd-java mailing list.

Ciao,
Sheldon.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-22 Thread Dag-Erling Smørgrav
Adam [EMAIL PROTECTED] writes:
 Perhaps you should try working with Java 1.4.x on FreeBSD before you
 assume something about me that's highly inaccurate. I think you'll find
 very quickly that it doesn't work nicely unless the process is running
 as root. 

I use it daily and have never had any trouble (except for the broken
Xalan in 1.4.1).

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-22 Thread Evan Dower
I have certainly had some frustration with Java on FreeBSD, but for the most 
part it works for me. In fact, I wrote a pure Java program that only seems 
to work on FreeBSD. On Windows, it crashes inside Java's regex code, so 
there's one place where FreeBSD works better ;-)
Evan Dower


From: [EMAIL PROTECTED] (Dag-Erling Smørgrav)
To: Adam [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: Does linux-sun-jdk_1.4.2 work?
Date: Tue, 22 Jul 2003 16:29:57 +0200
Adam [EMAIL PROTECTED] writes:
 Perhaps you should try working with Java 1.4.x on FreeBSD before you
 assume something about me that's highly inaccurate. I think you'll find
 very quickly that it doesn't work nicely unless the process is running
 as root.
I use it daily and have never had any trouble (except for the broken
Xalan in 1.4.1).
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]
_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-22 Thread Adam Migus

Adam said:
 Eh, there's no need to flaming here. I never said
 maintaining Java on
 FreeBSD was easy. I said that Java support on FreeBSD
 is dodgy, which is
 really a well-known public fact, for anyone that's ever
 done any reading
 on the subject. In fact, when the core developers give
 a public
 interview, this is frequently a topic of discussion.

I was addressing the fact that you took it upon
yourself to _tell_ the mailing-list readers that the
port was released to early.  You aren't the maintainer
of this or any other port.  Therefor unless you stick
an in my opinion in there you kind of sound like an
ass...
I made no comments about the reliability of Java on
FreeBSD although I have read there are issues (thanks
for assuming I didn't) but I use it routinely without
problems.

 Perhaps you should try working with Java 1.4.x on
 FreeBSD before you
 assume something about me that's highly inaccurate. I
 think you'll find
 very quickly that it doesn't work nicely unless the
 process is running
 as root.

My apologies for being highly inaccurate.  Why don't
you tell me _why_ Java 1.4.x only works nicely on
_your_ system when running as root?  Hint: ktrace is
your friend.

-- 
Adam Migus - Research Scientist
Network Associates Laboratories (http://www.nailabs.com)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Does linux-sun-jdk_1.4.2 work?

2003-07-21 Thread Yamada Ken Takeshi
  I have the following error and cannot compile jdk14
on FreeBSD-current, July 20th. cvsup'ed with the latest
linux_base.

  Is is unique to me alone?

tyd3# /usr/local/linux-sun-jdk1.4.2/bin/java -version
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
# Error ID: 4F533F4C494E55580E43505001C9
#

Heap at VM Abort:
Heap
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-21 Thread Ernst de Haan
There are indeed more problems with that JDK 1.4.2. Please try on 
freebsd-java instead of ports-committers...

Ernst

On Monday 21 July 2003 14:55, Yamada Ken Takeshi wrote:
   I have the following error and cannot compile jdk14
 on FreeBSD-current, July 20th. cvsup'ed with the latest
 linux_base.

   Is is unique to me alone?

 tyd3# /usr/local/linux-sun-jdk1.4.2/bin/java -version
 #
 # HotSpot Virtual Machine Error, Internal Error
 # Please report this error at
 # http://java.sun.com/cgi-bin/bugreport.cgi
 #
 # Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
 #
 # Error ID: 4F533F4C494E55580E43505001C9
 #

 Heap at VM Abort:
 Heap
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-21 Thread Adam
On Mon, 2003-07-21 at 08:55, Yamada Ken Takeshi wrote:
   I have the following error and cannot compile jdk14
 on FreeBSD-current, July 20th. cvsup'ed with the latest
 linux_base.
 
   Is is unique to me alone?
 
 tyd3# /usr/local/linux-sun-jdk1.4.2/bin/java -version
 #
 # HotSpot Virtual Machine Error, Internal Error
 # Please report this error at
 # http://java.sun.com/cgi-bin/bugreport.cgi
 #
 # Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
 #
 # Error ID: 4F533F4C494E55580E43505001C9
 #
 
 Heap at VM Abort:
 Heap

It happens to me too. Looks like this port was released too quickly.
Java on FreeBSD is always a bit dodgy, it seems.

-- 
Adam [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-21 Thread Florian Smeets
Adam wrote:
On Mon, 2003-07-21 at 08:55, Yamada Ken Takeshi wrote:

tyd3# /usr/local/linux-sun-jdk1.4.2/bin/java -version
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
# Error ID: 4F533F4C494E55580E43505001C9
#
Heap at VM Abort:
Heap


It happens to me too. Looks like this port was released too quickly.
Java on FreeBSD is always a bit dodgy, it seems.
Hi,

try mounting linprocfs(5) that seemed to solved the problem for me.

regards,
flo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-21 Thread Charles Anderson
I still get 
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
# Error ID: 4F533F4C494E55583F491418160E43505002EF
#

Heap at VM Abort:
Heap
(and here it hangs, and I kill -9 from another window)

And I do have linprocfs mounted.

-Charlie
On Mon, Jul 21, 2003 at 05:37:36PM +0200, Florian Smeets wrote:
 Adam wrote:
 On Mon, 2003-07-21 at 08:55, Yamada Ken Takeshi wrote:
 
 tyd3# /usr/local/linux-sun-jdk1.4.2/bin/java -version
 #
 # HotSpot Virtual Machine Error, Internal Error
 # Please report this error at
 # http://java.sun.com/cgi-bin/bugreport.cgi
 #
 # Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
 #
 # Error ID: 4F533F4C494E55580E43505001C9
 #
 
 Heap at VM Abort:
 Heap
 
 
 It happens to me too. Looks like this port was released too quickly.
 Java on FreeBSD is always a bit dodgy, it seems.
 
 Hi,
 
 try mounting linprocfs(5) that seemed to solved the problem for me.
 
 regards,
 flo
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-java
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Charles Andersoncaa at columbus dot rr dot com

No quote, no nothin'
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-21 Thread Adam Migus

Adam said:
 On Mon, 2003-07-21 at 08:55, Yamada Ken Takeshi wrote:
   I have the followinacquirer and cannot compile jdk14
 on FreeBSD-current, July 20th. cvsup'ed with the
 latest
 linux_base.

   Is is unique to me alone?

 tyd3# /usr/local/linux-sun-jdk1.4.2/bin/java -version
 #
 # HotSpot Virtual Machine Error, Internal Error
 # Please report this error at
 # http://java.sun.com/cgi-bin/bugreport.cgi
 #
 # Java VM: Java HotSpot(TM) Client VM (1.4.2-b28
 mixed mode)
 #
 # Error ID: 4F533F4C494E55580E43505001C9
 #

 Heap at VM Abort:
 Heap

 It happens to me too. Looks like this port was released
 too quickly.
 Java on FreeBSD is always a bit dodgy, it seems.

 --
 Adam [EMAIL PROTECTED]


Actually it's trying to aquire a lock on a file in the
linux proc filesystem which is most likely failing
because you have the Linux proc file system mounted
read-only.  Try mounting it read-write...
Hm...

[EMAIL PROTECTED]:ttyp0:amigus$ grep -ci [EMAIL PROTECTED]
/src/freebsd/ports/INDEX
0
[EMAIL PROTECTED]:ttyp0:amigus$

Perhaps you should try writing a port yourself before
you judge others on whether or not their ports are
released too early or not.
When you get your foot out of your mouth also try using
your full name in your email address too so people can
use it when calling you a pompous ass.  I wouldn't want
people getting us confused...

Regards,
--
Adam Migus - Research Scientist
Network Associates Laboratories (http://www.nailabs.com)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does linux-sun-jdk_1.4.2 work?

2003-07-21 Thread Adam
On Mon, 2003-07-21 at 22:35, Adam Migus wrote:
 Perhaps you should try writing a port yourself before
 you judge others on whether or not their ports are
 released too early or not.
 When you get your foot out of your mouth also try using
 your full name in your email address too so people can
 use it when calling you a pompous ass.  I wouldn't want
 people getting us confused...

Eh, there's no need to flaming here. I never said maintaining Java on
FreeBSD was easy. I said that Java support on FreeBSD is dodgy, which is
really a well-known public fact, for anyone that's ever done any reading
on the subject. In fact, when the core developers give a public
interview, this is frequently a topic of discussion. 

Perhaps you should try working with Java 1.4.x on FreeBSD before you
assume something about me that's highly inaccurate. I think you'll find
very quickly that it doesn't work nicely unless the process is running
as root. 

-- 
Adam [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]