Hi,
I’m having trouble with a simple configuration on MacOSX 10.9 using the 3.0.0 MacOSX binary.
I am using:
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH MONO_GC_DEBUG=clear-at-gc ./clusternode --run-projections=all --ext-ip=10.0.10.2 --http-prefixes=“http://*:2113” $@
but I keep getting:
[32642,01,16:29:12.750] Quorum size set to 1
[32642,01,16:29:12.759] Plugins path: plugins
[32642,01,16:29:12.816]
INSTANCE ID: e20859a6-30b9-44e1-9bb2-a2d640f4dbe0
DATABASE: /var/folders/2z/rs0hnwfx35n8s9w3_3z7wh5m0000gn/T/EventStore/2014-10-13_16.29.11.212999-Node2113
WRITER CHECKPOINT: 0 (0x0)
CHASER CHECKPOINT: 0 (0x0)
EPOCH CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
TRUNCATE CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
[32642,01,16:29:13.149] MessageHierarchy initialization took 00:00:00.2674426.
[32642,01,16:29:16.913] CACHED TFChunk #0-0 (chunk-000000.000000) in 00:00:00.0743733.
System.ArgumentException: No path specified.
at System.Net.ListenerPrefix.CheckUri (System.String uri) [0x00000] in :0
at System.Net.HttpListenerPrefixCollection.Add (System.String uriPrefix) [0x00000] in :0
at EventStore.Transport.Http.Server.HttpAsyncServer.CreateListener (IEnumerable1 prefixes) [0x00000] in <filename unknown>:0 at EventStore.Transport.Http.Server.HttpAsyncServer..ctor (System.String[] prefixes) [0x00000] in <filename unknown>:0 at EventStore.Core.Services.Transport.Http.HttpService..ctor (ServiceAccessibility accessibility, IPublisher inputBus, IUriRouter uriRouter, EventStore.Core.Bus.MultiQueuedHandler multiQueuedHandler, System.String[] prefixes) [0x00000] in <filename unknown>:0 at EventStore.Core.ClusterVNode..ctor (EventStore.Core.TransactionLog.Chunks.TFChunkDb db, EventStore.Core.Cluster.Settings.ClusterVNodeSettings vNodeSettings, IGossipSeedSource gossipSeedSource, EventStore.Core.ISubsystem[] subsystems) [0x00000] in <filename unknown>:0 at EventStore.ClusterNode.Program.Create (EventStore.ClusterNode.ClusterNodeOptions opts) [0x00000] in <filename unknown>:0 at EventStore.Core.ProgramBase
1[EventStore.ClusterNode.ClusterNodeOptions].Run (System.String[] args) [0x00000] in :0
Exiting with exit code: 1.
Exit reason: No path specified.
[32642,01,16:29:17.042] Unhandled exception while starting application:
No path specified.
No path specified.
[32642,01,16:29:17.100] Exiting with exit code: 1.
Exit reason: No path specified.
What path does it want specified?
I can access Web admin fine from 10.0.10.2 when I don’t have the --http-prefixes="http://:2113" or --http-prefixes=http://:2113
Thanks,
Ashley.