[
https://jira.jboss.org/jira/browse/TEIID-1057?page=com.atlassian.jira.plu...
]
Steven Hawkins resolved TEIID-1057.
-----------------------------------
Fix Version/s: 7.0
Resolution: Done
Corrected the mapping logic to use the EnumValue stuff. There was also a problem with
nodeid that was corrected.
With these fixed I was still seeing the following in the server log (the first is
unrelated):
13:35:12,084 ERROR [MeasurementManager] Could not get measurement values
java.lang.NullPointerException
at org.teiid.rhq.plugin.PlatformComponent.getValues(PlatformComponent.java:125)
...
13:36:31,437 ERROR [STDERR] java.lang.NoSuchMethodException:
org.teiid.adminapi.impl.RequestMetadata.getRequestId()
Calling getRequests() on RuntimeEngineDeployer Results in
MethodNotFound
-------------------------------------------------------------------------
Key: TEIID-1057
URL:
https://jira.jboss.org/jira/browse/TEIID-1057
Project: Teiid
Issue Type: Bug
Components: AdminApi
Affects Versions: 7.0
Reporter: Ted Jones
Assignee: Steven Hawkins
Priority: Blocker
Fix For: 7.0
Executing a call to getRequests() of the RuntimeEngineDeployer from the Teiid Jopr plugin
results in a MethodNotFound exception. I know the method exists though and I can see (in
debug) that it is being executed. Also in debug I can see an error in
org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher
java.lang.IllegalArgumentException: Class is not a simple type:
org.teiid.adminapi.Request$State. I believe this to be a clue as to the real issue here. I
have no stack trace, just what I was able to ascertain from debugging.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira