XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • EAP_EWP 5.2.0
    • EAP_EWP 5.1.2
    • Clustering
    • None
    • Release Notes
    • Hide
      The POJO Cache's <filename>pojocache-aop.xml</filename> has the same name attribute on different tag which resulted in an IllegalStateException error if <filename>jbosscache-pojo.jar</filename> is packaged where it is scanned by deployment scanners. To resolve this issue, the duplicate <literal>name</literal> attribute was removed.
      Show
      The POJO Cache's <filename>pojocache-aop.xml</filename> has the same name attribute on different tag which resulted in an IllegalStateException error if <filename>jbosscache-pojo.jar</filename> is packaged where it is scanned by deployment scanners. To resolve this issue, the duplicate <literal>name</literal> attribute was removed.
    • Documented as Resolved Issue
    • NEW

    Description

      ERROR [AbstractKernelController] Error installing to PostClassLoader: name=vfsfile:/home/dereed/opt/jboss/instance1/jboss-as/server/default/deploy/pojocache-aop.xml state=ClassLoader mode=Manual requiredState=PostClassLoader
      org.jboss.deployers.spi.DeploymentException: org.jboss.deployers.spi.DeploymentException: Error
      deploying: pojocache-array
      ...
      Caused by: java.lang.IllegalStateException: pojocache-array is already installed.

      Root cause is that pojocache-aop.xml contains two elements with the name pojocache-array.
      This appears to be valid for AOP, but not for the AS5 AOP deployer.

      <interceptor name="pojocache-array" ...
      <arraybind name="pojocache-array" ...

      Attachments

        Activity

          People

            rhn-support-dereed Dennis Reed
            rhn-support-dereed Dennis Reed
            Russell Dickenson Russell Dickenson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: