-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spatial loading via GUI is broken #230
Comments
I've tested, but not in the last few releases. That stuff should all be written correctly as long as you've selected On Sun, Mar 8, 2015 at 1:07 PM, Brent Hecht [email protected]
|
Screenshot and conf file attached :) Thanks! Getting back into the swing of things here :) --- conf file --- dao.dataSource.default : psql dao.dataSource.h2.url : "jdbc:h2:"${baseDir}"/db/h2;LOG=0;CACHE_SIZE=65536;LOCK_MODE=0;UNDO_LOG=0;MAX_OPERATION_MEMORY=100000000" dao.dataSource.psql.url : "jdbc:postgresql://localhost/wikibrain_spatial" dao.dataSource.postgis.host : "localhost" |
Also, this occurs with 'h2' as the database as well. Perhaps we should force Postgres if they choose spatial? |
Good idea. Could you create a separate bug for that, and rename this one to On Sun, Mar 8, 2015 at 1:42 PM, Brent Hecht [email protected]
|
hardcoded username, some bug with password, dbname not correctly written to customized.conf, etc.
The text was updated successfully, but these errors were encountered: