-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulation docker container crashes #93
Comments
I have the exact same error message with the latest tag The error is raised at So I assume that While digging into the problem I've found two additional "mistakes" regarding the logs, as can be seen in the output:
There is a missing new line ( The missing The code need to be changed from: To: progressLogger.info("Simulating: {}ns ({}s) - {}%" + newLine, And from: To: progressLogger.info("Simulating: {}ns ({}s / {}s) - {}% (RTF:{}, ETC:{})" + newLine, And the unaligned "box" is at The code need to be changed from: To: System.out.println("| Please make sure you have started Eclipse MOSAIC with \"-w 0\"" + StringUtils.repeat(" ", 7) + "|"); |
I have this same issue running everything on a native linux machine (ubuntu 20.04). Is there a fix for this issue? Thank you. |
We recently released a new version 4.4.3, you can pull the docker image from dockerhub. Run the image by |
Types of Issue
Descriptive summary
Launching carma simulation using the current version gives a null pointer exception. Log files report that MOSAIC seems to be the issue.
Carma version where this issue was discovered
carma-simulation-1.0.1
Expected behavior
Town04_20 should launch successfully
Actual behavior
We receive a null pointer exception and the docker container closes. Our machine is running Ubuntu 20.04 running rootless docker.
Steps to reproduce the actual behavior
or (for HelloWorld scenario)
Log output
MOSAIC.log
(Town04_20)console output (Town04_20):
MOSAIC.log
(HelloWorld)Related work
The text was updated successfully, but these errors were encountered: