Occurs with 7575 and 8036.
Install Glassfish 9.1. Configure a web facet to deploy to this Glassfish, locally.
Before run deployment erase file user.home\.asadminpass.
(Without this file command "asadmin start-domain default1" shows prompts in the console for admin name and password.)
Run deployment in IDEA. In run window the prompt for admin name is printed. Cursor is not in console at all. (Defect 1.)
Put cursor just after the prompt. Type name. Enter.
The prompt for password is printed. Type password. It is not hidden. (Defect 2.) Enter.
Wait several minutes - no continuation. Domain is not started - no connection to localhost:portnumber. (Defect 3.)
I understand that IDEA console can be not yet designed to accept user input. Just reporting the situation user can meet with such conditions.