Situation:
We are receiving the following error when trying to connect to our database
Solution:
Add the necessary JVM argument to the Kernel and Webrunner parameters
1)Stop the Adeptia Services
2) Open the launcher.properties file (/ServerKernel/etc)
3) Add the"-Duser.timezone=<timezonevalue>" to the Kernel and Webrunner parameters. Replace <timezonevalue> with the timezone needed, for example -Duser.timezone="Indian/Antananarivo"
#Kernel JVM parameters
KN:JVM: -Xms512M -Xmx1024M -Xrs -XX:PermSize=64M -XX:MaxPermSize=128M -Duser.timezone="Indian/Antananarivo"
#Webrunner JVM parameters
WB:JVM: -Xms128M -Xmx512M -Xrs -XX:PermSize=64M -XX:MaxPermSize=256M -Duser.timezone="Indian/Antananarivo"
4) Save the launcher.properties file
5) Restart the Adeptia Services
Comments
0 comments
Article is closed for comments.