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

Cannot get BCrypt to work in CF11

LEGEND ,
Dec 05, 2015 Dec 05, 2015

Copy link to clipboard

Copied

Hello, all,

I'm trying to get bcrypt to work in CF11 server, and I'm banging my head into a wall.

I've got the following in my application.cfc file:

this.jsPath = "/path/to/html/classes/";

this.javaSettings = {LoadPath = this.jsPath};

The path is where I have placed "BCrypt.class" file downloaded from GitHub.

This, by itself, doesn't cause any problems.  But adding the following causes it to error, and it will NOT see the application scoped variables (like the onError email address that I'm setting):

bcrypt = CreateObject("java","BCrypt");

This breaks everything and even the error template won't display.  What am I missing?

Thank you,

^_^

Views

771

Translate

Translate

Report

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

Community Expert , Dec 06, 2015 Dec 06, 2015

There is an array in there:

this.javaSettings = {LoadPaths = ["/path/to/html/classes/"]};

Votes

Translate

Translate
Community Expert ,
Dec 06, 2015 Dec 06, 2015

Copy link to clipboard

Copied

There is an array in there:

this.javaSettings = {LoadPaths = ["/path/to/html/classes/"]};

Votes

Translate

Translate

Report

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
LEGEND ,
Dec 07, 2015 Dec 07, 2015

Copy link to clipboard

Copied

Hi, BKBK‌,

I'll give that a shot after I get home from work.  If that does work, I'll contact aliaspooryorik and let him know (I got instructions from one of his blogs.)

Thanks!

V/r,

^_^

Votes

Translate

Translate

Report

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
LEGEND ,
Dec 08, 2015 Dec 08, 2015

Copy link to clipboard

Copied

LATEST

I haven't tested it, yet, but it did not error when I tried to create the instance, so I'm going to assume that your answer is the correct one.

Thank you, BKBK‌!

V/r,

^_^

Votes

Translate

Translate

Report

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
Documentation