File corruption
There was a thread late last month about the corruption of bz2 archives of 1.2. I have just tried to unpack the bz2 archive of 117v3 which I downloaded on May 28. I get the same result; bunzip2 reports corruption of the file jdk_1.1.7-v3-glibc-x86.tar.bz2. Was there any resolution to the earlier problem? The files on the mirror.aarnet.edu.au site are from May 11, and the sizes are the same as the ones I have. -- __ /__ Peter B. West [EMAIL PROTECTED] / http://www.uq.net.au/~zzpwest / "Lord, to whom shall we go?" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: File corruption
"Peter B. West" wrote: > > There was a thread late last month about the corruption of bz2 archives > of 1.2. I have just tried to unpack the bz2 archive of 117v3 which I > downloaded on May 28. I get the same result; bunzip2 reports corruption > of the file jdk_1.1.7-v3-glibc-x86.tar.bz2. The native threads file, jdk_1.1.7-v3-glibc-x86-native.tar.bz2, is OK. -- __ /__ Peter B. West [EMAIL PROTECTED] / http://www.uq.net.au/~zzpwest / "Lord, to whom shall we go?" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Oracle's JDBC on Linux
> I've searched Oracle WEB site without success finding mentioned driver. > > Could you point me to its location, please? Or is it part of Oracle8i > > distribution only? > > ip If you are using Linux - Oracle 8.0.5: Don't use the Thin JDBC driver from WWW-Oracle, its buggy for files bigger 2kb. Use the Thin JDBC driver which comes along with the Linux Oracle 8.0.5 distribution ... oralce/jdbc/lib/classes111.zip This works fine. Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Newbie question.... Servlets on Linux
> I'd also like to see comments from those who have installed/run all > of the servlet stuff or have atempted it. > > Many thanks in advance !! > > Phil Butler > [EMAIL PROTECTED] Servlets are running without any problems on Linux. The combination apache/jserv is very good, using of apache/jrun also works fine. (I'm using JDK 1.1.x and the newest apache with jrun or jserv on a glibc Linux) Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:RE: Newbie question.... Servlets on Linux
Our web-mail interface engine was written in servlets and is supporting hundreds of concurrent users with ease. A showcase is running on Linux 5.2 with Apache/JServ 1.0b5. It's good combination for good. Steve Nguyen KBMail Software & Service Provider http://www.kbmail.com Original message Date: Sat, 05 Jun 1999 13:41:51 +0200 From: Marcel Ruff <[EMAIL PROTECTED]> To: "Philip L. Butler" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE: Newbie question Servlets on Linux -- > I'd also like to see comments from those who have installed/run all > of the servlet stuff or have atempted it. > > Many thanks in advance !! > > Phil Butler > [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RH6
On Fri, 4 Jun 1999 17:03:59 -0600 (MDT), Yohans Mendoza wrote: >hi all, >I had jdk 117 working perfectly on RH5.2, and when I upgraded to 6.0 I >couldn't get my javac to work. I tells me someting about shared libraries. >Where can I get a copy of jdk that's know to work on RH6 or is it wise to >get the source and compile it? Please read the past postings to this list... RedHat 6.0 is glibc 2.1 based and broke the 1.1.7 v1a release of the JDK. We have made a 1.1.7 v3 release available that fixes this problem. Michael Sinz -- Director of Research & Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web ---> http://www.users.fast.net/~michael_sinz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
jdk 1.2prev2 ready for glibc2.1
Yeah as you see in the subject, I found it, it's ready, let's use it. See ya. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: File corruption
"Peter B. West" wrote: > There was a thread late last month about the corruption of bz2 archives > of 1.2. I have just tried to unpack the bz2 archive of 117v3 which I > downloaded on May 28. I get the same result; bunzip2 reports corruption > of the file jdk_1.1.7-v3-glibc-x86.tar.bz2. > > Was there any resolution to the earlier problem? The files on the > mirror.aarnet.edu.au site are from May 11, and the sizes are the same as > the ones I have. I donwloaded last wednesday from ftp.tux.org and have no problem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
alternate visual
Is there any way to make java GUI apps use a different X visual? (e.g. like netscpape's 'netscape -visual 0x22') ? Actually, this new visual *is* my default visual, but some apps, like netscape and java GUI apps seem to ignore it... Regards, Bryan Van de Ven _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Error loading MetalLookAndFeel/JDK1.2pre2
Hi. When I´m running Swing programs I´m getting the following: ---snip--- $ java -green -Djava.compiler=3D Stylepad Exception in thread "main" java.lang.Error: can't load javax.swing.plaf.metal.MetalLookAndFeel at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:826)= at javax.swing.UIManager.initialize(UIManager.java:896) at javax.swing.UIManager.maybeInitialize(UIManager.java:913) at javax.swing.UIManager.getUI(UIManager.java:535) at javax.swing.JPanel.updateUI(JPanel.java:110) at javax.swing.JPanel.(JPanel.java:70) at javax.swing.JPanel.(JPanel.java:100) at javax.swing.JRootPane.createGlassPane(JRootPane.java:225) at javax.swing.JRootPane.(JRootPane.java:181) at javax.swing.JFrame.createRootPane(JFrame.java:154) at javax.swing.JFrame.frameInit(JFrame.java:147) at javax.swing.JFrame.(JFrame.java:124) at Stylepad.main(Stylepad.java:57) ---snip--- ...and nothing happens, so I aborted (Ctrl-C). I had the same problem with JDK1.2pre1 and JDK1.2pre2 on debian 2.0, 2.1 upgraded from 2.0 and 2.1, and I was not able to find a similar behavior in the ML archive, nor a note on blackdown.org, so it=B4s propably my fault :( Looks like a missing Metal. I´m now running Debian 2.1 (recently installed) and JDK1.2pre2. The URW fonts are intalled... Any ideas? TIA, Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Some warnings about fonts in jdk1.2 pre2 glibc2.1
Does anyone knows what does it mean?? Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] . Every time I run the VM on the new JDK1.2 pre2 for glibc 2.1 Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: select() API
On Wed, 2 Jun 1999, Bernhard Fastenrath wrote: > [EMAIL PROTECTED] wrote: > > At least one company I know of has been forced to a custom JVM > > (Hewlett-Packard's) in order to get acceptable performance out of a > > Java-based server, and they basically made an interface to select(). > > I believe they've submitted a proposal to Sun also. And according to > > them, the Sun engineers are amenable to doing something about this. > > Oops, i was just about to implement it myself. > Is their select() interface availabe online? I've received a copy of their interface but I can't disclose it publicly I'm afraid. It's based on poll() rather than select() and is pretty straightforward. According to my sources this should be part of the HP 1.1.8 JVM but whether it is custom or not is unclear. I was mistaken on the point that it will be a public specification, it is unclear at the moment. I'm also not sure how much work if any the JVM needs to do to support this other than the JNI. . . . Sean. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Error loading MetalLookAndFeel/JDK1.2pre2
I also get this stuff when runnin on 16bpp (RIVA128), or I get totally black windows, or (what looks like) Java2D initialization errors (e.g. MoleculeViewer) errors about color model mismatch. When I change to 32bpp all goes well, but then all graphics are unbelievably slow (a couple orders of magnitude slower than what you'd expect from an _interpreter_). For console apps all goes well, though. Other issue: I tried to build the sources, but I wasn't able to find the source distribution that the readme mention, I used the distribution that's available in the SCSL site (jdk1_2-src.tar.gz)... the build goes well until a it gets errors compiling some Java sources - instantiation of abstract classes. Is blackdown using some more recent sources??? - Original Message - From: Mark Andreas Meyer <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 31, 1999 4:19 AM Subject: Error loading MetalLookAndFeel/JDK1.2pre2 > Hi. > When I´m running Swing programs I´m getting the following: > > ---snip--- > $ java -green -Djava.compiler=3D Stylepad > Exception in thread "main" java.lang.Error: can't load > javax.swing.plaf.metal.MetalLookAndFeel > at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:826)= > > at javax.swing.UIManager.initialize(UIManager.java:896) > at javax.swing.UIManager.maybeInitialize(UIManager.java:913) > at javax.swing.UIManager.getUI(UIManager.java:535) > at javax.swing.JPanel.updateUI(JPanel.java:110) > at javax.swing.JPanel.(JPanel.java:70) > at javax.swing.JPanel.(JPanel.java:100) > at javax.swing.JRootPane.createGlassPane(JRootPane.java:225) > at javax.swing.JRootPane.(JRootPane.java:181) > at javax.swing.JFrame.createRootPane(JFrame.java:154) > at javax.swing.JFrame.frameInit(JFrame.java:147) > at javax.swing.JFrame.(JFrame.java:124) > at Stylepad.main(Stylepad.java:57) > ---snip--- > > ...and nothing happens, so I aborted (Ctrl-C). > > I had the same problem with JDK1.2pre1 and JDK1.2pre2 on debian 2.0, 2.1 > upgraded from 2.0 and 2.1, and I was not able to find a similar behavior in > the ML archive, nor a note on blackdown.org, so it=B4s propably my fault :( > Looks like a missing Metal. > > I´m now running Debian 2.1 (recently installed) and JDK1.2pre2. The URW fonts > are intalled... > > Any ideas? > > TIA, Mark > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Problems with jdk1.2v2
I just downloaded and installed the glibc2.1 version of the jdk1.2. I have two problems. First off, using jdk117v3 I have the enviorment setting CLASSPATH='./' so I can test trusted applets. But now using the jdk1.2v2 the applets are no longer trusted. What is wrong? Also I keep getting out of memory errors, and I don't understand what is meant by the README.linux that says how to change the default heap size. Could someone tell me how to change it, the readme says -mxNNm but not sure what this means. Thanks, Bri _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Quick fix for the broken permissions in jdk1.2pre2
For those who are tripping over the broken permissions in the jdk1.2pre2 pre-release, here is the complete list of commands to fix them (based on comparing to the glibc2.1-compatible tree, which isn't broken): chmod 0775 jre/lib/i386/libsunwjit.so chmod 0644 jre/lib/fonts/LucidaTypewriterRegular.ttf chmod 0644 jre/lib/fonts/LucidaTypewriterBold.ttf chmod 0644 jre/lib/fonts/LucidaTypewriterOblique.ttf chmod 0644 jre/lib/fonts/LucidaTypewriterBoldOblique.ttf chmod 0644 jre/lib/fonts/LucidaBrightRegular.ttf chmod 0644 jre/lib/fonts/LucidaBrightDemiBold.ttf chmod 0644 jre/lib/fonts/LucidaBrightItalic.ttf chmod 0644 jre/lib/fonts/LucidaBrightDemiItalic.ttf chmod 0644 jre/lib/fonts/LucidaSansRegular.ttf chmod 0644 jre/lib/fonts/LucidaSansDemiBold.ttf chmod 0644 jre/lib/fonts/LucidaSansOblique.ttf chmod 0644 jre/lib/fonts/LucidaSansDemiOblique.ttf Nathan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Problems with jdk1.2v2
> Date: Sat, 5 Jun 1999 15:29:50 -0700 (PDT) > From: Bob Cadenza <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > > First off, using jdk117v3 I have the enviorment > setting CLASSPATH='./' so I can test trusted applets. But now using > the jdk1.2v2 the applets are no longer trusted. What is wrong? See "Appletviewer No Longer Uses CLASSPATH" at: http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/migration.html#applets You will have to create a security policy file that makes your applet trusted. > Also I keep getting out of memory errors, and I don't understand what > is meant by the README.linux that says how to change the default heap > size. Could someone tell me how to change it, the readme says -mxNNm > but not sure what this means. We refer you to the fine manual: http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/java.html (Interestingly there is a bug in our man page! The default on Solaris is 64M, not 16M; on Linux pre2 it is 16M.) -Anand. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
JDK 1.2 pre 2 & SuSE 6.1
Hi, I've just untarred the new jdk on my SuSE 6.1 and I got an error because it seems that I have no libhpi.so on my system. Should I have one ? Is it possible to run this JDK on SuSE 6.1 ? I searched this thread and I didn't find any previous messages regarding this library. Thanks in advance Ramiro Diaz Trepat [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
what happened to the JIT in pre2?
I just downloaded the JDK1.2 pre2, and installed it. Anytime I try and invoke the jvm (ie. java ) it comes back and tells me that it cannot find the JIT (sunwjit) and that it is switching to interpreted mode instead. Any ideas on why and how to fix it? The platform is : Dual PII-450 512MB Ram Suse 6.1, 2.2.9 kernel Thanks, /CMH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: what happened to the JIT in pre2?
> I just downloaded the JDK1.2 pre2, and installed it. Anytime I try and > invoke the jvm (ie. java ) it comes back and tells me that it > cannot find the JIT (sunwjit) and that it is switching to interpreted > mode instead. > Any ideas on why and how to fix it? The access permissions of some of the files in the archive are wrong. Do this: chmod 755 jdk1.2/jre/lib/i386/libsunwjit.so chmod 644 jdk1.2/jre/lib/fonts/* CU, Stefan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Problems with jdk1.2v2
May I suggest that the developement group fix the permission problems and release a v3, or v2a version in order to stem the tide of questions relating to this problem. Steve -- __ Stephen Martin _ _ |/_ \ MORTICE KERN SYSTEMS INC. [EMAIL PROTECTED] ,/ \ / \ | / |( | 185 Columbia Street West (519)883-3215| | | |/ | \ / Waterloo, Ontario Fax: (519)884-8861 | | | | \ | _) Canada N2L 5Z5 \__/ "If Bill Gates had a nickel for every time Windows crashes... Oh wait! He Does!" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK 1.2 pre 2 & SuSE 6.1
> Hi, I've just untarred the new jdk on my SuSE 6.1 > and I got an error because it seems that I have no libhpi.so on my > system. > Should I have one ? Is it possible to run this JDK on SuSE 6.1 ? > I searched this thread and I didn't find any previous messages regarding > this > library. This library is part of the JDK (jdk1.2/jre/lib/i386/native_threads/libhpi.so and jdk1.2/jre/lib/i386/green_threads/libhpi.so). You probably have downloaded the wrong version of the JDK, i.e., the version for glibc2.1 instead of glibc2.0. SuSE 6.1 is based on glibc2.0 and it works fine here with the right JDK. CU, Stefan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK 1.2 pre 2 & SuSE 6.1
Actually, no I did install the glibc2.0 version, I made sure of that. However I found the problem. I noticed that when I accidentally forgot to exit out of 'su' once and ran the 'java -version', it did NOT complain about not finding sunwjit... So that told me there might be some access problems on the libraries. Sure enough, ls -l in jdk1.2/jre/lib/i386 showed that libsunjwit.so had the permissions of 'rw-r-' and the owner set to "13899" and the group set to "disk"... Matter of fact ALL the libraries had that owner and group. Changing the permissions to "rwxr-xr-x" (i.e. allowing anyone to read and access the darn thing) cleared up the problem right away. /CMH Stefan Proels wrote: > > Hi, I've just untarred the new jdk on my SuSE 6.1 > > and I got an error because it seems that I have no libhpi.so on my > > system. > > Should I have one ? Is it possible to run this JDK on SuSE 6.1 ? > > I searched this thread and I didn't find any previous messages regarding > > this > > library. > > This library is part of the JDK > (jdk1.2/jre/lib/i386/native_threads/libhpi.so and > jdk1.2/jre/lib/i386/green_threads/libhpi.so). You probably have > downloaded the wrong version of the JDK, i.e., the version for > glibc2.1 instead of glibc2.0. SuSE 6.1 is based on glibc2.0 and > it works fine here with the right JDK. > > CU, > Stefan > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RedHat 6, JDK 1.2. native threads & JNI
"Andy Levine" <[EMAIL PROTECTED]> writes: > > > How involved is it to fix the problems caused by the glibc 2.1 > > changes? Where > > can I read more about the evolution of Linux threads from the 1.x > > kernel on? It > > seems almost all the sticky Java problems on Linux relate to the > > thread model. > > > > What areas do the Java-Linux porting team need help with at this point? > > > I TOO am confused...how complicated can this be ? Isn't is as simple as a > recompile of the sources against the 2.1 glibc libraries ? I had similar Well, that and the glibc 2.1 Motif libraries. "Just a recompile" I doubt that many of you have any concept of what "just a recompile" means when building JDK 1.2 -- it's a 2 hour process these days on reasonably fast hardware. -- Steve Byrne | Try Linux: The Soul of a GNU Machine [EMAIL PROTECTED] | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Image/Thread Problems
I've been doing some work with java.awt.Images in the past few days (1.2pre2 for glibc2.0, native threads, RH5.2), and I seem to be hitting some strange deadlocks between my event and image-loading threads. As best I can tell, it looks like ImageObserver.imageUpdate() is not being reliably called while I'm waiting for an image to load. I've been reading about these elusive threading problems delaying the 1.2 release... have they been known to assert themselves when dealing with Images? (The real question for me: do I stare at my code and scratch my head, or might I be able to blame the JVM or maybe the image classlibs?) Nathan Meyers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
jdk 1.2 prev 2
Hi, I think this question has been answered so please bear with me. I installed the latest blackdown jdk1.2 prev 2 and I get the following messages whenever I try to launch an application. Warning: JIT compiler "sunwjit" not found. Will use interpreter. Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] ... ... The application comes up but the fonts are pretty big. I just read a post that the JIT warning is due to incorrect file permissions. Could anyone tell me how I could fix the font errors? Thanks for your help.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]