Dan2552 / snofyre

Automatically exported from code.google.com/p/snofyre
0 stars 0 forks source link

installation issue on linux machines #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. attempt to install snofre with the Snofyre-installer.jar
2. installer stalls on step 15 of 16 - where the database connection is 
verified. logging info shows:

Sep 8, 2011 10:22:58 PM
uk.nhs.cfh.dsp.srth.distribution.DBConnectionVerifier verifyConnection
WARNING: Error creating connection. Nested exception is : SELECT
command denied to user 'snofyre'@'localhost' for table 'CONCEPT'
Sep 8, 2011 10:22:58 PM
uk.nhs.cfh.dsp.srth.distribution.JDBCConnectionValidator validateData
INFO: installPath = /home/matt/Applications/Snofyre
Sep 8, 2011 10:22:58 PM
uk.nhs.cfh.dsp.srth.distribution.JDBCConnectionValidator validateData
INFO: varMap = {sappheiros.db.password=[mypassword],
sappheiros.db.schema.name=fakedata2,
sappheiros.db.host.name=localhost, sappheiros.db.port.number=3306,
sappheiros.db.user.name=snofyre} 

What is the expected output? What do you see instead?

Have checked connections in mysql workbench where everything seems fine.  My 
guess is a case sensitivity issue in the installer that may not have been 
picked up on windows.

Version Information:
 -- Snofyre version      : 1.8
 -- Operating System        : Ubuntu 10.04
 -- MySQL Server version  : 5.1

Please provide any additional information below. Also attach the log file
where appropriate. It is located in INSTALLATION_FOLDER/Snofyre/bin/logs

Original issue reported on code.google.com by mattsout...@gmail.com on 9 Sep 2011 at 11:40