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. 套接字I/O模型-WSAAsyncSelect

    利用这个异步I/O模型,应用程序可在一个套接字上接收以Windows消息为基础的网络事件通知.WSAAsyncSelect和WSAEventSelect提供读写数据能力的异步通知,但它们不提供异步数据 ...

  2. 如何用ABBYY把PDF转换成PPT

    在电子科技迅速发展的今天,文件格式转换并不是什么稀罕事,因为现在都是电子化办公,出现很多文件格式,但是不同的场合需要的格式不同,所以常常需要进行文件格式的转换.PDF转换成PPT也是众多文件格式转换中 ...

  3. 二十四种设计模式:状态模式(State Pattern)

    状态模式(State Pattern) 介绍允许一个对象在其内部状态改变时改变它的行为.对象看起来似乎修改了它所属的类. 示例有一个Message实体类,对它的操作有Insert()和Get()方法, ...

  4. vs2010设置 "行号显示"

    Microsoft Visual Studio 2010 默认情况下是不显示代码的行号的.在编译出错时,可点击下面输出窗口中的错误提示进行定位. 但是这样操作起来你有没有感觉到不方便呢. 不显示行号时 ...

  5. 【linux】ps 命令详解

    [root@andon lib]# ps aux ###常用格式 USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0 ...

  6. 剑指offer系列32-----对称二叉树的判断

    [题目]请实现一个函数,用来判断一颗二叉树是不是对称的.注意,如果一个二叉树同此二叉树的镜像是同样的,定义其为对称的. package com.exe7.offer; /** * [题目]请实现一个函 ...

  7. 【Spring学习笔记-6】关于@Autowired与@Scope(BeanDefination.SCOPE_PROTOTYPE)

    当类被@Scope(BeanDefination.SCOPE_PROTOTYPE)修饰时,说明每次依赖注入时,都会产生新的对象,具体可参见文章:http://blog.csdn.net/gst6062 ...

  8. bzoj3035: 导弹防御塔

    Description Freda的城堡——“Freda,城堡外发现了一些入侵者!”“喵...刚刚探究完了城堡建设的方案数,我要歇一会儿嘛lala~”“可是入侵者已经接近城堡了呀!”“别担心,rain ...

  9. liveusb-creator

    liveusb-creator The liveusb-creator is a cross-platform tool for easily installing live operating sy ...

  10. android学习笔记26——Activity

    Activity ==> android中四大组件:Activity.Service.BroadcastReceiver.ContentProvider Activity组件用于对用户呈现操作界 ...