Error http status 500

I just installed NethServer on a remote VPS on top of a vanilla CentOS 7 x64 install.
NethServer installed just fine. I can access servermanager and SSH into the server.

I added LDAP account provider.
After that, I created 1 user and installed webtop5 from Softwarecenter.

Now, when I try to access webtop web interface, I hit a tomcat error.


Any pointers to get webtop behave like it should?

In /var/log/webtop/webtop.log I see this:

[root@ns7-1 opt]# cat /var/log/webtop/webtop.log
2017-12-08 00:36:43 [INFO ] c.sonicle.webtop.core.app.WebTopApp - webtop.extJsDebug = false
2017-12-08 00:36:44 [INFO ] c.sonicle.webtop.core.app.WebTopApp - webtop.soExtDevMode = false
2017-12-08 00:36:44 [INFO ] c.sonicle.webtop.core.app.WebTopApp - webtop.devMode = true
2017-12-08 00:36:44 [INFO ] c.sonicle.webtop.core.app.WebTopApp - webtop.debugMode = false
2017-12-08 00:36:44 [INFO ] c.sonicle.webtop.core.app.WebTopApp - webtop.schedulerSisabled = false
2017-12-08 00:36:44 [INFO ] c.sonicle.webtop.core.app.WebTopApp - webtop.webappsConfigPath = null
2017-12-08 00:36:44 [INFO ] c.sonicle.webtop.core.app.WebTopApp - WTA initialization started [webtop]
2017-12-08 00:36:45 [INFO ] c.s.w.core.app.ConnectionManager - ConnectionManager initialized
2017-12-08 00:36:45 [INFO ] c.s.webtop.core.app.SettingsManager - SettingsManager initialized
2017-12-08 00:36:45 [INFO ] c.s.webtop.core.app.SessionManager - SessionManager initialized
2017-12-08 00:36:45 [INFO ] c.sonicle.webtop.core.app.WebTopApp - Checking home structure…
2017-12-08 00:36:46 [ERROR] c.s.webtop.core.app.ContextLoader - Error initializing WTA [webtop]
> com.sonicle.webtop.core.sdk.WTRuntimeException: Configured home directory not found [/sonicle/sonicle/webtop5]
at com.sonicle.webtop.core.app.WebTopApp.(WebTopApp.java:305)
at com.sonicle.webtop.core.app.WebTopApp.start(WebTopApp.java:177)
at com.sonicle.webtop.core.app.ContextLoader.initWebTopApp(ContextLoader.java:64)
at com.sonicle.webtop.core.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1260)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:2002)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
at java.lang.Thread.run(Thread.java:748)

2 berichten zijn samengevoegd in een bestaand topic: WebTop HTTP Status 500