You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I built the code using ./mvnw clean install on openJDK 11 as instructed in the readme. Then started the composition.
I'm getting two services that won't run:
searching service, since gn-cloud-searching image was apparently not built by the mvnw clean install command
ogc-records service fails to start with the following error Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class. It's apparently a configuration issue, but I would have expected it to start out-of-the-box, no ?
The text was updated successfully, but these errors were encountered:
Stuck at the same point- with the searching service not working after running mvnw clean install. When I run docker-compose up it fails because it can't find the image.
Hi,
I built the code using
./mvnw clean install
on openJDK 11 as instructed in the readme. Then started the composition.I'm getting two services that won't run:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class
. It's apparently a configuration issue, but I would have expected it to start out-of-the-box, no ?The text was updated successfully, but these errors were encountered: