Troubleshooting

 Unable to view System Console page information

It may be due to Adeptia Suite is unable to connect with your back end database, check the back end database connection. If the issue still persist, contact your system admin.

 How to enable clustering?
  1. On the Administer tab, go to Setup > Application Settings > Update System Properties.
  2. Expand Load Management.
  3. Set the value to Yes of the abpm.cluster.enable property.
  4. Click Save.

For more information, refer to Enabling Clustering.

 How to start and resume scheduler?
  1. On the Administer tab, go to Maintenance > Scheduler.
  2. Click Resume Scheduler or Start Scheduler. These options appears, if and only if, the scheduler is paused or stopped.

For more information, refer to Managing Scheduler.

 How to handle misfired events?
  1. Go to the …/AdeptiaServer/ServerKernel/etc folder.
  2. Open quartz.properties file in Notepad.

  3. Adjust the value of the parameters - threadCount and misfireThreshold. For example:
    org.quartz.jobStore.misfireThreshold = 60000, where 60000 is the default value.
    org.quartz.threadPool.threadCount = 50

For more information, refer to handle large number of events.

 How to enable Queue Processor?
  1. On the Administer tab, go to Setup > Application Settings > Update System Properties.
  2. Expand Load Management.
  3. Set the value to Yes of the abpm.queue.processor. enable property.
  4. Click Save.

For more information, refer to Queue Processor.

 How to enable JDO cache?
  1. On the Administer tab, go to Setup > Application Settings > Update System Properties.
  2. Expand Performance Optimization > Caching > JDO.
  3. Set the value to Yes of the abpm.jdo.cache.enable property.
  4. Click Save to go back to Application Settings.
  5. Click Reload Configuration.
  6. Restart the server to implement the changes.

For more information, refer to Enabling Cache.

 How to check for database connection?

The problem may occur due to one of the following reasons:

  • Database is not accessible
  • Database is down

If you are using HSQLDB then make sure that Kernel is running.

If you are using Other database then make sure that database is accessible and in running mode.

 How to check log/archive log cleanup?
  1. Go to .../<Adeptia_Install_Folder>/AdeptiaServer/ServerKernel/logs/applicationlogs.
  2. For log cleanup, open LogsArchiveAndCleanUp.log file.
  3. For archive log cleanup, open ArchiveDataCleanUp.log file.
 Performance and Memory Issues

At times, this happens due to multiple processes involved that decrease the performance. For any type of performance issues related to CPU, RAM, Kernel, WebRunner, and more, refer to the recommended configuration settings in the Performance Tuning Guide.