-
Notifications
You must be signed in to change notification settings - Fork 845
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
Maven does not work #253
Comments
Is the strace output similar on Native Ubuntu? I'm mostly wondering if the "/etc/mavenrc" file exists (near the end of your provided strace). |
I created the "/etc/mavenrc" manually, and the "~/.mavenrc" also. But still does not work. |
Maven can now be installed via apt-get (since #49 was resolved) but it still freezes and does nothing. and can't be quit either |
Same here, this time with openjdk7 installed via apt-get and latest 14366 build. The java process has to be killed with task explorer as it fully uses one core and does not respond to ctrl+C. |
https://gist.github.com/pavelbrylov/45d30f56799b74ea1fdbc52a76835113 here is my strace for not working maven, seems the futex issue :( Any chance to get it fixed? There is multiple tickets around java, some of them are closed, but anything more complex that hello world doesn't seem to work :( |
It works for me on build 14901. With maven 3 downloaded from http://www-eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz, default-jdk (version 7) & git from apt. My rather complicated application (an application server) fully compiles and tests can run (It's clearly slower than on native Windows on the same machine, but I don't care). Many thanks to the WSL team. |
Be great to understand how you got this working @marcanpilami Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) |
@khowling : on build 14946, Ubuntu 16.04.1. Just do:
Bonus: now with JDK 8 and not 7 anymore. Getting better and better. |
@ALL closing this as the issue appears to have been resolved. Please reopen if you continue to see issues. |
@marcanpilami Thank you. It worked |
After installing Java 7, following @russalex instructions in the #49 issue, Maven does not work. Installing via apt-get doesn't work because requires the openjdk (that doesn't work via apt-get), so I installed manually. Trying to run
mvn clean install
, nothing happens. Here is the strace for it: http://pastebin.com/hB8zQMkG.I tryied to do a symlink in the WSL user home directory to avoid any error about the filesystem but I have the same error.
The text was updated successfully, but these errors were encountered: