<2010-2-23 下午08时22分53秒 CST> <Error> <Deployer> <BEA-149265> <Failure occured in the execution of deployment request with ID '1266927773359' for task '4'. Error is: 'weblogic.management.DeploymentException: [J2EE:160177]The application at "D:\bea\user_projects\domains\base_domain\.\autodeploy\ETLUI" was not recognized as a valid application type. If this is an EAR file, please ensure the META-INF/application.xml exists. EJB-JARs should have a META-INF/ejb-jar.xml. WAR files require a WEB-INF/web.xml, and RARs require a META-INF/ra.xml. A JMS deployment should be an XML file whose name ends with "-jms.xml". A JDBC deployment should be an XML file whose name ends with "-jdbc.xml". For other application types, please consult the WebLogic Server documentation.'
weblogic.management.DeploymentException: [J2EE:160177]The application at "D:\bea\user_projects\domains\base_domain\.\autodeploy\ETLUI" was not recognized as a valid application type. If this is an EAR file, please ensure the META-INF/application.xml exists. EJB-JARs should have a META-INF/ejb-jar.xml. WAR files require a WEB-INF/web.xml, and RARs require a META-INF/ra.xml. A JMS deployment should be an XML file whose name ends with "-jms.xml". A JDBC deployment should be an XML file whose name ends with "-jdbc.xml". For other application types, please consult the WebLogic Server documentation.
at weblogic.application.internal.DeploymentManagerImpl.createDeployment(DeploymentManagerImpl.java:109)
at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:146)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:184)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
Truncated. see log file for complete stacktrace
>
<2010-2-23 下午08时22分53秒 CST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application '_appsdir_ETLUI_dir'.>
<2010-2-23 下午08时22分53秒 CST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.management.DeploymentException: [J2EE:160177]The application at "D:\bea\user_projects\domains\base_domain\.\autodeploy\ETLUI" was not recognized as a valid application type. If this is an EAR file, please ensure the META-INF/application.xml exists. EJB-JARs should have a META-INF/ejb-jar.xml. WAR files require a WEB-INF/web.xml, and RARs require a META-INF/ra.xml. A JMS deployment should be an XML file whose name ends with "-jms.xml". A JDBC deployment should be an XML file whose name ends with "-jdbc.xml". For other application types, please consult the WebLogic Server documentation.
at weblogic.application.internal.DeploymentManagerImpl.createDeployment(DeploymentManagerImpl.java:109)
at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:146)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:184)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
Truncated. see log file for complete stacktrace
>
找了很多地方,没找出原因。后来把web.xml删掉又添加上,竟然正常发布了。很神奇。
分享到:
相关推荐
WebLogic Server 9.2 是Oracle公司出品的一款企业级Java应用服务器,它提供了全面的Java EE(Java Platform, Enterprise Edition)支持,用于构建、部署和管理分布式应用程序。本手册将详细介绍在Windows 2003系统上...
- **对象过度创建**:从分析结果可以看出,`DefectQueryVO`对象被频繁创建,这可能是由于程序设计不合理导致的,比如未正确释放资源或者对象缓存机制存在问题。 - **JDBC操作不当**:数据库访问操作通常会涉及大量的...
* 应用服务器:WebLogic 9.2 * Java 虚拟机版本:1.5.0.07 * JProfiler 版本:jprofiler_linux_5_1_4.sh * 客户端操作系统:Windows XP SP2 * JProfiler 版本:jprofiler_windows_5_1_4.exe 二、客户端 JProfiler ...
- **文档内容**:该文档作为Agile PLM for WebLogic的安装指南,详细记录了安装步骤、配置要求以及可能出现的问题及其解决办法。 - **文档结构**:通常会包括前言、系统要求、安装步骤、配置指南、故障排除等部分,...
2. **更新Apache Commons Collections库**:Apache官方发布了修复此问题的新版本,比如3.2.x升级到3.2.2,4.x升级到4.4.1。如果遇到兼容性问题,可以尝试使用不同版本的库。 3. **Oracle官方补丁**:Oracle提供了...
5、QC9.0安装问题解决 - JBOSS启动不了 原因:8080端口被其他应用程序占用。 用netstat查看谁占用了8080端口 netstat -ano 解决办法1:修改其他程序的端口使用 解决办法2:修改JBOSS的启动端口 JBOSS_HOME\...
Acegi Security可以在任何支持Java的应用服务器上运行,包括但不限于Tomcat、JBoss、WebLogic等。它利用了Java EE平台提供的标准接口和技术,如Servlet API、JNDI等。 ##### 2.2 共享组件 Acegi Security引入了一...
- **1.4.1 J2EE应用服务器**:如Apache Tomcat、IBM WebSphere、Oracle WebLogic等,它们提供了一个运行J2EE应用所需的环境。 - **1.4.2 J2EE开发环境搭建**:主要包括安装JDK(Java Development Kit)、配置开发...