-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Clicking on application class in stacktrace causes 500 in dev ui #18676
Comments
/cc @Ladicek, @kenfinnigan |
Let me check |
I couldn't reproduce this. Do you have a stacktrace perhaps? |
Hi @geoand, Lines 46 to 51 in 043f807
Activating debug logging for that logger prints following:
I have in my %PATH% variable an idea.cmd, generated using the jetbrains toolbox. |
Would you be willing to debug through |
I'll take a look later today. |
Thanks a lot! |
@geoand
The .idea directory is part of the root project (multi-module-jandex/.idea). The projectRoot variable points to multi-module-jandex/web, where no .idea exists.
|
That's very useful information, thanks! |
* Test more possible cases for Windows * Support detection for multi-module projects Fixes: quarkusio#18676
Would you be able to try #18682 and see if it works on your environment? |
* Test more possible cases for idea * correctly add the line argument for idea * Support detection for multi-module projects Fixes: quarkusio#18676
* Test more possible cases for idea * correctly add the line argument for idea * Support detection for multi-module projects Fixes: quarkusio#18676
* Test more possible cases for idea * correctly add the line argument for idea * Support detection for multi-module projects Fixes: quarkusio#18676
* Test more possible cases for idea * correctly add the line argument for idea * Support detection for multi-module projects Fixes: quarkusio#18676
* Test more possible cases for idea * correctly add the line argument for idea * Support detection for multi-module projects Fixes: quarkusio#18676 (cherry picked from commit ec335b6)
Describe the bug
I use idea for development.
Stack traces of the application are visible in the dev ui. Application classes are clickable, and should open the file in the ide. (see #15761)
This does not work however in my testing. The http access log simply shows a 500 status code.
Expected behavior
File is opened in idea. If no ide is found, an actionable error message should be shown.
Actual behavior
The http access logs show a status code 500. I was not able to get an stacktrace for this.
How to Reproduce?
Reproducer:
Output of
uname -a
orver
MSYS_NT-10.0 NANB7NLNVP2 2.10.0(0.325/5/3) 2018-06-13 23:34 x86_64 Msys
Output of
java -version
openjdk version "11.0.7" 2020-04-14 LTS OpenJDK Runtime Environment Zulu11.39+15-CA (build 11.0.7+10-LTS) OpenJDK 64-Bit Server VM Zulu11.39+15-CA (build 11.0.7+10-LTS, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.0.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d) Maven home: C:\eclipse\tools\apache-maven\bin.. Java version: 11.0.7, vendor: Azul Systems, Inc., runtime: C:\eclipse\tools\java\11 Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Additional information
No response
The text was updated successfully, but these errors were encountered: