Symptom:
We need to debug into ORDS ( Oracle Rest Data Service) to see any further error stack
Solution:
Find defaults.xml file in ORDS home. ie /opt/ords_config_dir/ords/defaults.xml
Add below two entry to true. Bounce ORDS, then you see the error stack on your browser.
<entry key="debug.debugger">true</entry>
<entry key="debug.printDebugToScreen">true</entry>
Add below two entry to true. Bounce ORDS, then you see the error stack on your browser.
<entry key="debug.debugger">true</entry>
<entry key="debug.printDebugToScreen">true</entry>
No comments:
Post a Comment