Install / setup issues

A few exceptions are thrown during installation, install log attached.

Environment: Non-production
Octopus Deploy Server with external database server.
Octopus build: Octopus.2.5.9.555-x64
RavenDB build: RavenDB-Build-2935

Command run:
portqry -n ewnpoctodb02 -p tcp -o 10931 -l portqry.log
Local computer name:
Querying target system called: <db_server_name>
Attempting to resolve name to IP address…
Name resolved to <db_server_IP>
querying…TCP port 10931 (unknown service): LISTENING

Something to note on the external RavenDB… when I browse to the studio it just shows a blank page… silverlight is install and working from within the browser.

2014-10-15 08:49:50.0136 FATAL IndexCompilationException: Exception has been thrown by the target of an invocation., IndexDefinitionProperty=‘’, ProblematicText=‘’ at Raven.Client.Connection.HttpJsonRequest.HandleErrors(WebException e) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Connection\HttpJsonRequest.cs:line 523
at Raven.Client.Connection.HttpJsonRequest.ReadJsonInternal(Func1 getResponse) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Connection\HttpJsonRequest.cs:line 355 at Raven.Client.Connection.HttpJsonRequest.ReadResponseJson() in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Connection\HttpJsonRequest.cs:line 239 at Raven.Client.Connection.ServerClient.DirectPutIndex(String name, OperationMetadata operationMetadata, Boolean overwrite, IndexDefinition definition) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Connection\ServerClient.cs:line 1001 at Raven.Client.Connection.ServerClient.<>c__DisplayClass5e.<PutIndex>b__5d(OperationMetadata u) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Connection\ServerClient.cs:line 927 at Raven.Client.Connection.ReplicationInformer.TryOperation[T](Func2 operation, OperationMetadata operationMetadata, OperationMetadata primaryOperationMetadata, Boolean avoidThrowing, T& result, Boolean& wasTimeout) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Connection\ReplicationInformer.cs:line 516
at Raven.Client.Connection.ReplicationInformer.ExecuteWithReplication[T](String method, String primaryUrl, OperationCredentials primaryCredentials, Int32 currentRequest, Int32 currentReadStripingBase, Func2 operation) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Connection\ReplicationInformer.cs:line 461 at Raven.Client.Connection.ServerClient.ExecuteWithReplication[T](String method, Func2 operation) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Connection\ServerClient.cs:line 179
at Raven.Client.Indexes.AbstractIndexCreationTask.Execute(IDatabaseCommands databaseCommands, DocumentConvention documentConvention) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Indexes\AbstractIndexCreationTask.cs:line 202
at Raven.Client.Indexes.IndexCreation.CreateIndexes(ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore) in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Indexes\IndexCreation.cs:line 59
at Octopus.Server.Storage.StorageEngine.InitializeStore() in y:\work\refs\heads\master\source\Octopus.Server\Storage\StorageEngine.cs:line 163
at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue()
at Octopus.Server.Storage.StorageEngine.Start() in y:\work\refs\heads\master\source\Octopus.Server\Storage\StorageEngine.cs:line 44
at Octopus.Server.Commands.AdminCommand.Start() in y:\work\refs\heads\master\source\Octopus.Server\Commands\AdminCommand.cs:line 72
at Octopus.Shared.Startup.AbstractCommand.Octopus.Shared.Startup.ICommand.Start(String commandLineArguments, ICommandRuntime commandRuntime, OptionSet commonOptions) in y:\work\refs\heads\master\source\Octopus.Shared\Startup\AbstractCommand.cs:line 55
at Octopus.Shared.Startup.ConsoleHost.Run(Action`1 start, Action shutdown) in y:\work\refs\heads\master\source\Octopus.Shared\Startup\ConsoleHost.cs:line 36

Hi Lark,

It looks like something may have gone wrong with your RavenDB install as you’re unable to access the Raven Studio at all. When you installed it, did you specify the port that RavenDB should be using? It, by default, uses port 8080 (not 10931).

Thank you,
Henrik Andersson