Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

monitor error

There are no errors in the server.log

What am I doing wrong?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.