jvm config questions -- stack size -- fatal error

2005-11-10 Thread jt
I am getting this message on a server and am wondering if anyone has seen it before: Fatal: Stack size too small. Use 'java -Xss' to increase default stack size. The coldfusionmx service crashes. I have to go in and manually kill the service and restart it for the server to start working again.

Re: MySQL DSN

2005-10-30 Thread jt
Can you post any errors you get from CF/MySQL -- also any errors in the CF logs? --- Josh Trefethen Exciteworks, Inc http://exciteworks.com Expert Reseller Hosting On 10/28/05, Snake [EMAIL PROTECTED] wrote: MySQL 4.1.13 I dunno what the grant statement was as I use HELM or MySQL

Can't set heap size in cfadmin interface

2005-05-15 Thread jt
Hello, I am trying to set the heap size in the cfadmin interface, but I get a wierd error and it doesn't let me change it. It is currently set to 512 Mb I want to up it to 1024 Mb. When I submit the change in the cfadmin, I get theis message at the top of my screen: [unknown type] Any

cfmx keeps crashing! help!

2005-05-01 Thread jt
My server keeps crashing I am running CFMX 6.1 on red hat enterprise linux 3 (RHEL3) with Apache. ColdFusion seems to be stalling and taking Apache with it! Whenever CF crashes, all sites on the server won't server pageseven if they are php or just html. once I restart CF, everything

Re: Urgent:coldfusion loging

2004-11-02 Thread JT News
Yep, this is possible...Just archive through the CFAdmin (the archive icon). Or, go to the directory and move the files to the directory of your choosing. -- Exciteworks, Inc Expert Hosting for less! *Ask for a free 30 day trial!* http://exciteworks.com Plans starting at -$12.95- including MS

Re: Verity not installed?

2004-11-02 Thread JT News
What version/distro of Linux are you on? have you patched your CFMX 6.1 with the fixes for verity? -- Exciteworks, Inc Expert Hosting for less! *Ask for a free 30 day trial!* http://exciteworks.com Plans starting at -$12.95- including MS SQL Server!

Re: Online Presentations

2004-11-02 Thread JT News
WebEx, Oracle Collaboration Suite, Microsoft has one too... -- Exciteworks, Inc Expert Hosting for less! *Ask for a free 30 day trial!* http://exciteworks.com Plans starting at -$12.95- including MS SQL Server! ~| Purchase

Re: includes and cfc's

2004-11-02 Thread JT News
Thanks for the resources! I spent a good deal of time yesterday looking at the docs and example apps at mach-ii.com I'll let you all know how it goes. -Josh -- Exciteworks, Inc Expert Hosting for less! *Ask for a free 30 day trial!* http://exciteworks.com Plans starting at -$12.95- including

Re: Verity not installed?

2004-11-02 Thread JT News
I have CFMX 6.1 on FC2 at my office...I will try to recreate this issue (haven't done any verity on it yet). Unfortunately gmail is blocked on the network there, so I won't be able to post any further on this for a bit. I will let you know ASAP though... I do have CFMX 6.1 on RHEL3 using Verity

Any news from MAX?

2004-11-02 Thread JT News
Anybody at max got any good stuff to share? Anyone know of any bloggers giving updates? Thanks! -- Exciteworks, Inc Expert Hosting for less! *Ask for a free 30 day trial!* http://exciteworks.com Plans starting at -$12.95- including MS SQL Server!

Re: A bit OT: MySQL resources?

2004-10-31 Thread JT News
Congrats on moving away from Access! MySQL is great. If you have apache running, you can also run phpMyAdmin -- it is a good web interface for MySQL. If you need more functionality (stored procedures, triggers, etc.) I would also recomend PostgreSQL. There are various front end tools for this

Re: includes and cfc's

2004-10-31 Thread JT News
Joe, This is pretty interesting, the init function and different ways of calling CFCs...is there any further documentation on this anywhere? I love seeing new ways to do things. This matches better what I have used in other languages. oh and PS, I tried your link in the footer

Re: A bit OT: MySQL resources?

2004-10-31 Thread JT News
Thanks for the link! I haven't seen this one before...worth a look. I am not shy about using other technologies though...CF is just one of the tools in my tool box ;-) -Josh -- Exciteworks, Inc Expert Hosting for less! *Ask for a free 30 day trial!* http://exciteworks.com Plans starting at

Re: Logging all users actions...

2004-10-31 Thread JT News
Hello, I am not sure what you are asking... Are you asking if it is possible to log a user's actions in your application in a DB? OR Are you asking if the DB logs all the database user actions (actions of a user against tables, etc.) in the database somewhere? If it is #1, then yes, you

Re: Menu based in user roles using CF

2004-10-31 Thread JT News
Your talking about an ACL (access control list). Most mature applications have this in one form or another. They typically involve (in my experience) an access level that is numeric (say 10 for an admin and 1 for guest) and involve evaluating the current user's access to determine if a tab

Re: Document Icons

2004-08-12 Thread JT
ME TOO - Original Message - From: Emmet McGovern To: CF-Talk Sent: Thursday, August 12, 2004 10:48 AM Subject: RE: Document Icons I was looking for the exact same thing.Care to share? Emmet _ From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004

Re: attribute value...

2004-07-14 Thread JT
whats the name of your query Lets see the complete cfquery tag - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Wednesday, July 14, 2004 9:44 AM Subject: attribute value... I've got a piece of code... 195 :cfloop query=market 196 :option value=#market.c_marketid# cfif

remove first character

2004-06-14 Thread JT
How Do I remove first character in a string. JT [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: remove first character

2004-06-14 Thread JT
a carriage return but when I use StripCR() it does not work . How can I find out what that Character is and remove it? Thanks JT -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 5:21 AM To: CF-Talk Subject: Re: remove first character JT wrote

Word .DOC file

2004-06-10 Thread JT
I have a cfm page that creates a RTF File. How can I save it as a Word .DOC file. any help would be appreciated. I have word on the machine. thanks in advance JT I [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: How do I track

2004-05-31 Thread JT
Thanks, I got it working yesterday using a image. JT -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 2:11 AM To: CF-Talk Subject: RE: How do I track You are mixing _javascript_ (client side) and CF (server side) here. This simply won't work

variable as a string

2004-05-31 Thread JT
Hi Gang, I have a variable as a string Tuesday, June 1, 2004 What I am Trying to figure out is how can I change it to 06-01-2004 Any one can tell me if it can be done and how? JT [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: variable as a string

2004-05-31 Thread JT
When I do that I get this Error The value Tuesday, June 1, 2004 could not be converted to a date. JT -Original Message- From: Aaron DC [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 4:54 PM To: CF-Talk Subject: Re: variable as a string DateFormat(yourvar, mm-dd-) Aaron

RE: variable as a string

2004-05-31 Thread JT
Thanks Matthew, Just What I was Looking For. JT -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 5:43 PM To: CF-Talk Subject: RE: variable as a string Have you tried parseDateTime() or lsParseDateTime()? (That's an L not an I) _ From: JT

How do I track

2004-05-30 Thread JT
How do I track How long someone has viewed a coldfusion page...any ideas would be apprciated. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: How do I track

2004-05-30 Thread JT
, JT -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Sunday, May 30, 2004 11:05 AM To: CF-Talk Subject: Re: How do I track you could set a session variable... cfset session.timeFirstView = Now() Then on an unload _javascript_ event...to detect when the page is left

RE: CFMyAdmin MySQL Database Manager Launched - Free Application!

2004-04-12 Thread JT
Daniel, Will tool export and import am access files? from my sql to access access to my sql? JT -Original Message- From: Daniel Mackey [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 12:20 PM To: CF-Talk Subject: RE: CFMyAdmin MySQL Database Manager Launched - Free Application

RE: Domain name registration

2004-04-12 Thread JT
I would think if you own something you can do what you want with it. : Yves Arsenault [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 9:39 AM To: CF-Talk Subject: OT: Domain name registration Sorry for the OT, but while brainstorming for domain name. I came across this...

RE: Backing up MySQL DB InnoDB tables

2004-04-11 Thread JT
Hi Peter, Nice tag. What can I do to Fix this Error. The tag does not have an attribute called connectstring. The valid attribute(s) are name, datasource, dbtype, sql, username, password, maxrows, blockfactor, timeout, cachedafter, cachedwithin, debug. -Original Message- From: Peter

RE: Backing up MySQL DB InnoDB tables

2004-04-11 Thread JT
Never mind I just made a dsn to any MySQL data source. -Original Message- From: JT [mailto:[EMAIL PROTECTED] Sent: Sunday, April 11, 2004 2:53 PM To: CF-Talk Subject: RE: Backing up MySQL DB InnoDB tables Hi Peter, Nice tag. What can I do to Fix this Error. The tag does not have

query for all records in this week

2004-04-04 Thread JT
I have a MySQL database table that has a date column , how can I query for all records in this week and group on day of week. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: query for all records in this week

2004-04-04 Thread JT
04, 2004 7:27 AM To: CF-Talk Subject: Re: query for all records in this week JT said: I have a MySQL database table that has a date column , how can I query for all records in this week and group on day of week. Define this week :-) This week of this year: SELECTdatefld FROMtable WHERE EXTRACT

RE: query for all records in this week

2004-04-04 Thread JT
-Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Sunday, April 04, 2004 7:59 AM To: CF-Talk Subject: RE: query for all records in this week JT said: I get this error Syntax error or access violation: You have an error in your SQL syntax near 'WEEK FROM datefld

RE: query for all records in this week

2004-04-04 Thread JT
/ manual_Date_and_time_functions.html about 1/3 way down the page, shows the types supported for EXTRACT Week is not mentioned. However, MySQL does support mysql select WEEK('1998-02-20'); - 7 So that is likely the cause of confusion; HTH Dick On Apr 4, 2004, at 8:21 AM, Jochem van Dieten wrote: JT said

RE: Good (inexpensive) domain registration

2004-03-18 Thread JT
GODADDY.COM -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:57 PM To: CF-Talk Subject: Good (inexpensive) domain registration I need to register about a dozen domains for personal/family use. Who do you guys currently recommend as a good

RE: Good (inexpensive) domain registration

2004-03-18 Thread JT
) == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com == If you woke up breathing, congratulations! You have been given another chance! - Original Message - From: JT To: CF

How do you store a image

2004-02-26 Thread JT
How can I store a image binary file in a database. I want to upload a image and place the actual jog in a MySQL database. Can this be done? if so what steps would I take. thanks for any Help JT [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: How do you store a image

2004-02-26 Thread JT
. But yeah, I recommend you just store a reference to the image in teh database, rather than the image itself. Database are designed to serve up data, not files. -Adam -Original Message- From: JT [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 05:50 PM To: 'CF-Talk' Subject: How

RE: CF lead management app?

2004-02-23 Thread JT
what would you you like it you do.. what features are you looking for? -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 2:45 PM To: CF-Talk Subject: CF lead management app? Does any one know of a good lead management application? I would like

How can I know which record the loop is in

2004-02-15 Thread JT
I have 6 records in a CVS List. How can I know which record the loop is in on a cfloop? ie.. which variable can I output to see which record it is looking at? JT [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: How can I know which record the loop is in

2004-02-15 Thread JT
BTW I am treating the loop as a list. -Original Message- From: JT [mailto:[EMAIL PROTECTED] Sent: Sunday, February 15, 2004 10:16 AM To: CF-Talk Subject: How can I know which record the loop is in I have 6 records in a CVS List. How can I know which record the loop is in on a cfloop? ie

RE: How can I know which record the loop is in

2004-02-15 Thread JT
Counter=1 cfloop list=#ListOfSix# index=LoopListIndex #Counter# #LoopListIndex#br cfset Counter=Counter+1 /cfloop /cfoutput -Original Message- From: JT [mailto:[EMAIL PROTECTED] Sent: Sunday, February 15, 2004 9:16 AM To: CF-Talk Subject: How can I know which record the loop is in I have 6

Pulling record for this month

2004-02-04 Thread JT
but it pulls 0 records What am I doing wrong? Thx , JT [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Pulling record for this month

2004-02-04 Thread JT
Thanks STEVEN that worked like a charm... i guess I need a brain dump JT -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 11:43 AM To: CF-Talk Subject: RE: Pulling record for this month You need to do: and month(date) = #month

RE: Web Service - this gets error . can anyone see why?

2004-02-02 Thread JT
WebserviceX.NET is under maintenance. This site will be up soon Sorry for this inconvenience. Webservices Users ,Please use following IP addresstill maintenance complete. http://66.165.154.102/[Service Name] -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Monday,

Sorry OT contracting agreement

2004-01-30 Thread JT
Hey gang, I was wondering if anyone has a template type doc for independent contracting agreement or a contact I can look at and recreate? any help would be appreciated. Thanks in advance JT [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

word document in cf

2004-01-25 Thread JT
How do you create a word document in cf? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

DateDiff

2004-01-19 Thread JT
why does this not work? cfset date1=2004-01-19 08:00:02 cfset date2=2004-01-19 09:04:08 cfoutput#Abs(DateDiff(n, date1, date2))#/cfoutput [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: DateDiff

2004-01-19 Thread JT
that worked thanks John. I guess the syntax in cf help is wrong JT -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 9:07 AM To: CF-Talk Subject: RE: DateDiff You have to put the n in quotes, othewise it thinks the n is a variable

RE: DateDiff

2004-01-19 Thread JT
thx mike JT -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 9:08 AM To: CF-Talk Subject: RE: DateDiff add quotes around the n cfoutput#Abs(DateDiff(n, date1, date2))#/cfoutput -Original Message- From: JT [mailto:[EMAIL PROTECTED

RE: DateDiff Fixed!

2004-01-19 Thread JT
the around the n worked -Original Message- From: JT [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 9:04 AM To: CF-Talk Subject: DateDiff why does this not work? cfset date1=2004-01-19 08:00:02 cfset date2=2004-01-19 09:04:08 cfoutput#Abs(DateDiff(n, date1, date2))#/cfoutput

RE: login management

2004-01-17 Thread JT
Not sure but you may consider a usertype schema -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Saturday, January 17, 2004 12:42 PM To: CF-Talk Subject: login management On a similar topic to ongoing discussions... I have a few different areas of my site that I

Canadian

2004-01-15 Thread JT
Hi gang Does any one have a database of Canadian cities Provinces and postal codes? JT [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: POP/IMAP Mail server?

2004-01-14 Thread JT
://www.ipswitch.com/products/IMail_Server/express.html JT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:46 PM To: CF-Talk Subject: RE: POP/IMAP Mail server? IMail is a nice server.Not the cheapest thing on the market but I've used

RE: POP/IMAP Mail server?

2004-01-14 Thread JT
imail -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:15 PM To: CF-Talk Subject: POP/IMAP Mail server? Anyone know of a POP/IMAP Mail server that I can get and set up on a windows 2k machine that is easy to use and can be tapped into

RE: Invalid Date Format?

2004-01-05 Thread JT
-Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 6:43 AM To: CF-Talk Subject: RE: Invalid Date Format? I think the problem you're encountering is that DaysInMonth() expects a complete date, and you're only passing it 02-05 which it is

Colors

2004-01-03 Thread JT
Does any one have a list or database of Colors by name [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Got Java?

2002-09-11 Thread jt
is my wife took the course with NO prior experience and she learned a lot. Your resume will thank you. Good luck with the job hunt! Jesse --- jt [EMAIL PROTECTED] wrote: FYI, this guy is not looking for CF developers. The job requires Java. --Josh -Original Message

SOT: FINALLY!!! It Arrived!

2002-09-11 Thread jt
It finally arrived today!!! I ordered one of Ben's new books, Reality ColdFusion MX: Flash MX Integration, from Amazon on Aug 28th, and it just arrived today!!! I haven't had a chance to read much yet, but I skimmed the chapters and it looks great. I especially love the fact that the book is

RE: looping and updating records

2002-09-11 Thread jt
How are you getting the data that you want to insert into the DB? So are you getting the data from one database and then looping through them to insert them into another? Or are they being input manually through a form? Josh Trefethen http://exciteworks.com -Original Message- From:

RE: Registrars

2002-09-10 Thread jt
I really have liked godaddy.com ... as low as 6.95 / yr. I have had 10 domains with them for the last few years and haven't had any problemshighly recomended! Josh Trefethen http://exciteworks.com -Original Message- From: Jason Egan [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: I need help

2002-09-09 Thread jt
You can disable the use of the admin password in the system registry. Then you can go back in to the administrator and set a new one. hth, Josh -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 1:46 PM To: CF-Talk Subject: I need help

RE: WinXP and CF Server 5

2002-09-06 Thread jt
http://127.0.0.1/CFIDE/administrator/index.cfm HTH, Josh Trefethen http://exciteworks.com Affordable CF Hosting -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 9:39 PM To: CF-Talk Subject: WinXP and CF Server 5 I jsut installed WinXP

RE: bug tracking software.

2002-09-05 Thread jt
I like bugzilla, and sitespring. Bugzilla is a free, opensource utility. You can get it at http://mozilla.org/projects/bugzilla/ Sitespring is also a great tool, but you'll shell out some $ to use it. HTH, Josh Trefethen http://exciteworks.com Affordable CF Hosting on Linux -Original

RE: Dreamweaver MX opinions

2002-09-05 Thread jt
I started using Dreamweaver MX, but backed off and am now using CFStudio 5 againjust can't beat it in my opinion. Josh Trefethen http://exciteworks.com Affordable CF Hosting on Linux -Original Message- From: Trishan Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002

RE: Dreamweaver MX opinions

2002-09-05 Thread jt
, by default, code hints work better and the syntax coloring is cleaner. My two cents. Benoit -Message d'origine- De : charlie griefer [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 5 septembre 2002 18:57 À : CF-Talk Objet : Re: Dreamweaver MX opinions jt writes: I started using

RE: desperately seeking a Windows Type DHTML Tree

2002-09-03 Thread jt
Try this: CF_dhtmlMenu This is a cross-browser DHTML tree I wrote as a custom tag... http://exciteworks.com/ec/tags.cfm it doesn't allow multi levels yet though...that is coming! Another great solution would be to use the tree component in Flash MX and do some integreation... --Josh

RE: Standard SQL to get a Table List ?

2002-08-31 Thread jt
What DB are you using? I have some info on doing it with SQL Server and Stored Procs at my site: http://exciteworks.com/ec/resources.cfm Click on Presentations and you can download the source code. --Josh -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent:

RE: Blatant advertising: Two new CF books!

2002-08-27 Thread jt
Ben, I ordered your book, Reality ColdFusion: Flash MX Integration last week from amazon and it still hasn't shipped! They claim it still isn't published and are saying that they don't expect it to be shipped until Sept. 9th. Anything you can do to whip them into shape? Can't wait for the

RE: debugging info in cfmx

2002-08-27 Thread jt
you can change the debugging options in the administrator... -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 12:45 PM To: CF-Talk Subject: debugging info in cfmx is there any cool way to revert back to the way cf5 used to display debugging

looping over lists and queries in cfscript

2002-07-26 Thread jt
has anyone found a good way to loop over lists and queries in cfscript? any ideas would be well appreciated! --Josh __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: looping over lists and queries in cfscript

2002-07-26 Thread jt
That's exactly what I needed! Thanks! -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 11:19 AM To: CF-Talk Subject: Re: looping over lists and queries in cfscript www.houseoffusion.com/docs/cfscript.htm 8.7 loops over a query and 8.8

RE: looping over lists and queries in cfscript

2002-07-26 Thread jt
in CFMX can you use this syntax: Queryname.Record[i]? I have tried it and it gives me errors. (Of course, I am replacing queryname with a valid name of a query). Any ideas? -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 11:19 AM To: