Ask a Question related to Coldfusion Database Access, Design and Development.
-
Chris Lyman #1
Postgres Problems
Hi All,
I'm posting this in case somebody else has the same problem.
With CF 7 (I'm using Red Hat 9, I don't know about other platforms): after
you restart the server, if the first page that is requested from the server
is a page that makes a call to the Postgres JDBC driver AND you have
debugging turned on, you'll get a 500 error saying something like 'Error
Executing Database Query'. And then from the point on all your debugging
information will be overwritten with the error message, even if you're on a
page that doesn't make a database call. Even if you restart the server the
error will still show up.
The cure (at least for me): go in and move the JDBC driver out of the CF
class path. Restart the server and call a non database calling page, your
debug information should come back. Move the JDBC driver back in, restart
the server. Make a call to the non-database page, make sure your debug
information is there. Cross your fingers and make a call to the database
page, your debug information should be back and all should be right with the
universe.
--
Best Regards,
Chris
Chris Lyman Guest
-
Problems with JDBC site and Postgres mailing list subscription page
http://jdbc.postgresql.org/ seems to be down. Also I can't connect to the mailing list subscription page at: ... -
php + postgres
I've got this connection script for my database: <?php $password = md5("xxxxx"); $user = "user"; $host = "localhost"; $database = "base"; $link... -
postgres
I'm trying to access a PostgreSQL database on my machine, however, I get the following error: irb(main):003:0> conn = PGconn.connect("localhost",... -
[OT] postgres
> I can connect through DBI, but not using the postgres module. Very Hm. Does your postgres startup command have a "-i" in it somewhere? Tom -
[OT] postgres
> It doesn't appear to. ps aux | grep postgresql doesn't show anything You might try adding a "-i" to the "postmaster start" command. That'll... -
Symantec #2
Re: Postgres Problems
Ive been using coldfusion and postgres with resin3 on freebsd and have had
also noticed that the first call to the postgres database fails but every call
after that is fine. Although I do not use debugging so I am not sure if the
output is affected.
Symantec Guest



Reply With Quote

