Entries Tagged as 'Adobe'

Eclipse Annoyance: "Refresh Content"

Adobe , ColdFusion , Tools of the Trade 1 Comment »

Does anyone else have this annoyance? Whenever I open a large file in CFBuilder (built on Eclipse), I see a little notice at the bottom saying "Refresh Content" and it always tends to freeze my IDE. It can occur several times per minute. I've search and found no solution.

Bookmark and ShareSubscribe

Cumulative Hotfix 1 (CHF1) for ColdFusion 9.0.1

Adobe , ColdFusion , Server No Comments »

Now available! More details @ http://kb2.adobe.com/cps/862/cpsid_86263.html.

Bookmark and ShareSubscribe

CFCollection Documentation Incorrect

Adobe , ColdFusion 1 Comment »

For action="list" it states:

"list: returns a query result set, named from the name attribute value, of the attributes of the collections that are registered by ColdFusion. If you have Solr and Verity collections and omit the engine attribute, ColdFusion lists information for both types of collections."

The last statement is not true. If you omit the engine attribute, verity is the default. There is currently no way to get a complete list of collections using cfcollection.

Bookmark and ShareSubscribe

Standalone Solr 9.0.1 Woes

Adobe , ColdFusion 3 Comments »

I've been working with Solr a lot more lately. Its worked fine locally. I decided to try a standalone installation on our dev server so that all developers can access the same collection. However it seems the Solr installer isn't as robust as Verity's.

One issue is that in CFAdmin, Data & Services > Solr Server, you can type in any text or IP, and there is no indication as to whether CF was able to connect at all. It always returns a positive message: "Solr Server Configuration information updated.". Either way, I typed the FQDN of the dev server.

I then went to the Data & Services > ColdFusion Collections page, and it cleared out my old Solr collections, but there was also no error here – it would be nice to know if it wasn't able to connect!

So I tried the URL, http://<FQDN>:8983/solr/, and it didn't connect, so I supposed it was a firewall issue. So I hopped on the dev server, which is a Windows 2008 R2 OS, and went to the firewall area. No entry for Solr!

I suppose that since Verity uses specific ports like 9953, and that its not a web server returning data, its not as big a security risk. You'd have to know the specifics on the proprietary protocol. But, since Jetty is returning data on port 8983, and its a web server, this is where you need some security. It would have been nice though to see CF Solr as an entry in the firewall unchecked, and all you had to do was enable access to your subnet (domain) for the standalone to be complete.

To me, the standalone installer is locked into the server, unless you open it up. And the installer doesn't do any of the work for you, nor does it notify you that you may need to make the following changes for standalone to work properly. Sigh.

Anyways, so I added inbound and outbound entries for the firewall and I am still unable to connect. Does anyone have any clues on any additional setup that is needed for a standalone Solr to accept remote connections? I am able to run the Solr web interface locally on the dev server just fine, just not from my workstation, and the firewall isn't the issue, because I tried turning the firewall off completely and still no-go.

UPDATE: Looks like Jetty is set to block all NON-LOCAL connections. This makes the standalone installer pretty useless. We went to \coldfusionsolr\etc\jetty.xml, and changed -Set name="Host"-127.0.0.1-/Set- to -Set name="Host"-0.0.0.0-/Set- (substitute dashes with <>). But now its open to everyone, and ideally you'd like to enter just your subnet or set of IPs. Looks like I have to drive into Jetty now!

Bookmark and ShareSubscribe

Beware: Change in CF 9.0.1 CGI Scope Functionality

Adobe , ColdFusion , Server No Comments »

Pre-CF 9.0.1, the CGI scope acted funky – but maybe you never noticed.

For example, if you ran:

<cfdump var="#cgi.someRandomString#" /><cfdump var="#StructKeyExists(cgi,"someRandomString")#">

It would result in:

[empty string] YES 

You'll note, the 2nd DUMP is incorrect, as that struct key does NOT exist. As far as I know, this has always been the case for CGI. Well, with CF 9.0.1, bug #82425 was fixed.

The same code now produces this result:

[empty string] NO

Just an FYI.

Bookmark and ShareSubscribe
Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds