Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
shahzad #1
"No suitable driver was found" exception from javaobject
Hi there, I am accessing this Java object from CF that interacts with the
database. I can't directly access the database using CF (long story) so I've to
use this java object but the problem is that when I access this java object, i
recevie the exception that 'No suitable driver was found' from the java object.
Obviously, its not finding the JDBC driver. but the problem is that, I've the
classpath for the jdbc driver setup and if i run that java object (using a java
test program from the command prompt), it works fine and can make a connection
to the database. I also have JDBC path set in the cf administrator but no luck
any suggestions? I am using CFMX7, Java 1.4, and oracle 9i thank you
shahzad Guest
-
MySQL Connector .NET 1.0.6 and "Connection unexpectedly terminated" exception
Dear newsgroup, I'm having a critical problem with the MySQL Connector .NET 1.0.6. I'm developing a .NET (Version 1.1 SP1) application on a... -
JDBC Query Using CONNX Driver Returning"COMPUTED_COLUMN"
I'm performing a simple select JDBC query using a CONNX DB driver and the column names are returned as COMPUTED_COLUMN_1, COMPUTED_COLUMN_2, etc.... -
"Invalid message format" error from JDBC driver
Hello, all. I have a query that runs perfectly when I run it from pgAdmin3, but bombs when I run it from ColdFusion using the JDBC driver. I'm... -
Microsoft Word printing to "Acrobat Distiller" printer driver
When I print directly to the "Acrobat Distiller" printer from Microsoft Word, the filename that is outputted has a prefix of "Microsoft Word -... -
Websphere session persistence gets "protocol violation" using oracle jdbc driver
Hi, We use oracle (8.1.7) as the session persistence database for our websphere 3.5.4 application server. After 15 min of running a stress test,... -
shahzad #2
Re: "No suitable driver was found" exception from javaobject
nobody has ever gotten this either?
if not, do u've any suggestions or any ideas?
any macromedia people have any idea?
thank you
shahzad Guest
-
PaulH #3
Re: "No suitable driver was found" exception from javaobject
i suppose there could be any number of things wrong, permissions on the JAR,
conflicts w/cf JDBC driver, etc. but i guess the simplest might be that you've
not added that JAR to the *cf* classpath. you can do this via cfadmin or dump
it into cfinstall/wwwroot/web-inf/lib dir.
PaulH Guest
-
shahzad #4
Re: "No suitable driver was found" exception from javaobject
dumping it into cfinstall/wwwroot/web-inf/lib worked. Thank you very much
shahzad Guest



Reply With Quote

