You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/12/27 05:59:09 UTC

[GitHub] [incubator-shardingsphere] itxiaole removed a comment on issue #3814: Sharding JDBC, errors caused by case, database oracle

itxiaole removed a comment on issue #3814: Sharding JDBC, errors caused by case, database oracle
URL: https://github.com/apache/incubator-shardingsphere/issues/3814#issuecomment-569180738
 
 
   @SteNicholas  I cut to version 3 and got a direct error. I'll see what's wrong
   
   
   error message:
   2019-12-27 11:54:13.052  INFO 31084 --- [           main] o.a.s.core.util.ConfigurationLogger      : Properties
   {}
   
   2019-12-27 11:54:13.454  WARN 31084 --- [           main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shardingDataSource' defined in class path resource [org/apache/shardingsphere/shardingjdbc/spring/boot/SpringBootConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'shardingDataSource' threw exception; nested exception is java.sql.SQLException: 无法转换为内部表示
   2019-12-27 11:54:13.461  INFO 31084 --- [           main] ConditionEvaluationReportLoggingListener : 
   
   Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
   2019-12-27 11:54:13.470 ERROR 31084 --- [           main] o.s.boot.SpringApplication               : Application run failed
   
   org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shardingDataSource' defined in class path resource [org/apache/shardingsphere/shardingjdbc/spring/boot/SpringBootConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'shardingDataSource' threw exception; nested exception is java.sql.SQLException: 无法转换为内部表示
   
   
   
   
   
   There is something wrong with version 3. Let me see if I have updated something

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services