Tuesday, May 24, 2016

Application Deployment Fails in Oracle Weblogic

When I deployed an ADF Application using Enterprise Manager in Oracle Weblogic server, weblogic complains "File not uploaded. Use the Browse button to locate the file of the archive on your disk".

Apparently this seems to be because of no space in weblogic or middleware home. I did try deleting logs and files under tmp after reading some blogs as I do normally.

But the trick which solved this issue in my case is delete "appmergegen" folders which are hidden and I cant see from putty. appmergegen folders are located under /tmp folder of admin server.

Monday, May 9, 2016

Groovy exception oracle.jbo.ExprSecurityException: JBO-25151


ADF BC 12.2.1.0

I was trying to run ADF BC after using groovy expression for one of the transient attributes and found that JBO-25151 in the stack trace error logs.

Resolution for this is to make the transient attribute expression TrustMode="trusted" instead of "untrusted".