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 2020/04/26 08:10:36 UTC

[GitHub] [shardingsphere] johncn9 opened a new issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

johncn9 opened a new issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322


   myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist  but the table test_db.user is exist
   
   other error "IncorrectResultSetColumnCountException: Incorrect column count: expected 1, actual 12"
   
   I save some data for table user   execute is good


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619520983


   com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'test_db.user' doesn't exist
   	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_251]
   	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_251]
   	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_251]
   	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_251]
   	at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.Util.getInstance(Util.java:408) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2439) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1365) ~[mysql-connector-java-5.1.48.jar:5.1.48]
   	at com.alibaba.druid.pool.DruidPooledStatement.executeQuery(DruidPooledStatement.java:297) ~[druid-1.1.22.jar:1.1.22]
   	at org.apache.shardingsphere.shardingjdbc.executor.StatementExecutor.getQueryResult(StatementExecutor.java:102) ~[sharding-jdbc-core-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.shardingjdbc.executor.StatementExecutor.access$100(StatementExecutor.java:49) ~[sharding-jdbc-core-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.shardingjdbc.executor.StatementExecutor$2.executeSQL(StatementExecutor.java:95) ~[sharding-jdbc-core-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.shardingjdbc.executor.StatementExecutor$2.executeSQL(StatementExecutor.java:91) ~[sharding-jdbc-core-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79) ~[sharding-core-execute-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61) ~[sharding-core-execute-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125) ~[sharding-core-execute-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.parallelExecute(ShardingExecuteEngine.java:102) ~[sharding-core-execute-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83) ~[sharding-core-execute-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73) ~[sharding-core-execute-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56) ~[sharding-core-execute-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140) ~[sharding-jdbc-core-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.shardingjdbc.executor.StatementExecutor.executeQuery(StatementExecutor.java:98) ~[sharding-jdbc-core-4.0.1.jar:4.0.1]
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingStatement.executeQuery(ShardingStatement.java:102) ~[sharding-jdbc-core-4.0.1.jar:4.0.1]
   	at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:439) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:452) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:462) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate.queryForList(JdbcTemplate.java:485) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at com.warunion.dao.doctor.UserDaoImpl.findByAll(UserDaoImpl.java:30) ~[classes/:na]
   	at com.warunion.dao.doctor.UserDaoImpl$$FastClassBySpringCGLIB$$ae5e5c6e.invoke(<generated>) ~[classes/:na]
   	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at com.warunion.dao.doctor.UserDaoImpl$$EnhancerBySpringCGLIB$$35f25500.findByAll(<generated>) ~[classes/:na]
   	at com.warunion.webdoctor.controller.UserController.find(UserController.java:34) ~[classes/:na]
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_251]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_251]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_251]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_251]
   	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:879) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_251]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_251]
   	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_251]
   
   


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619835947


   thank you for help me ,  I try more


----------------------------------------------------------------
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



[GitHub] [shardingsphere] kimmking commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619842790


   you can create one in 1 minute.


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619835508


   No I  have no project for github


----------------------------------------------------------------
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



[GitHub] [shardingsphere] kimmking commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619579136


   submit to a github repo ?


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619506744


   help me


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619888816


   You may give me your mail ,I tar a page for you and  send u


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619514040


   插入正常,查询就报那两个错误,查询三种情况第一种[]  剩下的就是上面那两种  数据库已经插入有数据
   
   orm  ---》 jdbctemplate


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619513837


   数据源 注解
   
       
       @Bean(name = "master0")
       @ConfigurationProperties("spring.shardingsphere.datasource.master0")
       public DataSource master0Source() {
           DruidDataSource dataSource = new DruidDataSource();
   //        DataSource dataSource = new DruidDataSource();
           return dataSource;
       }
   
   
       @Bean(name = "master1")
       @ConfigurationProperties("spring.shardingsphere.datasource.master1")
       public DataSource master1Source() {
           DruidDataSource dataSource = new DruidDataSource();
   //        DataSource dataSource = new DruidDataSource();
           return dataSource;
       }
   
       @Bean(name = "masters0")
       @ConfigurationProperties("spring.shardingsphere.datasource.masters0")
       public DataSource masters0Source() {
           DruidDataSource dataSource = new DruidDataSource();
   //        DataSource dataSource = new DruidDataSource();
           return dataSource;
       }
   
   
       @Bean(name = "slave0")
       @ConfigurationProperties("spring.shardingsphere.datasource.master0slave")
       public DataSource slave0Source() {
           DruidDataSource dataSource = new DruidDataSource();
   //        DataSource dataSource = new DruidDataSource();
           return dataSource;
       }
   
       /**
        * 配置数据源0,数据源的名称最好要有一定的规则,方便配置分库的计算规则
        *
        * @return
        */
       @Bean(name = "slave1")
       @ConfigurationProperties("spring.shardingsphere.datasource.master1slave")
       public DataSource slave1Source() {
           DruidDataSource dataSource = new DruidDataSource();
   //        DataSource dataSource = new DruidDataSource();
           return dataSource;
       }
   
   
       @Bean(name = "slave2")
       @ConfigurationProperties("spring.shardingsphere.datasource.masters0slave")
       public DataSource slave2Source() {
           DruidDataSource dataSource = new DruidDataSource();
   //        DataSource dataSource = new DruidDataSource();
           return dataSource;
       }
   
   
   
       @Bean("dataSource")
       @Primary
       public DataSource dataSource(@Qualifier("master0") DataSource master0,
                                    @Qualifier("master1") DataSource master1,
                                    @Qualifier("slave0") DataSource slave0,
                                    @Qualifier("slave1") DataSource slave1,
                                    @Qualifier("masters0") DataSource masters0,
                                    @Qualifier("slave2") DataSource slave2) throws SQLException {
   
           // 配置真实数据源
           Map<String, DataSource> dataSourceMap = new HashMap<>();
           dataSourceMap.put("master0", master0);
           dataSourceMap.put("master1", master1);
           dataSourceMap.put("masters1", master1);
           dataSourceMap.put("slave2", slave2);
           dataSourceMap.put("slave0", slave0);
           dataSourceMap.put("slave1", slave1);
   //
           List<String> slave0List = new ArrayList<>();
           slave0List.add("slave0");
           List<String> slave1List = new ArrayList<>();
           slave1List.add("slave1");
   
           List<String> slave2List = new ArrayList<>();
           slave2List.add("slave2");
   //
   //        // 主从策略
   //        LoadBalanceStrategyConfiguration loadBalanceStrategyConfiguration = new LoadBalanceStrategyConfiguration("round_robin");
   //        MasterSlaveRuleConfiguration master0SlaveRuleConfiguration =
   //                new MasterSlaveRuleConfiguration("master0", "master0", slave0List, loadBalanceStrategyConfiguration);
   //        MasterSlaveRuleConfiguration master1SlaveRuleConfiguration =
   //                new MasterSlaveRuleConfiguration("master1", "master1", slave1List, loadBalanceStrategyConfiguration);
   //        MasterSlaveRuleConfiguration masters1SlaveRuleConfiguration =
   //                new MasterSlaveRuleConfiguration("masters0", "masters0", slave2List, loadBalanceStrategyConfiguration);
   //
   //        // 打开shardingsphere sql日志
           Properties properties = new Properties();
           properties.setProperty("sql.show", Boolean.TRUE.toString());
   //
   //        // 配置分片规则 分库分表 读写分离
           ShardingRuleConfiguration shardingRuleConfig = new ShardingRuleConfiguration();
   //        shardingRuleConfig.getMasterSlaveRuleConfigs().add(master0SlaveRuleConfiguration);
   //        shardingRuleConfig.getMasterSlaveRuleConfigs().add(master1SlaveRuleConfiguration);
   //        shardingRuleConfig.getMasterSlaveRuleConfigs().add(masters1SlaveRuleConfiguration);
   //        // 配置消息表分库分表
   //        shardingRuleConfig.getTableRuleConfigs().add(getImTeamMessageRuleConfiguration());
           // 获取数据源对象
           DataSource dataSource = ShardingDataSourceFactory.createDataSource(dataSourceMap, shardingRuleConfig, properties);
           return dataSource;
       }


----------------------------------------------------------------
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



[GitHub] [shardingsphere] kimmking commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619516881


   Where is the error message stack?


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619521036


   up,up,up


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619506726


   I  execute jdbctemplate for query list 
    "select * from user"  
   I found up error


----------------------------------------------------------------
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



[GitHub] [shardingsphere] kimmking commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619526173


   You config rules looks like well, and can't lead to this error.
   Can you make a demo for reproduce this error for me?


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619513531


   my application.properties   spring cloud 2.2.6  jdbctemplate
   
   server.port=8084
   
   spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
   spring.jpa.show-sql=true
   spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
   spring.shardingsphere.datasource.platform = mysql
   
   spring.shardingsphere.datasource.names=master0,master0slave,master1,master1slave,masters0,masters0slave
   
   # 数据源
   spring.shardingsphere.datasource.master0.type=com.alibaba.druid.pool.DruidDataSource
   spring.shardingsphere.datasource.master0.driver-class-name=com.mysql.jdbc.Driver
   spring.shardingsphere.datasource.master0.url=jdbc:mysql://localhost:3305/test_db?characterEncoding=utf-8&useSSL=false
   spring.shardingsphere.datasource.master0.username=root
   spring.shardingsphere.datasource.master0.password=123456
   
   spring.shardingsphere.datasource.master0slave.type=com.alibaba.druid.pool.DruidDataSource
   spring.shardingsphere.datasource.master0slave.driver-class-name=com.mysql.jdbc.Driver
   spring.shardingsphere.datasource.master0slave.url=jdbc:mysql://localhost:3307/test_db?characterEncoding=utf-8&useSSL=false
   spring.shardingsphere.datasource.master0slave.username=root
   spring.shardingsphere.datasource.master0slave.password=123456
   
   spring.shardingsphere.datasource.master1.type=com.alibaba.druid.pool.DruidDataSource
   spring.shardingsphere.datasource.master1.driver-class-name=com.mysql.jdbc.Driver
   spring.shardingsphere.datasource.master1.url=jdbc:mysql://localhost:3308/test_db?characterEncoding=utf-8&useSSL=false
   spring.shardingsphere.datasource.master1.username=root
   spring.shardingsphere.datasource.master1.password=123456
   
   spring.shardingsphere.datasource.master1slave.type=com.alibaba.druid.pool.DruidDataSource
   spring.shardingsphere.datasource.master1slave.driver-class-name=com.mysql.jdbc.Driver
   spring.shardingsphere.datasource.master1slave.url=jdbc:mysql://localhost:3309/test_db?characterEncoding=utf-8&useSSL=false
   spring.shardingsphere.datasource.master1slave.username=root
   spring.shardingsphere.datasource.master1slave.password=123456
   
   spring.shardingsphere.datasource.masters0.type=com.alibaba.druid.pool.DruidDataSource
   spring.shardingsphere.datasource.masters0.driver-class-name=com.mysql.jdbc.Driver
   spring.shardingsphere.datasource.masters0.url=jdbc:mysql://localhost:3304/test_db?characterEncoding=utf-8
   spring.shardingsphere.datasource.masters0.username=root
   spring.shardingsphere.datasource.masters0.password=123456
   
   spring.shardingsphere.datasource.masters0slave.type=com.alibaba.druid.pool.DruidDataSource
   spring.shardingsphere.datasource.masters0slave.driver-class-name=com.mysql.jdbc.Driver
   spring.shardingsphere.datasource.masters0slave.url=jdbc:mysql://localhost:3303/test_db?characterEncoding=utf-8
   spring.shardingsphere.datasource.masters0slave.username=root
   spring.shardingsphere.datasource.masters0slave.password=123456
   
   # 分表配置
   spring.shardingsphere.sharding.tables.user.actual-data-nodes=ds$->{0..1}.user_$->{0..2},dss$->{0..1}.user_$->{0..2}
   spring.shardingsphere.sharding.tables.user.table-strategy.inline.sharding-column=id
   spring.shardingsphere.sharding.tables.user.table-strategy.inline.algorithm-expression=user_$->{id % 3}
   
   # 分库配置
   spring.shardingsphere.sharding.default-database-strategy.standard.sharding-column=id
   spring.shardingsphere.sharding.default-database-strategy.standard.precise-algorithm-class-name=com.warunion.webdoctor.algorithm.MyPreciseShardingAlgorithm
   
   # 不分库分表的数据源指定
   spring.shardingsphere.sharding.default-data-source-name=ds0
   
   # 广播表,每个节点复制一份,适用于配置类的数据
   #spring.shardingsphere.sharding.broadcast-tables=loudong
   
   # 读写分离
   spring.shardingsphere.sharding.master-slave-rules.ds0.master-data-source-name=master0
   spring.shardingsphere.sharding.master-slave-rules.ds0.slave-data-source-names=master0slave
   
   spring.shardingsphere.sharding.master-slave-rules.ds1.master-data-source-name=master1
   spring.shardingsphere.sharding.master-slave-rules.ds1.slave-data-source-names=master1slave
   
   spring.shardingsphere.sharding.master-slave-rules.dss0.master-data-source-name=masters0
   spring.shardingsphere.sharding.master-slave-rules.dss0.slave-data-source-names=masters0slave
   #
   #spring.shardingsphere.sharding.master-slave-rules.dss1.master-data-source-name=masters1
   #spring.shardingsphere.sharding.master-slave-rules.dss1.slave-data-source-names=master1slave


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619532158


   how  to  give my project for u
   


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619889993


   are you chinese?


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619520887


   org.springframework.jdbc.IncorrectResultSetColumnCountException: Incorrect column count: expected 1, actual 12
   	at org.springframework.jdbc.core.SingleColumnRowMapper.mapRow(SingleColumnRowMapper.java:110) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.RowMapperResultSetExtractor.extractData(RowMapperResultSetExtractor.java:94) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.RowMapperResultSetExtractor.extractData(RowMapperResultSetExtractor.java:61) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:440) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:452) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:462) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.jdbc.core.JdbcTemplate.queryForList(JdbcTemplate.java:485) ~[spring-jdbc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at com.warunion.dao.doctor.UserDaoImpl.findByAll(UserDaoImpl.java:30) ~[classes/:na]
   	at com.warunion.dao.doctor.UserDaoImpl$$FastClassBySpringCGLIB$$ae5e5c6e.invoke(<generated>) ~[classes/:na]
   	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at com.warunion.dao.doctor.UserDaoImpl$$EnhancerBySpringCGLIB$$35f25500.findByAll(<generated>) ~[classes/:na]
   	at com.warunion.webdoctor.controller.UserController.find(UserController.java:34) ~[classes/:na]
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_251]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_251]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_251]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_251]
   	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:879) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE]
   	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_251]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_251]
   	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.33.jar:9.0.33]
   	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_251]
   


----------------------------------------------------------------
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



[GitHub] [shardingsphere] johncn9 commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
johncn9 commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619889617


   说英语真别扭,我要创建一个github 项目,我还得安装git客户端?还有啊,这个shardingsphere 对spring-data-jdbc好像也不支持


----------------------------------------------------------------
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



[GitHub] [shardingsphere] kimmking commented on issue #5322: myproject for shardingssphere4.0.1 Table 'test_db.user' doesn't exist

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #5322:
URL: https://github.com/apache/shardingsphere/issues/5322#issuecomment-619509507


   plz show your config and table ddl.


----------------------------------------------------------------
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