I'm using Glassfish version 3.1.2.2.
When I deploy an application (war) using versioning, monitoring in the glassfish web interface doesn't work. It does work when versioning is not used.
Versioning is 'activated' when using an application name like
<application name>:<version>
e.g.
administration-service-1-SNAPSHOT:0.0
I deploy the app using
asadmin deploy --name administration-service-1-SNAPSHOT:0.0 --enabled-true
Then I use the glassfish web interface to configure monitoring. This is done in
Configurations/server-config/Monitoring
Monitoring is enabled here and I e.g. set the JDBC Connection Pool to HIGH and save. Then I go to
Server
and click the tab
Monitor
And here I see the error

There are no errors in the server.log
What am I doing wrong?