
Trouble shooting
文章平均质量分 62
Michaelehome
要想有底气的在IT圈混,必须要有广泛的技术贮备作为资本。
否则你跟人家聊天都不知道对方说的是什么,这太尴尬了。
展开
-
打印出所有的Java异常信息栈信息 stacktrace exception message ... 3 more
通常情况下直接发生异常的信息会被打印出来,但是引起异常的关联栈追踪信息stack trace却不会全部输出,通常我们会看到下面这样的异常输出信息:Exception in thread "main" java.lang.RuntimeException: rethrow at hello.TraceExceptionStack.c(TraceExceptionStack.java:28)...原创 2018-03-08 15:27:50 · 8210 阅读 · 0 评论 -
error while loading shared libraries: so: cannot open shared object file: No such file or directory
利用LD_DEBUG=libs解决找不到文件的问题,通常情况都是在系统路径下没有对应的文件,那么这个命令就能够发现缺少的文件,并且能看到查找的路径[root@localhost tmux-2.6]# tmux -Vtmux: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file...原创 2018-03-15 16:27:05 · 1035 阅读 · 0 评论 -
bx login bx cs init 错误 -- 域名解析问题
今天在VMWare上新安装的Mac OS 10.13,登录IBM Cloud Bluemix时遇到这样的错误:bogon:~ michael01$ bx login -a api.ng.bluemix.net -u 用户名 -p 密码 -s 资源组 --apikey APIKEY的值API endpoint: api.ng.bluemix.netAuthenticating...OK ...原创 2018-03-23 22:49:15 · 861 阅读 · 0 评论 -
kubectl version 错误 The connection to the server localhost:8080 was refused
michael01s-Mac:ibmcloud michael01$ kubectl versionClient Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.6", GitCommit:"9f8ebd171479bec0ada837d7ee641dec2f8c6dd1", GitTreeState:"clean", Bu...原创 2018-03-23 23:57:23 · 8713 阅读 · 2 评论