Hello,
I am running Payara Server 5.201 #badassfish (build 512). When running asadmin command, many of the them fail as follow::
asadmin> asadmin list-jdbc-resources
Can not parse command metadata
Unknown error
Can not parse command metadata
Remote commands not fetched
Command asadmin failed.
When a command is successfully executed, I also receive the "Can not parse command metadata" message:
asadmin> list-domains
PayaraDomain running
Can not parse command metadata
production domain template not running
Command list-domains executed successfully.
asadmin> list-domains --long
Can not parse command metadata
DOMAIN ADMIN_HOST ADMIN_PORT RUNNING RESTART_REQUIRED
PayaraDomain localhost 5050 true false
production domain template localhost 4848 false false
Command list-domains executed successfully.
Everything works fine when using the admin console. I have recorded console actions and tried to run them in CLI but the commands fail.
Here is my config:
OS: Windows Server 2012
Jvm: openjdk-11u28 (same error with openjdk-8u232-b09)
Admin server + 4 local instances. All of them are running as Windows service
Does anyone have an idea where I could look at ?
Thanks.