Results 1 to 10 of 17

Hybrid View

  1. #1
    Member
    Join Date
    Aug 2010
    Location
    Rio de Janeiro
    Posts
    6
    Hi,

    I'm trying to install Lightstreamer Server version 4.0.1 build 1513.1.3 as service on windows server 2003 standard edition. I changed LS_HOME and JAVA_HOME in the ls.bat file. I executed the Start_LS_as_Application.bat and it was fine, but when I execute the Install_LS_as_Service-NT.bat the service is instaled correct but don't start. On the event viewer I can see that the service is trying to restart and the folowing logs is printed:

    Event Type: Information
    Event Source: nssm
    Event Category: None
    Event ID: 1008
    Date: 3/11/2011
    Time: 16:34:39
    User: N/A
    Computer: SPOOLAPP0008
    Description:
    Started Install_LS_as_Service-NT.bat\..\LS.bat run for service Lightstreamer in Install_LS_as_Service-NT.bat\...

    Event Type: Information
    Event Source: nssm
    Event Category: None
    Event ID: 1023
    Date: 3/11/2011
    Time: 16:34:39
    User: N/A
    Computer: SPOOLAPP0008
    Description:
    Killing process tree of process 2636 for service Lightstreamer with exit code 1


    Event Type: Information
    Event Source: nssm
    Event Category: None
    Event ID: 1027
    Date: 3/11/2011
    Time: 16:34:39
    User: N/A
    Computer: SPOOLAPP0008
    Description:
    Killing PID 2636 in process tree of PID 2636 because service Lightstreamer is stopping.

    Event Type: Information
    Event Source: nssm
    Event Category: None
    Event ID: 1013
    Date: 3/11/2011
    Time: 16:34:39
    User: N/A
    Computer: SPOOLAPP0008
    Description:
    Program Install_LS_as_Service-NT.bat\..\LS.bat for service Lightstreamer exited with return code 1.

    Event Type: Information
    Event Source: nssm
    Event Category: None
    Event ID: 1014
    Date: 3/11/2011
    Time: 16:34:39
    User: N/A
    Computer: SPOOLAPP0008
    Description:
    Service Lightstreamer action for exit code 1 is Restart. Attempting to restart Install_LS_as_Service-NT.bat\..\LS.bat.

    Event Type: Warning
    Event Source: nssm
    Event Category: None
    Event ID: 1034
    Date: 3/11/2011
    Time: 16:34:39
    User: N/A
    Computer: SPOOLAPP0008
    Description:
    Service Lightstreamer ran for less than 1500 milliseconds. Restart will be delayed by 4000 milliseconds.

    No log is generated by Lightstreamer itself.

    Thanks,

    Leonardo

  2. #2
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    can you please check in the logs folder under the lightstreamer installation: is there any log file there? Can you see any error message inside it?

  3. #3
    Member
    Join Date
    Aug 2010
    Location
    Rio de Janeiro
    Posts
    6
    No, don't have any log.

  4. #4
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    We should check the console output of the LS.bat script when launched as a service.
    I'm not sure if Windows or nssm allow you to do it in some way.
    Anyway, you can try to setup a wrapper script that runs LS.bat and redirects the output.
    For instance, create wrapper.bat beside LS.bat, which issues
    .\LS.bat run > out.txt
    and change Install_LS_as_Service-NT.bat by replacing references to LS.bat with wrapper.bat;
    then let's see the out.txt log generated.

  5. #5
    Member
    Join Date
    Aug 2010
    Location
    Rio de Janeiro
    Posts
    6
    I did as you suggested and no log was generated. If i run the wrapper.bat the log is generated, but when instaled as service no.

  6. #6
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    There must be some restriction with Windows services that we can't guess at the moment, or something in your deployment that is different from what we expect and that we still can't see.
    But now you can remove Lightstreamer from the equation.
    Please change wrapper.bat to issuing:
    .\NOLS.bat > out.txt
    and put NOLS.bat beside LS.bat, which just does:
    echo test
    Can you confirm that when you install the service you now see out.txt while you didn't see it in the previous attempts?

  7. #7
    Member
    Join Date
    Aug 2010
    Location
    Rio de Janeiro
    Posts
    6
    I did as you suggested and no log was generated. But this time i went futher. I tried to install the service without the Install_LS_as_Service-NT.bat. I ran "mssn.exe install Lightstreamer" and in the diolog that opened I chose my wrapper.bat then started the service manualy and the Lightstreamer started successfully.

    This is the Install_LS_as_Service-NT.bat
    @echo off
    setlocal

    rem
    rem NSSM Lightstreamer NT service install script
    rem

    if "%OS%"=="Windows_NT" goto nt
    echo This script only works with NT-based versions of Windows.
    goto :end

    :nt

    echo Attention Windows Vista and Windows 7 users, this
    echo script must be run as Administrator.
    echo Once the service is installed, do not move nssm*.exe files!
    echo ...
    echo Please check the output below
    echo ...

    rem Remove the service
    if "%PROCESSOR_ARCHITECTURE%" == "AMD64" goto amd64nssm
    goto x86nssm

    :x86nssm
    %0\..\nssm.exe install Lightstreamer %0\..\LS.bat run
    goto :startserv

    :amd64nssm
    %0\..\nssm_x64.exe install Lightstreamer %0\..\LS.bat run
    goto :startserv

    :startserv
    net start Lightstreamer

    :end
    pause

 

 

Similar Threads

  1. Upgraded to LS 4 and many POST bind_session.txt
    By Adrian Parker in forum Client SDKs
    Replies: 2
    Last Post: November 21st, 2011, 03:03 PM
  2. Installing problems
    By magnum_rg in forum General
    Replies: 5
    Last Post: August 9th, 2011, 05:52 PM
  3. Replies: 3
    Last Post: June 8th, 2011, 11:42 AM
  4. How to Get all updated fields in one attempt?
    By indrajit in forum Client SDKs
    Replies: 3
    Last Post: March 3rd, 2008, 08:59 AM
  5. Installing LS on Apache?
    By rufnex in forum General
    Replies: 1
    Last Post: August 22nd, 2007, 03:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 05:07 PM.