Wednesday, July 26, 2017

Automate REST testing

http://blog.getpostman.com/2014/03/07/writing-automated-tests-for-apis-using-postman/
http://blog.getpostman.com/2014/04/17/how-to-write-automated-tests-for-apis-with-postman-part-2/
https://www.getpostman.com/docs/postman/collection_runs/starting_a_collection_run
https://www.getpostman.com/docs/postman/collection_runs/command_line_integration_with_newman

Saturday, July 22, 2017

FMW Monitoring framework

Enable and disable OSB services in batch: https://technology.amis.nl/2017/02/28/oracle-service-bus-disable-enable-a-proxy-service-via-weblogic-server-mbeans-with-jmx/

Tuesday, July 18, 2017

jDeveloper 12.1.3 not starting on El Captian

try run it from command to get the start logs, i.e., 

<ORACLE_HOME>/jdeveloper/jdev/bin/jdev 

I got error: 

Oracle JDeveloper 12c Development Build 12.2.1.0.0
Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.


java.lang.RuntimeException: Exception in org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start() of bundle org.eclipse.osgi.
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.resume(InternalSystemBundle.java:233)

at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:656)

Now you have delete the system_cache folder located /Users/<user>/.jdeveloper/system12.1.3.0.41.140521.1008/system_cache

And jdeveloper start again