problems

1999-03-23 Thread joseph
hello, this is a problem that i have when i try to run java: ./../bin/i586/green_threads/java: error in loading shared libraries: ./../lib/i586/green_threads/libjava.so: undefined symbol: _dl_symbol_value can't figure out why? any help would be greatly appreciated. j

Unidentified subject!

1999-03-11 Thread Joseph, Joly
Joly Joseph 515-237-6602 [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

policytool

1999-11-03 Thread Joseph Shraibman
Could someone please tell me how to use the policy tool to set permissions for classes I run from my filesystem? I thought this entry in jdk/jre/lib/security/java.policy would take care of that, but apparently it does not. The documentation for this is scanty and driving me nuts (I had to add an

Re: policytool

1999-01-02 Thread Joseph Shraibman
Oliver Fels wrote: > > This only works for the appletviewer, applications do not make any > use of the java.policy file per default in the Linux 1.2 version. > You need to set a runtime option if you want to use it. > This will change in JDK 1.3 > That is NOT TRUE. I was getting security except

Re: Changing heap size

1999-01-02 Thread Joseph Shraibman
alias java="java -Xmx555" ALPESH KOTHARI wrote: > Hello, > > I am using Java2 on RH6.0. I have developed an GUI > application using Java. Now it runs out of memory at > some places. So I am increasing heap size with the > help of -Xmx and it works fine. But, I have to do this > every time I run

Re: about Class class.

1999-01-02 Thread Joseph Shraibman
SABYASACHI S GUPTA wrote: > > Now I get the compilation error that method is not there in Object. > So now if I want to call the method of the newly created instance > what should I do... > Cast it. ((myclass) b).method() -

Re: Security (was Re: policytool)

1999-11-08 Thread Joseph Shraibman
Hmm. Well the program that gave me the security exception WAS an RMI program, and one of the exceptions what for not having permissions to resolv/connect to a host, but I also got a security exception when trying to open a file. Nelson Minar wrote: > This list is full of stuff that's not Linux

Re: serial port

1999-11-10 Thread Joseph Shraibman
Read and write the specaial files /dev/cua0, /dev/cua1, etc. Michele Trainotti wrote: > Hi guys, I'm new linux user,how can I read the serial ports form > java under linux??? Ciao Michele -- To UNSUBSCRIBE, email to [EMA

Re: jsdk2.0 connection problem

1999-01-16 Thread Joseph Shraibman
Gordon Keith wrote: > [EMAIL PROTECTED] wrote: > > > > When I run the jsdk2.0 server and try to bring up a servlet it gives me > > the following error: > > > > "A network error occured while netscape was recieving data: (Network > > error: > > connection reset by peer.) > > > > try connecting aga

Re: Icon for an application

1999-11-22 Thread Joseph Shraibman
Dirk Waxweiler wrote: > Hi everybody > > I want to insert an Icon for my GUI. I get an Icon, but it ist a black > point. > > URL url = new URL("file:///./Brief.gif"); > Image icon = Toolkit.getDefaultToolkit().getImage(url); > prog.setIconImage(icon); > > Is my gif too big ? > I think the file u

Re: HELP: -mx flag.....

1999-11-25 Thread Joseph Shraibman
Bruno Boettcher wrote: I had a similar problem running a program on jdk 1.2.1 for win. The solution was to every now and then explicitly call the garbage collector ( System.gc() ) every now and then. -- To UNSUBSCRIBE, email

Re: NEW JDK RELEASE!

1999-11-29 Thread Joseph Shraibman
Jan Buchmann wrote: > On Sat, Nov 27, 1999 at 11:26:49AM -0700, Riyad Kalla wrote: > > Interestingly enough, on some of the sites I was crossing last night in search of >RC2, I saw that RC1 was on some. When was RC1 released? I don't ever remeber seeing >ANYTHING about an RC1. > > > > But anywa

Re: Stability of jdk1.2pre-v2

1999-12-01 Thread Joseph Shraibman
Jon Coppeard wrote: > Hi all, > > I've been trying to run Apache JServ with the blackdown jdk (1.2 pre v2), but > the jre keeps crashing under high load (the java process segfaults)... It's > running with native threads on a dual processor machine, glibc 2.0.7. > > I've heard reports that native

Re: IDE's

1999-12-02 Thread Joseph Shraibman
Paolo Ciccone wrote: The main problem I had with Jbuiler (enterprise 3 demo for windows) was that it wouldn't let me specify a classpath to use in compiling so I could not compile my program (that used the quicktime jsdk from apple). Also the auto-indent didn't seem to work. -

Re: RMi deaths

1999-12-02 Thread Joseph Shraibman
[EMAIL PROTECTED] wrote: > Has anyone ever come across this exception: > > System Error:java.rmi.NoSuchObjectException: no such object in table > System Error:at >sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:249) > System Error:at >sun.rmi.transport.Strea

Re: JDK 1.2.2 RC3 and RC1 VolanoMark results

1999-12-08 Thread Joseph Shraibman
Is there any way I can get a hold of the benchmark software? I'd like to try the tya compiler with blackdown's jdk and see how it stacks up. John Neffenger wrote: > I updated the Volano Report to include Blackdown JDK 1.2.2 RC3 on Red > Hat 6.1 and Inprise JDK 1.2.2 RC1 on Red Hat 6.0: > > Th

Re: Questions to SUN, blackdown, inprise

1999-12-08 Thread Joseph Shraibman
Juergen Kreileder wrote: > > Jan Buchmann writes: > > Jan> On Wed, Dec 08, 1999 at 08:29:04AM -0800, Paolo Ciccone wrote: > >> It's called Borland JIT :). Seriously the latest JIT is > >> included in the Sun/Inprise JDK but you can use it with any > >> other JDK 1.2 if you wan

Re: sun announcement

1999-12-09 Thread Joseph Shraibman
Dimitrios Vyzovitis wrote: > Apparently, sun has made an apologetic announcement. Check out: > http://java.sun.com/features/1999/12/linux.html > > However, how should someone interpret: > "Blackdown.org continues to be a valuable source for Java technology for > Linux, including JDK 1.1.x release

Re: Testing RMI with New release

1999-12-09 Thread Joseph Shraibman
I'm getting this too. rmiregistry prints it out whenever something calls Naming.rebind() and any program prints it out when doing Naming.lookup(). I'm using 1.2.2 rc3. Everything does appear to work though (mostly). Santos Jha wrote: > Hi, > > I was trying to learn RMI using JDK1.2.2. I am u

permissions

1999-12-09 Thread Joseph Shraibman
All applications can listen on sockets on the localhost for ports 1024 and up. In addition I gave all files on my machine to connect and resolv on localhost. If I try to do a Naming.lookup() from another machine it will succeed, even though I didn't give rmiregistry accept permission for anything

Re: permissions

1999-12-13 Thread Joseph Shraibman
Matthias Pfisterer wrote: > Hi, > > it should be possible to determine this by trial-and-error. Remove that > AllPermissions and run your program. Watch out for the first > SecurityException. It usually can be derived from the error message > which permission is missing. Grant this permissen, the

Re: RMI without http server?

1999-12-15 Thread Joseph Shraibman
Jean-Pierre Fournier wrote: > Hi Folks, > > I'm hoping that some RMI guru can help > me get started. I'm trying to create a > simple RMI client/server on a single computer, > but something is choking in the rebind() call. > Maybe for some reason rmiregistry can't tell you are trying to connect

invalid method hash with rmi calls

1999-12-16 Thread Joseph Shraibman
What does this exception thrown by my rmi client mean? The client compiles with the latest version of the server. java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: invalid method hash java.rmi.UnmarshalException: invali

Re: invalid method hash with rmi calls

1999-12-20 Thread Joseph Shraibman
o check the first one, the second will > > take some code review. -=Chris > > > > At 19:27 12/16/99 -0500, Joseph Shraibman wrote: > > >What does this exception thrown by my rmi client mean? The client > > >compiles with the la

UnixFileSystem

1999-12-22 Thread Joseph Shraibman
Why is java.io.UnixFileSystem not included in the java sources distributed with the blackdown jdk? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Interclient 1.51 JDBC problems on Linux with Blackdown 1.2.2RC3

2000-01-13 Thread Joseph Shraibman
Wim Ceulemans wrote: > Ola Samuelson wrote: > > > > Hi! > > First, thanks to all that makes java/jserv work on linux. > > > > Hope this is right for this forum. > > > > I have following: > > * x86 machines > > * Interbase 5.6 on Redhat 6.1(2.2.13)/interserver/interclient 1.51JRE1.2 > > > > * Inte

msql jdbc drivers

2000-01-19 Thread Joseph Shraibman
Someone on this list once emailed me the url of a mature mysql jdbc 2.0 driver, but I seem to have lost the email. Does anybody know of one? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Re: Servlet

2000-02-02 Thread Joseph Shraibman
You are trying to get a servlet to invoke an applet? Roger Smith wrote: > I have written a servlet yjay invokes an applet to communicate with a > database. I am using Java Web server 2.0, and when I start the servlet > from the browser, I get this error at the bottom of my Netscape window: > ap

Re: TYA

2000-02-03 Thread Joseph Shraibman
I did a while ago with tya 1.5 and was surprised to see sunwjit beat it. But tya doesn't crash the vm in certain circumstances that sunwjit crashes. I keep meaning to run the benchmarks again with all the updated versions of everything but I've been busy. I'll let everyone know when I get around

Re: Many small objects -> crash

2000-02-03 Thread Joseph Shraibman
Try using a differnt jit like tya. Ekkehard Kraemer wrote: > Hello, > > the problem which was discussed a while ago on this list is still persistent > with RC4: any program that creates lots (say, 30) of small objects (like > java.math.BigInteger) will eventually segfault. > > Just to make s

Thread priorities don't work with native threads

2000-05-01 Thread Joseph Shraibman
Run the following with green threads and you get only H's. Run it with native threads and you get H's mixed with L's /** * threadtest.java * * * Created: Mon May 1 15:35:45 2000 * * @author Joseph Shraibman * @version 1.0 */ public class threadtest { pu

Re: [Re: Thread priorities dont work with native threads]

2000-05-01 Thread Joseph Shraibman
Juergen Kreileder <[EMAIL PROTECTED]> wrote: Jurergen> Don't use thread priorities for synchronization! I'm not. I have an rmi server that needs to do a lot of work. I want to spin off some time insensitve tasks into their own low priority thread so that rmi calls that need fast responses won'

java -Xmx1024M doesn't work

2000-05-09 Thread Joseph Shraibman
I started an application with java -Xmx1024M classname and at about 60megs I got an OutOfMemoryError. I tried it again with java -Xmx1073741824 classname and it works. Verstion is 1.2.2 rc4 Get your own FREE, personal Netscap

Re: [Re: Java2 & Alpha]

2000-05-30 Thread Joseph Shraibman
Well unless it is put up on the ports page nobody will know about it. Uncle George <[EMAIL PROTECTED]> wrote: I have done a linux/java 1.2 port to alpha /gat Jo Uthus wrote: > Ilya wrote: > > | Is there any work being done on porting JDK 1.2 to Linux on Alpha? > > I recently attended a seminar

Re: J2SEE 1.3 for Linux!

2000-06-05 Thread Joseph Shraibman
Nathan Meyers wrote: > > On Mon, Jun 05, 2000 at 10:49:35AM -0700, Nelson Minar wrote: > > What would be *really* great is if there were an open source Java > > implementation that we could all contribute to and avoid all these > > politics. My impression is the Java design is stable enough that

Re: compiler optimization

2000-06-07 Thread Joseph Shraibman
David Blankley wrote: > > I went on an interview last week and was thrown this question: > > what is wrong/sub-optimal with the following code: > > public class someClass { > /* > * some methods, etc > */ > public boolean myBool = false; > } > > Of course, since booleans default to false, Sez

JSDK 1.3: is this fixed?

2000-06-12 Thread Joseph Shraibman
http://developer.java.sun.com/developer/bugParade/bugs/4326346.html Can someone check if this is fixed in jsdk 1.3? I can't download it for some reason. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Re: Why nonblocking I/O in Java is hard

2000-06-12 Thread Joseph Shraibman
Matt Welsh wrote: > > Juergen Kreileder <[EMAIL PROTECTED]> writes: > > > "Matt" == Matt Welsh <[EMAIL PROTECTED]> writes: > > > > Matt> Turns out this is not as easy as it could be -- because even > > Matt> though you call system calls like read(), write(), and > > Matt> fcntl()

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Joseph Shraibman
David Marshall wrote: > > Michael Thome wrote: > > > I've been unable to get blackdown native-thread VM implementation to > > > > work properly on my x86-based SMP machine. I'd be interested in > > corresponding with anyone who's had better luck. > > > > Essentially the problem is that code lik

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Joseph Shraibman
David Marshall wrote: > > Joseph Shraibman wrote: > > > > I've had similar experiences, though on a 2.2.12 kernel. > > > I get the dumps when using either javacomp or sunwjit (Blackdown > > > 1.2.2RC4) - maybe after minutes, maybe after hours. > >

Re: Security bug in a major fraction of VMs

2000-06-29 Thread Joseph Shraibman
And this is a big security problem? Access specifiers are meant to protect programmers from doing stupid things, not protect security. Of course if you hack the jvm you will be able to get access to a private field. So just what is the security concern here? Wolfgang Hoschek wrote: > > There

Error with blackdown FCS but not RC4

2000-08-03 Thread Joseph Shraibman
When trying to use activatables I get this error after I switched to blackdown 1.2.2 FCS from RC4. Exception: java.rmi.activation.ActivateFailedException: failed to activate object; nested exception is: java.security.AccessControlException: access denied (com.sun.rmi.rmid.ExecOptionPermi

Re: Error with blackdown FCS but not RC4

2000-08-04 Thread Joseph Shraibman
Juergen Kreileder wrote: > > >>>>> "Joseph" == Joseph Shraibman <[EMAIL PROTECTED]> writes: > > Joseph> When trying to use activatables I get this error after I > Joseph> switched to blackdown 1.2.2 FCS from RC4. > > Jose

Re: JDK1.3 on Linux with SMP

2000-08-22 Thread Joseph Shraibman
Uh, yeah, that's right. Sun's jdk says that it doesn't work on smp kernels. You'll have to use the latest blackdown version. The rc4 version didn't work on smp kernels because the jit it shipped with couldn't handle native threads, but supposedly the final release has fixed those bugs. Release

pipe failures

2000-08-25 Thread Joseph Shraibman
I have a cron process that is run every hour. It usually works fine, but sometimes I get messages like this: /usr/local/jdk1.2.2/jre/bin/realpath: Can't reopen pipe to command substitution (fd 4): No child processes /usr/local/jdk1.2.2/jre/bin/realpath: /i386/realpath: No such file or directory

Re: Some jar utility and .jar questions

2000-09-04 Thread Joseph Shraibman
Bill Halchin wrote: > > Hello, > >1) Can the javac compler extract classes from .jar files if > these files are in CLASS_PATH or must I "unjar"? javac is like any other java program. If it is in the CLASSPATH (no underscore) it can be found. > >2) I tried "jar -t xerce

Re: Blackdown Applet -> try EARLIER versions of Netscape

2000-09-25 Thread Joseph Shraibman
Barnet Wagman wrote: > PS is there any browser that works under Linux that does a better job > with > applets? > Mozilla is supposed to use the java that is installed on the system and in windows it works, but I haven't figured out how to get it to work in Linux. --

Re: Java/Linux Resources from IBM

2000-10-10 Thread Joseph Shraibman
Jeffrey I Condon/Cupertino/IBM wrote: > > A proposal for fixing the Java programming language's threading problems > - > Allen Holub suggests that the Java programming language's threading model > is possibly the weakest part

Re: Java/Linux Resources from IBM

2000-10-11 Thread Joseph Shraibman
Nathan Meyers wrote: > > Joseph Shraibman wrote: > > > Jeffrey I Condon/Cupertino/IBM wrote: > > > > > > A proposal for fixing the Java programming language's threading problems > > > --

help..

2000-10-13 Thread Santhosh Joseph
i get the following message :cannot find class java/lang/thread' :could not create Java VM' I have downloaded jre1.1.6, but do not know how to set it's parameters so that Oracle installer would work. Any advice ? Joseph

Java - Linux - Oracle

2000-10-13 Thread Santhosh Joseph
a message that Java VM not started. I have downloaded jre1.1.6, but do not know how to set it's parameters so that Oracle installer would work. Any advice ? Joseph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

rmi security bug

2000-10-24 Thread Joseph Shraibman
27;t been fixed. How can a bug this serious continue to not be fixed? Does Sun not allow blackdown to fix this? -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -- To U

Re: Does "HotSpot" always mean no "green threads"?

2000-11-20 Thread Joseph Shraibman
cision a while back that it wasn't going to be the jvm's job any more to manage threads. Thus no more green threads. -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -

Re: localhost ip

2000-11-20 Thread Joseph Shraibman
others. I thought it might be the security manager but it turned out it wasn't. -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -- To UNSUBSCRIBE, email to [EMAIL PROTEC

Re: localhost ip

2000-11-22 Thread Joseph Shraibman
adns.net Addresses: 216.32.74.52, 216.32.74.53, 216.32.74.55, 216.32.74.50 216.32.74.51 Aliases: www.yahoo.com -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -- To

Re: Hot Spot crashes

2000-11-22 Thread Joseph Shraibman
Anybody ideas? > -- > Jochen Witte > <[EMAIL PROTECTED]> > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] --

[Fwd: Sun Security Bulletin #00199]

2000-11-29 Thread Joseph Shraibman
Does this affect blackdown jdk's in any way? -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -BEGIN PGP SIGNED MESSAGE- Sun Microsy

Re: Unidentified subject!

2000-11-30 Thread Joseph Shraibman
everyone here,and good luck to everybody! > | Enjoy it~~ > | > | > | > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: How to print String to default Printer, Help

2000-12-06 Thread Joseph Shraibman
-- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com ---

Re: What are the disadvantages of using jikes instead of javac?

2000-12-18 Thread Joseph Shraibman
o use only jikes? > > Jacob Nikom > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Joseph Shraibman [EMAIL PROTECTED]

Re: JDK1.3 only classic works

2000-12-18 Thread Joseph Shraibman
using Linux 2.4.0-test12-pre7 >glibc 2.2 >Pentium III UP > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAI

2.4 kernel and threads

2001-01-04 Thread Joseph Shraibman
e kernel, or upgrade to a 2.4 kernel. So can I assume a 2.4 kernel has no limits on threads? -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -- To UNSUBSCRIBE, email to [EMAIL P

Re: 2.4 kernel and threads

2001-01-11 Thread Joseph Shraibman
Scott Murray wrote: > > On Wed, 10 Jan 2001, Joseph Shraibman wrote: > > > On a related note, what is the difference between "buffered" and > > "cached" memory? I've noticed that with 2.4.0 there is barely any > > buffered. > > Nowada

Re: JRE as part of Linux

2001-01-18 Thread Joseph Shraibman
lest application loads several times slower than its naive ecuivalent. > I know about the kernel module that invokes JRE when you exec a java .class > file(with appropriate +x permission). But it doesn't keep JVM is not resident. > > -- Joseph Shraibman [EMAI

Re: JRE as part of Linux

2001-01-23 Thread Joseph Shraibman
ormal. I don't know exactly what the jvm is doing when it is taking all that time starting up so I don't know how useful this would be. -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com

Re: writing data to lp0

2001-01-31 Thread Joseph Shraibman
Just open it like you would any other file. Raphael Mack wrote: > > Hi, > > I want to write some data to my lp0-port. Does anyone know how I can do > this? > -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http:

Thread.yield() on 2.4

2001-02-08 Thread Joseph Shraibman
Is it just me or does Thread.yield() not work anymore with the 2.4.0 kernel? -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: Thread.yield() on 2.4 - more

2001-02-12 Thread Joseph Shraibman
gt; way it likes. May doesn't mean should. I imagine the spec was so loose because it could be expected that fine control over the threading might not be available to the implementors of the jvm on every platform, not because the writers of the spec didn't think Thread.yield() would be

exiting problems.

2001-02-13 Thread Joseph Shraibman
pInit processes left around. I'm currently running 1.2.2fcs from blackdown. These problems have happened with 2.2.15 and 2.4.0 kernels. -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -

Re: java.lang.Runtime

2001-03-29 Thread Joseph Shraibman
e","-password:joe","-initialprogram:C:\\Office\\Word\\winword.exe C:\\docs\\1.doc"}; Runtime r = Runtime.getRuntime(); r.exec(cmd); -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com --

Blackdown on SuSE

2001-06-26 Thread Sam Joseph
Hi, I've been trying to install a blackdown jdk on an IBM penguin box using SuSE linux and have not had much luck so far. I can extract the blackdown version, and unpack it but when I try to run the java command I get this: l008064:~/j2sdk1.3.0/bin # ./java -version Error: can't find libjava.so

Re: Blackdown on SuSE

2001-06-26 Thread Sam Joseph
Follow up to my own mail - I got help from another list, the solution seems to be: >You need JDK that is compiled for s390(search google "s390 jdk"), for > example: > http://www.ibiblio.org/pub/languages/java/blackdown.org/JDK-1.2.2/s390/FCS/?M=A Sam Joseph wrote: &g

Re: Blackdown on SuSE

2001-06-27 Thread Sam Joseph
Juergen Kreileder wrote: > On Wed, 27 Jun 2001, Alan Hawrelak wrote: > > > Sam Joseph wrote: > > > >> I can extract the blackdown version, and unpack it but when I try > >> to run > >> > >> the java command I get this: > >> > &g

shutdown hooks

2001-07-06 Thread Joseph Shraibman
If I create a shutdown hook, does it create an os-level thread that sits around doing nothing until the java program exits? -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -- To

local -remote database

2001-07-15 Thread santhosh . joseph
ch I use for testing. I run jdk 1.3, Tomcat 3.2, MySQL on Linux. Any help would be greatly appreciated. Thanks, Joseph ps : Anybody who'd like to have a look at my code, please indicate. -- To UNSUBSCRIBE, email to [EMAIL

Threads on i386-redhat-linux-gnu

2001-11-02 Thread Sam Joseph
Hi All, So I'm having this problem that the logging system that I have used successfully on other linux platforms is not working on i386-redhat-linux-gnu. The logging system is designed to store logging messages and then write them to the log file in a low priority thread. However when I run the

java script error (not javascript)

2001-11-06 Thread Joseph Shraibman
/native_threads/java -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://www.targabot.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

magic line in unix

2002-02-12 Thread Joseph Shraibman
, so java doesn't get two arguments '-client' and 'bsh.Interpreter', it gets one '-client bsh.Interpreter'. Who is responsible for magic line interpretation, the shell that calls the script or the kernel? Where is the spec for magic lines? -- Joseph S

Re: magic line in unix

2002-02-12 Thread Joseph Shraibman
I found some mailing list archives from 2000 mentioning #! but it was a mess and refered to things the readers of that list knew about but I don't. For example I couldn't figure out what XCUd3 ERN 6 is. Could you point me to something more specific? Dan Kegel wrote: > Jos

Re: magic line in unix

2002-02-12 Thread Joseph Shraibman
OK figured out what xcu is, but where in there does it discuss #! ? For the rest of you: http://www.unix-systems.org/version3/xcu_contents.html Dan Kegel wrote: > Joseph Shraibman wrote: > >>I have been having problems making beanshell shell scripts on linux. >> >>Bas

running java on rh 8.0

2002-11-04 Thread Joseph Shraibman
I tried to run java 1.4.1 from sun on my rh 8.0 box and I spent a day trying to figure out why rmi wouldn't work. I finally figured out that I had to uninstall libgcj (which was needed by gettext, so I had to uninstall that too) and now everything works perfectly. I'm just posting this to help a

Re: running java on rh 8.0

2002-11-05 Thread Joseph Shraibman
2002-11-04 at 17:15, Joseph Shraibman wrote: I tried to run java 1.4.1 from sun on my rh 8.0 box and I spent a day trying to figure out why rmi wouldn't work. I finally figured out that I had to uninstall libgcj (which was needed by gettext, so I had to uninstall that too) and now everyt

Does blackdown suffer from bug 4694590?

2002-11-07 Thread Joseph Shraibman
http://developer.java.sun.com/developer/bugParade/bugs/4694590.html I know it doesn't suffer from bug 4706607 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

1.4.1 release

2002-12-09 Thread Joseph Shraibman
According to http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html blackdown 1.4.1 has been in beta since July. What is holding up the release? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

file.encoding change between jdk 1.3.1 and 1.4.1

2003-01-02 Thread Joseph Shraibman
now looks like this: --=_Part_21_20566889.1041555012620 Content-Type: text/html; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: quoted-printable This charset=ANSI_X3.4-1968 is causing problems when netscape reads the mail. It appears that file.encoding changed between versions. Does anyone kn

Re: [JAVAMAIL-INTEREST] file.encoding change between jdk 1.3.1 and1.4.1

2003-01-02 Thread Joseph Shraibman
system. On a rh 8.0 that used to be a 7.2 it is ISO-8859-1, and on a system that always was 8.0 it is UTF-8 Joseph Shraibman wrote: I have code to create a Multipart like this: MimeMultipart mm = new MimeMultipart("alternative"); BodyPart bp = new MimeBodyPart()

broken link on blackdown site

2003-01-30 Thread Joseph Shraibman
The link for jad on http://www.blackdown.org/java-linux/products/javatools.html should be http://www.geocities.com/zz_xu/jad.html (unless someone knows of a more recent site). -- Joseph Shraibman [EMAIL PROTECTED] Increase signal to noise ratio. http://xis.xtenit.com

Re: linux

2003-02-06 Thread Joseph Shraibman
Masnizar jamian wrote: I'm new to linux , so are there any difference between windows platform and linux in terms of coding (mainly in multithread)? Because I heard that a linux thread is different from windows thread. Could you recommend me any reading material that clear some cobweb in my br

Re: linux

2003-02-06 Thread Joseph Shraibman
Alexander V. Konstantinou wrote: Actually, thread priorities work fine in Linux. No, they don't, not with the latest sun jdk on redhat 8.0. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Re: linux

2003-02-06 Thread Joseph Shraibman
Hui Huang wrote: Joseph Shraibman wrote: Alexander V. Konstantinou wrote: Actually, thread priorities work fine in Linux. No, they don't, not with the latest sun jdk on redhat 8.0. Thread priority is just a hint (same applies to Thread.yield()). While the jvm authors can

Re: linux

2003-02-06 Thread Joseph Shraibman
Hui Huang wrote: Joseph Shraibman wrote: Hui Huang wrote: Joseph Shraibman wrote: Alexander V. Konstantinou wrote: Actually, thread priorities work fine in Linux. No, they don't, not with the latest sun jdk on redhat 8.0. Thread priority is just a hint (same appli

per jvm thread limit

2003-02-12 Thread Joseph Shraibman
I'm running: java version "1.4.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode) ... on redhat 8.0. I've discovered that I get get somewhere between 3600 and 3700 threads in a jvm without any arguments. If I p

Re: per jvm thread limit

2003-02-13 Thread Joseph Shraibman
Dan Kegel wrote: The -Xss100k helps because each thread stack immediately occupies its full range of address space (discontiguous stacks not being supported). If the OS defaults to a limit of 1GB address space for user processes, at 100KB per stack, that's a hard limit of 10,000 threads. I nev

Re: per jvm thread limit

2003-02-13 Thread Joseph Shraibman
Dan Kegel wrote: Joseph Shraibman wrote: I never got anywhere near 1gb of memory usage. Physical memory, maybe, but I bet you a nickel you got up near 1GB of *virtual* memory. Go learn about how thread stacks work. You're not running out of RAM; you're running out of address

Re: per jvm thread limit

2003-04-02 Thread Joseph Shraibman
Juergen Kreileder wrote: [EMAIL PROTECTED] writes: On Fri, 14 Feb 2003, Juergen Kreileder wrote: BTW: If you use another setting than CONFIG_1GB or if you're on x86-64 you want to use the new release. Older HotSpot versions have problems with the other values. So which ones are good? Is t

Re: browsing java sites

2003-04-04 Thread Joseph Shraibman
Kent E. wrote: does it mean... browsing thru a linux is not allowed while browsing thru a windows2000 can view the page which i stated below? Maybe the windows jvm has broken security, letting it work when it shouldn't. I really have no idea.

Runtime.maxMemory()

2003-04-03 Thread Joseph Shraibman
What does Runtime.maxMemory() return exactly? I have this program: public class MaxMemory{ private static String uft(){ Runtime rt = Runtime.getRuntime(); long free = rt.freeMemory(), total = rt.totalMemory(), used = total - free; long max = rt.maxMemory(); j

Re: Runtime.maxMemory()

2003-04-03 Thread Joseph Shraibman
Joseph Shraibman wrote: What does Runtime.maxMemory() return exactly? With further testing it appears to return exactly 64meg over the true limit. Also when doing java -Xmx3m the real value used is actuall 4 megs, and it appears all odd values are rounded up 1

Re: browsing java sites

2003-04-03 Thread Joseph Shraibman
error messages.. do i have to set another configuration file in linux? thanks in advance... kent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Volano Report update

2003-06-09 Thread Joseph Shraibman
Hui Huang wrote: Still not convinced? Try creating more than 1024 threads, that's something you couldn't do without NPTL. There has been a lot of work done in the past to make this happen. Drop me an email if you'd like to hear more about the boring story of threading support within JVM ;-) I do t

  1   2   >