Skip to main content
Participant
February 8, 2012
Question

trouble with apache derby embedded datasource

  • February 8, 2012
  • 1 reply
  • 1423 views

I'm trying to create an Apache Derby Embedded data source on a Mac. I'm actually trying to install the database provided with the Adobe ColdFusion 9 Getting Started book. I have the datasource in the db folder, but I continue to receive this error:

Connection verification failed for data source: ows

org.apache.derby.impl.jdbc.EmbedSQLException: Database '/Applications/ColdFusion9/db/ows/' not found.

The root cause was that: java.sql.SQLException: Database '/Applications/ColdFusion9/db/ows/' not found.

Does the datasource go into another folder than db on Mac? Thanks for any help.

This topic has been closed for replies.

1 reply

Participant
February 11, 2012

Problem solved!

Inspiring
February 12, 2012

Glad you solved it. You should post the solution for the next guy ;-)