首页 > 代码库 > Could not synchronize with target
Could not synchronize with target
运行java应用程序
#bash LauncherJavaMainClass.sh Could not synchronize with target
查看错误java命令启动时定向到的stderr日志:
Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: h003018.xxx.com: h003018.xxx.com
解决:
方法一、
#vim /etc/hosts添加:192.168.1.202 h003018.xxx.com
192.168.1.202为启动java应用的主机IP
方法二、
查看LauncherJavaMainClass.sh,注释掉如下JMX启动参数
#JAVA_OPS="-Dsun.rmi.transport.tcp.readTimeout=5000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.server.exceptionTrace=true -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=22446 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
Could not synchronize with target
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。