[JBoss JIRA] (TEIID-2435) Calling getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE") produces IllegalArgumentException
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-2435?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-2435:
------------------------------------
There's no stack trace seen on the server side, and on the client, only the 1 line exception message. A subsequent NPE stack trace is seen, only because the CacheStatistics object is null.
> Calling getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE") produces IllegalArgumentException
> -----------------------------------------------------------------------------------------
>
> Key: TEIID-2435
> URL: https://issues.jboss.org/browse/TEIID-2435
> Project: Teiid
> Issue Type: Bug
> Components: AdminApi
> Affects Versions: 8.3
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Attachments: CacheStats.groovy
>
>
> Making the following groovy script call using adminshell:
> CacheStatistics startCache
> try {
> startCache = getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE")
> }
> catch ( Exception e ) {
> println( "Exception: " + e.getMessage() )
> }
>
> produces this error: Exception: TEIID70013 java.lang.IllegalArgumentException
> see attachment for groovy script that was run.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-2435) Calling getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE") produces IllegalArgumentException
by Van Halbert (JIRA)
Van Halbert created TEIID-2435:
----------------------------------
Summary: Calling getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE") produces IllegalArgumentException
Key: TEIID-2435
URL: https://issues.jboss.org/browse/TEIID-2435
Project: Teiid
Issue Type: Bug
Components: AdminApi
Affects Versions: 8.3
Reporter: Van Halbert
Assignee: Steven Hawkins
Attachments: CacheStats.groovy
Making the following groovy script call using adminshell:
CacheStatistics startCache
try {
startCache = getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE")
}
catch ( Exception e ) {
println( "Exception: " + e.getMessage() )
}
produces this error: Exception: TEIID70013 java.lang.IllegalArgumentException
see attachment for groovy script that was run.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-2434) Message variables are not being substituted
by Van Halbert (JIRA)
Van Halbert created TEIID-2434:
----------------------------------
Summary: Message variables are not being substituted
Key: TEIID-2434
URL: https://issues.jboss.org/browse/TEIID-2434
Project: Teiid
Issue Type: Bug
Components: Common
Affects Versions: 8.3
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Minor
Using adminshell, and called: clearCache("QUERY_SERVICE_RESULT_SET_CACHE"), but the message isn't complete:
08:25:52,018 INFO [org.teiid.PROCESSOR] (management-handler-thread - 22) TEIID50005 Clearing cache QUERY_SERVICE_RESULT_SET_CACHE for vdb {1}.{2}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-2432) Dynamic VDB isLoading state doesnt change on fail
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2432?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2432:
-------------------------------------
The datasource not availability ones, I do not think I see them on console.
> Dynamic VDB isLoading state doesnt change on fail
> -------------------------------------------------
>
> Key: TEIID-2432
> URL: https://issues.jboss.org/browse/TEIID-2432
> Project: Teiid
> Issue Type: Feature Request
> Components: AdminApi
> Affects Versions: 8.2
> Reporter: Mark Drilling
> Assignee: Ramesh Reddy
>
> I am deploying a dynamic VDB and polling the isLoading state to determine when the VDB deployment is finished.
> In my case the VDB dataSource is not available. I can see in the server log that the deployment fails immediately, but the isLoading state remains true.
> Is this in error, or what status should we be checking?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-2432) Dynamic VDB isLoading state doesnt change on fail
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2432?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2432:
---------------------------------------
Ramesh what do you mean? Exceptions from metadata loads are logged. Metadata validation errors are logged. VDBStatusChecker logs errors/warnings.
VDBRepository source validation is not logged, but only affects validity - as it is called after load.
> Dynamic VDB isLoading state doesnt change on fail
> -------------------------------------------------
>
> Key: TEIID-2432
> URL: https://issues.jboss.org/browse/TEIID-2432
> Project: Teiid
> Issue Type: Feature Request
> Components: AdminApi
> Affects Versions: 8.2
> Reporter: Mark Drilling
> Assignee: Ramesh Reddy
>
> I am deploying a dynamic VDB and polling the isLoading state to determine when the VDB deployment is finished.
> In my case the VDB dataSource is not available. I can see in the server log that the deployment fails immediately, but the isLoading state remains true.
> Is this in error, or what status should we be checking?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months