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)
Affects Versions: 6.0.0.Final
Reporter: Rico Neubauer
Assignee: Stefano Maestri
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