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.

null, message from server: "Host '' is not allowed to connect to this MySQL server"
 
The error occurred in /home/pnw/public_html/publication/content/item_dsp.cfm: line 48
Called from /home/pnw/public_html/publication/content/item_dsp.cfm: line 1
Called from /home/pnw/public_html/publication/content/index.cfm: line 50
46 : <cfif itemID IS NOT "all">
47 : 	<cfquery name="getItem" datasource="#application.dsn#" cachedwithin="#createTimeSpan(0,0,1,0)#">
48 : 		SELECT * FROM AppPubItems WHERE ItemID IN (#attributes.itemID#)
49 : 	</cfquery>
50 : <cfelse>

SQL    SELECT * FROM AppPubItems WHERE ItemID IN (2585)
DATASOURCE   pnw_main
VENDORERRORCODE   1130
SQLSTATE   HY000
Resources:
  • Check the to verify that you are using the correct syntax.
  • Search the to find a solution to your problem.

Browser   Mozilla/5.0 (compatible; heritrix/1.14.1 +http://www.cdlib.org/)
Remote Address  
Referrer   http://www.gp.org/press/pr_2005_11_16.shtml
Date/Time   25-Mar-09 05:12 AM
Stack Trace
at cfitem_dsp2ecfm904096766._factor29(/home/pnw/public_html/publication/content/item_dsp.cfm:48) at cfitem_dsp2ecfm904096766.runPage(/home/pnw/public_html/publication/content/item_dsp.cfm:1) at cfindex2ecfm750823585.runPage(/home/pnw/public_html/publication/content/index.cfm:50)

java.sql.SQLException: null,  message from server: "Host '' is not allowed to connect to this MySQL server"
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1018)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2572)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1485)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
	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(Thread.java:534)