Hi Daniel, The trunk demo is down since early afternoon, normal ?
Received connection from - /127.0.0.1 : 43768 2023-03-28 15:41:39,866 |OFBiz-AdminServer |ContainerLoader |I| Shutting down containers 2023-03-28 15:41:39,867 |OFBiz-AdminServer |ContainerLoader |I| Stopping container catalina-container [...] Mar 28, 2023 3:41:40 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-nio-127.0.0.1-8009"] Mar 28, 2023 3:41:40 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] 2023-03-28 15:41:40,138 |OFBiz-AdminServer |ContainerLoader |I| Stopped container catalina-container 2023-03-28 15:41:40,138 |OFBiz-AdminServer |ContainerLoader |I| Stopping container service-container 2023-03-28 15:41:40,138 |OFBiz-AdminServer |JobPoller |I| Shutting down JobPoller. 2023-03-28 15:41:40,138 |OFBiz-AdminServer |JobPoller |I| JobPoller shutdown completed. 2023-03-28 15:41:40,138 |OFBiz-AdminServer |ServiceContainer |I| Removing from cache dispatcher: default 2023-03-28 15:41:40,138 |OFBiz-AdminServer |ServiceDispatcher |I| De-Registering dispatcher: default 2023-03-28 15:41:40,138 |OFBiz-AdminServer |ServiceContainer |I| Removing from cache dispatcher: rest-api 2023-03-28 15:41:40,138 |OFBiz-AdminServer |ServiceDispatcher |I| De-Registering dispatcher: rest-api 2023-03-28 15:41:40,138 |OFBiz-AdminServer |ServiceContainer |I| Removing from cache dispatcher: entity-default 2023-03-28 15:41:40,138 |OFBiz-AdminServer |ServiceDispatcher |I| De-Registering dispatcher: entity-default 2023-03-28 15:41:40,139 |OFBiz-AdminServer |ServiceDispatcher |I| Shutting down the service engine... 2023-03-28 15:41:40,139 |OFBiz-JobPoller |JobPoller |I| JobPoller thread stopped. 2023-03-28 15:41:40,139 |OFBiz-AdminServer |ContainerLoader |I| Stopped container service-container 2023-03-28 15:41:40,139 |OFBiz-AdminServer |ContainerLoader |I| Stopping container delegator-container 2023-03-28 15:41:40,139 |OFBiz-AdminServer |ContainerLoader |I| Stopped container delegator-container 2023-03-28 15:41:40,139 |OFBiz-AdminServer |ContainerLoader |I| Stopping container admin-container 2023-03-28 15:41:40,139 |OFBiz-AdminServer |ContainerLoader |I| Stopped container admin-container 2023-03-28 15:41:40,139 |OFBiz-AdminServer |ContainerLoader |I| Stopping container component-container 2023-03-28 15:41:40,139 |OFBiz-AdminServer |ContainerLoader |I| Stopped container component-container Sorry, I have no time yet to check further. Jacques Le 28/03/2023 à 18:09, Daniel Watford a écrit :
Hello, Per https://issues.apache.org/jira/browse/OFBIZ-12786, the demo-trunk site is now hosted by a docker container running on VM ofbiz-vm1.apache.org. The changes to the host are captured in PR, https://github.com/apache/ofbiz-tools/pull/5. The previous approach to demo-trunk deployment patched the solr plugin to set the solr URL to https://demo-trunk.ofbiz.apache.org/solr. You can view the patch here - https://github.com/apache/ofbiz-tools/blob/master/demo-backup/patch/trunk/solr.config.patch . I believe I have configured the new demo-trunk container to produce the same solr url, but by using configuration rather than source code changes. I don't know much about the use of Solr in OFBiz so don't know how to check that the original demo-trunk behaviour has been maintained. Please could someone familiar with Solr in OFBiz take a look https://demo-trunk.ofbiz.apache.org/partymgr/control/main and see if Solr is operating as expected. Thanks, Dan.