Friday, December 26, 2014

404 error while entering url http://localhost:16200/cs

Today a user faced issue accessing the content server URL:

Here is the error stack:

####<Dec 26, 2014 2:58:21 PM IST> <Error> <Deployer> <BLRWFD8154> <UCM_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0e8f5e67a15a28a0:-daba6f0:14a85ec7e6a:-8000-0000000000000002> <1419586101007> <BEA-149205> <Failed to initialize the application 'Oracle Universal Content Management - Content Server' due to error weblogic.application.ModuleException: [HTTP:101217]Cannot deploy ServletContext@35438505[app:Oracle Universal Content Management - Content Server module:/ path: spec-version:2.5] from D:\Oracle\Middleware\user_projects\domains\ucm_domain2\servers\UCM_server1\tmp\_WL_user\Oracle Universal Content Management - Content Server\k6ggd\cs.war on UCM_server1, because there is already a Web application named ServletContext@54156240[app:FMW Welcome Page Application module:/ path: spec-version:2.5 version:11.1.0.0.0] loaded from D:\Oracle\Middleware\user_projects\domains\ucm_domain2\servers\UCM_server1\tmp\_WL_user\FMW Welcome Page Application_11.1.0.0.0\ft1d5i\fmw-welcome.war, using the context path ..
weblogic.application.ModuleException: [HTTP:101217]

It was interesting so thought of sharing the solution:

Cause:
If you see,  fmw-welcome.war   ,it clearly indicating that the this application is using same context path as CS.


Solution:


Go to this path

D:\Oracle\Middleware\user_projects\domains\ucm_domain2\servers\UCM_server1\tmp\_WL_user\FMW Welcome Page Application_11.1.0.0.0\ft1d5

2. Take a backup of application .xml file


3. Change the  context-root for fmw-welcome.war from "/" to "/fmwapp' .


4. Restart the UCM server

It will work

ENJOY!!

No comments:

Post a Comment