This version works well in Arm-based AWS Graviton2 processors (e.g. r6g): Corretto-8.302.08.1 (build 25.302-b08) 4/2/2022: tested newer version e.g. “Corretto-8.322.06.3 (build 25.322-b06)” but for some reason our dbserver will not accept client connection – JBoss remoting socket timeout error. Same error with web apps – read timed out for some unknown reason? To install v302 ..
Author : kbAdmin
Admin App – inTennis – https://gonative.io/manage/zv92t595t6c1gh5mjvvq506yyw Admin App – ClassMaestro – https://gonative.io/manage/txqv7vjac6nmwf33cmj19t0kmc Customer App – TennisDemo3 – https://gonative.io/app/vn7pk2m2wh168e83jpyuf63q9w Customer App – NetSports – https://gonative.io/app/tvtzzfw4d21a5gx751p3hag2mr Customer App – SWTC – https://gonative.io/app/mru12rmx6wm5p5xvawuym4eua8/manage Customer App – Play Padel (not yet published) – https://gonative.io/app/yjk8ttdxvcu38kvnnt9jhx03dr Customer App – QTC – https://gonative.io/app/dhth0t9mfvbg3b5qm1m4x6mrac Customer App – Voyager Tennis (not yet published) – ..
Windows Setup Install the Windows Driver which will add the printer “SLK-TS400” to Windows. Plugin USB connection. A restart of Windows may be required. On inTennis docket printer setting, use “Printer Driver” option, select “SLK-TS400” printer. Test print. It will paper-cut automatically. Mac Setup Download the Mac Driver (lktseries_bin.tar). Extract files, go to “lktseries_bin” directory, ..
When SQL has issue we get this from Hibernate: org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update The problem is that this error is not very helpful. It doesn’t tell us what SQL statement is causing the problem. The solution is to add the following system properties: This would prevent Hibernate from BATCHING and therefore tell ..
Add the following in “/etc/nginx/nginx.conf”: location /nginx_status { # Turn on stats stub_status on; access_log off; # only allow access from 192.168.1.5 # Replace with my IP address allow 192.168.1.5; deny all; } Restart Nginx and now you can visit the status page: http://nginx_server_url/nginx_status It will display something like this: Active connections: 7 server accepts ..
Docker host can build up images over time thus taking more and more disk spaces. Regularly perform “pruning” e.g. >docker image prune -a (for removing dangling and ununse..
From https://stackoverflow.com/questions/12774709/mysql-very-slow-for-alter-table-query MySQL’s ALTER TABLE performance can become a problem with very large tables. MySQL performs most alterations by making an empty table with the desired new structure, inserting all the data from the old table into the new one, and deleting the old table. This can take a very long time, especially if you’re ..
By UptimeRobot http://status.sportlogic.net.au ~OR~ https://stats.uptimerobot.com/..
YouTube stripe-jav..
API document: https://messagemedia.github.io/docu..