Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-44067

The path [synchrony-proxy] does not meet these criteria and has been changed to [/synchrony-proxy]

    XMLWordPrintable

Details

    Description

      Summary

      When starting Confluence 6.0.0-beta3, this appears in catalina.out

      25-Sep-2016 13:46:12.041 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor <confluence_install>/conf/Standalone/localhost/synchrony-proxy.xml
      25-Sep-2016 13:46:12.045 WARNING [localhost-startStop-1] org.apache.catalina.core.StandardContext.setPath A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [synchrony-proxy] does not meet these criteria and has been changed to [/synchrony-proxy]
      
      

      Steps to Reproduce

      1. Start Confluence-6.0.0-beta3

      Workaround

      Edit the file synchrony-proxy.xml and change the path attribute to start with a / (slash) path="/synchrony-proxy"

      <?xml version='2.0' encoding='utf-8'?>
      <Context path="/synchrony-proxy" docBase="../synchrony-proxy" debug="0" reloadable="false" useHttpOnly="true">
          <Valve className="org.apache.catalina.valves.StuckThreadDetectionValve" threshold="60" />
      </Context>
      
      

      Attachments

        Issue Links

          Activity

            People

              ttranminh Tam Tran
              jrichards@atlassian.com James Richards
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: