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

A subdirectory in "deploy" is treated as an exploded archive if its name contains a "dot"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • No Release
    • JBossAS-5.1.0.GA, 6.0.0.Final
    • None
    • None
    • Workaround Exists
    • Hide

      Remove dots in folder name

      Show
      Remove dots in folder name

    Description

      Having a "dot" character in the name of a "deploy" subfolder can cause a deployment error.

      Steps to reproduce :
      cd server/default/deploy
      mv jms-ra.rar messaging/
      mv messaging messaging.test
      run.sh -c default

      The following exception is thrown at startup : java.lang.IllegalStateException: No ConnectorMetaData found for mdf rarName: jms-ra.rar

      When removing the "dot" in folder's name, the problem doesn't happen.

      The jmx-console shows that messaging.test is a top level deployment and jms-ra.rar is a subdeployment, just like if messaging.test was an exploded archive.

      The distinction between a simple folder and an exploded archive is there : org.jboss.system.server.profileservice.repository.AbstractVFSProfileSource:258

      Attachments

        Activity

          People

            Unassigned Unassigned
            gregory.lardiere Gregory Lardiere (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: