Skip to main content
Version: 3

Kernel settings

abpm.node.name​

DescriptionName/IP address of host where Adeptia Connect Kernel is running
Default Valuelocalhost
Possible Valueslocalhost/IP address/hostname
Selection CriteriaThis 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 Connect is running. You can also manually enter the hostname of the machine where Adeptia Connect is running. It is recommended to use the IP address here, because some of the functionality may not work properly otherwise.

abpm.node.port​

DescriptionPort used by Adeptia Connect Kernel
Default Value21000
Possible ValuesAny port number which is free i.e. no other application is using that port.
Selection CriteriaThis 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​

DescriptionCluster Node RMI socket Port
Default Value1098
Possible ValuesAny positive integer
CommentsTo activate this property after any change, you need to Restart Server.

abpm.node.alias​

DescriptionCluster Node Alias, it must be unique for each node in cluster
Default ValueNA
Possible ValuesAny positive integer
CommentsTo activate this property after any change, you need to Restart Server.

abpm.repository.address​

DescriptionAddress of the repository used by Adeptia Connect
Default Valuelocalhost://indigo.core:service=repository
Possible Valueslocalhost/IP Address/ Host name
Selection CriteriaThis 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​

DescriptionSpecifies the location, where the Kernel application log file is stored
Default Valuelogs/applicationlogs
Possible ValuesAny absolute path or Relative path where you want to store the Kernel application file
Selection CriteriaBy 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​

DescriptionSpecifies the maximum size of the Kernel Application log files
Default Value20
Possible ValuesAny positive integer
CommentsThis 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.