mikehale commented on issue #8527:
URL: https://github.com/apache/cloudstack/issues/8527#issuecomment-1899086180
I guess it may be that I just wasn't waiting long enough? I just tried
running again without `--privileged`, and using a high port (`8081`) and it
worked.
I tail'd `/var/log/supervisor/cloudstack-ui-stderr*log` and watched it run
through `webpack.Progress` till it got to 100% and then the UI was available.
It still seems like something isn't working because I'm seeing errors like
like this via docker logs:
```
ERROR [c.c.s.StatsCollector] (StatsCollector-2:ctx-d1d92dd4)
(logid:5f11466e) Error trying to retrieve management server host statistics
java.lang.NullPointerException
at
com.cloud.server.StatsCollector$ManagementServerCollector.getSystemCpuCyclesTotal(StatsCollector.java:981)
at
com.cloud.server.StatsCollector$ManagementServerCollector.getProcFileSystemData(StatsCollector.java:950)
at
com.cloud.server.StatsCollector$ManagementServerCollector.getDataFrom(StatsCollector.java:816)
at
com.cloud.server.StatsCollector$ManagementServerCollector.runInContext(StatsCollector.java:760)
at
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:48)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:55)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:102)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:52)
at
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:45)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at
java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
```
Also the deploy script is having issues:
```
➜ docker exec -it simulator python
/root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/basic.cfg
==== Log Folder Path:
/tmp/MarvinLogs/DeployDataCenter__Jan_18_2024_19_31_52_FXMVM3 All logs will be
available here ====
=== TestClient Creation Failed===
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]