Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


You can start or stop Adeptia services as and when you need. Follow the steps below to stop or start services on Windows and Linux.

On Windows

You must start Kernel and WebRunner before starting Adeptia Suite application. They can be started in two ways:

  • As a service
  • From Start menu/Desktop

Starting Kernel and WebRunner as a Service

If you have installed Adeptia Suite as a service, you can start Kernel and WebRunner as a service in two ways:

  • Auto: Implies that Kernel and WebRunner will start automatically when you start the computer.
  • Manual: Implies that you have to start Kernel and WebRunner manually.
    • Go to Control Panel > Administrative Tools > Services.
    • Right-click Adeptia Kernel and then click Start.
    • Right-click Adeptia WebRunner and then click Start.

Starting Kernel and WebRunner from Start Menu/Desktop

  • Start Menu: Go to Start > Programs > Adeptia Suite and select the service.
  • Desktop: Double-click Adeptia Kernel and Adeptia WebRunner shortcut from the desktop.

This action will display the service console window.
To stop any of the services, go to the service console window, and press Ctrl+ C. If you close Kernel and WebRunner console by clicking the cross button, the Java Virtual Machine (JVM) used by Adeptia Suite may not shut down properly.

On Linux

Perform the following steps to start Kernel and WebRunner:

  1. Open Terminal.
  2. Go to the directory where Adeptia Suite is installed.
  3. Type ./startup.sh to start.


To stop the services, type ./stop.sh.

To ensure that Adeptia Suite Kernel and WebRunner are started successfully, go to the directory .../<AdeptiaSuiteInstallFolder>/AdeptiaServer/ServerKernel/logs/applicationlogs and type the command

cat KernelApplication.log
and
cat WebrunnerApplication.log

These commands will display the details of the KernelApplication.log and WebrunnerApplication.log files respectively. Ensure that these files contain the message that "Kernel has started successfully" and "WebRunner has started successfully".
When you execute ./startup.sh to start Kernel and WebRunner, Adeptia Suite generates a config.log file in the .../<AdeptiaSuiteInstallFolder>/AdeptiaServer/ServerKernel folder. This file contains information that will help in troubleshooting, email this file to Adeptia Technical Support.


  • No labels