Posts

Showing posts from September, 2018

Oracle WebCenter Content 12c Unable to execute service GET_SYSTEM_CONFIGURATION_PAGE

Image
Recently I have come across an issue associated with Oracle Webcenter Content 12c(12.2.1.3) content server. Below is the short summary of the same Problem Statement-   Content Server started but issue encountered while accessing the content server and shows an error message-  CONTENT SERVER REQUEST FAILED Unable to execute service GET_SYSTEM_CONFIGURATION_PAGE and function prepareSystemConfigPage. The error was caused by an internally generated issue. The error has been logged. Below is the generated log- <Sep 27, 2018 3:56:45 PM IST> <Warning> <Socket> <BEA-000449> <Closing the socket, as no data read from it on 192.168.0.132:53,326 during the configured idle timeout of 5 seconds.>  <Sep 27, 2018 4:52:37 PM IST> <Error> <JDBC> <BEA-001112> <Test "SELECT 1 FROM DUAL" set up for pool "CSDS" failed with exception: "java.sql.SQLRecoverableException: IO Error: Connection reset&qu

Oracle Middleware 12c Product Setup- Data Source Grid Link or Multi Data Source

Recently I have been doing the setup of Oracle Middleware products where I came across two type of data sources that are recommended for RAC database connectivity. They are- Active Grid Link/Grid Link Multi Data Source The question arises which one should I use and why? And, the answer is - Active Grid Link (AGL) Below are some facts provided by Oracle- AGL is a superior implementation to Multi Data Source (MDS) for supporting RAC clusters. The following section provides additional information on the benefits of AGL data sources. AGL: Requires one data source with a single URL. Multi data sources require a configuration with n generic data sources and a multi data source. Eliminates a polling mechanism that can fail if one of the generic data sources is performing slowly. Eliminates the need to manually add or delete a node to/from the cluster. Provides a fast internal notification (out-of-band) when nodes are available so that connections are load-balanced to

Oracle WebCenter Portal Started but no UI

Image
Recently I have been involved in setting up production environment for oracle WebCenter portal 12c(12.2.1.3) where I have faced the issue of  Portal Server Startup. "Portal Server was started successfully but the Portal Spaces Link shows an empty screen rather than the login screen" Assuming Oracle WebCenter Portal12c product has been installed & respective domain has been configured. Below are the steps to produce the issue- 1. Start Admin Server 2. Start Node Manager 3. Start Managed Server ' WC_Portal'  via WebLogic console 4. Check starts of managed server, RUNNING. Open the Portal Spaces URL- http://10.0.144.207:8888/webcenter but it shows blank screen as shown below- Possible Cause-   Insufficient memory to initialize portal spaces The WC Server cannot allocate additional memory. Java Heap Space Issue Java heap space has been depleted. I have tried below possible solutions to get it working back: Option1: Weblogic Console-