Hi
my PiApport server stopped working suddenly and it gives this error message
"The Picapport server is currently not available. Fotos stored localy can be viewed."
so I ran the troubleshooting tool from the PicApport software and I found these error detals
"ERROR@ 10:28:56.676 Exception Error PhotoCrawler.DirectoryConsumer.run: com.orientechnologies.common.concur.lock.OLockException: No more resources available in pool (max=100). Requested resource: null"
doing some research it seems this is a programming error / bug when database.close() is not used / not executed
see full conversation here
as a solution one can extend the max pool but I do not know how to put this parameter in PicApport or what is the parameter argument should be
I tried to put this -Dnetwork.maxConcurrentSessions=5000 in the .ini file but it did not work
any suggestions are welcome