今天从SVN上把系统导入本地发生了异常,问题如下: java.math.BigInteger cannot be cast to java.lang.Long 百度一番后发现是因为使用Mysql8.0后依然使用5.0的Jar包连接导致直接报错java.math.BigInteger cannot be cast to java.lang.Long,在网上直接下载了最新版的mysql的安装包,然后更新Jar包,在系统中重新build path后,按照下图的方式将Mysql 8.0的jar包导
调整使用Eclipse的JDK版本,大概JDK版本过低会出现这个org.openid4java.discovery.yadis.YadisException: 0x704: I/O transport error: peer not authenticated, 从JDK1.6改为1.7成功解决这个问题