[jboss-jira] [JBoss JIRA] Updated: (JBAS-8743) ObjectStore directory created in run directory
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Tue Dec 21 15:59:18 EST 2010
[ https://issues.jboss.org/browse/JBAS-8743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan updated JBAS-8743:
---------------------------------
Fix Version/s: TBD
(was: 6.0.0.Final)
Moving out to next AS release.
> ObjectStore directory created in run directory
> ----------------------------------------------
>
> Key: JBAS-8743
> URL: https://issues.jboss.org/browse/JBAS-8743
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Transaction Manager Integration (Arjuna)
> Environment: AS trunk (14th December 2010)
> Reporter: Rico Neubauer
> Assignee: Jonathan Halliday
> Fix For: TBD
>
>
> With JBoss6' snapshot as of 2010-12-14 (also with previous ones, but after CR1), there are ObjectStore directories created outside of jboss.server.data.dir where they belong to. Aside from that one of them looks very suspicious having the name "PutObjectStoreDirHere".
> In deploy\transaction-jboss-beans.xml the objectStoreDir is configured with default of <property name="objectStoreDir">${jboss.server.data.dir}/tx-object-store</property>; system-property jboss.server.data.dir is set to a specific directory (not sure if this is neccessary for the bug to occur.
> The following directories and files are created:
> In jboss.server.data.dir (correct):
> |-- hornetq
> | |-- (...)
> |-- jnp-service.url
> `-- tx-object-store
> `-- ShadowNoFileLockStore
> `-- defaultStore
> In run-directory (incorrect):
> |-- ObjectStore
> | `-- ShadowNoFileLockStore
> | `-- defaultStore
> | `-- Recovery
> | `-- TransactionStatusManager
> | `-- 0_ffff0a00008e_8388_4d076723_0
> |-- PutObjectStoreDirHere
> | `-- ShadowNoFileLockStore
> | `-- defaultStore
> | `-- StateManager
> | `-- BasicAction
> | `-- TwoPhaseCoordinator
> | `-- AtomicAction
> | |-- 0_ffff0a00008e_8388_4d076723_21d049c6
> | |-- .... etc.
> Expected behavior: all data created under directory configured with objectStoreDir.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list