-
Notifications
You must be signed in to change notification settings - Fork 3
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
Installation problem #6
Comments
Hi Ulrika,
Looks like you have a problem with your java compiler - unfortunately this
is very system specific so you will have to work with your local IT to get
it resolved
Good luck
Mike
…On Fri, Dec 28, 2018 at 6:49 PM ChengweiUlrikaYuan ***@***.***> wrote:
Dear schatzlab,
I want to run 'refineinsertions' of crossstitch on our cluster, I have
installation problem as follows:
when I installed the package, after typing last 'make' I got
"Compiling vcf2diploid
javac -d classes VCF2diploid.java
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
make: *** [compile] Error 1"
When I tried ' ./refineinsertion.sh' I got:
"rm: cannot remove `crossstitch/src/csout_19410/*': No such file or
directory
Picked up _JAVA_OPTIONS: -XX:ParallelGCThreads=8
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine."
Could you please help me on using crossstich?
Thank you very much
Best,
Ulrika
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAL98_D8Du2k9LZer8PiSfDLBzktfN9cks5u9q3ygaJpZM4ZkT8J>
.
|
Dear Mike, thank you very much |
Dear Mike, Why this is? |
It still sounds like a java issue which are very system specific.
refine_insertions.sh is just a simple shell script, so you may need to
adjust the settings for RAM and/or cores to match your local infrastructure
Good luck
Mike
…On Tue, Mar 5, 2019 at 6:42 AM CWYuan08 ***@***.***> wrote:
Dear Mike,
I have managed to install it on our LSF system; I have encountered new
problems when running refine insertion.sh:
it kept reporting files in the csout folder": No such file or directory"
and
"Picked up _JAVA_OPTIONS: -XX:ParallelGCThreads=8
cannot allocate memory for thread-local data: ABORT"
Why this is?
Thank you again
Ulrika
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAL98w9Q8AJ_QKglUfebsJ_M_MCgkdCqks5vTlg_gaJpZM4ZkT8J>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear schatzlab,
I want to run 'refineinsertions' of crossstitch on our cluster, I have installation problem as follows:
when I installed the package, after typing last 'make' I got
"Compiling vcf2diploid
javac -d classes VCF2diploid.java
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
make: *** [compile] Error 1"
When I tried ' ./refineinsertion.sh' I got:
"rm: cannot remove `crossstitch/src/csout_19410/*': No such file or directory
Picked up _JAVA_OPTIONS: -XX:ParallelGCThreads=8
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine."
Could you please help me on using crossstitch?
Thank you very much
Best,
Ulrika
The text was updated successfully, but these errors were encountered: