Thursday 31 March 2016

BINDING.JCA-11622 : Remote JDBC disabled

Caused by java.lang.UnsupportedOperationException: Remote JDBC disabled



Caused by java.lang.UnsupportedOperationException: Remote JDBC disabled.
; nested exception is: BINDING.JCA-11622
Could not create/access the TopLink Session.

This session is used to connect to the datastore.


Above issue happening at OSB Calls 

Solution for this issue  is need to Enable Remote JDBC 

Shut Down OSB Managed Servers.

Please find below parameter  in setDomainEnv.sh and set it to true. It will be false by default

-Dweblogic.jdbc.remoteEnabled=true 

No comments:

Post a Comment