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. understanding checkpoint_completion_target

    Starting new blog series – explanation of various configuration parameters. I will of course follow ...

  2. Zend 安装 OpenExplorer插件

    转自:http://blog.csdn.net/binyao02123202/article/details/8954249 OpenExplorer是一款打开导进来的项目文件或文件夹所在磁盘的位置的 ...

  3. Innodb 表修复(转)

    摘要:      突然收到MySQL报警,从库的数据库挂了,一直在不停的重启,打开错误日志,发现有张表坏了.innodb表损坏不能通过repair table 等修复myisam的命令操作.现在记录下 ...

  4. html简介

    什么是 HTML? HTML 是用来描述网页的一种语言. HTML 指的是超文本标记语言 (Hyper Text Markup Language) HTML 不是一种编程语言,而是一种标记语言 (ma ...

  5. MVC4 WebAPI(二)——Web API工作方式

    http://www.cnblogs.com/wk1234/archive/2012/05/07/2486872.html 在上篇文章中和大家一起学习了建立基本的WebAPI应用,立刻就有人想到了一些 ...

  6. js 字符串类型转为数组类型

    以前从来没有想过这个转换,以为直接拼出来就可以了,今天同事问我这个问题,特记录如下. var test='["colkey", "col", "col ...

  7. 关于程序路径Path.Combine以及AppDomain.CurrentDomain.BaseDirectory

    关于程序路径 LucenePath:@(System.Configuration.ConfigurationManager.AppSettings["LucenePath"])&l ...

  8. ios的runtime为什么可以动态添加方法

    一句话概括 每个instance都有一个isa,这个isa,里面含有所有的方法列表,ios提供库函数增加,修改,即实现了动态添加方法

  9. 【VB技巧】VB ListView 控件功能使用详解

    来源:http://lcx.cc/?i=494 ListView控件 在工具箱上击鼠标右键,选择快捷菜单的Components(部件)项,在控件列表中选择Microsoft Windows Commo ...

  10. [系统开发] Bind DNS 管理系统

    一.问题的产生 很多公司的 DNS 是用 BIND 建立的:DNS 服务非常重要,BIND 功能虽然强大,但是是基于配置文件进行管理的,管理员对 DNS 进行的任何操作都要通过修改配置文件来实现,稍不 ...