Skip to main content

Posts

Showing posts from 2015

JDeveloper 12c : Windows Install

So just finished our upgrade to 11.1.1.9 and what a coincidence 12c was just released. One little snag installing jdeveloper as a user other than an administrator: Once my installation was done I could not update Extensions or Open Source my screen would just freeze/ hang or install from local.  The problem : Unable to lock Central Inventory So I just navigated to the following directory and gave my user full control. C:\Program Files\Oracle\Inventory

11.1.1.9 Upgrade

Testing our upgrade  to 11.1.1.9 and everything was going well. We had to make a couple of changes to some clandestine code (MDS and export listener related) but everything was faster and many bugs where fixed. Unfortunately we hit a snag with number conversion but have a simple work around. (Involves changing a lot of our code but it is for the best) Update Ok after a little investigation this was fixed by setting groupingUsed to true  - my mistake             groupingUsed="true"                               pattern="#{bindings.Amount.format}"/>

oracle.adf.rc.exception.CatalogRuntimeException: error while obtaining a connection context using connection context provider [oracle.adfinternal.rc.connection.AdfConnectionContextProvider

 Got this exception when upgrading to 11.1.1.9: the connections.xml file in [your jdeve location]system11.1.1.9.40.66.73\o.jdevimpl.rescat2\connections was 0 bytes. I copied it over from the old version and everything is working again. I could not run my adf application while the connections.xml was empty. Jun 8, 2015 10:51:07 AM oracle.adfinternal.rc.connection.AdfConnectionContextProvider getConnectionContext() SEVERE: oracle.adf.rc.exception.CatalogRuntimeException: error while obtaining a connection context using connection context provider [oracle.adfinternal.rc.connection.AdfConnectionContextProvider] Root Cause=[Start of root element expected.]     at oracle.adfinternal.rc.connection.AdfConnectionContextProvider.getConnectionContext(AdfConnectionContextProvider.java:92)     at oracle.adfinternal.rc.connection.ConnectionManagerImpl.getConnections(ConnectionManagerImpl.java:385)     at oracle.jdeveloper.rescat2.nodes.RescatContext.getConnectionContext(RescatContext.java:119