mycat未配置对应表导致报错

时间:2023-01-03 20:54:36
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: can't find table define in schema T_OTHERSIDE_CLOSED schema:basisdata_ecommerce
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
at com.mysql.jdbc.Util.getInstance(Util.java:360)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2530)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1907)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1199)
at sun.reflect.GeneratedMethodAccessor257.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)
at com.sun.proxy.$Proxy85.execute(Unknown Source)
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:56)
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:70)
at sun.reflect.GeneratedMethodAccessor255.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
at com.sun.proxy.$Proxy106.query(Unknown Source)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:57)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:267)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:141)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:105)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:81)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:101)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:95)
at sun.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:355)
... 44 more
 
at com.alibaba.dubbo.rpc.filter.ExceptionFilter.invoke(ExceptionFilter.java:108)
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:91)
at com.alibaba.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:65)
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:91)
at com.alibaba.dubbo.rpc.filter.TimeoutFilter.invoke(TimeoutFilter.java:42)
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:91)
at com.alibaba.dubbo.rpc.protocol.dubbo.filter.TraceFilter.invoke(TraceFilter.java:78)
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:91)
at com.alibaba.dubbo.rpc.filter.ContextFilter.invoke(ContextFilter.java:60)
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:91)
at com.alibaba.dubbo.rpc.filter.GenericFilter.invoke(GenericFilter.java:112)
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:91)
at com.alibaba.dubbo.rpc.filter.ClassLoaderFilter.invoke(ClassLoaderFilter.java:38)
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:91)
at com.alibaba.dubbo.rpc.filter.EchoFilter.invoke(EchoFilter.java:38)
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:91)
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.reply(DubboProtocol.java:108)
at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.handleRequest(HeaderExchangeHandler.java:84)
at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.received(HeaderExchangeHandler.java:170)
at com.alibaba.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:52)
at com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:82)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
 
DEBUG   2016-12-14 14:24:28.077 [org.spri] (): afterTestClass(): class [com.tree.autotest.ecommerce.EcommerceOtherSideService.getEcommerceOtherSidesClosedTest]
DEBUG   2016-12-14 14:24:28.078 [org.spri] (): After test class: context [DefaultTestContext@12cdcf4 testClass = getEcommerceOtherSidesClosedTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5bcea91b testClass = getEcommerceOtherSidesClosedTest, locations = '{classpath:/spring-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
INFO    2016-12-14 14:24:28.079 [com.alib] ():  [DUBBO] Run shutdown hook now., dubbo version: 2.5.3, current host: 192.168.10.68
INFO    2016-12-14 14:24:28.080 [org.spri] (): Closing org.springframework.context.support.GenericApplicationContext@75881071: startup date [Wed Dec 14 14:24:21 CST 2016]; root of context hierarchy
DEBUG   2016-12-14 14:24:28.080 [org.spri] (): Publishing event in org.springframework.context.support.GenericApplicationContext@75881071: org.springframework.context.event.ContextClosedEvent[source=org.springframework.context.support.GenericApplicationContext@75881071: startup date [Wed Dec 14 14:24:21 CST 2016]; root of context hierarchy]
DEBUG   2016-12-14 14:24:28.081 [org.spri] (): Returning cached instance of singleton bean 'lifecycleProcessor'
DEBUG   2016-12-14 14:24:28.081 [org.spri] (): Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4f74980d: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,com.tree.autotest.jdbc.ManagedSqlUtil#0,dataSource,service-gateway,com.alibaba.dubbo.config.MonitorConfig,com.alibaba.dubbo.config.RegistryConfig,com.alibaba.dubbo.config.ConsumerConfig,appProvider,userLimitService,telSmsSheetService,userTelService,telFamiliarityNumService,telCallSheetService,TelBillService,TelBaseInfoService,OperatorService,OperatorDubboService,ecommerceAddressService,ecommerceBaseInfoService,ecommerceBindedBankCardService,ecommerceCreditService,ecommerceDataMaintenanceService,ecommerceKeywordService,ecommerceOtherSideService,ecommerceTransactionTypeService,genericQueryService,userEcommerceService,cryptUtil,cryptConfig,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor]; root of factory hierarchy
INFO    2016-12-14 14:24:28.082 [com.alib] ():  [DUBBO] Close all registries [], dubbo version: 2.5.3, current host: 192.168.10.68
DEBUG   2016-12-14 14:24:28.083 [org.spri] (): Invoking destroy() on bean with name 'userEcommerceService'
INFO    2016-12-14 14:24:28.083 [com.alib] ():  [DUBBO] Close dubbo connect: /192.168.10.68:64193-->/121.43.177.8:20192, dubbo version: 2.5.3, current host: 192.168.10.68
DEBUG   2016-12-14 14:24:28.083 [org.spri] (): Invoking destroy() on bean with name 'genericQueryService'
DEBUG   2016-12-14 14:24:28.084 [org.spri] (): Invoking destroy() on bean with name 'ecommerceTransactionTypeService'
DEBUG   2016-12-14 14:24:28.084 [org.spri] (): Retrieved dependent beans for bean 'ecommerceOtherSideService': [com.tree.autotest.ecommerce.EcommerceOtherSideService.getEcommerceOtherSidesClosedTest]
DEBUG   2016-12-14 14:24:28.084 [org.spri] (): Invoking destroy() on bean with name 'ecommerceOtherSideService'
INFO    2016-12-14 14:24:28.085 [com.alib] ():  [DUBBO] Close netty channel [id: 0x2e6ba49a, /192.168.10.68:64193 => /121.43.177.8:20192], dubbo version: 2.5.3, current host: 192.168.10.68
INFO    2016-12-14 14:24:28.087 [com.alib] ():  [DUBBO] disconected from /121.43.177.8:20192,url:dubbo://121.43.177.8:20192/com.datatrees.basisdata.ecommerce.servicefacade.EcommerceOtherSideService?application=service-gateway&codec=dubbo&default.check=false&dubbo=2.5.3&heartbeat=60000&interface=com.datatrees.basisdata.ecommerce.servicefacade.EcommerceOtherSideService&methods=countEcommerceOtherSides,getEcommerceBehaviorLabel,editEcommerce,getTop20TaobaoRecordByOtherside,countSuspiciousTaobaorecord,getRefUserList,getTransactionTypeRearExpr,getEcommerceTransactionType,testMiner,getBehaviorLableRearExpr,getSuspiciousTaobaorecord,getRefOtherSideIdList,signChecked,getEcommerceOtherSides,updateOtherSideStatus,getEcommerceOtherSidesClosed&pid=35088&revision=3.3.6&side=consumer&timestamp=1481696663751, dubbo version: 2.5.3, current host: 192.168.10.68
INFO    2016-12-14 14:24:28.088 [com.alib] ():  [DUBBO] Close dubbo connect: 192.168.10.68:0-->121.43.177.8:20192, dubbo version: 2.5.3, current host: 192.168.10.68
DEBUG   2016-12-14 14:24:28.088 [org.spri] (): Invoking destroy() on bean with name 'ecommerceKeywordService'
DEBUG   2016-12-14 14:24:28.089 [org.spri] (): Invoking destroy() on bean with name 'ecommerceDataMaintenanceService'
DEBUG   2016-12-14 14:24:28.089 [org.spri] (): Invoking destroy() on bean with name 'ecommerceCreditService'
DEBUG   2016-12-14 14:24:28.089 [org.spri] (): Invoking destroy() on bean with name 'ecommerceBindedBankCardService'
DEBUG   2016-12-14 14:24:28.089 [org.spri] (): Invoking destroy() on bean with name 'ecommerceBaseInfoService'
DEBUG   2016-12-14 14:24:28.089 [org.spri] (): Invoking destroy() on bean with name 'ecommerceAddressService'
DEBUG   2016-12-14 14:24:28.089 [org.spri] (): Invoking destroy() on bean with name 'OperatorDubboService'
DEBUG   2016-12-14 14:24:28.089 [org.spri] (): Invoking destroy() on bean with name 'OperatorService'
DEBUG   2016-12-14 14:24:28.090 [org.spri] (): Invoking destroy() on bean with name 'TelBaseInfoService'
DEBUG   2016-12-14 14:24:28.090 [org.spri] (): Invoking destroy() on bean with name 'TelBillService'
DEBUG   2016-12-14 14:24:28.090 [org.spri] (): Invoking destroy() on bean with name 'telCallSheetService'
DEBUG   2016-12-14 14:24:28.090 [org.spri] (): Invoking destroy() on bean with name 'telFamiliarityNumService'
DEBUG   2016-12-14 14:24:28.090 [org.spri] (): Invoking destroy() on bean with name 'userTelService'
DEBUG   2016-12-14 14:24:28.090 [org.spri] (): Invoking destroy() on bean with name 'telSmsSheetService'
DEBUG   2016-12-14 14:24:28.091 [org.spri] (): Invoking destroy() on bean with name 'userLimitService'
DEBUG   2016-12-14 14:24:28.091 [org.spri] (): Invoking destroy() on bean with name 'appProvider'
 
Process finished with exit code 255

mycat未配置对应表导致报错的更多相关文章

  1. MO拆分计划行程序中写入PRODUCTIONORDERS表数据出现重复导致报错(BUG)20180502

    错误提示:ORA-00001: 违反唯一约束条件 (ABPPMGR.C0248833319_6192)ORA-06512: 在 "STG.FP_MO_SPLIT", line 19 ...

  2. Winform下CefSharp的引用、配置、实例与报错排除(源码)

    Winform下CefSharp的引用.配置.实例与报错排除 本文详细介绍了CefSharp在vs2013..net4.0环境下,创建Winfrom项目.引用CefSharp的方法,演示了winfro ...

  3. 域名打开没有加上“http://”,导致报错{"code":-32603,"message":"Cannot navigate to invalid URL"}

    1.在robotframework中写用例 Open Browser  192.168.4.110:8880/jwzh  Chrome 2.没有写http:// 3.导致报错 4.正确写法应该是 Op ...

  4. Django报错:提交表单报错---RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you have APPEND_SLASH set.

    Django报错:提交表单报错---RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and ...

  5. Eclipse配置tomcat8.5.7报错:The Apache Tomcat installation at this directory is version 8.5.27. A Tomcat 8.0 installation is...

    Eclipse配置tomcat8.5.7报错:The Apache Tomcat installation at this directory is version 8.5.27. A Tomcat ...

  6. this.$Message.success('提示信息') 少写了一个c 导致报错

    this.$Message.success('提示信息') 少写了一个c 导致报错 而且 $Message 输出还没显示,导致我以为是没有 $Message 对象了,其实全局对象直接调用即可

  7. Django:提交表单报错:RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you have A

    Django:提交表单报错:RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you ...

  8. SQL ser 进行表中的插入操作时,变量字段名,导致报错时解决办法 :动态SQL

    标题不能描述的很清楚,下面具体说所我要描述的问题,和解决的办法. 作为SQL小白一枚,近日在写一段代码,代码如下: 报错显示 变量@vv附近错误. 后来经过了解,原来是因为,这样需要使用 动态SQL去 ...

  9. C#DataGrid列值出现E形式的小数,将DataGrid表格上的数据保存至数据库表时会因格式转换不正确导致报错

    问题描述:在DataGridView中调整金额一列,当输入小数0.000001后会显示1E-6,此时进行保存操作时报错,提示无法将string类型转换成Decimal 原因分析:由于列调整金额为1E- ...

随机推荐

  1. 拥抱.NET Core,如何开发跨平台的应用并部署至Ubuntu运行

    之前写了一篇博文宣布Rabbit Rpc跨平台了"拥抱.NET Core,跨平台的轻量级RPC:Rabbit.Rpc",在过程中尝试了如何编写支持跨平台的类库与应用程序,也尝试了在 ...

  2. Java基础语法总结1

    一.标识符及字符集 Java语言规定标识符是以字母.下划线"_"或美元符号"$"开始,随后可跟数字.字母.下划线或美元符号的字符序列.Java标识符大小写敏感, ...

  3. 手势识别 GestureDetector ScaleGestureDetector

    识别器GestureDetector基本介绍 当用户触摸屏幕的时候,会产生许多手势,例如down,up,scroll,filing等.一般情况下,我们可以通过View或Activity的onTouch ...

  4. (转载)iscroll.js的使用

    入门 Scroll是一个类,每个需要使用滚动功能的区域均要进行初始化.每个页面上的iScroll实例数目在设备的CPU和内存能承受的范围内是没有限制的. 尽可能保持DOM结构的简洁.iScroll使用 ...

  5. Cocos2d-x3.0模版容器具体解释之二:cocos2d::Map<K,V>

    1.概述: 版本号: v3.0 beta 语言: C++ 定义在 "COCOS2DX_ROOT/cocos/base" 路径下的 "CCMap.h" 的头文件里 ...

  6. C++ - 模板类模板成员函数(member function template)隐式处理(implicit)变化

    模板类模板成员函数(member function template)隐式处理(implicit)变化 本文地址: http://blog.csdn.net/caroline_wendy/articl ...

  7. 使用protobuf编写配置文件以及读写

    .proto文件示例 message Configure { required ; required uint32 port = ; } 写配置文件 Configure config; config. ...

  8. http中post和get方法区别

  9. shell join详解

    首先贴一个,join --help Usage: join [OPTION]... FILE1 FILE2 For each pair of input lines with identical jo ...

  10. 网易新网 spider

    # -*- coding: utf-8 -*- import os import sys import urllib.request import requests import re from lx ...