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

JBossCacheService fails in start if context path contains '/'

XMLWordPrintable

    • Workaround Exists
    • Hide

      Don't set UseMarshalling and InactiveOnStartup to true if you are not using FIELD granularity. Not really a workaround, since these likely wouldn't be true anyway if you're not using FIELD.

      Show
      Don't set UseMarshalling and InactiveOnStartup to true if you are not using FIELD granularity. Not really a workaround, since these likely wouldn't be true anyway if you're not using FIELD.

      If the session replication cache is configured to use region-based marshalling, and the context path of a webapp contains a intermediate slash (e.g. /a/b), the deployment of the webapp may fail in JBossCacheService.start. See the forum thread for details.

      (Admittedly hacky) solution is for JBossCacheService to replace the slash in webAppPath_ with something like ';'.

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: