Kernel Settings

abpm.node.name

Description

Name/IP address of host where Adeptia Suite Kernel is running

Default Value

localhost

Possible Values

localhost/IP address/hostname

Selection Criteria

This property is populated based on the input given in the HostName field, at the time of installation. It could be localhost or IP address of the host where Adeptia Suite is running. You can also manually enter the hostname of the machine where Adeptia Suite is running. It is recommended to use the IP address here, because some of the functionality may not work properly otherwise.

 

abpm.node.port

Description

Port used by Adeptia Suite Kernel

Default Value

21000

Possible Values

Any port number which is free i.e. no other application is using that port.

Selection Criteria

This property is populated based on the input given in Kernel Configuration Port No. field at the time of installation. You can set this field to any free port.

 

abpm.node.rmiSocketPort

Description

Cluster Node RMI socket Port

Default Value

1098

Possible Values

Any positive integer

Comments

To activate this property after any change, you need to Restart Server.

abpm.node.alias

Description

Cluster Node Alias, it must be unique for each node in cluster

Default Value

NA

Possible Values

Any positive integer

Comments

To activate this property after any change, you need to Restart Server.

abpm.repository.address

 

Description

Address of the repository used by Adeptia Suite

Default Value

localhost://indigo.core:service=repository

Possible Values

localhost/IP Address/ Host name

Selection Criteria

This property is populated based on the input given in Kernel Configuration Port No. field. You can also change it manually after the installation.

 

abpm.kernelout.file.location

Description

Specifies the location, where the Kernel application log file is stored

Default Value

logs/applicationlogs

Possible Values

Any absolute path or Relative path where you want to store the Kernel application file

Selection Criteria

By default, the Kernel application log files are stored in the /ServerKernel/logs/applicationlogs folder. You can define any absolute path or any relative path where you want to store the application log files.
For Example:
C:\AdeptiaLogs
The path shall be relative to ServerKernel folder.
For Example:
To store the log files within /ServerKernel/AdeptiaLogs folder, you can define the path as :
./AdeptiaLogs

Do not specify the file name in the value of this property. By default, the file name is KernelApplication.log.

 

abpm.kernelout.file.maxSize

Description

Specifies the maximum size of the Kernel Application log files

Default Value

20

Possible Values

Any positive integer

Comments

This property specifies the maximum size of the Kernel Application log file in MBs. Once the log file reaches the specified maximum size, it is renamed to KernelApplication-[Date].log. Where Date specifies the current date in yyyy-MM-dd hh-mm-ss format.