[JBoss JIRA] Created: (JBTM-599) Synchronization problem in CacheStore
by Andrew Dinn (JIRA)
Synchronization problem in CacheStore
-------------------------------------
Key: JBTM-599
URL: https://jira.jboss.org/jira/browse/JBTM-599
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Andrew Dinn
This bug manifests occasionally when running the CachedTest. The AsyncStore thread suspends inside its run method on a (120 sec) timed wait because the cache is not full. When I managed to catch this case in the debugger I found that there were many writer threads (~30) suspended inside addWork in an untimed wait on the overflow lock. So, these writing threads make no progress for 120 seconds. The AsyncStore thread does notify the object on which the writers are waiting but there is clearly a window where the writers can go to sleep while the cache is full and not get notified when the AsyncStore thread has emptied it.
--
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
13 years, 11 months
[JBoss JIRA] Created: (JBTM-616) Improve Integration of Authentication support on AppServerJDBCXARecovery plugin
by Brad Maxwell (JIRA)
Improve Integration of Authentication support on AppServerJDBCXARecovery plugin
-------------------------------------------------------------------------------
Key: JBTM-616
URL: https://jira.jboss.org/jira/browse/JBTM-616
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Recovery
Affects Versions: 4.2.3.CP05
Reporter: Brad Maxwell
JBTM-432 - Authentication support on AppServerJDBCXARecovery plugin
This allows the jmx username/password to be specified in the jbossts-properties.xml and allows the AppServerJDBCXARecovery plugin to
function when the invokers are secured.
Customers do not like having username / passwords in clear text in the jbossts-properties.xml and do not understand why the username / password has to be set in the first place. Providing encryption support for the user/pass in the jbossts-properties.xml or better yet integrating it better so that the user/pass is not required when using secure invokers would be nice.
--
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
14 years, 1 month
[JBoss JIRA] Created: (JBTM-539) the Recovery ORB is bound to 0.0.0.0
by Frank Schwarz (JIRA)
the Recovery ORB is bound to 0.0.0.0
------------------------------------
Key: JBTM-539
URL: https://jira.jboss.org/jira/browse/JBTM-539
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Application Server Integration, Configuration, JTS, Recovery
Environment: JBoss AS 5.0.0.GA
Reporter: Frank Schwarz
from jbossjts-properties.xml:
<!--
This property controls the address on which the Recovery ORB binds - defaults to the loopback connection
If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
-->
<property name="com.arjuna.ats.jts.recoveryManagerAddress" value=""/>
This is not quite right. I can see a binding to 0.0.0.0 instead of the ip-address the server was started with (run.cmd -b <...>)
When I change this line to
<property name="com.arjuna.ats.jts.recoveryManagerAddress" value="${jboss.bind.address}"/>
the Recovery ORB is bound instead to 127.0.0.1
I have to be explicit on the ip-address to get the right binding.
Please use the default ip-address as stated with the "-b option" to bind the Recovery ORB if nothing else is specified.
--
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
14 years, 1 month