Hi, Am 30.11.2012 um 16:44 schrieb Phillpotts, James:
> Hi all, > > I'm trying to update our list.xml so to include the new version of the POST > servlet (which includes SLING-2543, thanks). However, after deploying I am > always getting a response HTTP ERROR 503: AuthenticationSupport service > missing. Cannot authenticate request. In 99% of the cases, this is caused by a missing SlingRepository service. You might want to check whether the repository fails to start. Regards Felix > > It looks like this error happens when the SlingMainServlet doesn't have an > AuthenticationSupport object. Is there another module I need to update (I've > been through and updated all the ones I could find that seemed to have been > updated)? I also noticed that there is a v.1.1.0 tag for > org.apache.sling.auth.core, but there is no module in maven central with this > version number. > > Cheers, > James > > > My list.xml bundle list follows: > > <bundle> > <groupId>org.apache.felix</groupId> > <artifactId>org.apache.felix.fileinstall</artifactId> > <version>2.0.8</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.fragment.transaction</artifactId> > <version>1.0.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.fragment.xml</artifactId> > <version>1.0.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.i18n</artifactId> > <version>2.2.2</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.servlets.post</artifactId> > <version>2.2.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.servlets.get</artifactId> > <version>2.1.4</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.adapter</artifactId> > <version>2.1.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.api</artifactId> > <version>2.3.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.jcr.contentloader</artifactId> > <version>2.1.6</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.fsresource</artifactId> > <version>1.1.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.servlets.resolver</artifactId> > <version>2.2.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.bundleresource.impl</artifactId> > <version>2.1.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.jcr.resource</artifactId> > <version>2.2.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.commons.osgi</artifactId> > <version>2.2.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.settings</artifactId> > <version>1.2.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.engine</artifactId> > <version>2.2.6</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.scripting.jsp.taglib</artifactId> > <version>2.1.8</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.installer.core</artifactId> > <version>3.4.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.installer.api</artifactId> > <version>1.0.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.launchpad.installer</artifactId> > <version>1.2.0</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.engine</artifactId> > <version>2.2.6</version> > </bundle> > <bundle> > <groupId>javax.servlet</groupId> > <artifactId>com.springsource.javax.servlet.jsp.jstl</artifactId> > <version>1.2.0.v20110728</version> > </bundle> > <bundle> > <groupId>javax.servlet</groupId> > <artifactId>com.springsource.javax.servlet</artifactId> > <version>2.4.0</version> > </bundle> > <bundle> > <groupId>commons-lang</groupId> > <artifactId>commons-lang</artifactId> > <version>2.6</version> > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.jcr.jackrabbit.usermanager</artifactId> > <version>2.2.0</version> > </bundle> > <bundle> > <groupId>org.apache.jackrabbit</groupId> > <artifactId>jackrabbit-api</artifactId> > <version>2.2.0</version> > </bundle> > > > > Information in this e-mail and any attachments is confidential, and may not > be copied or used by anyone other than the addressee, nor disclosed to any > third party without our permission. There is no intention to create any > legally binding contract or other binding commitment through the use of this > electronic communication unless it is issued in accordance with the Experian > Limited standard terms and conditions of purchase or other express written > agreement between Experian Limited and the recipient. Although Experian has > taken reasonable steps to ensure that this communication and any attachments > are free from computer virus, you are advised to take your own steps to > ensure that they are actually virus free. > > Companies Act information: Registered name: Experian Limited. Registered > office: Landmark House, Experian Way, NG2 Business Park, Nottingham, NG80 > 1ZZ, United Kingdom. Place of registration: England and Wales. Registered > number: 653331 >
