HTTP Status 500 -


type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: java.sql.SQLException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp'
	dbio.FeatDB.getFeatCFPs(Unknown Source)
	call.doGet(Unknown Source)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

root cause

java.sql.SQLException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp'
	com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2928)
	com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
	com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1124)
	com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:676)
	com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1030)
	org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
	dbio.FeatDB.getFeatCFPs(Unknown Source)
	dbio.FeatDB.getFeatCFPs(Unknown Source)
	call.doGet(Unknown Source)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.


Apache Tomcat/6.0.18