Posts

Showing posts from August, 2019

Oracle SOA 12c unable to un-deploy or test deployed composite

Image
This is my another post on troubleshooting on SOA suite 12c. Below is the summary of business scenario and possible solution- Problem SOA Environment is somewhat dependant on other middleware product since this is being used in a bundle in IDAM or EISS(Enterprise Identity Services Suite).  After making some changes in IDAM product, all the servers were rebooted including Admin and managed servers of cluster (OAM,OIM & SOA). After restart, SOA managed servers (soa_server1 & soa_server2) were started in a healthy state but below problems identified- Tried to deploy a soa composite-> Unable to deploy error Tried to un-deploy a soa composite via em -> Unable to deploy error Tried to test existing soa composite -> WSDL not found error, however the same WSDL was accessible by testing through URL in web browser In addition, no logs were printed in soa_server(x).log,  soa_server(x).out,  soa_server(x)-diagnostic.log Cause Below are possible cause of above

Oracle SOA 12c- BPEL namespace prefix xp20 can not be resolved

Image
Recently I have faced a very strange issue during usage of BPEL xPath function that is used to transform input string to lowercase format. BPEL provides readymade string function(s) for string manipulation viz. lowercase, uppercase, trim, compare, concat..etc and few other as well. Now, in order to convert input string to lowercase, below xPath function is available to do so-   Function: xp20:lower-case() Problem Statement  After putting the input in above xPath function, the BPEL process compilation got failed with below error message-  Error- namespace prefix xp20 can not be resolved JDeveloper - 12.1.3.0 SOA Suite-    12.1.3.0 Cause  In order to use any namespace specific operation, this must be included in your namespace declaration. If missing, generally throws error of namespace resolution i.e. this is something like we are trying to use a namespace prefix whose reference is not available. There might be scenario when the namespace declaration got deleted accid

Developers- Free MySQL Database on Public IP

Image
Hi All, recently I had been struggling to get a free/opensource version of MySQL database for development perspective that can be readily available on public domain. After spending 10-15 mins on search, I found this wonderful website ( https://www.db4free.net/ ) that is made for developers to avail a free MySQL database and that in public domain. Below is the brief introduction of this website and how we can quickly get a MySQL DB instance- db4free.net provides a testing service for the latest - sometimes even development - version of the MySQL Database Server. You can easily create an account for free and test your applications.  db4free.net's MySQL server will be updated very soon after a new version is released, usually on the same day or very soon after. This cannot be used for production.  If you need a MySQL database for production use, please do not use db4free.net!  #Step1: SignUp Process Kindly refer to link https://www.db4free.net/signup.php  for creating