RE: Still can't connect to IIs anyone know why?

2003-03-08 Thread Chris Kief
Thanks for your help, James, all went well following your procedure till I got to step 8. I double clicked the connector.bat file, and got the following error message: [quote] File C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file C:\CFusionMX\runtime\lib\wsconfig.jar so not

Re: The New Macromedia Website(ODBC)

2003-03-08 Thread Kwang Suh
lol. I see you've gotten so worked up, you're just babbling now. Ah well. You could always try using PHP. Or maybe ASP. Heck, I hear ODBC is still quite usable if you write code in C. Sometimes I wish Sun never made those damned type II JDBC drivers. Look what they did to poor Joe. Sorry

Re: WOT OS X CLI Set Display Resolution

2003-03-08 Thread Dick Applebaum
I don't have root access. but the Admin rebooted the system from home -- It did not help. Dick On Friday, March 7, 2003, at 10:35 PM, Sean A Corfield wrote: On Friday, Mar 7, 2003, at 21:31 US/Pacific, Dick Applebaum wrote: Only problem is that I want to write this up with screen shots,

Resolved was WOT OS X CLI Set Display Resolution

2003-03-08 Thread Dick Applebaum
I was able to fix the screen by clicking around on the garbled menubar until I found the correct garbled dropdown, and select the correct garbled menu item to reset the display resolution -- talk about a blind pig finding an acorn. Anyway, all is well and the Xserve chronicles continue. If

CF and MySQL

2003-03-08 Thread FlashGuy
Hi, I've installed MySQL. I can't seem to verify the databases within the CF Adminstrator. I created the data source within the System DSN. I then go into the CF Admin and try to verify the database but it fails. I've also installed MyODBC for MySQL Why? I cant see the database with

input button using a graphic

2003-03-08 Thread FlashGuy
Hi, How can I have a image file for my submit button rather than what being specified in the VALUE attribute? input type=submit name=SubmitCheck value=[D] --- Colonel Nathan R. Jessop Commanding Officer Marine Ground Forces Guatanamo Bay,

Re: CF and MySQL

2003-03-08 Thread Todd Rafferty
Colonel Nathan, Did you give the 'user' that CFMX is trying to log in as permission to see the databases? http://www.mysql.com/doc/en/GRANT.html ~Todd At 12:07 PM 1/22/2003 -0500, you wrote: Hi, I've installed MySQL. I can't seem to verify the databases within the CF Adminstrator. I created

RE: input button using a graphic

2003-03-08 Thread cfhelp
Input type=image Rick -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 2:02 PM To: CF-Talk Subject: input button using a graphic Hi, How can I have a image file for my submit button rather than what being specified in the VALUE attribute?

RE: input button using a graphic

2003-03-08 Thread Todd Rafferty
Just beware that if you use an image, it doesn't work like a regular submit button. Image submits pass X Y values instead of values (such as [D]). ~Todd At 09:51 AM 3/8/2003 -0600, you wrote: Input type=image Rick -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED] Sent:

RE: The New Macromedia Website(ODBC)

2003-03-08 Thread Dave Watts
No, I don't have any theories, just observations. If there are two ways to do something, and one works better than the other, I'll recommend the one that works. How do you OR i know...what works... unless you spent a few un-productive hours testing for what works? If i spend alot of

Re: input button using a graphic

2003-03-08 Thread DDB Lists
input type=image src= - Original Message - From: FlashGuy [EMAIL PROTECTED] How can I have a image file for my submit button rather than what being specified in the VALUE attribute? input type=submit name=SubmitCheck value=[D]

Re: CF and MySQL

2003-03-08 Thread samcfug
I had a similar problem, and it turned out to be the login as user ID and password having a typo. Also uncheck the keep connection alive = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = -

CFHTTP 302 Moved Temporarily Error

2003-03-08 Thread David Fafard
Hi, I am getting nowhere trying to cfhttp a local .cfm page from my server. Here is the line of code throwing the error. cfhttp url=http://www.mydomain.com/pdf.cfm; throwonerror=Yes/cfhttp This gives me the 302 Moved Temporarily error if I include throwonerror=Yes attribute. If I try a .htm

Re: CF and MySQL

2003-03-08 Thread Greg Bullough
Make sure that you have done a GRANT statement on the database to the login (TO clause) correct IP address (@ clause) and password (IDENTIFIED BY clause) in MySQL, followed by a restart or a mysqladmin -p reload The @ clause can be tricky... it has to be the one that MySQL is seeing, which might

Re: CF and MySQL

2003-03-08 Thread Jim McAtee
- Original Message - From: samcfug [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 11:11 AM Subject: Re: CF and MySQL Also uncheck the keep connection alive Why? I remember quite a few problems with CF memory leaks and earlier MS ODBC drivers. Are there

RE: The New Macromedia Website(ODBC)

2003-03-08 Thread Joe Eugene
LOL.. Yes, most developers just want to get something working and go home... and then there are others who... are passionate about what they do... Which one do you belog to :) Sometimes I wish Sun never made those damned type II JDBC drivers I think you are missing the point here.. Joe

Re: CF and MySQL

2003-03-08 Thread samcfug
What made me do that, could have been an error in configuration in another spot, that I have not figured out. But when I had that checked, as I do on all my windows boxes, I would suddenly discover 100 instances open with 99 of them in sleep mode. by unchecking it that problem disappeared, and

Re: The New Macromedia Website(ODBC)

2003-03-08 Thread Dave Carabetta
Yes, most developers just want to get something working and go home... and then there are others who... are passionate about what they do... Which one do you belog to :) And yet others are passionate, but read the documentation for a product and find out that a particular method to solving a

RE: The New Macromedia Website(ODBC)

2003-03-08 Thread Joe Eugene
You complained about ODBC not working for you, a bunch of people recommended you use the pure JDBC drivers instead (based on Macromedia's own recommendations about pure JDBC being preferable to JDBC-ODBC bridges, and based on general knowledge and common sense), and you said that worked. How

Re: CF and MySQL

2003-03-08 Thread samcfug
Ahh, a typo in the link! http://www.bsa-troop401.net = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: samcfug [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: The New Macromedia Website(ODBC)

2003-03-08 Thread Joe Eugene
Dave, Sorry.. the subject should probably be closed.. i agree. I am not just talking about ODBC issues, i had the alernative solution(JDBC type IV) long before any of this thread started. I was referring to how problems and issues should be handled/addressed. Thats all. Ok.. No more posts. Joe

mx cfapplication weirdness

2003-03-08 Thread jonhall
I have an app I a working on that stopped working overnight all by itself. I went to sleep, and it was working, and when I woke up it was broken. When ever I hit a page I get this error. The system has attempted to use an undefined value, which usually indicates a programming error, either in

input button using a graphic

2003-03-08 Thread Stan Winchester
I just did this yesterday. I wanted an up arrow in a submit button, so I add the following class in my stylesheet. INPUT.up { background-image :url(../images/up.gif); } Here is my input tag: input type=submit name=up_#i# value= style=width: 20px; height:20px; title=Move Up class=up Be sure

Re: CFHTTP 302 Moved Temporarily Error

2003-03-08 Thread Sean A Corfield
On Saturday, Mar 8, 2003, at 10:17 US/Pacific, David Fafard wrote: I am getting nowhere trying to cfhttp a local .cfm page from my server. Here is the line of code throwing the error. cfhttp url=http://www.mydomain.com/pdf.cfm; throwonerror=Yes/cfhttp This gives me the 302 Moved

Re: mx cfapplication weirdness

2003-03-08 Thread jonhall
This is incredibly annoying...the only thing I can add is that I am getting this error in the debug. 17:23:08.008 - java.lang.NullPointerException - in D:\www\d2\Application.cfm : line 2 I have tried 3 different JVM's (including the original), and rebooted. Nothing fixes it! It's looking like I

Re: mx cfapplication weirdness

2003-03-08 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: This is incredibly annoying...the only thing I can add is that I am getting this error in the debug. 17:23:08.008 - java.lang.NullPointerException - in D:\www\d2\Application.cfm : line 2 I have tried 3 different JVM's (including the original), and rebooted. Nothing fixes

Re: mx cfapplication weirdness

2003-03-08 Thread jonhall
Thanks, but I'm using an access database for client storage (dev machine)... Just figured it out though. On a hunch I tried going to localhost instead of 127.0.01, because I remember seeing this same error when houseoffusion upgraded to MX, and my app worked! I deleted my cftoken and cfid and

Re: mx cfapplication weirdness

2003-03-08 Thread Marius Milosav
check this thread it may help you http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3threadid= 410762highlight_key=ykeyword1=null (watch for wrapping) Marius Milosav www.scorpiosoft.com It's not about technology, it's about people. Virtual Company (VICO) Application Demo

Re: mx cfapplication weirdness

2003-03-08 Thread Bud
On 3/8/03, [EMAIL PROTECTED] penned: I have an app I a working on that stopped working overnight all by itself. I went to sleep, and it was working, and when I woke up it was broken. When ever I hit a page I get this error. The system has attempted to use an undefined value, which usually

RE: mx cfapplication weirdness

2003-03-08 Thread Joe Eugene
When I change it to this, the error goes away. cfapplication name=d2 clientmanagement=No clientstorage=cfvar setdomaincookies=No Are you intending to use client scope variables? Try this.. 1.Drop the client vars DB 2.Re-recreate the Client DB in CF-Admin. Name the connection some like

Re: CFHTTP 302 Moved Temporarily Error

2003-03-08 Thread David Fafard
Thanks! Dave - Original Message - From: Sean A Corfield [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 4:42 PM Subject: Re: CFHTTP 302 Moved Temporarily Error On Saturday, Mar 8, 2003, at 10:17 US/Pacific, David Fafard wrote: I am getting nowhere

Re: The New Macromedia Website(ODBC)

2003-03-08 Thread Kwang Suh
No, I got the point. You like to complain. - Original Message - From: Joe Eugene [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 12:14 PM Subject: RE: The New Macromedia Website(ODBC) LOL.. Yes, most developers just want to get something working and go

This is DEFINITELY a faulty download file and install routine.

2003-03-08 Thread Michael Kear
I really appreciate all the help you guys have given me, specially Chris Kief who did a remote session on my desktop yesterday, and Dave Watts who has suggest numerous things ... but none of it helps me connect CFMX to IIs. Here's what I'm up to now .. I have installed CFMX and can operate under

Re: This is DEFINITELY a faulty download file and install routine.

2003-03-08 Thread Frank Mamone
Michael, Sorry to hear that it's still not working. Did you try getting using install package from someone else in the group? -Frank - Original Message - From: Michael Kear [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 8:39 PM Subject: This is

RE: This is DEFINITELY a faulty download file and install routine .

2003-03-08 Thread Dave Watts
Dave Watts suggested I treat the wsconfig.jar as a zip compressed archive and extract the single file I need, jrun.dll and do the job manually. I'm about to give that another go, but that archive contains 614 files. If I only use the one of them, what about all the others? What were

RE: This is DEFINITELY a faulty download file and install routine.

2003-03-08 Thread Chris Kief
I have installed CFMX and can operate under the CFMX web server on port 8500. That's cool. But I can't get it to connect to IIs, and the fault is in the package I downloaded from Macromedia's site. Don't tell me different because I have seen it a dozen times now. What happens is that the

Re: This is DEFINITELY a faulty download file and install routine.

2003-03-08 Thread samcfug
This is an incredible display of community where Chris, and Dave draw upon their own expertise and take the time out of their busy schedules to help work out issues experiences by a fellow user. None of these guys are employees of the publisher, and are not getting paid for their help, but both

RE: This is DEFINITELY a faulty download file and install routine.

2003-03-08 Thread Michael Kear
Here is the whole log file then Chris . [quote] # Created by JRun on 09/03 12:17:02 09/03 12:17:02 info Macromedia JRun 4 (Build 47304) 09/03 12:17:02 debug os.name: Windows 2000 09/03 12:17:02 debug os.version: 5.1 09/03 12:17:02 debug os.arch: x86 09/03 12:17:02 debug platform: intel-win

RE: This is DEFINITELY a faulty download file and install routine.

2003-03-08 Thread Chris Kief
[quote] # Created by JRun on 09/03 12:17:02 09/03 12:17:02 info Macromedia JRun 4 (Build 47304) 09/03 12:17:02 debug os.name: Windows 2000 09/03 12:17:02 debug os.version: 5.1 09/03 12:17:02 debug os.arch: x86 09/03 12:17:02 debug platform: intel-win 09/03 12:17:02 debug web server: IIS 09/03

RE: This is DEFINITELY a faulty download file and install routine .

2003-03-08 Thread Dave Watts
09/03 12:17:03 error Could not connect to any JRun servers on host localhost. Are you running any kind of personal firewall software? If so, you may need to disable it or exclude the ports used by JRun (which escape me offhand). There's a technote on the MM site which lists all the ports used

Re: CF and MySQL

2003-03-08 Thread Todd Rafferty
Why are you even using MyODBC? CFMX supports MySQL. ~Todd At 12:08 PM 3/8/2003 -0700, you wrote: - Original Message - From: samcfug [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 11:11 AM Subject: Re: CF and MySQL Also uncheck the keep connection