-
Notifications
You must be signed in to change notification settings - Fork 34
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
v0.8.10 fails to complete launch on Windows 10 - C:\usr\data not found #217
Comments
same issue. For windows, it should probably create and use a dir in %localappdata% 2021-04-05 10:42:34.584 WARN 1612 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: null Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.GenericJDBCException: Unable to open JDBC Connection for DDL execution |
any update on this? i'd love to have the data stored alongside the exe (jar) or at least have it configurable via the yaml or some such. course as they say, want in one hand n all but figured id at least try to draw a little attention :) |
Describe the bug
v0.8.10 fails to complete launch on Windows 10 without manual creation of a directory path (C:\usr\data).
To Reproduce
Call startOnWindows.bat via Command Prompt.
Desktop (please complete the following information):
Additional context
Easily bypassed through manual creation of directory path.
However, ideally, data should be stored within the deployment directory or a subfolder of.
No reference to needing to create the path within the Windows Wiki.
The text was updated successfully, but these errors were encountered: