These environment variables were only slightly different then the ones I
had. However, changing them to what was suggested in your mail had no affect
on the error. Of course I am using a RH 6.2 system.

I don't have any stock RH 7 systems available to try this on. I will go
ahead and try it on the two RH 7 systems I do have which use 2.4.1 and
2.4.2. I also have a stock RH 7.1 system I can try it on as well.
Unfortunately, none of these systems are SMP.

-Matt

> -----Original Message-----
> From: Deb Dickerson [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, February 24, 2001 6:49 PM
> To: CF-Linux
> Subject: RE: CFGURU: JDK 1.3 and CF
> 
> 
> Matt,
> 
> I received the following from a co-worker. I haven't 
> personally tried it,
> but it looks like it might be what you need.
> 
> Debbie
> 
> 
> Environment:
> CF4.5.1sp2, RH7 upgrade from 6.2, Sun jdk 1.3
> 
> Solution:
> http://forums.allaire.com/devconf/Index.cfm?Message_ID=650618 
> by Sharon
> Stone
> 
> This solution worked for me. This forum thread left out one 
> detail, to set
> up the JAVAHOME in the start script before using it in the LD 
> LIBRARY PATH.
> 
> Here is the exact steps I took to get the jdk1.3 to work.
> 
> 1) Add JAVAHOME to the start script under CFHOME.
> 
>         # Set during install
>         CFHOME=/opt/coldfusion
>         ODBCINI=$CFHOME/odbc/odbc.ini
>         JAVA_HOME=/java/jdk1.3
>         # This javahome will need point to your install of 
> the jdk1.3 which
> may be different than /java/
> 
> 2) Configure the LD LIBRARY PATH.
> 
> LD_LIBRARY_PATH=$CFHOME/lib:$JAVA_HOME/jre/lib/i386/hotspot:$J
> AVA_HOME/jre/l
> ib/i386/native_threads:$JAVA_HOME/jre/lib/i386/
> 
> 3) Configure the JVM path in the CFAdmin Java page as usual, 
> pointing to the
> libjvm.so
>         Add System Option: java.lang.Compiler=NONE
>         Add Implementation Option: -XX:+AllowUserSignalHandlers
> 
>  4) Recycle CF
> 
> 
> 
> > -----Original Message-----
> > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, February 24, 2001 8:56 PM
> > To: CF-Linux
> > Subject: RE: CFGURU: JDK 1.3 and CF
> >
> > That won't help me very much with using JDK 1.3 and CF. I need
> > java.lang.reflect.Proxy which is only available in JDK 1.3.
> >
> > -Matt
> >
> > > -----Original Message-----
> > > From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, February 23, 2001 2:33 PM
> > > To: CF-Linux
> > > Subject: Re: CFGURU: JDK 1.3 and CF
> > >
> > >
> > > Try using the Blackdown 1.2.2 FCS JDK.
> > > Make sure you closely follow the Blackdown recommended patches...
> > >
> > > --
> > > Tom Jordahl
> > > Allaire Development
> > >
> > >
> > > Matt Liotta wrote:
> > >
> > > > 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: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > >> Sent: Friday, February 23, 2001 9:44 AM
> > > >> To: CF-Linux
> > > >> Subject: RE: CFGURU: JDK 1.3 and CF
> > > >>
> > > >>
> > > >> The JDK is from Sun.
> > > >>
> > > >> -Matt
> > > >>
> > > >>
> > > >>> -----Original Message-----
> > > >>> From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > >>> Sent: Friday, February 23, 2001 7:06 AM
> > > >>> To: CF-Linux
> > > >>> Subject: RE: CFGURU: JDK 1.3 and CF
> > > >>>
> > > >>>
> > > >>> Is the 1.3 jdk he is working with the IBM one?
> > > >>>
> > > >>> -----Original Message-----
> > > >>> From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > >>> Sent: Thursday, February 22, 2001 11:24 PM
> > > >>> To: '[EMAIL PROTECTED]'
> > > >>> Cc: CF-Linux (E-mail)
> > > >>> Subject: FW: CFGURU: JDK 1.3 and CF
> > > >>>
> > > >>>
> > > >>> Any idea what is causing this?
> > > >>>
> > > >>> -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
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.

Reply via email to