exception一
Caused by: java.sql.SQLException: We are already in the process of making 11 connections and the number of simultaneous builds has been throttled to 10
http://blog.youkuaiyun.com/swandragon/archive/2009/10/28/4738499.aspx
exception二
java.lang.UnsatisfiedLinkError
http://blog.youkuaiyun.com/swandragon/archive/2009/10/24/4723132.aspx
exception三
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]对象名 ‘xxx’ 无效
http://blog.youkuaiyun.com/swandragon/archive/2009/10/22/4715296.aspx
exception四
由于重复提交response,所以出现这样的错误!
异常信息:Cannot forward after response has been committed
出错原因:在同一个Servlet/JSP中出现了两个request.getRequestDispatcher().forward()语句
解决办法:在forward()语句后添加return()语句。
http://blog.youkuaiyun.com/swandragon/archive/2009/10/20/4701844.aspx
exception五
java.sql.SQLException: Io 异常: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=12519)(ERROR_STACK=(ERROR=(CODE=12519)(EMFI=4)))) at oracle.jdbc.dbaccess.DBError.throwSqlException
http://blog.youkuaiyun.com/swandragon/archive/2009/10/19/4697700.asp