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

cfprogressbar cfc bind runs only once

Community Beginner ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

I'm trying to test the first sample from here ColdFusion Help | Using the cfprogressbar tag

where cfprogressbar ... bind="cfc:pbar.getProgessData()" and the backyard code in pb.cfc

There are plenty more similar samples out there to run cfprogressbar with cfc callback bind since CF9 or so but I get all the same results.

I'm running it on ColdFusion 2016 Update 4 and it only runs once from 0% to 10%. Only one step. Tested with both IE and Chrome with F12 debugger.

In the browser debugger I see pbar.cfc?method=getProgessData& ... calls every one second as it should but the response is always the same like {"MESSAGE":"10%","STATUS":0.1}

How can fix it, any ideas, please?

UPDATE: It works only via http://localhost or https://localhost

Stuck via http://127.0.0.1 or https://127.0.0.1 or direct public available IP address or any domain name to that computer

Views

239

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 Beginner , Sep 12, 2017 Sep 12, 2017

now runs OK

I need to check

in Server Settings > Memory Variables

and restart ColdFusion server

Votes

Translate

Translate
Community Beginner ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

now runs OK

I need to check

in Server Settings > Memory Variables

and restart ColdFusion server

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
Community Expert ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

LATEST

Hi SideX, thanks for sharing that.

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