I am running a CF instance using commandBox (box s...
# box-products
j
I am running a CF instance using commandBox (box server start cfengine=adobe@2023.0.3+330486) When I try to add a Derby database as a datasource I get this error
Connection verification failed for data source: CFTrainingDSN
java.sql.SQLException: Timed out trying to establish connection.
Is there a jar file that I need or something, thanks!
j
“Time out” usually means your connection information is incorrect - or the attempt to connect is being firewalled
b
I thought Derby is an in-memory database, so I'm curious exactly what socket connection is even being made here.
j
I used
box cfpm install derby
, to install Derby, and I just tried to install the datasource using a different version of the database, but I get the same error.
b
Is there a full stack trace of the error?
j
No, just the generic error, see attached image
b
@johnbarrett You need to turn on robust exception messages.
Your settings are preventing the full stack from showing up!
j
I got it, here's the full stack trace in a pdf file
@bdw429s thanks so much for all your help, I really appreciate it very much!