Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-8743

ObjectStore directory created in run directory

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

            ajustin@redhat.com Ales Justin
            r.neubauer@seeburger.de Rico Neubauer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: