Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR 1003 (HY000): Reload config failure #153

Closed
liuflylove666 opened this issue Feb 12, 2015 · 2 comments
Closed

ERROR 1003 (HY000): Reload config failure #153

liuflylove666 opened this issue Feb 12, 2015 · 2 comments

Comments

@liuflylove666
Copy link

Mcat:Mycat-server-1.3.0.2-20150105144205-linux.tar.gz
OS:CentOS release 6.4 (Final)
Mysql:5.5
Java:java version "1.7.0_67"

问题1:ERROR 1003 (HY000): Reload config failure
error log::
02/12 15:50:51.569 WARN $_NIOREACTOR-0-RW -register error
java.nio.channels.ClosedChannelException
at java.nio.channels.spi.AbstractSelectableChannel.register(AbstractSelectableChannel.java:194)
at org.opencloudb.net.NIOSocketWR.register(NIOSocketWR.java:27)
at org.opencloudb.net.NIOReactor$RW.register(NIOReactor.java:154)
at org.opencloudb.net.NIOReactor$RW.run(NIOReactor.java:86)
at java.lang.Thread.run(Thread.java:722)
+++++++++++++++++++++++++++++++++++++++++++++++
问题2:
create table orders (id int not null primary key ,customer_id int not null,sataus int ,note varchar(100) ); //正常执行

insert into orders(id,customer_id) values(1,1); //插入数据失败
insert into orders(id,customer_id) values(2,2); //插入数据失败

@liuflylove666
Copy link
Author

ERROR 1003 (HY000): Reload config failure

@apachemycat
Copy link
Contributor

此问题有人遇到过,可能是配置文件错误导致的,比如配置WriteHost 与ReadHost相同的IP地址

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants