Hi,
I've been trying to install Continua for the last two days. I've finally reached the stage where I have the ContinuaCI Application Service and the ContinuaCI SSH Server running and a full installation of postgreSQL is present. I've created a database in postgreSQL owned by user "continua" called "ContinuaCI".
When I try to access ContinuaCI via localhost:8101 (which is the port where I'm running the website), I get the following log message:
------
The Continua Server Service is starting up...12:35 PM : Starting
12:35 PM : Creating Application Setup.
12:35 PM : Creating Application instance.
12:35 PM : Starting
12:35 PM : Setting up Loggers
12:35 PM : Migrating Database
12:35 PM : Could not initialise database: Unable to resolve any connectionstring using parameters "/connection" and "/configPath" Check the eventlog for more info.
12:35 PM : Starting Application instance.
------
In the event log, I have the following:
Event Type: Error
Event Source: Continua
Event Category: None
Event ID: 0
Date: 22/08/2012
Time: 12:35:17 PM
User: N/A
Computer: WINDSORDEV
Description:
Could not initialise database:
FluentMigrator.Runner.Initialization.UndeterminableConnectionException: Unable to resolve any connectionstring using parameters "/connection" and "/configPath"
at FluentMigrator.Runner.Initialization.ConnectionStringManager.OutputResults()
at FluentMigrator.Runner.Initialization.ConnectionStringManager.LoadConnectionString()
at FluentMigrator.Runner.Initialization.TaskExecutor.InitializeProcessor(String assemblyLocation)
at FluentMigrator.Runner.Initialization.TaskExecutor.Initialize()
at FluentMigrator.Runner.Initialization.TaskExecutor.Execute()
at Continua.Migrations.Runner.Execute(String database, String connectionString, String fileName)
at Continua.Server.Service.Migrator.Begin()
Exiting...
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
------
Could you suggest what I need to do to fix this problem?
Many thanks,
James