﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-jack-wang-随笔分类-Dubbo</title><link>http://www.cppblog.com/jack-wang/category/21377.html</link><description>小王</description><language>zh-cn</language><lastBuildDate>Sun, 31 Mar 2019 06:58:53 GMT</lastBuildDate><pubDate>Sun, 31 Mar 2019 06:58:53 GMT</pubDate><ttl>60</ttl><item><title>dubbo HessianProtocolException: 'xxxx' could not be instantiated</title><link>http://www.cppblog.com/jack-wang/archive/2019/03/29/216322.html</link><dc:creator>小王</dc:creator><author>小王</author><pubDate>Fri, 29 Mar 2019 14:51:00 GMT</pubDate><guid>http://www.cppblog.com/jack-wang/archive/2019/03/29/216322.html</guid><wfw:comment>http://www.cppblog.com/jack-wang/comments/216322.html</wfw:comment><comments>http://www.cppblog.com/jack-wang/archive/2019/03/29/216322.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/jack-wang/comments/commentRss/216322.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/jack-wang/services/trackbacks/216322.html</trackback:ping><description><![CDATA[参考：https://hittyt.iteye.com/blog/1691772<br /><br />原因：<span style="font-family: &quot;Microsoft YaHei&quot;, &quot;SF Pro Display&quot;, Roboto, Noto, Arial, &quot;PingFang SC&quot;, sans-serif; font-size: small; background-color: #ffffff;">如果序列化机制使用的是Hessian，序列化的对象又没有提供默认的无参构造器时<br />解决：为使用dubbo服务传递的类对象添加无参构造函数<br /><br />O了！<br /><br /><br /></span><img src ="http://www.cppblog.com/jack-wang/aggbug/216322.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/jack-wang/" target="_blank">小王</a> 2019-03-29 22:51 <a href="http://www.cppblog.com/jack-wang/archive/2019/03/29/216322.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>dubbo2.6.5 无法启动</title><link>http://www.cppblog.com/jack-wang/archive/2019/01/15/216203.html</link><dc:creator>小王</dc:creator><author>小王</author><pubDate>Tue, 15 Jan 2019 07:14:00 GMT</pubDate><guid>http://www.cppblog.com/jack-wang/archive/2019/01/15/216203.html</guid><wfw:comment>http://www.cppblog.com/jack-wang/comments/216203.html</wfw:comment><comments>http://www.cppblog.com/jack-wang/archive/2019/01/15/216203.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/jack-wang/comments/commentRss/216203.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/jack-wang/services/trackbacks/216203.html</trackback:ping><description><![CDATA[<div>&lt;dependency&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.apache.curator&lt;/groupId&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;curator-framework&lt;/artifactId&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;version&gt;2.8.0&lt;/version&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/dependency&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.apache.curator&lt;/groupId&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;curator-recipes&lt;/artifactId&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;version&gt;2.8.0&lt;/version&gt;</div><div>&lt;/dependency&gt;<br /><br /><br /><br />O了！</div><img src ="http://www.cppblog.com/jack-wang/aggbug/216203.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/jack-wang/" target="_blank">小王</a> 2019-01-15 15:14 <a href="http://www.cppblog.com/jack-wang/archive/2019/01/15/216203.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>dubbo 2.6.x 的dubbo-admin管理平台的搭建</title><link>http://www.cppblog.com/jack-wang/archive/2019/01/11/216190.html</link><dc:creator>小王</dc:creator><author>小王</author><pubDate>Fri, 11 Jan 2019 09:35:00 GMT</pubDate><guid>http://www.cppblog.com/jack-wang/archive/2019/01/11/216190.html</guid><wfw:comment>http://www.cppblog.com/jack-wang/comments/216190.html</wfw:comment><comments>http://www.cppblog.com/jack-wang/archive/2019/01/11/216190.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/jack-wang/comments/commentRss/216190.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/jack-wang/services/trackbacks/216190.html</trackback:ping><description><![CDATA[<p><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; font-variant-ligatures: common-ligatures; background-color: #ffffff;">dubbo2.6.1及以后版本，</span><span style="box-sizing: border-box; outline: 0px; overflow-wrap: break-word; color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; font-variant-ligatures: common-ligatures; background-color: #ffffff;">dubbo-admin项目已经移除</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; font-variant-ligatures: common-ligatures; background-color: #ffffff;">，</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">使用springboot重构并移至</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; font-variant-ligatures: common-ligatures; background-color: #ffffff;">另一个项目<br /></span><p><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">1、下载源码</span><span style="font-family: &quot;Comic Sans MS&quot;;">项目地址：</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">https://github.com/apache/incubator-dubbo-ops<br /></span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">下载源码至任意目录中（例如下图的GitHub\</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">incubator-dubbo-ops</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">），切换到master分支。<br /></span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; font-variant-ligatures: common-ligatures; background-color: #ffffff;">2、把源码导入eclipse中，mvn install打包<br /></span><span style="font-family: &quot;Comic Sans MS&quot;;">3、进入目录：</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-variant-ligatures: common-ligatures; white-space: pre; background-color: #f6f8fa;">incubator-dubbo-ops\dubbo-admin\target<br /></span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-variant-ligatures: common-ligatures; white-space: pre; background-color: #f6f8fa;">运行jar包</span><span style="color: #4f4f4f; font-family: Tahoma; font-variant-ligatures: common-ligatures; white-space: pre; background-color: #f6f8fa;"><br /></span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-variant-ligatures: common-ligatures; white-space: pre; background-color: #f6f8fa;">java -jar dubbo-admin-0.0.1-SNAPSHOT.jar<br /></span><span style="font-family: &quot;Comic Sans MS&quot;;">4、</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">&nbsp;进入管理控制台<br /></span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">http://localhost:7001/&nbsp;&nbsp;<br /></span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">http://localhost:7001/&nbsp;&nbsp;<br /></span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">http://local</span><span style="color: #4f4f4f; font-family: &quot;Comic Sans MS&quot;; font-size: 16px; background-color: #ffffff;">host:7001/&nbsp;&nbsp;<br /></span><span style="font-family: &quot;Comic Sans MS&quot;;">账户：root</span><br /><span style="font-family: &quot;Comic Sans MS&quot;;">密码：root</span><br /><span style="font-family: &quot;Comic Sans MS&quot;;">o了</span></p></p><img src ="http://www.cppblog.com/jack-wang/aggbug/216190.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/jack-wang/" target="_blank">小王</a> 2019-01-11 17:35 <a href="http://www.cppblog.com/jack-wang/archive/2019/01/11/216190.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>