博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
maven web项目build失败
阅读量:6627 次
发布时间:2019-06-25

本文共 1114 字,大约阅读时间需要 3 分钟。

  通过maven build发布web项目到tomcat时报如下异常:

[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 4.671 s[INFO] Finished at: 2015-11-23T15:51:07+08:00[INFO] Final Memory: 16M/310M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.tomcat.maven:tomcat7-maven-plugin:2.1:deploy (default-cli) on project spring-security-cas: Cannot invoke Tomcat manager: Connection reset by peer: socket write error -> [Help 1][ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

  原因为:

    1、检查tomcat安装目录下的conf/tomcat-users.xml中的<tomcat-users>节点下是否添加了权限的设置

    2、maven安装目录下的conf/settings.xml中server的账号和密码是否正确

  更多详情见:

转载地址:http://lyhpo.baihongyu.com/

你可能感兴趣的文章
用 instruments来检验你的app
查看>>
SQL文摘:Writing Subqueries in SQL
查看>>
在Linux-PC上建立kdump调试环境
查看>>
redis.conf for Chinese
查看>>
语法》第四章 字符串
查看>>
神奇的CSS3混合模式转载
查看>>
第一次作业-准备篇
查看>>
软件构架实践阅读笔记1
查看>>
光学字符识别OCR-4
查看>>
Testing - 软件测试知识梳理 - 测试模型
查看>>
[USACO13NOV]No Change
查看>>
阿蒂亚谈数学——我对《数学的统一性》的笔记
查看>>
UIActivityIndicatorView
查看>>
20155301第十三周实验四总结
查看>>
msdn
查看>>
字段初始值无法引用非静态字段、方法或属性
查看>>
九大排序算法再总结
查看>>
Python模块——hashlib
查看>>
----------【2.日常随笔】----------
查看>>
安卓中数据库的搭建与使用
查看>>