speechlesssun 2015-07-23 03:03 采纳率: 0%
浏览 4016

ERROR SqlExceptionHelper:146 - 调用中无效的参数

10:53:26,259 ERROR UserDaoImpl:43 - org.hibernate.exception.GenericJDBCException: Could not open connection
10:53:26,268 INFO StatisticalLoggingSessionEventListener:275 - Session Metrics {
330065 nanoseconds spent acquiring 1 JDBC connections;
0 nanoseconds spent releasing 0 JDBC connections;
4604078 nanoseconds spent preparing 1 JDBC statements;
0 nanoseconds spent executing 0 JDBC statements;
0 nanoseconds spent executing 0 JDBC batches;
0 nanoseconds spent performing 0 L2C puts;
0 nanoseconds spent performing 0 L2C hits;
0 nanoseconds spent performing 0 L2C misses;
63145043 nanoseconds spent executing 1 flushes (flushing a total of 1 entities and 0 collections);
0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
}
用的是spring加载c3p0连接池,真不知道问题在哪里
<!-- 配置数据源 -->


<!-- 指定连接数据库的驱动-->

${datasource.driverClassName}
<!-- 指定连接数据库的URL-->

${datasource.url}
<!-- 指定连接数据库的用户名-->

${datasource.username}
<!-- 指定连接数据库的密码-->
${datasource.password}

  • 写回答

3条回答 默认 最新

  • yuke198907 2015-07-23 04:19
    关注

    数据库连接驱动jar导入了吗?参数配置正确了吗?

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法
  • ¥15 matlab代码代写,需写出详细代码,代价私
  • ¥15 ROS系统搭建请教(跨境电商用途)
  • ¥15 AIC3204的示例代码有吗,想用AIC3204测量血氧,找不到相关的代码。