--
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
See clusternode and how it sets it up.
On Wednesday, May 6, 2015, Kasey Speakman <kjspe...@gmail.com> wrote:
I searched through the group here and tried various steps, but to no avail.--From a console app, starting ES embedded. Also starting OWIN/Nancy. Running as admin. Firewall off. Using NuGet packages, v3.0.2.ES web ui answers every HTTP request with 404. (e.g. GET http://192.168.0.120:7763/)I was able to get it to redirect and ask me for a password when I sent a request to:It asks me to authenticate, and then redirects me to:which responds with 404I tried both in-memory and using local disk.I also tried using default endpoints, same effect.What am I doing wrong?
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Running as single node.
On Wednesday, May 6, 2015 at 9:40:22 AM UTC-5, Greg Young wrote:See clusternode and how it sets it up.
On Wednesday, May 6, 2015, Kasey Speakman <kjspe...@gmail.com> wrote:
I searched through the group here and tried various steps, but to no avail.--From a console app, starting ES embedded. Also starting OWIN/Nancy. Running as admin. Firewall off. Using NuGet packages, v3.0.2.ES web ui answers every HTTP request with 404. (e.g. GET http://192.168.0.120:7763/)I was able to get it to redirect and ask me for a password when I sent a request to:It asks me to authenticate, and then redirects me to:which responds with 404I tried both in-memory and using local disk.I also tried using default endpoints, same effect.What am I doing wrong?
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Studying for the Turing test
--
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store...@googlegroups.com.
EmbeddedVNodeBuilder.AsSingleNode()
.RunOnDisk(config.EventStore.LocalDataPath)
.WithExternalTcpOn(new IPEndPoint(ipAddress, config.EventStore.ExtTcpPort))
.WithInternalTcpOn(new IPEndPoint(ipAddress, config.EventStore.IntTcpPort))
.WithExternalHttpOn(new IPEndPoint(ipAddress, config.EventStore.ExtHttpPort))
.WithInternalHttpOn(new IPEndPoint(ipAddress, config.EventStore.IntHttpPort))
//.AddHttpPrefix(sprintf "%s/" esUrl)
//.AddHttpPrefix(sprintf "http://%s:%i/" Environment.MachineName config.EventStore.ExtHttpPort)
.Build()Let me rephrase. See clusternode source
https://github.com/EventStore/EventStore/blob/dev/src/EventStore.ClusterNode/Program.cs#L152
Better?
Greg
On Wed 6 May 2015 at 17:41 Kasey Speakman <kjspe...@gmail.com> wrote:
Running as single node.
On Wednesday, May 6, 2015 at 9:40:22 AM UTC-5, Greg Young wrote:See clusternode and how it sets it up.
On Wednesday, May 6, 2015, Kasey Speakman <kjspe...@gmail.com> wrote:
I searched through the group here and tried various steps, but to no avail.--From a console app, starting ES embedded. Also starting OWIN/Nancy. Running as admin. Firewall off. Using NuGet packages, v3.0.2.ES web ui answers every HTTP request with 404. (e.g. GET http://192.168.0.120:7763/)I was able to get it to redirect and ask me for a password when I sent a request to:It asks me to authenticate, and then redirects me to:which responds with 404I tried both in-memory and using local disk.I also tried using default endpoints, same effect.What am I doing wrong?
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Studying for the Turing test
To unsubscribe from this group and stop receiving emails from it, send an email to event-store...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Studying for the Turing test
--
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Event Store" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/event-store/IQXsHm4cTl4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to event-store...@googlegroups.com.