今天用Eclipse创建Maven多模块项目的时候提示错误: could not resolve archetype ******release from any of the configured repositories 这个问题网上主要是两个解决方案: 1.是修改setting.xml文件 详情请见:http://www.cnblogs.com/dingyingsi/p/3616802.html 2.是添加新的Catalog配置 详情请见:http://blog.csdn.net/afga…
错误提示: defined in ServletContext resource [/WEB-INF/SrpingMVCTest-servlet.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.thymeleaf.templateresolver.ServletContex…
Eclipseh中无法安装Tomcat,报错信息如下 Cannot create a server using the selected type 原因:以前安装的tomcat目录改变 解决方法:Window->preferences->Server->Runtime Environment,改变tomcat的目录为你安装的目录,然后保存,这样就可以建立Tomcat server了. 还有另一种方式:在当前工作区中如下路径:/.metadata/.plugins/org.eclips…
环境描述 vmware15虚拟机安装centos7.4 64位系统,docker版本19.03.2 问题描述 安装完docker后,执行docker相关命令 docker run ubuntu:15.10 /bin/echo "Hello world" 出现如下提示: docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.so…
问题: 在Eclipse中运行Web项目Jsp网页启动Tomcat时提示端口被占用: Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this…
最近使用eclipse进行自动化测试时,遇到一种情况,无法调起浏览器,且有报错,如下: org.openqa.selenium.WebDriverException: failed to lookup address information: nodename nor servname provided, or not known Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z…
window->proference,把方框中那两个选项去掉不选,保存即可(或者只选择scala completions(java sources)),(只不过这么做之后就没有代码提示了)遇到这种问题,多半是因为你在eclipse中装了scala的插件,建议使用scala IDE (也是eclipse的),有代码提示,自动导包,感觉界面不舒服的话,你也可以再去装devstyle之类的东西,完全和你用eclispe写java一样…
安装centos 7时提示 "Warning: /dev/root does not exist, could not boot" 这个问题是木有找到你的U盘. 在一个能够编辑U盘的系统里,首先修改U盘的盘符标签,随便改短小精悍为好. 然后进入U盘打开EFI文件夹,进入boot文件夹,修改grub.cfg文件里面的CentOS\x207\x20x86_64改为刚刚修改的U盘的盘符标签.然后,搞定!能装CentOS 7了...... 原文链接http://www.centoscn.com…