I have actually reproducted it without taking docker as a context. java -classpath ofbiz.jar org.apache.ofbiz.base.start.Start should trigger the issue as eventually that is what ofbiz.bat/ofbiz.sh seem to be doing.
Looking at the exception, it looks like there is some issue with the XML parser trying to validate XML (loaded from within ofbiz.jar) from the XSD and it is unable to load it because probably the inputstream to ofbiz.jar is already closed. It may not help much at this point but this is what it looks like. Best, Girish On Tue, Jan 5, 2021 at 10:04 PM Eugen Stan <[email protected]> wrote: > @Daniel: I believe this is a bug. > > I've started the app in debug mode. > > I've skipped the failing step by dropping some frames in the java > debugger and it continued loading data once it got past that. > > Can you please try to reproduce building the ofbiz.tar and running the > app from it? > > If it is a bug I will report it to dev@ . > > Thanks, > -- > Eugen Stan > +40720 898 747 / netdava.com >
