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 alive"
>
>Why?  I remember quite a few problems with CF memory leaks and earlier MS ODBC
>drivers.  Are there similar problems with MyODBC?
>
>Jim


--
Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/
Team Macromedia Volunteer for ColdFusion
http://www.macromedia.com/support/forums/team_macromedia/
http://www.devmx.com/

--

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 by JRun and
CFMX, but I don't recall the URL offhand.

If you can't find the technote, you can determine the listening ports with
the newest version of TCPView from the great guys at
http://www.sysinternals.com/. I just found this latest version the other
day. It lists the open ports, as well as what's listening at each port. The
old version just did this for WinXP, but the new version works on Win2K
also. According to TCPView, on my machine running CFMX Enterprise against
IIS 5, JRun is listening on these ports: 1357, 2522, 2901, 8103, 8500 (I've
got the JRun web server running too) and 51010, and the SequeLink services
(ODBC Agent and ODBC Server) are listening on 19997 and 19998 respectively.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 12:17:02 debug File
>C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file
>C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted

---
everything is fine up to this point
---

The following is what is killing things:

>09/03 12:17:03 error Could not connect to any JRun servers on host
>localhost.
>Confirm that the JRun server is started.
>jrunx.connectorinstaller.ConnectorInstallerException: Could not connect
>to any JRun servers on host localhost.
>Confirm that the JRun server is started.
>   at jrunx.connectorinstaller.CIJndi.findServers(CIJndi.java:343)
>   at jrunx.connectorinstaller.CIJndi.(CIJndi.java:87)
>   at
>jrunx.connectorinstaller.ConnectorInstaller.parseArgs(ConnectorInstaller
>.java:153)
>   at
>jrunx.connectorinstaller.ConnectorInstaller.(ConnectorInstaller.ja
>va:52)
>   at
>jrunx.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java
>:456)
>[/quote]

The connector is unable to find JRun running on localhost - *even* though it
is running - as can be seen with the fact that he can use the stand alone
web server just fine.

Anyone else run across the above error before?

chris


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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
09/03 12:17:02 debug web server: IIS
09/03 12:17:02 debug File
C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file
C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted
09/03 12:17:03 error Could not connect to any JRun servers on host
localhost.
Confirm that the JRun server is started.
jrunx.connectorinstaller.ConnectorInstallerException: Could not connect
to any JRun servers on host localhost.
Confirm that the JRun server is started.
at jrunx.connectorinstaller.CIJndi.findServers(CIJndi.java:343)
at jrunx.connectorinstaller.CIJndi.(CIJndi.java:87)
at
jrunx.connectorinstaller.ConnectorInstaller.parseArgs(ConnectorInstaller
.java:153)
at
jrunx.connectorinstaller.ConnectorInstaller.(ConnectorInstaller.ja
va:52)
at
jrunx.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java
:456)
[/quote]


-Original Message-
From: Chris Kief [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 9 March 2003 1:09 PM
To: CF-Talk
Subject: RE: This is DEFINITELY a faulty download file and install
routine.

>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 install package extracts a file called
>jrunwin32.dll which gets a create timestamp as at the moment it's
>extracted from the install package.  Later, when you need to connect to
>IIs, the following message is logged when the connect routine aborts:
>
>[quote]
>C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file
>C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted
>[/quote]
>
>This means that none of the following events in that routine occurs,
>including creating a folder called \1\ which is supposed to contain
>jrun.dll. The file jrunwin32.dll is included in the download. It is
>extracted by the install routine, which promptly falls over on its own
>file.  THAT is a flaw in the install routine, surely. It's nothing to
do
>with my machine.  Isnt that correct? Or am I reading it wrong?  Surely
>this is a fault in the package I downloaded from Macromedia.


Mike - please paste the rest of the log file from:

C:\CFusionMX\runtime\lib\wsconfig\wsconfig.log

As I stated last night in my email to the list, this is *NOT* an error.
When
you run wsconfig.exe for the first time, this file is extracted. On
subsequent runs, it checks to see if the file has been extracted before,
if
it has, it prints out the message above and moves on to check for the
existence of JRun on localhost. From what I saw last night, your actual
error is in the log file right below what you quoted above...so let's
see
the entire contents of that log file :)

You can even delete the entire wsconfig directory
(C:\CFusionMX\runtime\lib\wsconfig\) if you wish! The connector will
just
create a new one for you along with jrunwin32.dll the next time it is
run.

So again, the quote above is *NOT* an error. It's completely normal
behavior.


>However, jrun is actually running on my system.  I don't know why
>because it didn't exist before the install of CFMX.

Correct - a version of JRun is installed as part of CFMX.


We'll get this sorted yet! :)
chris



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 have appeared, as evidenced by posts over the past couple
of days shown their determination to stick with a very frustrated user, with a
goal of helping him through his roadblock.
While I , and probably several others have not experienced problems such as the
one being worked through, it is really heart-warming to know that people like
this are members of our chosen trade.
The least I can do is to give kudos to both of you, I know the problem is not an
insurmountable one, and that you will guide the user through it until it is
finally resolved, and even beyond that, that he understands what is taking place
on his system.  He will be the better for it, and perhaps will make himself
available in the future to return the favor.
We all are gaining by this experience.  So Thanks guys!

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Michael Kear" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 08, 2003 7:39 PM
Subject: This is DEFINITELY a faulty download file and install routine.


| 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 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 install package extracts a file called
| jrunwin32.dll which gets a create timestamp as at the moment it's
| extracted from the install package.  Later, when you need to connect to
| IIs, the following message is logged when the connect routine aborts:
|
| [quote]
| C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file
| C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted
| [/quote]
|
| This means that none of the following events in that routine occurs,
| including creating a folder called \1\ which is supposed to contain
| jrun.dll. The file jrunwin32.dll is included in the download. It is
| extracted by the install routine, which promptly falls over on its own
| file.  THAT is a flaw in the install routine, surely. It's nothing to do
| with my machine.  Isnt that correct? Or am I reading it wrong?  Surely
| this is a fault in the package I downloaded from Macromedia.
|
|
| However, jrun is actually running on my system.  I don't know why
| because it didn't exist before the install of CFMX.
|
|
| 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 they all there for if I don't need them?
|
|
| Frankly, the only reason I'm persisting with this is because I NEED to
| have ColdFusion.  IF I was really evaluating this to see if ColdFusion
| would be a good technology for my company to use, I'd have dumped it
| ages ago.  Surely an evaluation copy of a program should be the one that
| is the most trouble-free.   There is no trouble shooting stuff in the
| docs, the whole assumption is that everything is going to work perfectly
| and no hint as to what you should do if it doesn't.
|
| I don't know what I'm going to do now, since I can't connect it to IIs.
|
|
|
|
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 install package extracts a file called
>jrunwin32.dll which gets a create timestamp as at the moment it's
>extracted from the install package.  Later, when you need to connect to
>IIs, the following message is logged when the connect routine aborts:
>
>[quote]
>C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file
>C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted
>[/quote]
>
>This means that none of the following events in that routine occurs,
>including creating a folder called \1\ which is supposed to contain
>jrun.dll. The file jrunwin32.dll is included in the download. It is
>extracted by the install routine, which promptly falls over on its own
>file.  THAT is a flaw in the install routine, surely. It's nothing to do
>with my machine.  Isnt that correct? Or am I reading it wrong?  Surely
>this is a fault in the package I downloaded from Macromedia.


Mike - please paste the rest of the log file from:

C:\CFusionMX\runtime\lib\wsconfig\wsconfig.log

As I stated last night in my email to the list, this is *NOT* an error. When
you run wsconfig.exe for the first time, this file is extracted. On
subsequent runs, it checks to see if the file has been extracted before, if
it has, it prints out the message above and moves on to check for the
existence of JRun on localhost. From what I saw last night, your actual
error is in the log file right below what you quoted above...so let's see
the entire contents of that log file :)

You can even delete the entire wsconfig directory
(C:\CFusionMX\runtime\lib\wsconfig\) if you wish! The connector will just
create a new one for you along with jrunwin32.dll the next time it is run.

So again, the quote above is *NOT* an error. It's completely normal
behavior.


>However, jrun is actually running on my system.  I don't know why
>because it didn't exist before the install of CFMX.

Correct - a version of JRun is installed as part of CFMX.


We'll get this sorted yet! :)
chris


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 they all there for if I don't need them?

There are files for each different web server that CFMX can work with, I
guess. Plus, wsconfig.jar is essentially a Java program, so it has a bunch
of class files that contain the program instructions.

I haven't used this technique to get CFMX to work with IIS, but I did do it
for Apache 2.0.43 after applying CFMX Updater 2 on a test machine.

Out of curiosity, have you applied any of the updaters? You might want to
try applying Updater 2, then connecting to IIS.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 DEFINITELY a faulty download file and install routine.


> 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 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 install package extracts a file called
> jrunwin32.dll which gets a create timestamp as at the moment it's
> extracted from the install package.  Later, when you need to connect to
> IIs, the following message is logged when the connect routine aborts:
>
> [quote]
> C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file
> C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted
> [/quote]
>
> This means that none of the following events in that routine occurs,
> including creating a folder called \1\ which is supposed to contain
> jrun.dll. The file jrunwin32.dll is included in the download. It is
> extracted by the install routine, which promptly falls over on its own
> file.  THAT is a flaw in the install routine, surely. It's nothing to do
> with my machine.  Isnt that correct? Or am I reading it wrong?  Surely
> this is a fault in the package I downloaded from Macromedia.
>
>
> However, jrun is actually running on my system.  I don't know why
> because it didn't exist before the install of CFMX.
>
>
> 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 they all there for if I don't need them?
>
>
> Frankly, the only reason I'm persisting with this is because I NEED to
> have ColdFusion.  IF I was really evaluating this to see if ColdFusion
> would be a good technology for my company to use, I'd have dumped it
> ages ago.  Surely an evaluation copy of a program should be the one that
> is the most trouble-free.   There is no trouble shooting stuff in the
> docs, the whole assumption is that everything is going to work perfectly
> and no hint as to what you should do if it doesn't.
>
> I don't know what I'm going to do now, since I can't connect it to IIs.
>
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 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 install package extracts a file called
jrunwin32.dll which gets a create timestamp as at the moment it's
extracted from the install package.  Later, when you need to connect to
IIs, the following message is logged when the connect routine aborts:

[quote]
C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file
C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted
[/quote]

This means that none of the following events in that routine occurs,
including creating a folder called \1\ which is supposed to contain
jrun.dll. The file jrunwin32.dll is included in the download. It is
extracted by the install routine, which promptly falls over on its own
file.  THAT is a flaw in the install routine, surely. It's nothing to do
with my machine.  Isnt that correct? Or am I reading it wrong?  Surely
this is a fault in the package I downloaded from Macromedia.


However, jrun is actually running on my system.  I don't know why
because it didn't exist before the install of CFMX.


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 they all there for if I don't need them?


Frankly, the only reason I'm persisting with this is because I NEED to
have ColdFusion.  IF I was really evaluating this to see if ColdFusion
would be a good technology for my company to use, I'd have dumped it
ages ago.  Surely an evaluation copy of a program should be the one that
is the most trouble-free.   There is no trouble shooting stuff in the
docs, the whole assumption is that everything is going to work perfectly
and no hint as to what you should do if it doesn't. 

I don't know what I'm going to do now, since I can't connect it to IIs. 




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 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 Eugene
>
>
>
> > -Original Message-
> > From: Kwang Suh [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, March 08, 2003 3:20 AM
> > To: CF-Talk
> > Subject: Re: The New Macromedia Website(ODBC)
> >
> >
> > 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 Joe, don't mean to pick on ya.  But it's pretty funny :)
> >
> >
> > >There is NO point made here...unless u want you brief.
> >
> >
> > - Original Message -
> > From: "Joe Eugene" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Saturday, March 08, 2003 12:59 AM
> > Subject: RE: The New Macromedia Website(ODBC)
> >
> >
> > > > Every complex software product I've ever seen has numerous bugs.
> > >
> > > You might want to take a look at some of the *.jar files.. and see
> > > how complex cfmx is...
> > >
> > > > 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 time reseaching
> > work-arounds to
> > > a vendors software...
> > > What value is that vendors software to me?.. where is ROI?
> > >
> > > Joe
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Dave Watts [mailto:[EMAIL PROTECTED]
> > > > Sent: Saturday, March 08, 2003 12:21 AM
> > > > To: CF-Talk
> > > > Subject: RE: The New Macromedia Website(ODBC)
> > > >
> > > >
> > > > > I am NOT saying "ANY".. software is not perfect!. We are
> > > > > not talking about one specific issue... CFMX has had numerous
> > > > > issues... (Check Updater Docs... if you want to start counting
> > > > > them)
> > > >
> > > > Every complex software product I've ever seen has numerous
> > bugs. I'm not
> > > > sure why you'd expect CFMX to be any different.
> > > >
> > > > > > My solution is to find the best way to solve a problem.
> > > > > > If JDBC-ODBC doesn't work well in CFMX, but "pure" JDBC
> > > > > > does, my solution may well be to recommend "pure" JDBC.
> > > > >
> > > > > Yes.. JDBC is a Solution/Alternative.. Not a fix to the
> > > > > software(cfmx) BUG.
> > > > >
> > > > > Example...CFMX had COM Issues...am not sure where it
> > > > > stands now... Any COM functionality can be replicated
> > > > > very well through a Java Bean.. So in your theory...
> > > > > Instead of MM fixing COM issues... you probably will
> > > > > ask all your developers to re-write every COM in a
> > > > > Java Bean?
> > > > >
> > > > > You have really have interesting theories.
> > > >
> > > > 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. If I need COM interoperability, I might not
> > recommend a CFMX
> > > > solution. For that matter, I might not recommend CF 5 for that,
> > > > either. But
> > > > I'm not going to wait for perfection from any vendor.
> > > >
> > > > Dave Watts, CTO, Fig Leaf Software
> > > > http://www.figleaf.com/
> > > > voice: (202) 797-5496
> > > > fax: (202) 797-5444
> > > >
> > > >
> > >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 trying to cfhttp a local .cfm page
> > from my server. Here is the line of code throwing the error.
> >
> > http://www.mydomain.com/pdf.cfm";
> > throwonerror="Yes">
> >
> > This gives me the "302 Moved Temporarily" error if I include
> > throwonerror="Yes" attribute.
>
> Does that page use cflocation? Is it trying to deliver a PDF via some
> means? If so, I'd expect to see 302 - a redirect - you can always get
> the real URL. I posted the code here I think a day or two ago - here it
> is again:
>
> 
> 
>  
>   required="true"/>
>  
>  
>  
>   charset="ISO-8859-1" timeout="120"
>  useragent="Mozilla/5.0 (Macintosh; U;
> PPC Mac OS X; en-US; rv:1.2.1) Gecko/20021130">
>  
>   left(cfhttp.statusCode,3)/>
>   cfhttp.statusCode/>
>  
>   httpResult.statusCode eq "302">
>   cfhttp.responseHeader["Location"]/>
>  
>  
>  
>   "Exception thrown."/>
>  
>  
>  
>  
> 
>
> Use it like this:
>
>  returnvariable="webStatus">
> 
>
> 
> 
> 
> 
> 
> 
> ...
> 
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: mx cfapplication weirdness

2003-03-08 Thread Joe Eugene
> When I change it to this, the error goes away.
>  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 "DEV_CF_SERVER"

Try your application again with some like


Joe Eugene



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 08, 2003 4:34 PM
> To: CF-Talk
> Subject: mx cfapplication weirdness
>
>
> 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 your code or some system code.
> Null Pointers are another name for undefined values"
>
> This is the line that throws the error.
>  clientstorage="cfvar" setdomaincookies="No">
>
> When I change it to this, the error goes away.
>  clientstorage="cfvar" setdomaincookies="No">
>
> I'm running updater 2, and restarting the service does not fix it.
> Anyone know what's up, or is this just MX bug of the day?
>
> --
> mailto:[EMAIL PROTECTED]
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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
>indicates a programming error, either in your code or some system code.
>Null Pointers are another name for undefined values"



>I'm running updater 2, and restarting the service does not fix it.
>Anyone know what's up, or is this just MX bug of the day?

I've hit this error a couple times. It is extremely hard to fix, for 2 reasons.

1) It doesn't tell you where the error occurs. And...

2) The 2 times it has happened to me, it has happened on perfectly 
legitimate code.

The last time, I remember it was this...

I had 5 textarea fields. These were inside of a form tag, but just to 
allowing copying for a report, not to be submitted. To conserve space 
I'll just show 3 of the fields.



#orders#


#billing#


#shipping#



This caused that error. The crazy part is, if I removed 3 out of 5 of 
the fields, any 3, the error went away. I literally spent about 8 
hours on that one. About 6 of those hours were spent removing 
sections of code at a time until the error went away. Then replacing 
that section and removing smaller pieces of the section. Down until I 
was removing a single textarea at a time. When I got down to 2 left, 
the error would vanish. I had my magnifying glass out trying to see 
how the field I removed could possibly be causing an error because 
they all looked identical, which they were except for the variable 
inside the cfoutput tag. Tried changing the variable name. Nothing. I 
finally tried removing one of the other fields and the error still 
went away. As long as there were only 2 fields there wasn't a problem.

How I fixed it? Removed the individual cfoutput tags and wrapped all 
5 fields with a single cfoutput.

No rhyme nor reason for that. And how do you even submit it as a bug? 
How the heck do you describe it?

CFMX has literally cost me thousands of dollars, and I don't even own 
it. The program is a disgrace.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
http://www.cf-ezcart.com/
954.721.3452
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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=3&threadid=
410762&highlight_key=y&keyword1=null

(watch for wrapping)

Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Company (VICO) Application Demo
www.scorpiosoft.com/vicodemo/login.cfm

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 08, 2003 5:27 PM
Subject: Re: mx cfapplication weirdness


> 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 might actually need to reinstall
> CF.
>
> --
> mailto:[EMAIL PROTECTED]
> Saturday, March 8, 2003, 4:33:31 PM, you wrote:
>
> jon> I have an app I a working on that stopped working overnight all by
> jon> itself. I went to sleep, and it was working, and when I woke up it
was
> jon> broken.
>
> jon> When ever I hit a page I get this error.
> jon> "The system has attempted to use an undefined value, which usually
> jon> indicates a programming error, either in your code or some system
code.
> jon> Null Pointers are another name for undefined values"
>
> jon> This is the line that throws the error.
> jon> 
>
> jon> When I change it to this, the error goes away.
> jon> 
>
> jon> I'm running updater 2, and restarting the service does not fix it.
> jon> Anyone know what's up, or is this just MX bug of the day?
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 voila, everything works now.

I'm trying to remember a day in the recent past working with MX I
haven't found a bug...no luck though.

-- 
mailto:[EMAIL PROTECTED]
Saturday, March 8, 2003, 5:40:45 PM, you wrote:

JH> [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 it! It's looking like I might actually need to reinstall
>>CF.
>>
>>  
>>
JH> Are you using the registry as client data storage? If so, check if your 
JH> maximum registry size is large enough.

Control panel ->> System -> advanced-> Performance options ->change

JH> Jesse

JH> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 it! It's looking like I might actually need to reinstall
>CF.
>
>  
>
Are you using the registry as client data storage? If so, check if your 
maximum registry size is large enough.

Control panel -> System -> advanced-> Performance options ->change

Jesse

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 might actually need to reinstall
CF.

-- 
mailto:[EMAIL PROTECTED]
Saturday, March 8, 2003, 4:33:31 PM, you wrote:

jon> I have an app I a working on that stopped working overnight all by
jon> itself. I went to sleep, and it was working, and when I woke up it was
jon> broken.

jon> When ever I hit a page I get this error.
jon> "The system has attempted to use an undefined value, which usually
jon> indicates a programming error, either in your code or some system code.
jon> Null Pointers are another name for undefined values"

jon> This is the line that throws the error.
jon> 

jon> When I change it to this, the error goes away.
jon> 

jon> I'm running updater 2, and restarting the service does not fix it.
jon> Anyone know what's up, or is this just MX bug of the day?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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.
>
> http://www.mydomain.com/pdf.cfm";  
> throwonerror="Yes">
>
> This gives me the "302 Moved Temporarily" error if I include
> throwonerror="Yes" attribute.

Does that page use cflocation? Is it trying to deliver a PDF via some 
means? If so, I'd expect to see 302 - a redirect - you can always get 
the real URL. I posted the code here I think a day or two ago - here it 
is again:



 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Use it like this:










...


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



cf-talk@houseoffusion.com

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:


Be sure you don't use any text in for the value attribute in your input tag, otherwise 
it will be on top of your graphic. I also set the button height and width using the 
style attribute in the input tag.

Stan Winchester
AfterShock Web Design, LLC
http://www.aftershockweb.com/
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 your code or some system code.
Null Pointers are another name for undefined values"

This is the line that throws the error.


When I change it to this, the error goes away.


I'm running updater 2, and restarting the service does not fix it.
Anyone know what's up, or is this just MX bug of the day?

-- 
mailto:[EMAIL PROTECTED]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 Eugene



> -Original Message-
> From: Dave Carabetta [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 08, 2003 2:36 PM
> To: CF-Talk
> Subject: Re: The New Macromedia Website(ODBC)
>
>
> > 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 problem is not the
> recommended way, and to use the new, more efficient way. In reading the
> documentation, this new, more efficient way will give me better
> performance
> and further provide a better product to my client. I, and I would wager a
> good number of developers, belong to this group, even though there's no
> official membership package.
>
> > I think you are missing the point here..
>
> Joe, I thought you said a few posts back that this subject is closed for
> you. And yet you continue to respond to it. Can we please just
> let this go?
> I'm not disputing that there may be a bug with the ODBC bridge in
> MX -- I've
> always used the native drivers. But you obviously have your opinion as to
> how to resolve the issue, and other developers have theirs. If
> you continue
> to have problems with Macromedia's approach, please either get in
> touch with
> them directly or move on to another company's technology.
>
> Sorry, but after 50 posts, this is really old.
>
> Thanks in advance,
> Dave.
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 PROTECTED]>
Sent: Saturday, March 08, 2003 1:21 PM
Subject: Re: CF and MySQL


| 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 the performance is still running around 0.001 MS
| on a query.
|
| The example web site is at http://www.bas-troop401.net
|
|
| =
| Douglas White
| group Manager
| mailto:[EMAIL PROTECTED]
| http://www.samcfug.org
| =
| - Original Message -
| From: "Jim McAtee" <[EMAIL PROTECTED]>
| To: "CF-Talk" <[EMAIL PROTECTED]>
| Sent: Saturday, March 08, 2003 1:08 PM
| Subject: Re: CF and MySQL
|
|
| | - 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 similar problems with MyODBC?
| |
| | Jim
| |
| |
| |
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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
> hard was that?

I had JDBC Drivers working about 3-4 months ago.. Even before i was testing
DB2 Universal drivers...(check old threads). Didnt need any recomendation
from anybody here..

Again.. i didnt complain!. My first question to the list on the thread
was
How many people have ODBC working?
This is to get an idea of other developers experiences. Obviously nobody had
any good experiences... Other than one of your friends...thats amazing.

ODBC is just one problem.. whether it gets fixed or NOT.. i dont care.
> Well, apparently it's not as difficult as you make it out to be.

I have spend hours testing CFC's performance and some other new
functionality...
writing test modules/cases for every new thing i use CFMX(cause no one knows
what works and doesnt).

You mentioned putting WARNING NOTES on Product labels earlier,
Yes, Most software's have a section for "KNOWN ISSUES AND BUGS".
Go download the J2EE bundle, you can find some there under the heading
Release Notes\Known Bugs. This saves developers a lot of time and effort.

Obviously...it only saves time for the curious developer.. perhaps in
your case, if it works and doenst throw an error..everything is perfect.

Joe Eugene



> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 08, 2003 11:30 AM
> To: CF-Talk
> Subject: RE: The New Macromedia Website(ODBC)
>
>
> > > 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 time reseaching work-arounds to a vendors software...
> > What value is that vendors software to me?.. where is ROI?
>
> Well, apparently it's not as difficult as you make it out to be. Take your
> own case. 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
> hard was that?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 problem is not the
recommended way, and to use the new, more efficient way. In reading the
documentation, this new, more efficient way will give me better performance
and further provide a better product to my client. I, and I would wager a
good number of developers, belong to this group, even though there's no
official membership package.

> I think you are missing the point here..

Joe, I thought you said a few posts back that this subject is closed for
you. And yet you continue to respond to it. Can we please just let this go?
I'm not disputing that there may be a bug with the ODBC bridge in MX -- I've
always used the native drivers. But you obviously have your opinion as to
how to resolve the issue, and other developers have theirs. If you continue
to have problems with Macromedia's approach, please either get in touch with
them directly or move on to another company's technology.

Sorry, but after 50 posts, this is really old.

Thanks in advance,
Dave.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 the performance is still running around 0.001 MS
on a query.

The example web site is at http://www.bas-troop401.net


=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 08, 2003 1:08 PM
Subject: Re: CF and MySQL


| - 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 similar problems with MyODBC?
|
| Jim
|
|
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 Eugene



> -Original Message-
> From: Kwang Suh [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 08, 2003 3:20 AM
> To: CF-Talk
> Subject: Re: The New Macromedia Website(ODBC)
>
>
> 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 Joe, don't mean to pick on ya.  But it's pretty funny :)
>
>
> >There is NO point made here...unless u want you brief.
>
>
> - Original Message -
> From: "Joe Eugene" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Saturday, March 08, 2003 12:59 AM
> Subject: RE: The New Macromedia Website(ODBC)
>
>
> > > Every complex software product I've ever seen has numerous bugs.
> >
> > You might want to take a look at some of the *.jar files.. and see
> > how complex cfmx is...
> >
> > > 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 time reseaching
> work-arounds to
> > a vendors software...
> > What value is that vendors software to me?.. where is ROI?
> >
> > Joe
> >
> >
> >
> >
> > > -Original Message-
> > > From: Dave Watts [mailto:[EMAIL PROTECTED]
> > > Sent: Saturday, March 08, 2003 12:21 AM
> > > To: CF-Talk
> > > Subject: RE: The New Macromedia Website(ODBC)
> > >
> > >
> > > > I am NOT saying "ANY".. software is not perfect!. We are
> > > > not talking about one specific issue... CFMX has had numerous
> > > > issues... (Check Updater Docs... if you want to start counting
> > > > them)
> > >
> > > Every complex software product I've ever seen has numerous
> bugs. I'm not
> > > sure why you'd expect CFMX to be any different.
> > >
> > > > > My solution is to find the best way to solve a problem.
> > > > > If JDBC-ODBC doesn't work well in CFMX, but "pure" JDBC
> > > > > does, my solution may well be to recommend "pure" JDBC.
> > > >
> > > > Yes.. JDBC is a Solution/Alternative.. Not a fix to the
> > > > software(cfmx) BUG.
> > > >
> > > > Example...CFMX had COM Issues...am not sure where it
> > > > stands now... Any COM functionality can be replicated
> > > > very well through a Java Bean.. So in your theory...
> > > > Instead of MM fixing COM issues... you probably will
> > > > ask all your developers to re-write every COM in a
> > > > Java Bean?
> > > >
> > > > You have really have interesting theories.
> > >
> > > 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. If I need COM interoperability, I might not
> recommend a CFMX
> > > solution. For that matter, I might not recommend CF 5 for that,
> > > either. But
> > > I'm not going to wait for perfection from any vendor.
> > >
> > > Dave Watts, CTO, Fig Leaf Software
> > > http://www.figleaf.com/
> > > voice: (202) 797-5496
> > > fax: (202) 797-5444
> > >
> > >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 similar problems with MyODBC?

Jim


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 be localhost or some
other alias, depending on the machine. Don't use a
canonical name...you don't want to pay the performance
hit of a DNS lookup.

This WILL work, it's just a matter of getting everyone
agreeing on who and from where. We do it all the time,
and end up screwing it up about 1 in 5 times :-)

Greg

At 12:11 PM 3/8/2003 -0600, samcfug wrote:
>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
>=
>- Original Message -
>From: "FlashGuy" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Wednesday, January 22, 2003 11:07 AM
>Subject: CF and MySQL
>
>
>| 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 MySQL-Front no problem.
>|
>|
>| ---
>| Colonel Nathan R. Jessop
>| Commanding Officer
>| Marine Ground Forces
>| Guatanamo Bay, Cuba
>| ---
>|
>|
>|
>|
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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.

http://www.mydomain.com/pdf.cfm";  throwonerror="Yes">

This gives me the "302 Moved Temporarily" error if I include
throwonerror="Yes" attribute.

If I try a .htm file on my server, it works as expected... it's only .cfm
pages causing the error.

I tried googling  for the answer, but did not find a cure.

Any insight?
Thanks, Dave
[EMAIL PROTECTED]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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
=
- Original Message -
From: "FlashGuy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 11:07 AM
Subject: CF and MySQL


| 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 MySQL-Front no problem.
|
|
| ---
| Colonel Nathan R. Jessop
| Commanding Officer
| Marine Ground Forces
| Guatanamo Bay, Cuba
| ---
|
|
|
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re:

2003-03-08 Thread DDB Lists


> How can I have a image file for my submit button rather than what being
specified in the VALUE attribute?
>
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 time reseaching work-arounds to a vendors software...
> What value is that vendors software to me?.. where is ROI?

Well, apparently it's not as difficult as you make it out to be. Take your
own case. 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
hard was that?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE:

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: Wednesday, March 05, 2003 2:02 PM
>To: CF-Talk
>Subject: 
>Hi,
>
>How can I have a image file for my submit button rather than what being
>specified in the VALUE attribute?
>
>
>
>---
>Colonel Nathan R. Jessop
>Commanding Officer
>Marine Ground Forces
>Guatanamo Bay, Cuba


--
Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/
Team Macromedia Volunteer for ColdFusion
http://www.macromedia.com/support/forums/team_macromedia/
http://www.devmx.com/

--

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE:

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: 






---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 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 MySQL-Front no problem.
>
>
>---
>Colonel Nathan R. Jessop


--
Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/
Team Macromedia Volunteer for ColdFusion
http://www.macromedia.com/support/forums/team_macromedia/
http://www.devmx.com/

--

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



cf-talk@houseoffusion.com

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?








---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 MySQL-Front no problem. 


---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 anyone out there knows how to run system preferences type programs, 
such as display resolution, from the OS X CLI, I would like to know how 
for future reference.

Dick
On Saturday, March 8, 2003, at 02:57  AM, Dick Applebaum wrote:

> 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, etc.
>>> --
>>> so I need to use the GUI
>>
>> You could always reboot the server and reconnect to it which should
>> refresh the VNC display:
>>
>>  shutdown -r
>>
>> (as root)
>>
>> Sean A Corfield -- http://www.corfield.org/blog/
>>
>> "If you're not annoying somebody, you're not really alive."
>> -- Margaret Atwood

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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, etc.  
>> --
>> so I need to use the GUI
>
> You could always reboot the server and reconnect to it which should
> refresh the VNC display:
>
>   shutdown -r
>
> (as root)
>
> Sean A Corfield -- http://www.corfield.org/blog/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 Joe, don't mean to pick on ya.  But it's pretty funny :)


>There is NO point made here...unless u want you brief.


- Original Message -
From: "Joe Eugene" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 08, 2003 12:59 AM
Subject: RE: The New Macromedia Website(ODBC)


> > Every complex software product I've ever seen has numerous bugs.
>
> You might want to take a look at some of the *.jar files.. and see
> how complex cfmx is...
>
> > 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 time reseaching work-arounds to
> a vendors software...
> What value is that vendors software to me?.. where is ROI?
>
> Joe
>
>
>
>
> > -Original Message-
> > From: Dave Watts [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, March 08, 2003 12:21 AM
> > To: CF-Talk
> > Subject: RE: The New Macromedia Website(ODBC)
> >
> >
> > > I am NOT saying "ANY".. software is not perfect!. We are
> > > not talking about one specific issue... CFMX has had numerous
> > > issues... (Check Updater Docs... if you want to start counting
> > > them)
> >
> > Every complex software product I've ever seen has numerous bugs. I'm not
> > sure why you'd expect CFMX to be any different.
> >
> > > > My solution is to find the best way to solve a problem.
> > > > If JDBC-ODBC doesn't work well in CFMX, but "pure" JDBC
> > > > does, my solution may well be to recommend "pure" JDBC.
> > >
> > > Yes.. JDBC is a Solution/Alternative.. Not a fix to the
> > > software(cfmx) BUG.
> > >
> > > Example...CFMX had COM Issues...am not sure where it
> > > stands now... Any COM functionality can be replicated
> > > very well through a Java Bean.. So in your theory...
> > > Instead of MM fixing COM issues... you probably will
> > > ask all your developers to re-write every COM in a
> > > Java Bean?
> > >
> > > You have really have interesting theories.
> >
> > 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. If I need COM interoperability, I might not recommend a CFMX
> > solution. For that matter, I might not recommend CF 5 for that,
> > either. But
> > I'm not going to wait for perfection from any vendor.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> > voice: (202) 797-5496
> > fax: (202) 797-5444
> >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 extracted\
>[/quote]

Just to update folks on Mike's problem - the above message wasn't an actual
error, it was just wsconfig checking to see if it had extracted
jrunwin32.dll already to the wsconfig directory. Since he had run the
connector before, the file was already there - so there was no need to
extract the file again. This is normal behavior and *did not* mean that the
.dll file was the wrong one / out-of-date.

The next issue we discovered was dual mappings in IIS. The CF5 mappings were
not removed during the uninstall - this was definitely causing a couple
headaches :)

Once we pulled those out, we again tried running wsconfig.exe. When
attempting to add a new webserver, the GUI did not display a JRun instance
to select in the JRun Server drop down box. Upon inspecting the wsconfig.log
file, we found that wsconfig could not find an instance of Jrun listening on
localhost. This kind of stumped me as CFMX was running and jrun.exe /
jrunsvc.exe were both found in the current processes list.

Not wanting to spend too much time trying to figure out why JRun couldn't be
found, I recommended he just yank CFMX out again and start fresh now that we
had cleaned things up a bit.

Hopefully things go well this time for him!

Cheers,
chris


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4