Results 1 to 4 of 4

Thread: Trouble starting the server!

  1. #1
    Join Date
    Oct 2008
    Posts
    4

    Default Trouble starting the server!

    Hi all,
    I downloaded the release 1 dm server, set in SERVER_HOME variable and started the server. initially i got error that osgiConsole port is used. So i changed the port to 9009 in server.config file.

    Now when i start the server, i get different error as below:
    [2008-10-24 15:57:45.847] main <SPKB0001I> Server starting.
    [2008-10-24 15:57:47.002] main <SPOF0001I> OSGi telnet conso
    le available on port 9009.
    [2008-10-24 15:57:47.065] main <SPKB0002E> Start failed:
    com.springsource.server.osgi.framework.OsgiFramewo rkException: Unable to load 'c
    om.springsource.server.serviceability.tracing.aspe cts' in range '[0.0.0, ?)'.
    at com.springsource.server.osgi.framework.support.Abs tractBundleInstalle
    r.findBundleDefinition(AbstractBundleInstaller.jav a:143)
    at com.springsource.server.osgi.framework.support.Abs tractBundleInstalle
    r.installBundle(AbstractBundleInstaller.java:136)
    at com.springsource.server.osgi.framework.support.Abs tractBundleInstalle
    r.installBundle(AbstractBundleInstaller.java:117)
    at com.springsource.server.osgi.framework.support.Abs tractBundleInstalle
    r.installBundle(AbstractBundleInstaller.java:101)
    at com.springsource.server.kernel.bootstrap.KernelBoo tstrap.installBundl
    e(KernelBootstrap.java:107)
    at com.springsource.server.kernel.bootstrap.KernelBoo tstrap.start(Kernel
    Bootstrap.java:66)
    at com.springsource.server.kernel.bootstrap.Bootstrap .main(Bootstrap.jav
    a:73)


    Any idea why?
    Thanks for your help,
    Regards,
    Abdel

  2. #2
    Join Date
    Oct 2008
    Posts
    493

    Default

    That package should be exported by repository/bundles/subsystems/com.springsource.server.serviceability/com.springsource.server.serviceability.tracing.asp ects-1.0.0.RELEASE.jar. Can you please check that you have the bundle in that location?

    We have seen problems on Windows when the server's been unzipped using Windows' in-built decompression utility. If you're running on Windows this may be the problem: I'd recommend using 7Zip, or similar, instead.
    Andy Wilkinson
    SpringSource

  3. #3
    Join Date
    Oct 2008
    Posts
    4

    Default

    Hi Andy,

    Thanks for your reply. The jar you mentioned is available on my system. I used AlZip to unzip the server. Interesting observation is I got this error on my office machine. And it runs on Windows XP SP2. I just tried the same on my personal laptop running Vista and things look great. I have no problem starting and working with the dm server.

    What could be the reason which failed the server to start up on my Windows XP machine? I will do a study on monday. Lets see.

    Thanks and Regards,
    Abdel Olakara

  4. #4
    Join Date
    Oct 2008
    Posts
    493

    Default

    One possibility is that you've hit Windows' file path length limit.

    To what directory did you unzip dm Server? On Windows, we recommend unzipping to the root of a drive to avoid this problem.
    Andy Wilkinson
    SpringSource

Tags for this Thread

Posting Permissions

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