Resource Menu


posted by Sebastien Jourdain at Aug 30, 2007 9:42 AM
Quote
First of all the double continue is not good.
  • It means that the installeur didn't manage to connect to the database regarding the information you gave.
The second error is relative to the database too.
  • Are you sure that your database postgres 8.x is running ?
  • Did you create a database for LibreSource ?
And for the path error, in the setting even if you work on windows, it's better to use / otherwise you will need to double the back-slash.
posted by twteska at Aug 29, 2007 10:53 PM
Quote
I am trying to install this on a Windows 2003 server. DUring installation the only indication that there might be something wrong is that I have to click <Yes> twice to a "Continue?" window during the installation.

After installation when I run the start.bat it fails with the following message: java.io.FileNotFoundException: Cannot find properties for C:\LibreSource\JONAS_4_7_6\\conf\mapper.properties

There is no mapper.properties file in the conf folder. Should there be? What should be in it? Does the double slash matter? Thank you for any help.