当前位置:   article > 正文

ERROR] [ERROR] Some problems were encountered while processing the POMs:[FATAL] Non-parseable POM D_[error] [error] some problems were encountered whi

[error] [error] some problems were encountered while processing the poms:

代码报错:ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM D:\java_base\brand-demo5\pom.xml: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...<session-config>\n            <session-timeout>... @20:30)  @ line 20, column 30
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project  (D:\java_base\brand-demo5\pom.xml) has 1 error
[ERROR]     Non-parseable POM D:\java_base\brand-demo5\pom.xml: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...<session-config>\n            <session-timeout>... @20:30)  @ line 20, column 30 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException

82a89d5678f142f397db151f8c5781b2.png

 

解决思路:根据这个定位到错误地方

①根据提示错误位置在pom.xml

②sesion销毁源码,进去把这个删除试试

<session-config>
    <session-timeout>100</session-timeout>
</session-config>

解决成功如图所示:

0fa7cdc32bcd486cb7ae66750515142b.png

 

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/558788
推荐阅读
相关标签
  

闽ICP备14008679号