vic
vic
我这边的dubbo接口同时增加了group和version,如果修改,我尝试在getProviders里添加group和version,还是获取不到provider列表
上面的问题解决了,但是页面上点击发送的时候,报错:2018-11-24 10:52:53.221 ERROR [New I/O worker #1] com.mmc.dubbo.doe.handler.SendReceiveHandler.caught (SendReceiveHandler.java:94) - SendReceiveHandler.caught java.lang.NoClassDefFoundError: com/esotericsoftware/kryo/Kryo
发现依赖包里需要加上序列化kryo的包以及javassist,然后dubbo版本和组名的问题已经解决,可以跑起来了,期待你新版本的发布啊。如果api代码修改,pom里需要重新添加依赖么,有更好的实现方式么?
打成jar包部署到linux上,添加依赖,执行就会报错 [ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are:...
我加了配置部署到linux上还是不行啊
自己在linux上手动执行下面的mvn命令可以执行,为何调用新增依赖总是报错! com.mmc.dubbo.doe.client.ProcessClient.run (ProcessClient.java:56) - begin to exec the command /bin/bash -c mvn dependency:copy-dependencies -DoutputDirectory=/app/doe/lib/ -DincludeScope=compile -f /app/doe/pom.xml 2018-11-27 02:34:47.330 INFO [pool-4-thread-1] com.mmc.dubbo.doe.handler.StreamHandler.run (StreamHandler.java:55) - begin to put the message into...