Skip to main content
Known Participant
June 3, 2011
Answered

new ColdFusion search brings ColdFusion Builder to halt

  • June 3, 2011
  • 1 reply
  • 1754 views

Can someone do a test for me and use the ColdFusion Builder new Advanced Search? For me CFB maxes out the CPU and hangs.

When I select a folder (contains about 1000 files) in the Navigator view, then on the menu select Search -> ColdFusion Search.

Filling out:

Scope: Selected Recourse

Search: Tag

Choose Tag: cflocation

Conditions: Without attributes addtoken

Click Find All

This topic has been closed for replies.
Correct answer Kiran Sakhare

The CFB tag search does not work well cfm file containing the error, mainly cfm having mixture of HTML and CFML content. You need to wait for sometime so that CFB skips the error file and proceed search with remaining file.

Thanks

Kiran Sakhare

1 reply

henkemikeAuthor
Known Participant
June 3, 2011

For me the progress bar shows "Searching for pattern 'cflocation;.... Scanning file 20 of 1,087: XXXXX.cfm"

I deleted that file and ran the search again. Progress bar shows " "Searching for pattern 'cflocation;.... Scanning file 20 of 1,087: YYYYY.cfm"

CPU Usage on both was 100% and CFBuilder 91%

Looks like the search jumped to 39 files scanned now, but it is taking forever. Searching using the built in eclipse search are wicked fast over the same folder.

henkemikeAuthor
Known Participant
June 3, 2011

finally got "An internal error occurred during: "Search progress polling". Java heap space" while cpu is still pegged


Kiran SakhareCorrect answer
Participating Frequently
June 3, 2011

The CFB tag search does not work well cfm file containing the error, mainly cfm having mixture of HTML and CFML content. You need to wait for sometime so that CFB skips the error file and proceed search with remaining file.

Thanks

Kiran Sakhare