mule esb 异常分类
system exception
message exception
系统异常出现的两种情况:
应用启动时出的异常
连接外部系统时出现的异常
for example:读取文件,当文件正在写入时,file connector endpoint去读这个文件,出现的异常即为系统异常,stackoverflow也有相关参考
系统异常相当于java中的Error
由于系统异常...
分类:
其他好文 时间:
2015-06-03 19:39:58
阅读次数:
231
最近,公司线上tomcat经常无缘无辜宕机,总结了一下定位问题的方法,仅供参考:
报错信息:
Maximum number of threads (200) created for connector with address null and port 9443
# There is insufficient memory for the Java Runtime Environment t...
分类:
其他好文 时间:
2015-06-03 13:47:45
阅读次数:
138
http://www.cnblogs.com/lyhabc/p/3691555.htmlMariaDb1. MySql .net Connector 在执行完命令后,关闭连接, 字符串中的 Password 会被清空。 设置带有 Password 的新字符串,连接字符串也不显示,但可以打开。
分类:
数据库 时间:
2015-05-31 20:02:03
阅读次数:
138
BOSCH RB88E0920 951GI found the answer by myself...... Here is what it's work for me. GREEN CONNECTOR PIN # 1 2 3 POSITIVE (+) PIN # 18 19 NEGATIVE (-...
分类:
其他好文 时间:
2015-05-29 17:41:08
阅读次数:
116
在解决一个bug的时候,发现post提交上来的参数,有部分丢失了。经过一番查证,有资料说,Tomcat的server.xml中有一个maxPostSize属性,默认是2M。于是将其值显式置为0(不对post提交的大小做限制)。<Connector maxPostSize="0" URIEncoding="utf-8" connectionTimeout="20000"
port="808...
分类:
其他好文 时间:
2015-05-28 00:51:08
阅读次数:
233
1) 安装sudo apt-get install mysql-serversudo apt-get install python-mysqldb2) 使用import MySQLdbdef get_db_connector(): return MySQLdb.connect(host='lo...
分类:
数据库 时间:
2015-05-26 14:08:15
阅读次数:
135
把mysql与java连接的jar(mysql-connector-java-5.1.6-bin.jar)包导入工程.
package com.cn.edu;
import java.beans.Statement;
import java.sql.Connection;
import java.sql.DriverManager;
im...
分类:
数据库 时间:
2015-05-25 10:07:54
阅读次数:
209
这几天一直在尝试c++连接mysql,尝试了mysql c api以及mysql connector c++ 这2种方法(还有一种方法是使用ado,但是撸主比较懒,还是喜欢比较直接点的方法),然而mysql c api 编译通过但是运行怎么都不行,所以换成了mysql connector c++.....
分类:
数据库 时间:
2015-05-24 20:22:49
阅读次数:
138
原文:http://lvasquez.github.io/2014/11/18/EntityFramework-MySql/For the Entity Framework 6 support we need to have this requirementsMySQL Connector/Net ...
分类:
数据库 时间:
2015-05-23 15:26:55
阅读次数:
194
一、事前准备 1:JDK下载并安装:jdk-6u45-windows-i586.exe 2:MySQL JDBC连接驱动:mysql-connector-java-5.1.25.zip 3:MySQL数据库下载并安装:这里推荐这个xampp-win32-1.8.2-0-VC9.zip,不用安装MyS...