mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #194] Client endpoint configuration '*' was not found in 0 endpoints. #173
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maresb on GitHub (Feb 28, 2017).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/194
I can't seem to get nbfc running properly. I install
mono-completefromhttp://download.mono-project.com/repo/debian wheezy main. Then I downloadhttps://github.com/hirschmann/nbfc/archive/1.5.0.tar.gzand runbuild.sh. This compiles files tonbfc-1.5.0/Core/X/bin/Release/. I'm trying to follow the instructions inhttps://github.com/hirschmann/nbfc/wiki/First-steps, but there is noLinux/bin/ReleaseLinux/, onlyLinux/. I tried copying the contents of the variousnbfc-1.5.0/Core/X/bin/Release/to/opt/nbfc/and I can start the service withservice nbfc startbut/opt/nbfc/start-nbfcservice.shfails silently. Whenever I run/opt/nbfc/nbfc.exe XwhereXisstartstoporconfig, I get the errorI don't know what this means, and I suspect nbfc is not properly installed. Any suggestions? Thanks!!!
@maresb commented on GitHub (Feb 28, 2017):
I resolved the problem by cloning the repository instead of downloading the .tar.gz.
@hirschmann commented on GitHub (Mar 2, 2017):
Sounds like the application configuration files are missing (.exe.config).
Anyway, since you've resolved this on your own, I'm closing this.
@maresb commented on GitHub (Mar 2, 2017):
The archive https://github.com/hirschmann/nbfc/archive/1.5.0.tar.gz has a structure which is inconsistent with the documentation. Particularly, there is no ReleaseLinux directory. It seems to me like either deleting or recreating the archive would be helpful. (As far as I can tell, I followed instructions correctly and ended up with something which didn't work.)
@hirschmann commented on GitHub (Mar 2, 2017):
I can't delete the archive. Github automatically generates it for every release.
The
ReleaseLinuxdirectory is only available if the build succeeded, so maybe something went wrong during the build.@maresb commented on GitHub (Mar 2, 2017):
Ah, I see. I was following your build instructions which say
"If you aren't familiar with git you can download the latest revision of the source code as .zip file on github." Out of laziness I downloaded the archive assuming it would work, but it didn't. Let me know if there's anything I can do to help. Thanks for all your hard work!!!
@hirschmann commented on GitHub (Mar 2, 2017):
Well, if you download the latest sources (master) it should build just fine. The problem is: I broke the linux build configuration with 1.4.5 beta and fixed it only after 1.5 (see #157).
I somehow forgot about this - my bad :/
@maresb commented on GitHub (Mar 2, 2017):
Sorry, now I see specifically where I got it from. I wanted the latest stable release, so I went to
https://github.com/hirschmann/nbfc/releasesand downloaded the file in question. I just verified that the file currently listed there doesn't work. Hope that helps!