jeffreykemp / jk64-plugin-reportmap

Report Google Map APEX Plugin
https://jeffreykemp.github.io/jk64-plugin-reportmap/
MIT License
42 stars 16 forks source link

jeffreykemp/jk64-plugin-reportmap #133

Closed thayly closed 4 years ago

thayly commented 4 years ago

Describe the bug I upgraded Oracle APEX version 19.1 to 20.1. After the upgrade the jk64-plugin-reportmap demno application (demo_app_182.sql) was not functional. The screen displayed incorrectly and does not show the map and button in correct format. The demo app was working correctly under APEX 19.1.

To Reproduce Steps to reproduce the behavior:

  1. Upgrade Oracle APEX from version 19.1 to 20.1
  2. Import demo_app_182.sql
  3. Update the Google API Key in the JK64 Report Google Map R1 [Plug-in]
  4. Run the demo application

Expected behavior See the working demo of the jk64-plugin-reportmap.

A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

Plugin Attributes Run the page in Debug mode. Open your browser's Console Log. Copy the plugin attributes and any errors or warnings from the console log here.

The following is a snapshot from the browser console:

image

GEThttp://localhost:8080/ords/obe/r/15181/files/theme/42/v72/54038327006590729.css [HTTP/1.1 404 Not Found 79ms]

GEThttp://localhost:8080/ords/obe/r/15181/files/plugin/184856223301707224/v638/jk64reportmap_r1.js [HTTP/1.1 404 Not Found 230ms]

GEThttp://localhost:8080/ords/obe/r/15181/files/static/v19/worldmap922x140.png [HTTP/1.1 404 Not Found 33ms]

Loading failed for the **Additional context** Add any other context about the problem here, such as SQL query used, and sample data scripts.

thayly commented 4 years ago
image
jeffreykemp commented 4 years ago

The console log shows this is a problem with your environment - it is unable to load the resources:

GEThttp://localhost:8080/ords/obe/r/15181/files/theme/42/v72/54038327006590729.css [HTTP/1.1 404 Not Found 79ms]

GEThttp://localhost:8080/ords/obe/r/15181/files/plugin/184856223301707224/v638/jk64reportmap_r1.js [HTTP/1.1 404 Not Found 230ms]

GEThttp://localhost:8080/ords/obe/r/15181/files/static/v19/worldmap922x140.png [HTTP/1.1 404 Not Found 33ms]

thayly commented 4 years ago

Jeff, After uninstalled and performed upgrade again the application worked correctly. Appreciate your help and quick response.

Thanks.Thay Ly

On Monday, October 5, 2020, 4:31 PM, Jeffrey Kemp notifications@github.com wrote:

The console log shows this is a problem with your environment - it is unable to load the resources:

GEThttp://localhost:8080/ords/obe/r/15181/files/theme/42/v72/54038327006590729.css [HTTP/1.1 404 Not Found 79ms]

GEThttp://localhost:8080/ords/obe/r/15181/files/plugin/184856223301707224/v638/jk64reportmap_r1.js [HTTP/1.1 404 Not Found 230ms]

GEThttp://localhost:8080/ords/obe/r/15181/files/static/v19/worldmap922x140.png [HTTP/1.1 404 Not Found 33ms]

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.