chriseldredge / Klondike

Ember front-end that builds on NuGet.Lucene for private package hosting
Apache License 2.0
299 stars 73 forks source link

SelfHost on Windows x64 ? #169

Open WernerMairl opened 8 years ago

WernerMairl commented 8 years ago

Hi I'm using the selfhost exe and i have it up and running on multiple x86 machines without problems.

If i'm using a x64 Machine it seems to be running (Console and Log File shows that is running) But browsers are returning the Code 500 (Internal Server error) No idea why... No error entry on the server side

Windows Firewall temporary OFF (all 3 profiles) Any idea, any known issue ? I see that the selfhost is starting as x86 and not as x64 Process... not sure about the impact....

Thanks Werner

bencollinsuk commented 8 years ago

+1

pdfforge commented 8 years ago

I am not really deep into the source, but did you look into the log? it should be in bin/Logs/Klondike.log or App_Data\Logs\Klondike.log (depending on your config).

As a note: We are currently using Klondike 2.0.0.143 on a Windows 7 x64 machine without problems. So your problem is either not related to the architecture on all versions or was introduced (or fixed) in another version.