Hi Vidar,

this is related to a property change shortly before the Felix Framework
1.6 release candidate was cut. IIRC the latest Framework 1.5.0-SNAPSHOT
already supports this new property.

The result is, that the framework remains in start level 1 and no Sling
bundles are started and hence the tester times out since it does not get
any response.

So updating your framework snapshot and building again should help.

See also SLING-905 [1].

As soon as Felix Framework 1.6 hits the streat (aka maven repository), I
will switch Sling to the new version.

Sorry for the inconvenience.

Regards
Felix

[1] https://issues.apache.org/jira/browse/SLING-905

Vidar Ramdal schrieb:
> On a fresh checkout, I currently get integration test failures
> (org.apache.sling.launchpad.webapp.integrationtest.*):
> Server does not seem to be ready, after 60000 msec, got the following
> 119 
> Exceptions:org.apache.sling.commons.testing.integration.HttpStatusCodeException:
> Expected status code 302 for POST, got 404,
> URL=http://localhost:8888/org.apache.sling.launchpad.testing-4-incubator-SNAPSHOT/WaitForSlingStartup/1238746620941
> ...
> 
> With -Dmaven.test.skip=true, the build completes, but Sling does not
> seem to start. On launchpad/webapp/mvn jetty:run, I get Jetty started
> allright, but it has no content - http://localhost:8888/ and
> http://localhost:8888/system/console gives 404.
> 
> The error.log only has these lines in it:
> 03.04.2009 10:24:13.150 *INFO* [FelixStartLevel]
> org.apache.sling.commons.log.LogServiceFactory LogManager: Logging set
> up from context
> 03.04.2009 10:24:13.156 *INFO* [FelixStartLevel]
> org.apache.sling.commons.log Service
> [org.apache.sling.commons.log.LogServiceFactory,7] ServiceEvent
> REGISTERED
> 03.04.2009 10:24:13.157 *INFO* [FelixStartLevel]
> org.apache.sling.commons.log Service
> [org.apache.sling.commons.log.LogReaderServiceFactory,8] ServiceEvent
> REGISTERED
> 03.04.2009 10:24:13.158 *INFO* [FelixDispatchQueue]
> org.apache.sling.commons.log BundleEvent STARTED
> 03.04.2009 10:24:13.167 *INFO* [FelixDispatchQueue]
> org.apache.felix.framework BundleEvent STARTED
> 03.04.2009 10:24:13.167 *INFO* [FelixDispatchQueue]
> org.apache.felix.framework FrameworkEvent STARTED
> 03.04.2009 10:24:13.168 *INFO* [main] org.apache.felix.framework
> Service [Equinox Servlet Bridge,9] ServiceEvent REGISTERED
> 
> The system.out displays:
> 2009-04-03 10:24:07.379::INFO:  jetty-6.1.5
> 2009-04-03 10:24:08.587::INFO:  No Transaction manager found - if your
> webapp requires one, please configure one.
> 2009-04-03 10:24:09.074:/:INFO:  sling: Setting sling.home=sling/_
> (servlet context path)
> 2009-04-03 10:24:09.075:/:INFO:  sling: Checking launcher JAR in sling/_
> 2009-04-03 10:24:11.447:/:INFO:  sling: Installed or Updated launcher
> JAR file from 
> file:/Users/vramdal/devlibs/sling-clean/launchpad/webapp/target/org.apache.sling.launchpad.webapp-4-incubator-SNAPSHOT/WEB-INF//resources/org.apache.sling.launchpad.base.jar
> 2009-04-03 10:24:11.468:/:INFO:  sling: Loading launcher class
> org.apache.sling.launchpad.base.webapp.SlingServletDelegate
> 2009-04-03 10:24:11.475:/:INFO:  sling: Starting launcher ...
> 2009-04-03 10:24:11.475:/:INFO:  sling: Starting Sling in sling/_
> 2009-04-03 10:24:13.184:/:INFO:  sling: Sling successfully started in sling/_
> 2009-04-03 10:24:13.184:/:INFO:  sling: Startup completed
> 2009-04-03 10:24:13.184:/:INFO:  sling: Servlet sling initialized
> 2009-04-03 10:24:13.239::INFO:  Started [email protected]:8888
> 
> Any ideas?
> 

Reply via email to