[JBoss JIRA] Assigned: (TEIID-1437) It's not possible to deploy single file (*.xml) virtual database through web admin console
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-1437?page=com.atlassian.jira.plugin... ]
Van Halbert reassigned TEIID-1437:
----------------------------------
Assignee: Ted Jones (was: Van Halbert)
> It's not possible to deploy single file (*.xml) virtual database through web admin console
> ------------------------------------------------------------------------------------------
>
> Key: TEIID-1437
> URL: https://issues.jboss.org/browse/TEIID-1437
> Project: Teiid
> Issue Type: Feature Request
> Components: Jopr Plugin
> Affects Versions: 7.2
> Reporter: Robert Balent
> Assignee: Ted Jones
>
> There are two ways how create virtual database. You can deploy *.vdb file which is basically zip archive with changed extension, or deploy just vdb.xml file. The second way doesn't work through soa admin console web interface.
> Error message:
> Failed to create Resource weather-vdb.xml - cause: Incorrect extension specified on filename
> How to reproduce:
> In soa web interface log in to Admin Console, than open "Virtual Database (VDB)s" link, than click "Add a new resource" button, and try to upload weather-vdb.xml which is attached.
> Workaround:
> Just copy weather-vdb.xml to the deploy folder.
> weather-vdb.xml and weather-ds.xml which is required if you want to deploy vdb in active state are attached.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Moved: (TEIID-1437) It's not possible to deploy single file (*.xml) virtual database through web admin console
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-1437?page=com.atlassian.jira.plugin... ]
Van Halbert moved SOA-2779 to TEIID-1437:
-----------------------------------------
Project: Teiid (was: JBoss Enterprise SOA Platform)
Key: TEIID-1437 (was: SOA-2779)
Issue Type: Feature Request (was: Enhancement)
Affects Version/s: 7.2
(was: 5.1.0.ER7)
Release Notes Docs Status: (was: Documented as Known Issue)
Affects Testing: (was: [Regression])
Component/s: Jopr Plugin
(was: EDS)
Security: (was: Public)
> It's not possible to deploy single file (*.xml) virtual database through web admin console
> ------------------------------------------------------------------------------------------
>
> Key: TEIID-1437
> URL: https://issues.jboss.org/browse/TEIID-1437
> Project: Teiid
> Issue Type: Feature Request
> Components: Jopr Plugin
> Affects Versions: 7.2
> Reporter: Robert Balent
> Assignee: Van Halbert
>
> There are two ways how create virtual database. You can deploy *.vdb file which is basically zip archive with changed extension, or deploy just vdb.xml file. The second way doesn't work through soa admin console web interface.
> Error message:
> Failed to create Resource weather-vdb.xml - cause: Incorrect extension specified on filename
> How to reproduce:
> In soa web interface log in to Admin Console, than open "Virtual Database (VDB)s" link, than click "Add a new resource" button, and try to upload weather-vdb.xml which is attached.
> Workaround:
> Just copy weather-vdb.xml to the deploy folder.
> weather-vdb.xml and weather-ds.xml which is required if you want to deploy vdb in active state are attached.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIID-1436) Error Msg provides no useful information - Actual error msg being lost
by Warren Gibson (JIRA)
Error Msg provides no useful information - Actual error msg being lost
----------------------------------------------------------------------
Key: TEIID-1436
URL: https://issues.jboss.org/browse/TEIID-1436
Project: Teiid
Issue Type: Bug
Components: Integration Tests
Reporter: Warren Gibson
Assignee: Van Halbert
Priority: Minor
Query testing is getting the following error message on some queries where an exception is expected. This actual error message below provides no useful information. As you can see the expected error message below provide more meaningful information. It appears the actual error message is being lost.
<?xml version="1.0" encoding="UTF-8"?>
<root>
<queryResults name="RDBMS_Test_Queries_9550_TestQuery46" value="SELECT IntKey FROM BQT1.SmallA WHERE BQT1.SmallA.StringKey IN (SELECT IntNum FROM BQT1.SmallB) ORDER BY IntKey">
<actual_exception>
<exceptionType>TeiidSQLException</exceptionType>
<message>Error trying to execute a statement SELECT IntKey FROM BQT1.SmallA WHERE BQT1.SmallA.StringKey IN (SELECT IntNum FROM BQT1.SmallB) ORDER BY IntKey.</message>
<class>org.teiid.jdbc.TeiidSQLException</class>
</actual_exception>
<expected_exception>
<exceptionType>TeiidSQLException</exceptionType>
<message>Error Code:ERR.015.008.0033 Message:The left expression must have a type convertible to the type of the subquery projected symbol: BQT1.SmallA.StringKey IN (SELECT IntNum FROM BQT1.SmallB)</message>
<class>org.teiid.jdbc.TeiidSQLException</class>
</expected_exception>
</queryResults>
</root>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Resolved: (TEIID-1427) Class not found in Teiid JON agent
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIID-1427?page=com.atlassian.jira.plugin... ]
Ted Jones resolved TEIID-1427.
------------------------------
Resolution: Done
Fixed offending classes
> Class not found in Teiid JON agent
> ----------------------------------
>
> Key: TEIID-1427
> URL: https://issues.jboss.org/browse/TEIID-1427
> Project: Teiid
> Issue Type: Bug
> Components: Jopr Plugin
> Affects Versions: 7.1.1
> Reporter: Paul Nittel
> Assignee: Ted Jones
> Priority: Blocker
> Fix For: 7.1.1, 7.3
>
> Attachments: agent.log.zip
>
>
> While trying to delete a VDB form my server, it was noticed the agent's log showed a missing class.
> 2011-01-07 10:26:54,366 WARN [MeasurementManager.collector-1] (rhq.core.pc.measurement.MeasurementCollectorRunner)- Failure to collect measurement data for Resource[id=10301, type=Data Services, key=RuntimeEngineDeployer, name=Data Services, parent=sllxqm27:1099 production, version=7.1.1] - cause: java.lang.Exception:java.lang.NoClassDefFoundError: Could not initialize class org.teiid.adminapi.impl.SessionMetadataMapper -> java.lang.NoClassDefFoundError:Could not initialize class org.teiid.adminapi.impl.SessionMetadataMapper
> Attaching the whole log file for further analysis.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Resolved: (TEIID-1336) EDS adminshell - clearCache() having no effect
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-1336?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-1336.
---------------------------------
Resolution: Done
User error
> EDS adminshell - clearCache() having no effect
> ----------------------------------------------
>
> Key: TEIID-1336
> URL: https://issues.jboss.org/browse/TEIID-1336
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 7.1.1
> Environment: SOA-P 5.1 ER3 build
> Reporter: Len DiMaggio
> Assignee: Ramesh Reddy
> Priority: Blocker
> Fix For: 7.1.1
>
>
> clearCache() doesn't look like it's doing anything - see below:
> groovy:000> connectAsAdmin("mms://localhost:31443", "admin", "admin", "conn-1")
> ===> null
> groovy:000> getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE")
> ===> hitRatio=0.0; totalEntries=0; requestCount=3
> groovy:000> clearCache("QUERY_SERVICE_RESULT_SET_CACHE")
> ===> null
> groovy:000> getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE")
> ===> hitRatio=0.0; totalEntries=0; requestCount=3
> ===================
> server.log:
> 2010-10-29 12:13:07,065 DEBUG [org.teiid.TRANSPORT] (New I/O server worker #2-1) processing message:MessageHolder: contents=org.teiid.net.socket.ServiceInvocationStruct@18cf5ea
> 2010-10-29 12:13:07,065 DEBUG [org.teiid.SECURITY] (New I/O server worker #2-1) Ping MLwHWKFcHgcq
> 2010-10-29 12:13:07,065 DEBUG [org.teiid.TRANSPORT] (New I/O server worker #2-1) message: MessageHolder: contents=null for request ID:38
> 2010-10-29 12:13:07,067 DEBUG [org.teiid.TRANSPORT] (New I/O server worker #2-1) processing message:MessageHolder: contents=org.teiid.net.socket.ServiceInvocationStruct@c171b7
> 2010-10-29 12:13:07,067 DEBUG [org.teiid.ADMIN_API] (New I/O server worker #2-1) before clearCache:org.teiid.adminapi.jboss.Admin@1a42c71(QUERY_SERVICE_RESULT_SET_CACHE)
> 2010-10-29 12:13:07,067 DEBUG [org.teiid.ADMIN_API] (New I/O server worker #2-1) after clearCache : null
> 2010-10-29 12:13:07,067 DEBUG [org.teiid.TRANSPORT] (New I/O server worker #2-1) message: MessageHolder: contents=null for request ID:39
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months