JVM hang

2000-03-31 Thread Natarajan SK
Hi, We are facing a JVM hang problem on Linux. We load the JVM from JNI and do an AttachThread to the main jEnv. Therefrom it goes executing into some classes and somewhere in the middle hangs. From the messages printed we find out that it seems to be trying to instantiate a class and t

Re: Problem with JNI

2000-03-31 Thread Artur Biesiadowski
Natarajan SK wrote: > The relevent code is something like this. > >Class Conn code segment: >Print.printl("About to create message"); >Message message = new >Message( msginde

Re: JVM hang

2000-03-31 Thread John Rousseau
On Friday Mar 31, 2000, Natarajan SK wrote: > Hi, We are facing a JVM hang problem on Linux. We load the JVM > from JNI and do an AttachThread to the main jEnv. Therefrom it > goes executing into some classes and somewhere in the middle > hangs. From the messages printed we find out that it see

Re: TYA incompatible types

2000-03-31 Thread Neal Sanche
SHUDO Kazuyuki wrote: > TYA 1.6 has been already released. Try it. > You will be able to get it on the following pages: > ftp://gonzalez.cyberus.ca/pub/Linux/java/ > http://www.dsv.su.se/~jens-and/tya/ > I have to announce that gonzalez.cyberus.ca is no longer available. I had originally put

JDK 1.2.2 RC4 JNI - garbage collector problems - help!!!!

2000-03-31 Thread Ramesh Thummala
Hi everybody, Sorry if this is bothering you but i need help while using Blackdown JDK 1.2.2 RC4. While i am using JDK 1.2.2 RC4 on RedHat 6.2 Linux with glibc2.1.3, i am facing very peculiar problem. Due to memory alloc failure, the garbage collector starts and hangs the daemon. It

Mount Table File per Linux Distributon

2000-03-31 Thread Peter Pilgrim
Hi I need some information about linux distributions and where they have the system mount table. For SuSE Linux this file is ``/etc/mtab'' I need to know what it is for Red Hat Linux, Debian, Slackware, TurboLinux and Linux Mandrake. THis is for a Java Linux portable JNI project -- Adios Pet

Re: HELP: using unix-signals?

2000-03-31 Thread kornel c
Hi, posted from Java developer connection (sorry I didn't fix indentation). The code works. I tried it, but I created a watch thread instead of using the main thread. from http://forum2.java.sun.com/forum?14@@.ee7b71f = excerpt start here code NOT teste

Re: TYA incompatible types

2000-03-31 Thread Nelson Minar
Neal Sanche <[EMAIL PROTECTED]> wrote: >I have to announce that gonzalez.cyberus.ca is no longer available. Thanks for all your service! How about moving TYA to SourceForge? http://sourceforge.net/ [EMAIL PROTECTED] . . . .

Re: Mount Table File per Linux Distributon

2000-03-31 Thread David Marshall
Peter Pilgrim wrote: > Hi > > I need some information about linux distributions and where > they have the system mount table. > > For SuSE Linux this file is ``/etc/mtab'' > > I need to know what it is for Red Hat Linux, Debian, Slackware, TurboLinux > and Linux Mandrake. THis is for a

Re: Mount Table File per Linux Distributon

2000-03-31 Thread Nathan Meyers
On Fri, Mar 31, 2000 at 05:18:29PM +0100, Peter Pilgrim wrote: > Hi > > I need some information about linux distributions and where > they have the system mount table. > > For SuSE Linux this file is ``/etc/mtab'' > > I need to know what it is for Red Hat Linux, Debian, Slackware, TurboLinux >

Installing J2EE

2000-03-31 Thread Jim Caley
According to the message below (I grabbed it from the Java-Linux archives), to get J2EE installed I should download the port for Solaris. However, when I try to install the downloaded file (j2sdkee1_2-solsparc.sh) I can not get it to install on to my RedHat 6.1 system. This script when executed

Java Internationalization issues on Linux

2000-03-31 Thread Sabyasachi Gupta
Hi,   As we all know Sun has released Jdk1.2.2 for Linux. Can anyone throw some light upon the internationalization issues for java on Linux which might be different or unique from the issues on Solaris or Windows machine..I am talking from the point of view of testing JDK on Linux for such

java plugin 1.2.2

2000-03-31 Thread Blue Lang
Hi there, The company for which I work has an ASP product that uses the java plugin on the client side. I am the local linux evangelist, and am trying to ensure support for both our server and client sides. And, so, using the java 1.2.2 plugin on netscape 4.72, I can't get it to work, and I'm n

Re: Mount Table File per Linux Distributon

2000-03-31 Thread Dan Hobbs
David Marshall said, about Mount Table File per Linux Distributon > Peter Pilgrim wrote: > >> Hi >> >> I need some information about linux distributions and where >> they have the system mount table. >> >> For SuSE Linux this file is ``/etc/mtab'' >> >> I need to know what it is for Red Hat Linux

Re: Mount Table File per Linux Distributon

2000-03-31 Thread Robert Miller
On Fri, 31 Mar 2000, Peter Pilgrim wrote: > I need some information about linux distributions and where > they have the system mount table. /proc/mounts is your friend > > For SuSE Linux this file is ``/etc/mtab'' /etc/mtab lists currently mounted filesystems /etc/fstab is a configur

Re: Mount Table File per Linux Distributon

2000-03-31 Thread Scott Murray
On Fri, 31 Mar 2000, David Marshall wrote: > Peter Pilgrim wrote: > > > Hi > > > > I need some information about linux distributions and where > > they have the system mount table. > > > > For SuSE Linux this file is ``/etc/mtab'' > > > > I need to know what it is for Red Hat Linux, Debian, Slac

Re: Installing J2EE

2000-03-31 Thread Juergen Kreileder
> Jim Caley writes: Jim> According to the message below (I grabbed it from the Jim> Java-Linux archives), to get J2EE installed I should download Jim> the port for Solaris. However, when I try to install the Jim> downloaded file (j2sdkee1_2-solsparc.sh) I can not get it to

Re: Installing J2EE

2000-03-31 Thread Jim Caley
That did it -- many thanks! Jim -- Juergen Kreileder wrote: > > > Jim Caley writes: > > Jim> According to the message below (I grabbed it from the > Jim> Java-Linux archives), to get J2EE installed I should download > Jim> the port for Solaris. However, when I try to install th

Re: JVM hang

2000-03-31 Thread Christopher Smith
On Fri, Mar 31, 2000 at 08:14:47AM -0500, John Rousseau wrote: > On Friday Mar 31, 2000, Natarajan SK wrote: > Kevin Hendricks solved a very similar problem for me. This is > assuming that you are using native threads. Try linking in -lpthread > explicitly on your link line (and make sure you don'

Re: JVM hang

2000-03-31 Thread John Rousseau
On Friday Mar 31, 2000, Christopher Smith wrote: > On Fri, Mar 31, 2000 at 08:14:47AM -0500, John Rousseau wrote: > > On Friday Mar 31, 2000, Natarajan SK wrote: > > Kevin Hendricks solved a very similar problem for me. This is > > assuming that you are using native threads. Try linking in -lpth

Re: Installing J2EE

2000-03-31 Thread Steven SONG
I did it as follows: 1. download j2sdkee1.2 for Solaris, and extract it under Solaris; 2. replace the only one native library, called libioser12.so by its Linux version posted by somebody else in this mail list; 3. tar cvf - j2sdkee1.2 | gzip > j2sdkee1.2.tgz, then copy it to my Linux box; 4. gzi

Re: JVM hang

2000-03-31 Thread Christopher Smith
On Fri, Mar 31, 2000 at 05:30:52PM -0500, John Rousseau wrote: > On Friday Mar 31, 2000, Christopher Smith wrote: > > On Fri, Mar 31, 2000 at 08:14:47AM -0500, John Rousseau wrote: > > > On Friday Mar 31, 2000, Natarajan SK wrote: > > > Kevin Hendricks solved a very similar problem for me. This is