-
Notifications
You must be signed in to change notification settings - Fork 112
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
Build is failing with BurpSuitePro 1.7.32 (in docker) #32
Comments
Not that I see anything particularly useful in it, but in case the stacktrace helps:
|
Running this in my base OSX system gave some more clarity (not sure I saw this message when running in docker..?)
Edit: After launching the application, adding licence details, etc, this worked on my host. Though that still doesn't explain why i'm hitting this other error in docker.. |
This is because docker doesn't have access to your license details through launch, due to the fact that it's an isolated container. In order to launch with the license key already inputted in docker, you need to find the generated prefs.xml file on your base OSX machine and put that file in the correct place in docker. The path that it needs to be in in docker is: /root/.java/.userPrefs/burp/prefs.xml. The preferences file can be found on your mac at: ~/Library/Preferences/com.apple.java.util.prefs.plist. |
We should probably document all things about the license (e.g. with paths for all operating systems) in the README. As usual, PRs are very welcome! |
Trying to build this inside a Docker container:
Also tried this without alpine (
FROM openjdk:8-jdk
), in case that was an issue, but it still failed.When I run
./gradlew clean build --info
I get the following error,:So the failure appears to be occurring somewhere with:
The text was updated successfully, but these errors were encountered: