Friday, June 5, 2015

URL to get SOA 11g or SOA 12c Status

If you need to check if SOA is UP and Running there is a URL that you can use from Load Balancers.

http://[host]:[port]/soa-infra/services/isSoaServerReady

It will return response code 503 (Service Unavailable) when SOA Server is not ready to accept requests and 200(OK) when SOA Platform is running and accepting requests.

For 11.1.1.6 and 11.1.1.7 with must apply patch 17571359.



Tuesday, January 27, 2015

JDeveloper 12.1.3 and Apple Mac OS Yosemite Problem

Today I updated Yosemite 10.10.1 to 10.10.2 and JDeveloper couldn't start, just as when updated from Mavericks to Yosemite 10.10.1.

I just removed this directory:


/Users/xxxxx/.jdeveloper/system12.1.3.0.41.140521.1008/system_cache

and starts working again just after some recoverable errors.

Hope this helps.

JP