Error Occurred While Processing Request The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.


The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request

Error Executing Database Query.

Invalid authorization specification: Access denied for user: 'gwpro@gwpro.kattare.com' (Using password: YES)
 
The error occurred in /nfs/gwpro/home1/g/gwpro/Application.cfm: line 16
Called from /nfs/gwpro/home1/g/gwpro/Application.cfm: line 1
Called from Using password: line -1
14 : 
15 : <cfquery name="badips" datasource="gwpro2">
16 : 	select ip from disallowed_ips where ip = '#cgi.remote_addr#'
17 : </cfquery>
18 : <cfif badips.recordcount neq 0 >

SQL    select ip from disallowed_ips where ip = '38.107.179.241'
DATASOURCE   gwpro2
VENDORERRORCODE   1045
SQLSTATE   28000
Resources:

Browser   CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Remote Address   38.107.179.241
Referrer  
Date/Time   06-Feb-12 08:19 PM
Stack Trace
at cfApplication2ecfm1853712078._factor1(/nfs/gwpro/home1/g/gwpro/Application.cfm:16) at cfApplication2ecfm1853712078.runPage(/nfs/gwpro/home1/g/gwpro/Application.cfm:1) java.sql.SQLException: Invalid authorization specification: Access denied for user: 'gwpro@gwpro.kattare.com' (Using password: YES)

java.sql.SQLException: Invalid authorization specification: Access denied for user: 'gwpro@gwpro.kattare.com' (Using password: YES)
	at org.gjt.mm.mysql.MysqlIO.init(Unknown Source)
	at org.gjt.mm.mysql.Connection.connectionInit(Unknown Source)
	at org.gjt.mm.mysql.jdbc2.Connection.connectionInit(Unknown Source)
	at org.gjt.mm.mysql.Driver.connect(Unknown Source)
	at macromedia.jdbc.MacromediaDriver.connect(Unknown Source)
	at java.sql.DriverManager.getConnection(Unknown Source)
	at java.sql.DriverManager.getConnection(Unknown Source)
	at com.seefusion.Driver.connect(Driver.java:217)
	at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:562)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.lang.Thread.run(Unknown Source)