The Eclipse plugin cannot communicate with the GlassFish server, status is :CREDENTIAL_ERROR

后端 未结 9 461
别那么骄傲
别那么骄傲 2021-01-03 00:42

I am able to start Glassfish through command line. However, when I try to start the server through Eclipse I encounter the following error:

The Ecli

9条回答
  •  北海茫月
    2021-01-03 01:07

    In the "Servers" view, right-click on the glassfish server and choose "Open"

    Within the section "Application Server", ensure that "Use Anonymous Connection for Administrator Commands" is NOT checked off.


    Application Server

    You can edit some runtime properties fro the Application Server(GlassFish or Sun)

    Domain Directory

    Admin Name

    Admin Password

    Admin Server Port Number

    _ Use Anonumous Connection for admin Commands.

    ^


    If checked, eclipse plugin does not use your login credentials (admin/adminadmin) .

提交回复
热议问题