Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server thread exits with an error when doing non-recursive module file listings #5

Closed
perlundq opened this issue Feb 16, 2014 · 1 comment
Assignees
Labels

Comments

@perlundq
Copy link
Owner

$ java -ea -Dumask=0002 -XX:+UseConcMarkSweepGC -XX:+AggressiveOpts -jar /home/perl/projects/yajsync/build/jar/yajsyncd.jar -vv --config=/home/perl/yajsyncd.conf --port=14415 &
$ java -ea -Dumask=0002 -XX:+UseConcMarkSweepGC -XX:+AggressiveOpts -jar build/jar/yajsync.jar --port=14415 localhost:: &>/dev/null
Feb 17, 2014 12:12:01 AM com.github.perlundq.yajsync.session.RsyncServerSession startSession
FINE: Got connection from /127.0.0.1:49296
Feb 17, 2014 12:12:01 AM com.github.perlundq.yajsync.session.ServerSessionConfig handshake
FINE: sending module listing and exiting
Feb 17, 2014 12:12:01 AM com.github.perlundq.yajsync.ui.YajSyncServer$8 call
FINE: Thread exit status: ERROR

@perlundq perlundq self-assigned this Feb 16, 2014
@perlundq perlundq added the bug label Feb 16, 2014
perlundq added a commit that referenced this issue Feb 16, 2014
…sive file listings

#5
- fix issue where server exits with an error if doing a non-recursive
  file listing.
- fix issue where we would not exit with an error for non-existing
  modules.
@perlundq
Copy link
Owner Author

fixed in ec4fd69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant