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

LOG message goes to standard error #31

Open
jielab opened this issue May 23, 2017 · 7 comments
Open

LOG message goes to standard error #31

jielab opened this issue May 23, 2017 · 7 comments

Comments

@jielab
Copy link

jielab commented May 23, 2017

Hi, Xiaowei:

When i use "bsub -o my.LOG -e my.ERR" to run RVTESTS, i found that the log message goes to the my.ERR file instead of the my.LOG file. Usually, I check whether my.ERR file is empty to determine if there is anything wrong. Now, i have no easy way to determine if my RVTESTS jobs finished successfully, when I run hundreds of jobs. So, can you please make the standard log message goes to the "-o" file?

Also, i mentioned this previously a couple of times. The log file always shows the following two lines:
connect() error: Operation timed out
Retrieve remote version failed, use '--noweb' to skip
However, RVTESTS does not have an "--noweb" option. I think RVTESTS is still using PLINK and this message is generated by PLINK. If so, can users have a way to specify PLINK2 to be used instead?

Thanks!

Jie

@zhanxw
Copy link
Owner

zhanxw commented May 23, 2017 via email

@zhanxw
Copy link
Owner

zhanxw commented May 24, 2017

Hi Jie,

For the "--noweb" option, I checked rvtests in a machine without Internet access.

When there was not "--noweb" option, I can see the message: "connect() error: Operation timed out";
When I added "--noweb" option, I did not see that message anymore.

In your cluster, do you see this message every time?
Can you please describe more about your network environment?
I am puzzled right now.

@jielab
Copy link
Author

jielab commented May 25, 2017

Hi, Xiaowei:

As long as the error message goes away with the "--noweb" option, I am fine with it. Our network environment is very strict, within a government firewall. That is all I could say.

For your suggestion to check return code. Can you please give some details so that I can always check it to make sure that RVTESTS finished successfully? Is such a return code in my.ERR file? For now, i only see log message such as "Analysis took 1100 seconds", at the end.

Best regards,
Jie

@zhanxw
Copy link
Owner

zhanxw commented Jun 9, 2017

In the coming new version, RVTESTS will print "RVTESTS successfully exit" at the end. You will then be able to tell RVTESTS finished successfully from the last line of my.LOG file. Will that work?

How about the --noweb option? Does it solve your problem?

@jielab
Copy link
Author

jielab commented Jun 11, 2017 via email

@zhanxw
Copy link
Owner

zhanxw commented Jun 13, 2017

@jiehuang001 the interim release version is here: http://zhanxw.com/rvtests/experimental/rvtests-20170613-01e018-linux64-static.tar.gz

It prints “RVTESTS finished successfully” at the end of the stdout.

I am working on the AF problem now. It's hard to understand that without some examples though.

@zhanxw
Copy link
Owner

zhanxw commented Oct 10, 2017

Now I have changed the default frequency calculation method in this version (https://github.com/zhanxw/rvtests/releases/tag/v2.0.6). The AF should be positive all the time now. Thanks.

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

No branches or pull requests

2 participants