Skip to content
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

IntelliJ does not prompt for target pod and reports "mirrord was cancelled" #219

Open
gjacobitrs opened this issue Dec 15, 2023 · 10 comments
Labels
bug Something isn't working

Comments

@gjacobitrs
Copy link

Bug Description

When I run mirrord without specifying a target pod, I expect to be prompted via the pod selection widget. No widget shows up and instead I am seeing an IntelliJ error message saying "mirrord was cancelled"

Steps to Reproduce

mirrord 3.56.3
Intellij Ultimate 2023.2.5
MacOS Sonoma
Java application using VM 17.0.3-zulu

Backtrace

No response

Relevant Logs

No response

Your operating system and version

OSX Sonoma 14.2

Local process

Mach-O 64-bit executable x86_64

Local process version

No response

Additional Info

No response

@gjacobitrs gjacobitrs added the bug Something isn't working label Dec 15, 2023
@aviramha
Copy link
Member

dup with #97 - just to clarify, issue is that we don't display relevant warning that user needs to set target.

@aviramha
Copy link
Member

Hey, I can't reproduce it with same configuration. Would you up to do a screen share session so we can investigate better?
If so, please schedule time here - https://calendly.com/aviram-5/30min or ping me on Discord.

@Dill-Dall
Copy link

Dill-Dall commented Dec 19, 2023

I have the same issue.
IntelliJ IDEA 2023.1.5
MacBook Pro - Ventura 13.4

Was able to manually configure with a mirrord.json though

@infiniteregrets
Copy link
Contributor

I have the same issue. IntelliJ IDEA 2023.1.5 MacBook Pro - Ventura 13.4

Was able to manually configure with a mirrord.json though

hi @Dill-Dall did you specify the target in the mirrord.json and it worked?

@Dill-Dall
Copy link

@infiniteregrets
yup, following worked like a charm

{
    "target": {
        "path": {
            "pod": "di-spring-boot-starter-5c478ff597-c99pg"
        },
        "namespace": "di-spring-boot-starter"
    },
    "feature": {
        "network": {
            "incoming": {
                "mode": "steal",
                "http_filter": {
                    "header_filter": "X-Playground: thomas"
                }
            },
            "outgoing": true
        },
        "fs" : "read",
        "env" : true
    }

}

@infiniteregrets
Copy link
Contributor

@Dill-Dall did you get a notification that mirrord cannot display the target selection dialog box along with "mirrord was cancelled"?

@Dill-Dall
Copy link

Dill-Dall commented Dec 19, 2023

@infiniteregrets correct
'mirrord was cancelled'
and the error
'mirrord plugin was unable to display the target selection dialog. You can set it manually in the configuration file /Users//git/com.github//di-spring-boot-starter/.mirrord/mirrord.json.

@infiniteregrets
Copy link
Contributor

@infiniteregrets correct 'mirrord was cancelled' and the error 'mirrord plugin was unable to display the target selection dialog. You can set it manually in the configuration file /Users//git/com.github//di-spring-boot-starter/.mirrord/mirrord.json.

Thanks for the info! I believe that's expected behavior because we want the user to know the alternative solution, however, as the issue points they did not see any helpful message (:

@Razz4780
Copy link
Contributor

Razz4780 commented Jan 5, 2024

Opened a related issue on JetBrains board here

@aviramha
Copy link
Member

aviramha commented Jan 5, 2024

Opened a related issue on JetBrains board here

Thanks!
@Dill-Dall , @gjacobitrs please upvote it on YouTrack so JB will help us! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants