Results 1 to 5 of 5

Thread: DM server refuse to complete startup in STS on mac OS

  1. #1
    Join Date
    Jan 2009
    Posts
    6

    Default DM server refuse to complete startup in STS on mac OS

    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:
    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>
    And once the error popup is raised, the server status goes to "stopping..." but does not stop blinking.
    localhost:8080 is reachable with Springsource DM splash screen.

  2. #2
    Join Date
    Oct 2008
    Posts
    493

    Default

    This looks like a problem with the integration between the dm Server tools and dm Server. As you can see from the console output, dm Server has actually started but, from the error message, it's apparent that the dm Server tools are not aware that this is the case.

    I'll ask our tools expert to take a look at this. In the meantime can you please check which version of the dm Server tools you have installed? I'm running with the 1.1.0.v200811281800 version on Mac OS 10.5 with Java 6 and don't experience the problem that you're seeing: hopefully it's just down to a version mismatch somewhere.
    Andy Wilkinson
    SpringSource

  3. #3
    Join Date
    Jan 2009
    Posts
    6

    Default

    Thanks Andy for this fast answer.
    my sts version is 200809261800

    I try to update it directly from eclipse but I cannot (it says nothing to update)...
    Is there a better way to update sts instead of re-installing everything from scratch? (with all the plugin I've added)

    cheers
    Alex

  4. #4
    Join Date
    Oct 2008
    Posts
    493

    Default

    You can update just the dm Server tools, without having to update all of STS, from this update site:

    http://static.springsource.com/proje...server/update/

    This should give you access to the latest version (1.1.0.v200811281800).
    Andy Wilkinson
    SpringSource

  5. #5
    Join Date
    Jan 2009
    Posts
    6

    Default

    Thank a lot Andy
    that was just that! (I made a global sts update before but for some reason the sts-update site was not checked...)

    thanks a lot and thanks for all your efforts
    cheers
    Alex

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •