Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Coldfusion 9 JDK 32 to 64 bit upgrade

New Here ,
Sep 06, 2013 Sep 06, 2013

I have upgraded My coldfusion 9 to use 64 bit JDK rather than 32 bit. But it still says 32 .When I try to get informtion through server variable.

sun.arch.data.model 32
sun.boot.class.path  /data/www/jdk/jdk1.5.0_14_64bit/jre/lib/rt.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/i18n.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/sunrsasign.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/jsse.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/jce.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/charsets.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/classes 

Jrun Version 4.0

Coldfusion 9.0

SunOS 5.10 Generic_142900-02 sun4v sparc SUNW,T5140

Thanks

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 06, 2013 Sep 06, 2013

Hello deepu23,

The class file confirms the bitness as 64-bit. At the same time, if the java.home is pointing to 64-bit jdk in jvm.config, then that also conforms that the Server running is using 64-bit jdk.

Regards,

Anit Kumar

Translate
New Here ,
Sep 06, 2013 Sep 06, 2013

My steps #

1) Downloaded the JDK and installed it like normal. 

2) And opened up the jmv.config for cf

3) Commented out the existing java.home line with a by putting a "#" at the beginning of the line add a new java.home line below it pointing to your jvm installation.

4) Restart the CF services.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 06, 2013 Sep 06, 2013

deepu23, launch a shell and type:

java -version

What does that say? It should tell you the bitness in the result. If it says 64 bits there, then maybe it's a CF bug?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 06, 2013 Sep 06, 2013
LATEST

Hello deepu23,

The class file confirms the bitness as 64-bit. At the same time, if the java.home is pointing to 64-bit jdk in jvm.config, then that also conforms that the Server running is using 64-bit jdk.

Regards,

Anit Kumar

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources