LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only

Error shutting down the lae server

  • 1.  Error shutting down the lae server

    Employee
    Posted 05-16-2017 06:01

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Narenso

    We have tried the below steps to stop the jetty server, database and then lae server.
    We are able to stop the jetty server and database but we are not able to shutdown the lae server.
    Steps:
    1. Stop the Jetty server with the following command:
    <installation-dir>/bin/stopLavastormJettyServer &
    2. Stop the H2 database with the following command:
    <installation-dir>/bin/stopDatabase &
    3. Stop the LAE Server with the following command:
    <installation-dir>/bin/shutdownServer

    We are getting the below error:
    IOException thrown while attempting to connect to 127.0.0.1:7721
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(Abstrac tPlainSocketImpl.java:339)
    at java.net.AbstractPlainSocketImpl.connectToAddress( AbstractPlainSocketImpl.java:200)
    at java.net.AbstractPlainSocketImpl.connect(AbstractP lainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:392)
    at java.net.Socket.connect(Socket.java:579)
    at com.lavastorm.brain.server.Shutdown$ShutdownSocket .connect(Shutdown.java:109)
    at com.lavastorm.brain.server.Shutdown.shutdownServer (Shutdown.java:360)
    at com.lavastorm.brain.server.Shutdown.main(Shutdown. java:461)
    Error shutting down the server.

    Please help us on this. This error is showing for both 5.1 and 6.1.4 versions when we tried to shutdown the server.
    Thanks in advance