Coldfusion administrator page showing unexpected constant error

2009-06-23 Thread dev losh
The coldfusion administrator for my cf installation is no more working !! Whenever I load the page http://blabla/cfide/administrator/index.cfm , I'm getting the following error : unexpected constant #2 56 I got the same error in my previous CF installation too and ended up

Re: Open source ColdFusion again

2009-06-23 Thread Arsalan Tariq Keen
You can use the following project at Riaforge for CFAJaxproxy I guess AjaxProxy Author: Dave Shuck Last Updated: July 3, 2008 4:04:54 PM EDT Custom tag and associated library that will functionally emulate CFAJAXPROXY for non-CF8 engines --

Launching server monitor peeks out cpu memory

2009-06-23 Thread Vamsi Pappu
HI We are using coldfusion 8 and when we try to launch the server monitor, in a short span of time the memory peeks out and the websites running will hang, we have to restart the service to release all the memory again. It would be of great help if someone has a solution to it. Thanks

Re: Open source ColdFusion again

2009-06-23 Thread Dominic Watson
To whet your appetite, here is some custom js using jquery that will take any link with a class of modal-flyout and open a modal flyout with either the contents of the remote href (ajax) or the div that it points to: script type=text/javascript $('.modal-flyout').boxy(); /script A markup

RE: Open source ColdFusion again

2009-06-23 Thread Adrian Lynch
Well we are in a credit crunch! For me, this makes cfwindow utterly redundant. Dominic ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Open source ColdFusion again

2009-06-23 Thread Dominic Watson
I should point out that the js below relies on the jQuery base library (tiny) + a plugin called 'boxy'. Two very small js includes. 2009/6/23 Dominic Watson watson.domi...@googlemail.com To whet your appetite, here is some custom js using jquery that will take any link with a class of

Re: Open source ColdFusion again

2009-06-23 Thread Peter Boughton
I don't understand what the question here is. As Barney suggests, openBD with GPL covers copyleft, Railo with LGPL covers bundling. There's no need or benefit to a full permissive BSD/MIT licensed engine. Don, if you want CFML-based AJAX functionality, and your engine of choice doesn't

Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
ok.. i dont know when this broke. but every thing looks fine to me. dll's where they should be. cfx tag registers... but nothing is loading in cf8 (i have emailed there tech guys...) Unable to load library Z:\Program Files\Efflare\cfx ImageCR 3\cfx_imagecr3.dll The error occurred in

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts
ok.. i dont know when this broke. but every thing looks fine to me. dll's where they should be. cfx tag registers... but nothing is loading in cf8 (i have emailed there tech guys...) Unable to load library Z:\Program Files\Efflare\cfx ImageCR 3\cfx_imagecr3.dll Can the CF service account

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
hey Dave. yeah it can get to the drive, see the drive in cfadmin just fine. i also tried moving it closer, but with no difference. ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts
yeah it can get to the drive, see the drive in cfadmin just fine. i also tried moving it closer, but with no difference. See if you can open the DLL with this: http://www.dependencywalker.com/ If it opens, see if it requires another module that can't be found. Dave Watts, CTO, Fig Leaf

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
ok! it cant find dwmap.dll ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
i mean dwmapi.dll On Tue, Jun 23, 2009 at 10:22 AM, Paul Ihrig pih...@gmail.com wrote: ok! it cant find dwmap.dll ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts
i mean dwmapi.dll http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/bc7a7414-6564-40bb-b8d2-af86345f2bc2 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington

Special Characters (�) Showing Up

2009-06-23 Thread Robert Nurse
Hi All, Does anyone know why these special characters would be showing up in output (�)? If you can't see it, it looks like a black diamond with a question mark at its center. The same character is even in the browser source. But, no such character is in our code.

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
i dont see a solution... uninstall ie7 on server or install ie8 on server.. wtf... this is a production box... ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: Special Characters (�) Showing Up

2009-06-23 Thread Kris Jones
It's a character out of range for the encoding you're using on the page. Note, that you need to do more than just specify the encoding. You also need to actually write the document with that encoding. Here are a couple of links that have been helpful to me in the past. Ben Nadel blogged about

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts
i dont see a solution... uninstall ie7 on server or install ie8 on server.. wtf... Those seem to be two solutions. There are other potential solutions in the list. You could just compile a stub DLL as mentioned in the thread too, I guess. I don't know if installing vcredist.exe will solve the

Re: Special Characters (�) Showing Up

2009-06-23 Thread Tom Chiverton
On Tuesday 23 Jun 2009, Robert Nurse wrote: Does anyone know why these special characters would be showing up in output (�)? If you can't see it, it looks like a black diamond with a question mark at its center. I have a sensible font here, and they look like non-ASCII ('unicode')

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
i dont really understand the stub thing.. is it just creating a text file, pasting in that text, renaming it to dll an putting it where? win/sys32 dir? ~| Want to reach the ColdFusion community with something they want? Let

Re: Launching server monitor peeks out cpu memory

2009-06-23 Thread Alan Rother
Hey Vamsi, I've seen this too. I believe this is a result of the Memory Tracking utility. When it's enabled, it seems to amplify memory leaks in your application. I would not recommend using it on a production website. The rest of the tools in the server monitor seem to work just fine. Try

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts
i dont really understand the stub thing.. is it just creating a text file, pasting in that text, renaming it to dll an putting it where? win/sys32 dir? No, it involves compiling a DLL. You could put it anywhere within the path. Maybe if you do a Google search on the DLL in question, you may

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
well some thing just crashed the server... like first time in Months.. reboot, now cfx tag works fine some days it dosnt pay to get out of bed.. appreciate the guidance. that dependency tracker is slick.. ~| Want to reach the

Clearing external IP access list in CF 8 Developer Edition

2009-06-23 Thread Eric P
Hi, I have the developer edition of ColdFusion 8 installed which allows for two external machines (IPs) to access the server. CF apparently holds onto the first two external IPs that access the server and refuses any further external connections. Is anyone aware of a way to clear these IPs to

RE: Clearing external IP access list in CF 8 Developer Edition

2009-06-23 Thread Will Swain
Have you tried just restarting the cf server - I thought that did it. -Original Message- From: Eric P [mailto:eric.maill...@gmail.com] Sent: 23 June 2009 16:51 To: cf-talk Subject: Clearing external IP access list in CF 8 Developer Edition Hi, I have the developer edition of

Re: Clearing external IP access list in CF 8 Developer Edition

2009-06-23 Thread Ian Skinner
Eric P wrote: Hi, I have the developer edition of ColdFusion 8 installed which allows for two external machines (IPs) to access the server. CF apparently holds onto the first two external IPs that access the server and refuses any further external connections. Is anyone aware of a way to

Re: Open source ColdFusion again

2009-06-23 Thread Don L
To whet your appetite, here is some custom js using jquery that will take any link with a class of modal-flyout and open a modal flyout with either the contents of the remote href (ajax) or the div that it points to: script type=text/javascript $('.modal-flyout').boxy(); /script A markup

Re: Open source ColdFusion again

2009-06-23 Thread Don L
I don't understand what the question here is. As Barney suggests, openBD with GPL covers copyleft, Railo with LGPL covers bundling. There's no need or benefit to a full permissive BSD/MIT licensed engine. Don, if you want CFML-based AJAX functionality, and your engine of choice

Re: Clearing external IP access list in CF 8 Developer Edition

2009-06-23 Thread Eric P
Thanks for the quick replies! Eric P. On Tue, Jun 23, 2009 at 10:57 AM, Ian Skinnerh...@ilsweb.com wrote: Eric P wrote: Hi, I have the developer edition of ColdFusion 8 installed which allows for two external machines (IPs) to access the server.  CF apparently holds onto the first two

RE: Coldfusion administrator page showing unexpected constant error

2009-06-23 Thread brad
Delete your class files and copy the CFIDE folder from a working install of CF that is the same version. ~Brad Original Message Subject: Coldfusion administrator page showing unexpected constant error From: dev losh devl...@gmail.com Date: Tue, June 23, 2009 1:23 am To:

railo getting started

2009-06-23 Thread Don L
first of all, I hope it's ok to post general cfml engine related question. just downloaded the railo 3.1 executable but have no idea how to get started, its own doc points to its wiki site, which does not seem to have a 'right' doc for getting started with it, but some of you here would know

Re: railo getting started

2009-06-23 Thread John M Bliss
This doesn't help...? http://www.getrailo.org/index.cfm/documentation/installation/railo-express/ On Tue, Jun 23, 2009 at 1:33 PM, Don L do...@yahoo.com wrote: first of all, I hope it's ok to post general cfml engine related question. just downloaded the railo 3.1 executable but have no

Re: railo getting started

2009-06-23 Thread Gerald Guido
You would be bettor off posting to a Railo mailing list. ra...@googlegroups.com http://tech.groups.yahoo.com/group/railo_talk/ G! On Tue, Jun 23, 2009 at 2:33 PM, Don L do...@yahoo.com wrote: first of all, I hope it's ok to post general cfml engine related question. just downloaded the

Re: railo getting started

2009-06-23 Thread Charlie Griefer
On Tue, Jun 23, 2009 at 11:33 AM, Don L do...@yahoo.com wrote: first of all, I hope it's ok to post general cfml engine related question. just downloaded the railo 3.1 executable but have no idea how to get started, its own doc points to its wiki site, which does not seem to have a 'right'

Re: railo getting started

2009-06-23 Thread Gerald Guido
Also there is a How To section on the Railo blog http://www.railo.ch/blog/index.cfm/HowTo On Tue, Jun 23, 2009 at 2:44 PM, Charlie Griefer charlie.grie...@gmail.comwrote: Sean Corfield has a multi-part Railo for Dummies series on his blog:

Re: railo getting started

2009-06-23 Thread Don L
This doesn't help...? http://www.getrailo.org/index.cfm/documentation/installation/railo-express/ On Tue, Jun 23, 2009 at 1:33 PM, D Well, I picked the railo-server package not the express for the latter does not have a web server bundled, need something closer to my need.

Re: railo getting started

2009-06-23 Thread Paul Kukiel
As mentioned the Railo mailing list is really helpfull but I also just blogged a Railo express getting started guide just the other day: http://blog.kukiel.net/2009/06/railo-express-can-starting-cfml.html BTW your problem is probably the port is 8080 not http://localhost:/test.htm

Re: railo getting started

2009-06-23 Thread Paul Kukiel
Well, I picked the railo-server package not the express for the latter does not have a web server bundled, need something closer to my need. The server install is port 6800 I belive from memory. Till you hoock it behind IIS or apache or change the resin configs. Express is Paul.

Re: railo getting started

2009-06-23 Thread Don L
Paul, I just figured it out, it's 8600, so, working now. NOT the documented (README file, 8080). This is bad considering such an important piece of information. Well, I picked the railo-server package not the express for the latter does not have a web server bundled, need something

Re: railo getting started

2009-06-23 Thread Don L
You would be bettor off posting to a Railo mailing list. ra...@googlegroups.com http://tech.groups.yahoo.com/group/railo_talk/ G! On Tue, Jun 23, 2009 at 2:33 PM, D My post got bounced back, go figure. ~| Want to reach the

Re: railo getting started

2009-06-23 Thread Charlie Griefer
On Tue, Jun 23, 2009 at 12:15 PM, Don L do...@yahoo.com wrote: You would be bettor off posting to a Railo mailing list. ra...@googlegroups.com http://tech.groups.yahoo.com/group/railo_talk/ G! On Tue, Jun 23, 2009 at 2:33 PM, D My post got bounced back, go figure. Did you post

Re: railo getting started

2009-06-23 Thread Don L
Thanks, I'll check it out. On Tue, Jun 23, 2009 at 11:33 AM, Don L do...@yahoo.com wrote: first of all, I hope it's ok to post general cfml engine related question. just downloaded the railo 3.1 executable but have no idea how to get started, its own doc points to its wiki site,

Re: railo getting started

2009-06-23 Thread Cutter (ColdFusion)
And, the group moderator has to accept your subscription request, prior to submitting to the google group Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

railto getting started 2 (Windows OS)

2009-06-23 Thread Don L
For clarity and the benefit of future railo users, I'm going to start a new thread here. For future railo server (not express) users, the port is 8600. The second batch of railto server 3.1x questions: data source configuration server configuration installation options a) the config file

Re: railo getting started

2009-06-23 Thread Don L
ok, thanks for the info, I'll dig... And, the group moderator has to accept your subscription request, prior to submitting to the google group Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L
For clarity and the benefit of future railo users, I'm going to start a new thread here. For future railo server (not express) users, the port is 8600. The second batch of railto server 3.1x questions: data source configuration server configuration installation options a) the

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Arsalan Tariq Keen
about part 'a' railo 3.1 with resin does work as an NT Service. There comes a small batch file with I guess.. and if you run it, it creates a NT service... I m saying this because I am using Railo 3.1 with Resin as a service under Win XP SP3 :)

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Paul Kukiel
Browse to http://127.0.0.1:8600/railo-context/admin/web.cfm And you get the CFadmin your used to where you cna setup Datasources and mappings etc. You can even update the server directly from here. Paul. On Tue, Jun 23, 2009 at 3:49 PM, Don L do...@yahoo.com wrote: For clarity and the

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L
Browse to http://127.0.0.1:8600/railo-context/admin/web.cfm And you get the CFadmin your used to where you cna setup Datasources and mappings etc. You can even update the server directly from here. Paul. On Tue, Jun 23, 2009 at 3:49 PM, D Good info, Paul, beautiful. Now, a new question,

Re: CFLDAP and tokengroups

2009-06-23 Thread John J
Hi - I see this mentioned: I am in more than one group, so I don't think the CFLDAP results are correct. I have asked some Adobe reps to confirm if multi-value, binary attributes are being handled correctly. It is possible that the returnasbinary option does not handle multi-valued attributes.

RE: CFLDAP and tokengroups

2009-06-23 Thread Dawson, Michael
I have not yet found a solution, but I have not worked on it much since the last writing of this thread. Thanks, Mike -Original Message- From: John J [mailto:johnv20...@yahoo.com] Sent: Tuesday, June 23, 2009 3:48 PM To: cf-talk Subject: Re: CFLDAP and tokengroups Hi - I see this

Coldfusion Glassfish Apache

2009-06-23 Thread Duane Burke
I know I've seen some comments here about CF8 and Glassfish, but they all seemed to die out pretty quickly without much info. We've been trying to deploy CF8 on Glassfish with mixed results when it comes to multi-homing sites. My manager has pretty much hacked the cf war file that gets

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Peter Boughton
Railo has a cfadmin tag, which is a supported but not yet fully documented feature. There's some info on the Railo blog here: http://www.railo.ch/blog/index.cfm/2006/12/19/New-features-introduced-with-Railo And a few examples have been posted on the Google mailing list - try searching there

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L
Railo has a cfadmin tag, which is a supported but not yet fully documented feature. There's some info on the Railo blog here: http://www.railo.ch/blog/index. cfm/2006/12/19/New-features-introduced-with-Railo And a few examples have been posted on the Google mailing list - try

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L
Railo has a cfadmin tag, which is a supported but not yet fully documented feature. There's some info on the Railo blog here: http://www.railo.ch/blog/index. cfm/2006/12/19/New-features-introduced-with-Railo And a few examples have been posted on the Google mailing list - try

railo getting started 3

2009-06-23 Thread Don L
OS = Windows OS. ok, we're getting to the nitty, gritty part of railo v3.1x. its wiki doc states its support of CFINPUT 's autosuggest attribute, however, it fails me. Thanks. Don P.S. Sorry for asking so many railo questions in such a short time span.

AW: railo getting started 3

2009-06-23 Thread Gert Franz
Don, I guess it's time to invite you to the Railo Google group. Many of these things are answered very fast by the growing community there. At the moment we are updating the Wiki so that it contains all the current tags and functions Railo supports. The wiki will be opened once the final version

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Peter Boughton
the railo wiki stated that it supports cfajaxproxy, however, my version of railto 3.1.0.015 complained: tag AjaxProxy is not supported, how come? The cfajaxproxy tag is not yet implemented. Andrea Campolonghi and others are working on it, and if you join the Google group you'll see the

Re: Coldfusion Glassfish Apache

2009-06-23 Thread Dave Watts
...I can't find the wsconfig file to connect apache so we're doing ugly rewrites - can anyone tell me where it's located, if it exists for J2EE installs? That's a JRun thing, not a CF thing. If you're not using JRun, you don't get wsconfig. You have to use whatever web server connector your

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L
the railo wiki stated that it supports cfajaxproxy, however, my version of railto 3.1.0.015 complained: tag AjaxProxy is not supported, how come? The cfajaxproxy tag is not yet implemented. Andrea Campolonghi and others are working on it, and if you join the Google group you'll see

Re: AW: railo getting started 3

2009-06-23 Thread Don L
Thanks, Gert. Don Don, I guess it's time to invite you to the Railo Google group. Many of these ... Greetings from Switzerland Gert Franz Railo Technologies Professional Open Source skype: gert.franz g...@getrailo.com +41 76 5680 231www.getrailo.ch ...

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L
the railo wiki stated that it supports cfajaxproxy, however, my Thanks, Peter, who's the google group's moderater and his/her email address? Don Sorry, I didn't notice Gert's response before. ~| Want to reach the