Hello
I unziped the 1.0.1 dm server and installed it into eclipse STS (up to date)
on a mac OS 10.5 up to date
java 1.6.0
Now when I start the server from within STS, the start button keeps blinked for 300s then the message:
Server SpringSource dm Server v1.0 at localhost was unable to start within 300 seconds. If the server requires more time, try increasing the timeout in the server editor.
console output is:
And once the error popup is raised, the server status goes to "stopping..." but does not stop blinking.HTML Code:<pre> [2009-01-20 09:48:23.829] main <SPKB0001I> Server starting. [2009-01-20 09:48:24.883] main <SPOF0001I> OSGi telnet console available on port 2401. [2009-01-20 09:48:27.900] main <SPKE0000I> Boot subsystems installed. [2009-01-20 09:48:29.016] main <SPKE0001I> Base subsystems installed. [2009-01-20 09:48:30.561] server-dm-3 <SPPM0000I> Installing profile 'web'. [2009-01-20 09:48:31.487] server-dm-3 <SPPM0001I> Installed profile 'web'. [2009-01-20 09:48:31.654] server-dm-5 <SPSC0001I> Creating HTTP/1.1 connector with scheme http on port 8080. [2009-01-20 09:48:31.828] server-dm-5 <SPSC0001I> Creating HTTP/1.1 connector with scheme https on port 8443. [2009-01-20 09:48:31.835] server-dm-5 <SPSC0001I> Creating AJP/1.3 connector with scheme http on port 8009. [2009-01-20 09:48:31.861] server-dm-5 <SPSC0000I> Starting ServletContainer. [2009-01-20 09:48:32.778] server-dm-11 <SPPM0002I> Server open for business with profile 'web'. [2009-01-20 09:48:33.181] Deployer Recovery <SPSC1000I> Creating web application '/'. [2009-01-20 09:48:33.410] async-delivery-thread-1 <SPSC1001I> Starting web application '/'. [2009-01-20 09:48:33.899] Deployer Recovery <SPDE0010I> Deployment of 'com.springsource.server.servlet.splash' version '1.0.1.RELEASE' completed. [2009-01-20 09:48:34.099] Deployer Recovery <SPSC1000I> Creating web application '/admin'. [2009-01-20 09:48:34.409] async-delivery-thread-1 <SPSC1001I> Starting web application '/admin'. [2009-01-20 09:48:34.873] Deployer Recovery <SPDE0010I> Deployment of 'com.springsource.server.servlet.admin' version '1.0.1.RELEASE' completed. [2009-01-20 09:48:34.888] fs-watcher <SPDE0048I> Processing 'INITIAL' event for file 'server.admin.splash-1.0.1.RELEASE.jar'. [2009-01-20 09:48:34.890] fs-watcher <SPDE0031I> File 'server.admin.splash-1.0.1.RELEASE.jar' already deployed. [2009-01-20 09:48:34.891] fs-watcher <SPDE0048I> Processing 'INITIAL' event for file 'server.admin.web-1.0.1.RELEASE.jar'. [2009-01-20 09:48:34.893] fs-watcher <SPDE0031I> File 'server.admin.web-1.0.1.RELEASE.jar' already deployed. </pre>
localhost:8080 is reachable with Springsource DM splash screen.


