0
Initializing Moqui ExecutionContextFactoryImpl
- runtime directory: /home/doman/testMoqui/MoquiEcosystem-1.6.2/runtime
- config file: /home/doman/testMoqui/MoquiEcosystem-1.6.2/runtime/conf/MoquiDevConf.xml
--- 16:00:46.435 [           main] WARN  impl.context.ExecutionContextFactoryImpl
Could not get localhost address
org.moqui.BaseException: Could not get localhost address

I use Opensuse OS. I can't not run, compile Moqui Framework because error above.

Maxim
  • 9,701
  • 5
  • 60
  • 108
thaiEnterPri
  • 23
  • 1
  • 3

1 Answers1

0

This is just a warning and if all else is working with the URL writing for screens and such you can ignore it. If there are issues you can make it work by specifying a domain name in the webapp.@http-host and/or @https-host attributes in your runtime Moqui Conf XML file, which in the case above is the MoquiDevConf.xml file.

David E. Jones
  • 1,721
  • 1
  • 9
  • 8