Skip to content

Process 'MSFragger' finished, exit code: 1 #350

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

Closed
ppppippo opened this issue Apr 9, 2021 · 3 comments
Closed

Process 'MSFragger' finished, exit code: 1 #350

ppppippo opened this issue Apr 9, 2021 · 3 comments

Comments

@ppppippo
Copy link

ppppippo commented Apr 9, 2021

Dear Fragpipe team,

I am new to Fragpipe and got the following error code:

java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.simontuffs.onejar.Boot.run(Boot.java:340)
at com.simontuffs.onejar.Boot.main(Boot.java:166)
Caused by: java.util.concurrent.ExecutionException: java.lang.NegativeArraySizeException: -483930968
at java.base/java.util.concurrent.FutureTask.report(Unknown Source)
at java.base/java.util.concurrent.FutureTask.get(Unknown Source)
at edu.umich.andykong.msfragger.I.a(Unknown Source)
at edu.umich.andykong.msfragger.G.a(Unknown Source)
at edu.umich.andykong.msfragger.m.a(Unknown Source)
at edu.umich.andykong.msfragger.z.(Unknown Source)
at edu.umich.andykong.msfragger.MSFragger.b(Unknown Source)
at edu.umich.andykong.msfragger.MSFragger.main(Unknown Source)
... 6 more
Caused by: java.lang.NegativeArraySizeException: -483930968
at edu.umich.andykong.msfragger.I.a(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Process 'MSFragger' finished, exit code: 1
Process returned non-zero exit code, stopping

I attached the log file from my search. Could you please advise?

Thank you very much for your support.

log_2021-04-09_17-26-24.txt

@fcyu
Copy link
Member

fcyu commented Apr 9, 2021

Could you send your log again? The link you attached is dead.

Best,

Fengchao

@ppppippo
Copy link
Author

ppppippo commented Apr 9, 2021

log_2021-04-09_17-26-24.txt

Please see attached. I got this error when max occurrences of variable modifications were set to 3. I tried to set max occurrences to 2 and it worked fine.

@fcyu
Copy link
Member

fcyu commented Apr 9, 2021

I reproduced your error. It is due to an overflow when there are many modifications on the same amino acid ("C" in your case). As you already figured out, reducing the max occurrences can avoid this error. The fix will be available in the next release.

Best,

Fengchao

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