
随笔
子木HAPPY阳VIP
这个作者很懒,什么都没留下…
展开
-
Error creating bean with name '***(类名)': Injection of autowired dependencies failed;
整springMVC时报错如下图:参考了好多方法,可能是由于和别人jar包和别的环境差别的原因,总是500错误 信息里有句“Error creating bean with name ‘productController’: Injection of autowired dependencies failed; ”, 大概意思是自动注入失败,这个情况就目前个人知识面来看应该有四种原因,下面是这四种原创 2017-05-29 20:18:16 · 14909 阅读 · 1 评论 -
secureCRT 7.0远程CentOS6.5时setup命令乱码问题
secureCRT 7.0远程CentOS6.5时setup命令乱码问题secureCRT链接centos6.5时出现如下图所示的乱码情况: 这是由于secureCRT编码设置问题导致的,解决如下: 1、选中左上角Options 2、选择session options 3、操作如下图: 4 、然后重开一个连接再次 setup回车,原创 2017-05-31 18:31:53 · 576 阅读 · 0 评论 -
Linux之CentOS6.5安装配置Tomcat7服务器
Linux之CentOS6.5安装Tomcat7准备: 1、centos6.5 2、Tomcat7(Linux版) 3、secureCRT 4、FileZilla(用于为liunx传文件) 步骤: 1、secureCRT链接centos成功,输入命令(这里文件夹为了操作简单随意命名的)在根目录的etc文件夹下建立apps文件夹及其子文件夹tomcatys、tomcat:mkdir -p原创 2017-05-31 20:08:19 · 1063 阅读 · 1 评论 -
解决Another app is currently holding the yum lock; waiting for it to exit...
[root@bogon ~]# yum install gcc-c++ Loaded plugins: fastestmirror, refresh-packagekit, securityExisting lock /var/run/yum.pid: another copy is running as pid 2395.Another app is currently holding th原创 2017-07-21 10:47:08 · 993 阅读 · 0 评论 -
解决ERROR:dbus.proxies:Introspect error on :1.65:/org/freedesktop/PackageKit: dbus.exceptions.
yum安装yum install -y pcre pcre-devel时报错ERROR:dbus.proxies:Introspect error on :1.65:/org/freedesktop/PackageKit: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a repl原创 2017-07-21 11:21:19 · 4420 阅读 · 0 评论 -
org.apache.catalina.startup.Catalina stopServer SEVERE: Could not contact localhost:8005. Tomcat may
在测试nginx反向代理 时在同一个liunx上配置了三个tomcat7,startup.sh时正常启动。shutdown.sh时报错如下:Jul 20, 2017 10:19:55 PM org.apache.catalina.startup.Catalina stopServerSEVERE: Could not contact localhost:8005. Tomcat may not原创 2017-07-21 14:52:10 · 25292 阅读 · 1 评论