-
Notifications
You must be signed in to change notification settings - Fork 174
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
7194 : No local JVMs found message could be more helpful #232
Conversation
Hi @docwarems, welcome to this OpenJDK project and thanks for contributing! We do not recognize you as Contributor and need to ensure you have signed the Oracle Contributor Agreement (OCA). If you have not signed the OCA, please follow the instructions. Please fill in your GitHub username in the "Username" field of the application. Once you have signed the OCA, please let us know by writing If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please use "Add GitHub user docwarems" as summary for the issue. If you are contributing this work on behalf of your employer and your employer has signed the OCA, please let us know by writing |
/signed |
Thank you! Please allow for up to two weeks to process your OCA, although it is usually done within one to two business days. Also, please note that pull requests that are pending an OCA check will not usually be evaluated, so your patience is appreciated! |
Hi there! There is a suggestion to update the FAQ (https://github.com/openjdk/jmc/blob/master/application/org.openjdk.jmc.docs/html/GUID-3EC7E6C3-6A64-4659-B99E-CA675A9F6E0A.htm), there is however no update to that html file present in the PR. |
OK, but the content of ths repo file is different from the FAQs content I found by Google, to which my PR description refers. https://wiki.openjdk.java.net/display/jmc/JMC+FAQ |
Feel free to update the JMC-included documentation if you feel it improves it. :) The project itself mostly concerns itself with the included documentation, not the Oracle-hosted FAQ. |
OK, IMO we have this situation: https://wiki.openjdk.java.net/display/jmc/JMC+FAQ (last updated 02/2020) is the location for publishing the FAQ currently and in the future. It's a Confluence system, and there's no way to sync this with a Git document, because Confluence has it's own versioning. Is my view correct? To me the published FAQ looks much more useful than the repo FAQ. If you ask me, I would replace the repo with the content from the published FAQ, and add the answer from this PR. At least we have the content of both in sync then. |
…by current OpenJDK Wiki FAQ at https://wiki.openjdk.java.net/display/jmc/JMC+FAQ
Does this render OK in the help browser?
|
…content by current OpenJDK Wiki FAQ at https://wiki.openjdk.java.net/display/jmc/JMC+FAQ" This reverts commit 6306779
Probably not ;-) But from my previous comments it could have become obviuos that I wasn't aware of the repo FAQ shown elsewhere. Now that I know that it's parts of the included help, I reverted the commit and added just my new answer. How will we get rid of the extra commits? Have I to re-push the branch again or is there a squash functionality when the PR will be merged. Sorry, I need help here because it's my first contribution to a GitHub project. |
When the PR is integrated all commits will be squashed, so you don't really need to do anything particular here. |
Webrevs
|
As Henrik said - it's all part of the Skara workflow. It will all automatically be squashed into one neat commit in the end. :) |
...org.openjdk.jmc.browser/src/main/resources/org/openjdk/jmc/browser/views/messages.properties
Show resolved
Hide resolved
application/org.openjdk.jmc.docs/html/GUID-3EC7E6C3-6A64-4659-B99E-CA675A9F6E0A.htm
Outdated
Show resolved
Hide resolved
|
@docwarems This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 7 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@thegreystone) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
Hi @docwarems! Please read the comments above from the bot. It contains instruction on how to proceed with integrating the PR. Let me know if you need any help! |
I have problems fixing the user name for my commit as described by the bot. If I omit the -m option it gives me the error This is my user name as obtained from "git config --list". As you can see it has an escaped german character. I also tried without success with the unescaped name and with umlaut character replaced by ASCII. |
Don’t worry too much then. If you are happy with how your name looks in the commits, then simply write /integrate in a comment. |
/integrate |
@docwarems |
/sponsor |
@thegreystone @docwarems Since your change was applied there have been 7 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 84fc937. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
The message refers to the FAQ to question
"Q: I cannot see any locally running JVMs in the JVM browser!"
Suggestion for new answer
A3: Are you running a JDK <11? You must specify a JDK >=11 either via PATH of by adding "-vm" parameter in jmc.ini (before -vmargs parameter; value is path to JDK bin folder)
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jmc pull/232/head:pull/232
$ git checkout pull/232
Update a local copy of the PR:
$ git checkout pull/232
$ git pull https://git.openjdk.java.net/jmc pull/232/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 232
View PR using the GUI difftool:
$ git pr show -t 232
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jmc/pull/232.diff