-
Notifications
You must be signed in to change notification settings - Fork 191
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
Error on MacOS during Java build #171
Comments
Disregard...missed the step of creating the manifest.yaml. |
Reopening...because after adding the manifest I got further...but not all the way to success. After the
to
Based on this StackOverflow article. After that the build succeeds and a VirtualBox image is created. However after running:
The VM is created, is started, and running |
I have now gotten things to work sporadically. If I stop and start the instance enough times (along with starting and stopping the daemon), eventually it will work. Basically, one of two scenarios happen.
Scenario 2 happens roughly 1 in 5 to times starting up the VM. But it can vary. Sometimes it takes me 20 restarts before it works. |
Unik version: 988aed6 (master)
jq version: 1.5
maven version: 3.5.4
MacOS version: 10.13.6
When following the tutorial for creating a Java based app on Unik, everything works as expected up to step one of the Compile an image and run on Virtualbox section. When running the following command (after updating PATH_TO_JAVA_PROJECT to point to my java app):
I get the error:
When I look at where the
sources.tar.gz.553744328
file is referenced, it is not there. There aren't any folders under ~/unik/tmp that are calledunpacked.sources....
.The text was updated successfully, but these errors were encountered: