creazione nuovo account
Booking management system for hotels, bed&breakfasts, guesthouses
Brought to you by:
labos
quando si cerca di creare un nuovo account va in crash.
errore :
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Unknown database 'locanda')
org.springframework.jdbc.datasource.DataSourceTransactionManager.doBegin(DataSourceTransactionManager.java:240)
Anonymous
Ciao,
non riesce a connettersi al database. Devi avere un server mysql in esecuzione, importare il db dal dump file locanda.sql e settare le credenziali di accesso (userID, password e host) su META-INF/context.xml.
Che sistema operativo stai utilizzando?