[JBoss JIRA] (TEIID-2533) ConcurrentModificationException when list-sessions operation is issued
by Van Halbert (JIRA)
Van Halbert created TEIID-2533:
----------------------------------
Summary: ConcurrentModificationException when list-sessions operation is issued
Key: TEIID-2533
URL: https://issues.jboss.org/browse/TEIID-2533
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.4
Environment: Teiid 8.4.CR2 and EAP 6.1 Alpha
Reporter: Van Halbert
Assignee: Steven Hawkins
Saw the following exception in the server log, but not sure what I did to trigger it (unable to reproduce):
07:31:32,834 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) JBAS014612: Operation ("list-sessions") failed - address: ([("subsystem" => "teiid")]): java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819) [rt.jar:1.7.0_13]
at java.util.ArrayList$Itr.next(ArrayList.java:791) [rt.jar:1.7.0_13]
at org.teiid.jboss.ListSessions.executeOperation(TeiidOperationHandler.java:245)
at org.teiid.jboss.ListSessions.executeOperation(TeiidOperationHandler.java:225)
at org.teiid.jboss.BaseOperationHandler$1.execute(BaseOperationHandler.java:72)
at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:440) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:322) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:229) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:224) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:142) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:112) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:139) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:108) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.protocol.mgmt.AbstractMessageHandler$2$1.doExecute(AbstractMessageHandler.java:296) [jboss-as-protocol-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at org.jboss.as.protocol.mgmt.AbstractMessageHandler$AsyncTaskRunner.run(AbstractMessageHandler.java:518) [jboss-as-protocol-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.0.Final.jar:2.1.0.Final]
--
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, 7 months
[JBoss JIRA] (TEIID-2528) Support an encypted storage mode
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2528?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-2528:
----------------------------------
Fix Version/s: 8.5
(was: 8.4.1)
Switched to targeting 8.5 since there isn't a specific driver to get this into 8.4.1. It can be back ported if needed.
The implementation uses 128-bit AES to encrypt the filestore in 16 byte blocks using with simple xor of the block number. Fancier chaining or filesystem encryption techniques do not seem warranted as the key being used is only in effect for each Teiid instance/restart.
A new boolean buffer property encrypt-files (disabled by default) can be used to enable this behavior when using disk storage.
The docs still need to be updated.
> Support an encypted storage mode
> --------------------------------
>
> Key: TEIID-2528
> URL: https://issues.jboss.org/browse/TEIID-2528
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.5
>
>
> We should provide an option to use encrypted files for our temporary storage.
--
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, 7 months
[JBoss JIRA] (TEIID-2531) Infinispan Connector ra.xml incorrectly specified the wrong WrappedConnection related classes
by Van Halbert (JIRA)
Van Halbert created TEIID-2531:
----------------------------------
Summary: Infinispan Connector ra.xml incorrectly specified the wrong WrappedConnection related classes
Key: TEIID-2531
URL: https://issues.jboss.org/browse/TEIID-2531
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.4, 8.5
Reporter: Van Halbert
Assignee: Van Halbert
The ra.xml file for the infinispan connector defined incorrectly the WrrappedConnection and WrappedConnectionFactory classes. Should be:
<connectionfactory-impl-class>org.teiid.resource.spi.WrappedConnectionFactory</connectionfactory-impl-class>
<connection-impl-class>org.teiid.resource.spi.WrappedConnection</connection-impl-class>
--
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, 7 months