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

Password prompt window pops up behind other windows #54

Open
ThePrez opened this issue May 2, 2023 · 5 comments
Open

Password prompt window pops up behind other windows #54

ThePrez opened this issue May 2, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@ThePrez
Copy link
Member

ThePrez commented May 2, 2023

It seems the password prompt window often pops up behind other windows, and I must <alt>+<tab> (Windows) to get to it. Can this be improved?

@jeber-ibm
Copy link
Member

In general, the toolbox has been deprecating the existing GUI support. Should we just eliminate the password prompt window?

@battmush
Copy link

battmush commented May 8, 2024

In my recent experience I would say yes, it should be removed. We use this driver (v20.0.7) in a headless server process under Linux, and it ends up throwing X11 errors when a user's password is approaching expiration. That is obviously less than ideal.

@nadiramra
Copy link
Member

I would not remove it...if you do not want GUI, simply call setGuiAvailable(false) on the AS400 object.

@battmush
Copy link

battmush commented Sep 5, 2024

I would argue exactly counter: if a UI application wants this behavior, enable it. The vast majority of java applications are headless, so to have applications failing in such non-obvious ways is extremely undesirable, especially for conditions that are not fatal.

@nadiramra
Copy link
Member

nadiramra commented Sep 5, 2024

I do not have a problem changing the default to no GUI. Just had a problem with eliminating it.

Also, there exists the option to set JVM option: "com.ibm.as400.access.AS400.guiAvailable=false"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants