> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Liotta > Sent: Sunday, February 25, 2001 3:10 PM > To: '[EMAIL PROTECTED]' > Subject: RE: CFGURU: JDK 1.3 and CF > > > Thanks for the solution, it worked for me as well. > > -Matt > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Guy Rish > > Sent: Sunday, February 25, 2001 3:02 PM > > To: [EMAIL PROTECTED] > > Subject: RE: CFGURU: JDK 1.3 and CF > > > > > > Matt, > > > > I actually had a pretty tough time getting Java to run just > > by changing my > > path specifications from my 1.2 directory to my 1.3 > > directory. I haven't > > put the new set though it's paces but I finally did get it to work. > > > > The "JVM not found" error displayed in the browser continued > > for me for > > unknown reasons inspite of the fact that I really was > pointing at the > > libjvm.so file in my 1.3 directory. > > > > This is the error I found in the server.log: > > > > Error occured during initialization of VM > > Unable to load native library > > /usr/local/java/jre/lib/i386/classic/libjvm.so: undefined symbol: > > jdk_sem_post > > > > > > Here is what I did: > > My JVM path in the Administrator is: > > /usr/local/java/jre/lib/i386/hotspot/libjvm.so (which > > was suggested to me > > by the Allaire Support folks) > > and changed my LD_LIBRARY_PATH in ColdFusion start script: > > > > $JAVAPATH/jre/lib/i386:$JAVAPATH/jre/lib/i386/hotspot:$JAVAPAT > > H/jre/lib:$JAV > > APATH/jre/lib/i386/native_threads > > > > Everything seemed to run well enough and appeared fine in the > > browser. I > > did get an interesting message in the server.log though: > > > > # > > # HotSpot Virtual Machine Error, Internal Error > > # Please report this error at > > # http://java.sun.com/cgi-bin/bugreport.cgi > > # > > # Error ID: 4F533F4C494E55580E4350500570 > > # > > # Problematic Thread: > > "Fatal","TID=9224","02/25/01","14:02:21","Caught a > > fatal signal (11) - Aborting" > > > > Looking back at the message I got from Allaire Support about > > configuration I > > noticed a link sent that documents this bug: > > > > http://developer.java.sun.com/developer/bugParade/bugs/4397350.html > > > > Allaire is supposed to also have a reference in their > > Knowledge Base for > > this (21718) but like so many of the items reference to me > > through email by > > Allaire staff, I cannot seem to bring it up at the site. > > Neither by search > > or by manually plugging it into the URL. Perhaps they > > haven't published it > > yet. > > > > The long and short is that in the Implementation Options > > setting in the > > Administrator you need to add the following switch: > > > > -XX:+AllowUserSignalHandlers > > > > Don't forget to restart the CF Server after you make these > > adjustments. > > > > Rish > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Liotta > > Sent: Friday, February 23, 2001 2:16 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: CFGURU: JDK 1.3 and CF > > > > > > Here is the response from Redhat. > > > > This is a buggy JDK (it has hardcoded knowledge about thread > > stacks being > > 2MB in size aligned to that size). We're now discussing what > > do with that. > > > > -Matt > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]]On Behalf Of G. > Hussain Chinoy > > > Sent: Thursday, February 22, 2001 7:42 PM > > > To: [EMAIL PROTECTED] > > > Subject: RE: CFGURU: JDK 1.3 and CF > > > > > > > > > > > > all our NT boxen have no problem w/ JDK/JRE 1.3; must be a > > linux issue > > > > > > i haven't tried IBM's or Blackdown's, though > > > > > > On Thu, 22 Feb 2001, Pete Freitag wrote: > > > > > > > I have had problems getting 1.3 to work on linux as well. > > > But 1.3 works > > > > well on Windows > > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Liotta > > > > Sent: Thursday, February 22, 2001 6:42 PM > > > > To: Cfguru@Granularity. Net (E-mail) > > > > Subject: CFGURU: JDK 1.3 and CF > > > > > > > > > > > > My server, Linux 2.2.14-5.0smp Cold Fusion 4.5.1 sp2 > > > reports the JVM path is > > > > wrong even though I have given it the correct path. > > > However, if I switch to > > > > using JDK 1.2 the problem is resolved. Anyone have any luck > > > using Java > > > > customs tags with CF and JDK 1.3? > > > > > > > > -Matt > > > > -- > > > > cfguru : ColdFusion Guru List > > > > List Coordinator: Robi P. Sen ([EMAIL PROTECTED]) > > > > http://www.granularity.net/cfguru/ > > > > > > > > > > > > -- > > > > cfguru : ColdFusion Guru List > > > > List Coordinator: Robi P. Sen ([EMAIL PROTECTED]) > > > > http://www.granularity.net/cfguru/ > > > > > > > > > > -- > > > cfguru : ColdFusion Guru List > > > List Coordinator: Robi P. Sen ([EMAIL PROTECTED]) > > > http://www.granularity.net/cfguru/ > > > > > -- > > cfguru : ColdFusion Guru List > > List Coordinator: Robi P. Sen ([EMAIL PROTECTED]) > > http://www.granularity.net/cfguru/ > > > > -- > > cfguru : ColdFusion Guru List > > List Coordinator: Robi P. Sen ([EMAIL PROTECTED]) > > http://www.granularity.net/cfguru/ > > > -- > cfguru : ColdFusion Guru List > List Coordinator: Robi P. Sen ([EMAIL PROTECTED]) > http://www.granularity.net/cfguru/ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
