Docker lincebi doesn't work on Ubuntu

Hi! I try to start lincebi local by docker image, use this command(mac OS):
docker run -d -p 8080:8080 -e “DEFAULT_ADMIN_PASSWORD=some_pass_xxxx” repo.stratebi.com/lincebi/lincebi-cloud:8.3

And it work fine, but when I try to start on my aws server Ubuntu 18, I have errors in docker logs:

15:10:49,141 ERROR [Logger] Error: Pentaho
15:10:49,141 ERROR [Logger] misc-class org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager: PluginManager.ERROR_0011 - Failed to register plugin lincebi
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 15 in XML document from file [/var/lib/biserver/tomcat/bin/../../pentaho-solutions/system/lincebi/plugin.spring.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 15; columnNumber: 5; cvc-elt.1.a: Cannot find the declaration of element 'beans'.
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:399) ~[spring-beans-4.3.22.RELEASE.jar:4.3.22.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ~[spring-beans-4.3.22.RELEASE.jar:4.3.22.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304) ~[spring-beans-4.3.22.RELEASE.jar:4.3.22.RELEASE]
	at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.getNativeBeanFactory(PentahoSystemPluginManager.java:759) ~[pentaho-platform-extensions-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.createBeanFactory(PentahoSystemPluginManager.java:665) ~[pentaho-platform-extensions-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:289) [pentaho-platform-extensions-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:184) [pentaho-platform-extensions-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:43) [pentaho-platform-extensions-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:471) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:462) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:441) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:462) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:87) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:393) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:390) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:441) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:390) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:360) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:246) [pentaho-platform-core-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:159) [pentaho-platform-extensions-8.3.0.28-1658.jar:8.3.0.28-1658]
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4764) [catalina.jar:9.0.69]
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5222) [catalina.jar:9.0.69]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.69]
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) [catalina.jar:9.0.69]
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:698) [catalina.jar:9.0.69]
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) [catalina.jar:9.0.69]
	at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1184) [catalina.jar:9.0.69]
	at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1932) [catalina.jar:9.0.69]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_352]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_352]
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) [tomcat-util.jar:9.0.69]
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) [?:1.8.0_352]
	at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1094) [catalina.jar:9.0.69]
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:476) [catalina.jar:9.0.69]
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1617) [catalina.jar:9.0.69]
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:318) [catalina.jar:9.0.69]
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) [catalina.jar:9.0.69]
	at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) [catalina.jar:9.0.69]
	at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) [catalina.jar:9.0.69]
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:943) [catalina.jar:9.0.69]
	at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835) [catalina.jar:9.0.69]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.69]
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393) [catalina.jar:9.0.69]
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1383) [catalina.jar:9.0.69]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_352]
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) [tomcat-util.jar:9.0.69]
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) [?:1.8.0_352]
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:916) [catalina.jar:9.0.69]
	at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:265) [catalina.jar:9.0.69]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.69]
	at org.apache.catalina.core.StandardService.startInternal(StandardService.java:430) [catalina.jar:9.0.69]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.69]
	at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930) [catalina.jar:9.0.69]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.69]
	at org.apache.catalina.startup.Catalina.start(Catalina.java:772) [catalina.jar:9.0.69]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_352]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_352]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_352]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_352]
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) [bootstrap.jar:9.0.69]
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476) [bootstrap.jar:9.0.69]
Caused by: org.xml.sax.SAXParseException: cvc-elt.1.a: Cannot find the declaration of element 'beans'.
	at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
	at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
	at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
	at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
	at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
	at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:76) ~[spring-beans-4.3.22.RELEASE.jar:4.3.22.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadDocument(XmlBeanDefinitionReader.java:429) ~[spring-beans-4.3.22.RELEASE.jar:4.3.22.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:391) ~[spring-beans-4.3.22.RELEASE.jar:4.3.22.RELEASE]
	... 60 more
15:10:49,150 ERROR [Logger] Error end:
15:10:49,934 INFO  [PeriodicStatusLogger] Caution, the system is initializing. Do not shut down or restart the system at this time.

Container was started, but I can’t get access for url(http://ip_my_server:8080)

Ok, if don’t have answer from anybody, I will end this topic.
My resolve is: refused from docker image and use zip archive

But here I found problems, with a lot errors after start, and when I tried to go url where started lincebi - I had 404 error from lincebi.

This solve for this case:

  • open /opt/lincebi/pentaho-solutions/system/systemListeners.xml
  • comment this string:
<bean id="backingRepositoryLifecycleManagerSystemListener" class="org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener" />

restart lincebi, profit!