[ https://issues.apache.org/jira/browse/OFBIZ-9285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946298#comment-15946298 ] James Yong commented on OFBIZ-9285: ----------------------------------- Hi [~jacques.le.roux], Checked that it can take several minutes before the initial queue job runs (see the log below). So i think is better not to depend on ScriptUtil for it. {code} 2017-03-29 03:37:01,125 |main |StartupControlPanel |I| ____ __________ _ / __ \/ ____/ __ )(_)___ / / / / /_ / __ / /_ / / /_/ / __/ / /_/ / / / /_ \____/_/ /_____/_/ /___/ is started and ready. 2017-03-29 03:37:01,253 |OFBiz-JobPoller |JobManager |I| No crashed jobs to re-schedule 2017-03-29 03:44:01,432 |OFBiz-JobQueue-0 |TransactionUtil |W| No transaction in place, so not suspending. 2017-03-29 03:44:01,444 |OFBiz-JobQueue-0 |SequenceUtil |I| Got bank of sequenced IDs for [JobSandbox]; curSeqId=14900, maxSeqId=15000, bankSize=100 2017-03-29 03:44:01,457 |OFBiz-JobQueue-0 |PersistedServiceJob |I| Job [Auto-create Fixed Asset Maintenances] Id [14706] -- Next runtime: Wed Mar 29 04:44:01 SGT 2017 2017-03-29 03:44:01,467 |OFBiz-JobQueue-0 |AbstractEngine |I| Loaded Service Locations: {eedcc-test=https://localhost:8443/webtools/control/httpService, entity-sync-http=https://localhost:8443/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, main-rmi=rmi://localhost:1099/RMIDispatcher, main-soap=http://localhost:8080/webtools/control/SOAPService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService} 2017-03-29 03:44:01,582 |OFBiz-JobQueue-0 |ScriptUtil |I| The following 2 scripting engines were found: 2017-03-29 03:44:01,582 |OFBiz-JobQueue-0 |ScriptUtil |I| Engine name: Groovy Scripting Engine 2017-03-29 03:44:01,582 |OFBiz-JobQueue-0 |ScriptUtil |I| Version: 2.0 2017-03-29 03:44:01,582 |OFBiz-JobQueue-0 |ScriptUtil |I| Language: Groovy 2017-03-29 03:44:01,582 |OFBiz-JobQueue-0 |ScriptUtil |I| Engine supports the following extensions: 2017-03-29 03:44:01,582 |OFBiz-JobQueue-0 |ScriptUtil |I| groovy 2017-03-29 03:44:01,583 |OFBiz-JobQueue-0 |ScriptUtil |I| Engine has the following short names: 2017-03-29 03:44:01,583 |OFBiz-JobQueue-0 |ScriptUtil |I| groovy 2017-03-29 03:44:01,583 |OFBiz-JobQueue-0 |ScriptUtil |I| Groovy 2017-03-29 03:44:01,583 |OFBiz-JobQueue-0 |ScriptUtil |I| Engine name: Oracle Nashorn 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| Version: 1.8.0_65 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| Language: ECMAScript 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| Engine supports the following extensions: 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| js 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| Engine has the following short names: 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| nashorn 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| Nashorn 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| js 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| JS 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| JavaScript 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| javascript 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| ECMAScript 2017-03-29 03:44:01,584 |OFBiz-JobQueue-0 |ScriptUtil |I| ecmascript 2017-03-29 03:44:01,643 |OFBiz-JobQueue-0 |ServiceDispatcher |T| Sync service [default/fixedAssetPermissionCheck] finished in [171] milliseconds 2017-03-29 03:44:01,717 |OFBiz-JobQueue-0 |ServiceDispatcher |T| Sync service [default/createMaintsFromTimeInterval] finished in [252] milliseconds 2017-03-29 03:45:01,429 |OFBiz-JobQueue-1 |PersistedServiceJob |I| Job [Send Email] Id [14800] -- Next runtime: Wed Mar 29 04:00:01 SGT 2017 2017-03-29 03:45:01,472 |OFBiz-JobQueue-1 |ServiceDispatcher |T| Sync service [default/sendEmailDated] finished in [42] milliseconds 2017-03-29 04:00:01,592 |OFBiz-JobQueue-0 |PersistedServiceJob |I| Job [Send Email] Id [14901] -- Next runtime: Wed Mar 29 04:15:01 SGT 2017 2017-03-29 04:00:01,606 |OFBiz-JobQueue-0 |ServiceDispatcher |T| Sync service [default/sendEmailDated] finished in [13] milliseconds 2017-03-29 07:56:37,605 |OFBiz-JobQueue-1 |PersistedServiceJob |I| Job [Send Email] Id [14902] -- Next runtime: Wed Mar 29 08:11:37 SGT 2017 2017-03-29 07:56:37,605 |OFBiz-JobQueue-0 |PersistedServiceJob |I| Job [Auto-create Fixed Asset Maintenances] Id [14900] -- Next runtime: Wed Mar 29 08:56:37 SGT 2017 2017-03-29 07:56:37,734 |OFBiz-JobQueue-1 |ServiceDispatcher |T| Sync service [default/sendEmailDated] finished in [123] milliseconds 2017-03-29 07:56:37,734 |OFBiz-JobQueue-0 |ServiceDispatcher |T| Sync service [default/fixedAssetPermissionCheck] finished in [116] milliseconds 2017-03-29 07:56:37,780 |OFBiz-JobQueue-0 |ServiceDispatcher |T| Sync service [default/createMaintsFromTimeInterval] finished in [170] milliseconds {code} > OFBiz Startup Message > --------------------- > > Key: OFBIZ-9285 > URL: https://issues.apache.org/jira/browse/OFBIZ-9285 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Upcoming Release > Reporter: James Yong > Assignee: James Yong > Priority: Minor > Attachments: OFBIZ-9285.patch, OFBIZ-9285.v2.patch, OFBIZ-9285.v2.patch > > > Provide log message to inform users that OFBiz has started. > This log message will show after all containers/components are loaded: > {code} > ************************************** > ** OFBiz is started and ready for use > ************************************** > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) |
Free forum by Nabble | Edit this page |