I've installed a plugin in APEX, but when I've tried to use it on a page, I've got some nasty errors and page not working properly.

The files are present in the plugin settings:

files are present

But, as you can see below, they are not being loaded for some reason. I get 404 errors instead.

but errors are too I have ORDS running and APEX 19 installed on DB 19c XE.

What could be causing this? Wrong ORDS configuration maybe? How to fix it?

有帮助吗?

解决方案

After APEX upgrade from one version to another you should recompile i.war by running java -jar ords.war validate --database apex. java -jar ords.war static could also be useful.

For debug it is convinient to edit ORDS config file defaults.xml with these strings:

<entry key="debug.debugger">true</entry>
<entry key="debug.printDebugToScreen">true</entry>

Don't forget to set them false on production.

其他提示

I had the same problem. I checked the APEX and ORDS accounts, their passwords had expired. Once I fixed that, the problem was solved.

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top