NutzCN Logo
问答 大佬们,sys启动没报错
发布于 1457天前 作者 qq_e30171b8 1188 次浏览 复制 上一个帖子 下一个帖子
标签:

控制台显示,sys没启动起来

[INFO ] 13:32:30.999 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.0.104:12923/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.0.104&bind.port=12923&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,data,insertRelation,listMap,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,check,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,list2,fetch,exists,listPage&pid=10688&qos.enable=false&side=provider&threads=200&timestamp=1587619946099, dubbo version: 2.6.5, current host: 192.168.0.104
[INFO ] 13:32:30.999 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.0.104:12923/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.0.104&bind.port=12923&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,data,insertRelation,listMap,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,list2,fetch,exists,listPage&pid=10688&qos.enable=false&side=provider&threads=200&timestamp=1587619946430, dubbo version: 2.6.5, current host: 192.168.0.104
[INFO ] 13:32:30.999 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.0.104:12923/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.0.104&bind.port=12923&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,data,insertRelation,listMap,insertWith,clearCache,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,list2,fetch,exists,listPage&pid=10688&qos.enable=false&side=provider&threads=200&timestamp=1587619946020, dubbo version: 2.6.5, current host: 192.168.0.104
[INFO ] 13:32:30.999 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.0.104:12923/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.0.104&bind.port=12923&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,data,insertRelation,listMap,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,list2,fetch,exists,listPage&pid=10688&qos.enable=false&side=provider&threads=200&timestamp=1587619946307, dubbo version: 2.6.5, current host: 192.168.0.104

Process finished with exit code 0
6 回复

原本没启动zookeeper报了null,启动zookeeper没报错但是就是启动不了

日志变了没?

logs文件夹里的日志?

报错了

org.nutz.ioc.IocException: IocBean[loglevelService] throw Exception when creating
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:152)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
	at org.nutz.boot.starter.logback.exts.LogbackStarter.start(LogbackStarter.java:58)
	at org.nutz.boot.AppContext.startServers(AppContext.java:306)
	at org.nutz.boot.NbApp.execute(NbApp.java:206)
	at org.nutz.boot.NbApp.run(NbApp.java:178)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:42)
Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
	at redis.clients.util.Pool.getResource(Pool.java:53)
	at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
	at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
	at org.nutz.integration.jedis.JedisAgent.jedis(JedisAgent.java:49)
	at org.nutz.integration.jedis.JedisAgent.getResource(JedisAgent.java:54)
	at org.nutz.integration.jedis.RedisService.getJedis(RedisService.java:34)
	at org.nutz.integration.jedis.RedisService.setex(RedisService.java:759)
	at org.nutz.boot.starter.logback.exts.loglevel.LoglevelService.saveToRedis(LoglevelService.java:58)
	at org.nutz.boot.starter.logback.exts.loglevel.LoglevelService.init(LoglevelService.java:37)
	at org.nutz.boot.starter.logback.exts.loglevel.LoglevelService$FM$init$cff301be46c87e2fbea60f4ef344bacb.invoke(LoglevelService.java)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:180)
	at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
	... 8 common frames omitted
Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
	at redis.clients.jedis.Connection.connect(Connection.java:207)
	at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
	at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
	at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
	at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
	at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
	at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
	at redis.clients.util.Pool.getResource(Pool.java:49)
	... 20 common frames omitted
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at redis.clients.jedis.Connection.connect(Connection.java:184)
	... 27 common frames omitted

redis没启动哦

跑起来了,感谢大佬

添加回复
请先登陆
回到顶部