MyEclipse 查看 [Deployment Assembly] 出现 [the currently displayed page contains invalid values]

MyEclipse 查看 [Deployment Assembly] 出现 [the currently displayed page contains invalid values]

问题描述:

在myeclipse测试发布maven项目的时候发现,发布不上去,然后查看 [Deployment Assembly] 出现 [the currently displayed page contains invalid values] 异常问题。

解决办法:

1、打开项目目录,找到.setting目录下面的org.eclipse.wst.common.component,看是否有完整的发布路径,没有则如下的方式添加
没有这个文件则创建org.eclipse.wst.common.component
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="spring-coherence(项目名)">
<wb-resource deploy-path="/" source-path="/src/main/webapp"/>
<wb-resource deploy-path="/" source-path="/src/main/resources"/>
<wb-resource deploy-path="/" source-path="/src/main/java" tag="defaultRootSource"/>
</wb-module>

2、重启MyEclipse,可以成功发布

参考资料

http://blog.csdn.net/t_332741160/article/details/64439457

The error message "The server encountered an internal error that prevented it from fulfilling this request" typically indicates that there is an issue with the server configuration or the code being executed. It could be caused by various factors such as incorrect server settings, incompatible dependencies, or a bug in the code. To troubleshoot this issue in MyEclipse, you can try the following steps: 1. Ensure that the server configuration is correct: Check if the server settings in MyEclipse match the actual server configuration. Make sure that the server is properly installed and configured. 2. Check for compatibility issues: Verify that the versions of the server, libraries, and frameworks being used are compatible with each other. Incompatible versions can lead to internal server errors. 3. Review the server logs: Look for any error messages or stack traces in the server logs to identify the root cause of the internal server error. The logs can provide valuable information about the issue. 4. Debug the code: If the error is related to the code being executed, you can try debugging it to find the specific line or method causing the error. Use breakpoints and step through the code to pinpoint the issue. 5. Update or reinstall dependencies: If the error is caused by incompatible or corrupt dependencies, try updating or reinstalling them. Make sure to clean and rebuild the project to ensure that the dependencies are properly resolved. 6. Seek help from the MyEclipse community: If you are unable to resolve the issue on your own, you can seek help from the MyEclipse community forums or support channels. Other users or the MyEclipse support team may be able to provide guidance or solutions based on your specific situation. Related questions: 1. How can I check the server logs in MyEclipse? 2. What are some common causes of internal server errors in MyEclipse? 3. How do I update dependencies in MyEclipse?
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值