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.

Unknown database 'webconsitedev'
 
The error occurred in C:\Inetpub\hosted\webcondev\Application.cfm: line 27
25 : </cfif>
26 : 
27 : <cfquery name="SelectMenu" datasource="#Datasource#">
28 : Select * from CMS where ParentID = 0 and PhysicalName <> 'sitemap' order by SortOrder
29 : </cfquery>

SQLSTATE   42000
SQL    Select * from CMS where ParentID = 0 and PhysicalName <> 'sitemap' order by SortOrder
VENDORERRORCODE   1049
DATASOURCE   webconsitedev
Resources:

Browser   CCBot/2.0
Remote Address   107.22.156.205
Referrer  
Date/Time   22-May-13 12:45 PM
Stack Trace
at cfApplication2ecfm1597121355.runPage(C:\Inetpub\hosted\webcondev\Application.cfm:27)

com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown database 'webconsitedev'
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2941)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:868)
	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3340)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1238)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2743)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1553)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
	at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:589)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.lang.Thread.run(Thread.java:619)