Hi guys,
I worked with apex 2102 and ords 22.1 sind a week without troubles. ORDS is running in stand alone mode. Today I have to restart my PC (Windows 10) and after starting ords and trying to login to APEX I got the message
<img src="https://objectstorage.us-phoenix-1.oraclecloud.com/p/BqK85Rn1zA5MP0vYiqbAdPgs7Z6OmMxw8SD3WCFVm5kY8uReidZ1KPIKkgJ1hCkG/n/axciphqpnohg/b/forums-legacy/o/uploads/ANYLN4VQ4DRF/image.png" alt="image.png">I tried @reset_image_prefix.sql but without sucesse because the path is an was /i/.
Settings.XML looks like
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Saved on Tue Apr 26 07:58:45 UTC 2022</comment>
<entry key="database.api.enabled">true</entry>
<entry key="standalone.context.path">/ords</entry>
<entry key="standalone.doc.root">C:\ORACLE\ords\config\global\doc_root</entry>
<entry key="standalone.http.port">8080</entry>
<entry key="standalone.static.context.path">/i</entry>
<entry key="standalone.static.path">/C:/ORACLE/ZIP/apex/apex/images/</entry>
</properties>
and the images are under /C:/ORACLE/ZIP/apex/apex/images/
Any Ideas ?