Sounds like the virtual machine is running phenomenally slowly. Make sure it has at least 1-2gb of ram and that you have something with decent I/O. If you are using a low cost vm provider, these vms are usually very I/o limited.
--P On Mar 19, 2018, at 12:26 AM, Paul Foxworthy <[email protected]> wrote: >> >> From: Rebecca Johnson <[email protected]> >> To: "[email protected]" <[email protected]> >> Date: Fri, 16 Mar 2018 05:26:46 +0000 >> Subject: Four days installation issue - Sample output from terminal >> One of the users who mentioned he had a four days install is right. >> I ran the installation process in the virtual machine and this is the >> second days output, which keeps popping up very slowly row by row: >> > > >> >> 2018-03-16 05:51:41,774 |OFBiz-JobQueue-0 |PersistedServiceJob >> |I| Job [Run Auto-Reorders] Id [10038] -- Next runtime: Sat Mar 17 >> 00:00:00 CET 2018 >> 2018-03-16 05:51:41,776 |OFBiz-JobQueue-1 |PersistedServiceJob >> |I| Job [Cancels all orders after date] Id [10037] -- Next runtime: Sat >> Mar 17 00:00:00 CET 2018 >> 2018-03-16 05:51:41,787 |OFBiz-JobQueue-0 |ServiceDispatcher >> |T| Sync service [default/runShoppingListAutoReorder] finished in [5] >> milliseconds >> 2018-03-16 05:51:42,101 |OFBiz-JobQueue-0 |PersistedServiceJob >> |I| Job [Run Nominated Service on Subscription Expiry] Id [10036] -- >> Next runtime: Sat Mar 17 00:00:00 CET 2018 >> 2018-03-16 05:51:42,224 |OFBiz-JobQueue-0 |ServiceDispatcher >> |T| Sync service [default/runServiceOnSubscriptionExpiry] finished in >> [121] milliseconds >> 2018-03-16 05:51:42,466 |OFBiz-JobQueue-1 |ServiceDispatcher >> |T| Sync service [default/cancelAllBackOrders] finished in [687] >> milliseconds >> 2018-03-16 06:06:41,870 |OFBiz-JobQueue-0 |PersistedServiceJob >> |I| Job [Send Email] Id [10060] -- Next runtime: Fri Mar 16 06:21:41 >> CET 2018 >> 2018-03-16 06:06:42,160 |OFBiz-JobQueue-0 |ServiceDispatcher >> |T| Sync service [default/sendEmailDated] finished in [287] milliseconds >> > > Hi Rebecca, > > These are not errors. They are also not progress messages that you need to > wait on. > > They are just messages logged while OFBiz's background processes are > working. By default, log messages are sent to standard output as well as to > the OFBiz log files. You can reconfigure that if you like. > > If you are seeing these messages, OFBiz is actually running. If you start a > web browser on the same computer, the URL > > https://localhost:8443/ordermgr/control/main > > should work and take you to the order manager component in OFBiz. > > Hope that helps. > > Cheers > > Paul Foxworthy > > -- > Coherent Software Australia Pty Ltd > PO Box 2773 > Cheltenham Vic 3192 > Australia > > Phone: +61 3 9585 6788 > Web: http://www.coherentsoftware.com.au/ > Email: [email protected]
