When trying to use the perl client to retrieve the current submissions (perl HFCuS-client.pl --action=get_all), I get the following output:
Connecting to http://phycus.b12x.org:8080
Exception when calling DefaultApi->hfc_get: API Exception(500): Internal Server Error
{"timestamp":1523625033744,"status":500,"error":"Internal Server Error","exception":"org.springframework.transaction.CannotCreateTransactionException","message":"Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: org.hibernate.TransactionException: JDBC begin transaction failed: ","path":"/hfc"} at lib/WWW/SwaggerClient/DefaultApi.pm line 90.
When trying to use the perl client to retrieve the current submissions (
perl HFCuS-client.pl --action=get_all
), I get the following output: