First off, let me say that I am grateful for the development team and the quick responses I’ve seen for others’ questions in the forum. I have been playing with the software on a droplet for about four months and finally decided to try my hand at getting it up on a local development machine.
After a week of reading, applying changes, moving files, and generally enjoying the suck, I got everything “fixed” on Friday and fired up Tomcat. OpenBoxes started doing its magic. I left for a long weekend, came in this morning, and found my terminal screen (with tail -f catalina.out, of course) at a stop, somewhere around 2 a.m. on Saturday. I stopped Tomcat and restarted. That was at about 7 AM Eastern. I came back to my desk from my morning rounds and found the following lines on my terminal:
2022-12-20 07:35:16,341 [DefaultPluginScheduler_Worker-3] INFO data.DataService - Updated 0 rows in 2 ms
2022-12-20 07:35:16,344 [DefaultPluginScheduler_Worker-3] INFO jobs.RefreshStockoutDataJob - Refreshed stockout data in 1775 ms
2022-12-20 07:35:16,398 [DefaultPluginScheduler_Worker-4] INFO data.DataService - Updated 0 rows in 262 ms
2022-12-20 07:35:16,423 [DefaultPluginScheduler_Worker-4] INFO data.DataService - Executing statement DROP TABLE IF EXISTS order_summary_mv_temp;
2022-12-20 07:35:16,423 [DefaultPluginScheduler_Worker-5] INFO data.DataService - Updated 0 rows in 228 ms
2022-12-20 07:35:16,428 [DefaultPluginScheduler_Worker-5] INFO jobs.RefreshDemandDataJob - Finished refreshing demand data in 1785 ms
2022-12-20 07:35:16,438 [DefaultPluginScheduler_Worker-4] INFO data.DataService - Updated 0 rows in 14 ms
2022-12-20 07:35:16,439 [DefaultPluginScheduler_Worker-4] INFO jobs.RefreshOrderSummaryJob - Finished refreshing order summary in 1838 ms
2022-12-20 07:35:16,679 [ForkJoinPool-1-worker-1] INFO inventory.ProductAvailabilityService - Refreshing product availability location (Main Warehouse), forceRefresh (true) ...
2022-12-20 07:35:17,366 [ForkJoinPool-1-worker-1] INFO inventory.ProductAvailabilityService - Saving product availability for product=null, location=Main Warehouse
2022-12-20 07:35:17,534 [ForkJoinPool-1-worker-1] INFO inventory.ProductAvailabilityService - Saved 0 records for location Main Warehouse in 168ms
2022-12-20 07:35:17,534 [ForkJoinPool-1-worker-1] INFO inventory.ProductAvailabilityService - Refreshed 0 product availability records for location (Main Warehouse) in 849ms
2022-12-20 07:35:17,539 [DefaultPluginScheduler_Worker-6] INFO inventory.ProductAvailabilityService - Refreshed product availability in 2521ms
2022-12-20 07:35:17,543 [DefaultPluginScheduler_Worker-6] INFO jobs.RefreshProductAvailabilityJob - Finished refreshing product availability data in 2812 ms
I have tried to go to my Tomcat installation’s administration page, both the root, the manager application, and OpenBoxes itself - all I get is a spinning icon.
So - for those of you in the know - do I just need to wait for OpenBoxes to do the magic…or do I have another issue to run down?
Any answers that y’all can give would be much appreciated.
–Jeremiah