Application already exists in the configuration repository error when installing new EAR in WAS admin console.
If we can screw up our enterprise application installation properly, we would reach to a state where we cannot go forward and backward. It is a nice state in which if we try to uninstall the application we would get an error message from WebSphere. Whatever may be the reason we will not be able to uninstall the enterprise project using WAS admin console. Then we will try our luck by installing new enterprise application unluckily WAS wouldn’t allow us to do that also. This time WebSphere Application Server would give a nice error message. “Application already exists in the configuration repository”.
The solution to this issue is to manually delete/uninstall the application by editing the configuration file. Do a search for your ear file in the file system and delete all the occurrences of the XXX.ear folder (You can see one .ear directory in your WAS_INSTALL_DIR/profiles//installedApps directory and one in WAS_INSTALL_DIR/profiles//config/cells//applications folder). Once we deleted these entire XXX.ear folders, delete all the contents of temp and wstemp folder. Now go to
nd wstemp folder. Now go to
?View Code XML
WAS_INSTALL_DIR\profiles\<profileName>\config\cells\<cellName>\nodes\<nodeName>\
And edit the file serverindex.xml.
In this file we can see an entry for our application within the tag
?View Code XML
<deployedApplications>xxx.ear</deployedApplications>
Delete this entry. We are done. Now we can install our application using WebSphere admin console without any issues.
refrence page:
http://www.albeesonline.com/blog/2008/04/15/application-already-exists-in-the-configuration-repository-error/
分享到:
相关推荐
WebSphere Application Server9.0.0.2 安装包百度云盘资源地址,非商业用途,仅供学习使用。
### WebSphere Application Server V6.1安全手册知识点详解 #### 一、概述 《WebSphere Application Server V6.1 Security Handbook》是IBM公司为WebSphere Application Server V6.1版本编写的安全指南。该文档...
Websphere Application Server 的技术红皮书。英文版,非扫描版。
本书全面阐述了从开发、装配、部署到管理WebSphere电子商务应用程序的各个方面。WebSphere Application Server 管理功能介绍。
pdf WebSphere Application Server 7.0 Administration Guide
WebSphere+Application+Server日常维护.ppt,
### WebSphere Application Server V6.1 性能调整详述 #### 一、概述 《WebSphere Application Server V6.1性能调整》是一份详细介绍了如何优化IBM WebSphere Application Server (WAS) V6.1性能的技术文档。该...
WebSphere Application Server 7.0-Windows.z05,由于上传限制,把源文件分成了9个安装包,需要全部下载。
WebSphere Application Server 7.0-Windows.z06,由于上传限制,把源文件分成了9个安装包,需要全部下载。
WebSphere Application Server 7.0-Windows.z01,由于上传限制,把源文件分成了9个安装包,需要全部下载。
WebSphere Application Server 7.0-Windows.z04,由于上传限制,把源文件分成了9个安装包,需要全部下载。
IBM WebSphere Application Server是一款强大的企业级Java应用程序服务器,主要用于托管基于Java EE(Java Enterprise Edition)的应用。这款服务器软件是IBM公司的旗舰产品之一,为大型企业和组织提供了可靠的平台...
jar包,官方版本,自测可用
### WebSphere Application Server V6 自动安装应用程序知识点详解 #### 一、概述 **WebSphere Application Server (WAS) V6** 是IBM提供的一款企业级应用服务器产品,它支持多种应用开发模型,如Java EE、Web ...
Prentice.Hall.PTR.IBM.WebSphere.Deployment.and.Advanced.Configuration.Aug.2004.eBook-DDU.chm
### WebSphere Application Server SSL配置详解 #### 一、概述 在现代互联网环境下,为了保障数据的安全性和隐私性,采用SSL/TLS加密已经成为一种普遍做法。本文档将详细介绍如何配置IBM WebSphere Application ...
现代化传统的WebSphere DefaultApplication.ear 有时应用程序的持续时间比我们预期的长。 DefaultApplication.ear已作为许多版本的WebSphere Application Server示例程序提供。 该应用程序中的类的历史可以追溯到...
在IBM WebSphere Application Server 6.1中配置JDBC数据源是将应用程序连接到数据库的关键步骤。这个过程涉及创建和配置JDBC提供程序、数据源以及相关的认证别名,以确保应用程序能够顺利地访问和操作数据库。以下是...
根据提供的文档信息,我们可以推断出这是一份关于 IBM WebSphere Application Server V5 管理的培训材料。下面将详细介绍这份文档中的关键知识点。 ### 一、文档概述 此文档名为《W38S1 Administration of ...
WebSphere Application Server for Developers V8.5.5是供开发人员使用的免费版的was,需要的小伙伴可以本地安装一下 ,部署测试web项目,因为上传空间有限,这里就只上传windows64位的。