Jérôme BERNARD
2002-01-17 14:13:21 UTC
When I start the HttpAdaptor example and click on the "Relations" tab
(http://localhost:8081/relation?instanceof=javax.management.relation.Relation&template=relation),
I have a NullPointerException thrown.
Here is the stack trace dumped on the console:
Exception during http request
java.lang.NullPointerException
at
openjmx.adaptor.http.RelationCommandProcessor.executeRequest(RelationCommandProcessor.java:53)
at
openjmx.adaptor.http.HttpAdaptor$HttpClient.run(HttpAdaptor.java:585)
In RelationCommandProcessor.java at line 53 there is a call on the
proxy, so I guess this is the proxy that is null.
The few lines above initialize the proxy if the call to
checkRelationServiceIsRegistered returns true. So I suppose there is
something missing if the relation service is not registered.
Jerome.
(http://localhost:8081/relation?instanceof=javax.management.relation.Relation&template=relation),
I have a NullPointerException thrown.
Here is the stack trace dumped on the console:
Exception during http request
java.lang.NullPointerException
at
openjmx.adaptor.http.RelationCommandProcessor.executeRequest(RelationCommandProcessor.java:53)
at
openjmx.adaptor.http.HttpAdaptor$HttpClient.run(HttpAdaptor.java:585)
In RelationCommandProcessor.java at line 53 there is a call on the
proxy, so I guess this is the proxy that is null.
The few lines above initialize the proxy if the call to
checkRelationServiceIsRegistered returns true. So I suppose there is
something missing if the relation service is not registered.
Jerome.