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

new Service的时候报错 #27

Open
pasBone opened this issue Nov 11, 2016 · 1 comment
Open

new Service的时候报错 #27

pasBone opened this issue Nov 11, 2016 · 1 comment

Comments

@pasBone
Copy link

pasBone commented Nov 11, 2016

var Service=require('node-zookeeper-dubbo');
var opt={
gruop:'dubbo', // dubbo group default by 'dubbo',optional
conn:'192.168.2.138:20880', // zookeeper url
path:'com.service.dubbo.provider.ParamService', // service url
}
var service = new Service(opt);
在 new Service的时候报错了:
throw new assert.AssertionError({^
AssertionError: connectionString must be an non-empty string.
请问是什么原因呢?

@hoefershen
Copy link

同样的原因,不知道啥问题

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

2 participants