-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unexpected error : java.lang.NullPointerException: Cannot invoke "de.unijena.bioinf.ms.gui.net.ConnectionMonitor$ConnetionCheck.isConnected()" #59
Comments
Hey Charlotte, |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
{page:WordSection1;}
-->Hello Markus I removed the GUI and cleaned the \temp folders then reinstalled the latest version. And now everything seems to work fine again!! Wouhou!! Thanks a lot for your reply. Have a nice day Charlotte Sent from Mail for Windows From: Markus FleischauerSent: Wednesday, March 16, 2022 11:05 AMTo: boecker-lab/siriusCc: simmlerc; AuthorSubject: Re: [boecker-lab/sirius] Unexpected error : java.lang.NullPointerException: Cannot invoke "de.unijena.bioinf.ms.gui.net.ConnectionMonitor$ConnetionCheck.isConnected()" (Issue #59) Hey Charlotte,Have you already tried the latest release? Please let me know If the error persists with the latest release.—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: ***@***.***>
|
mfleisch
pushed a commit
that referenced
this issue
Nov 3, 2023
mfleisch
pushed a commit
that referenced
this issue
Aug 2, 2024
… 'master' Resolve "MSP parser. Support reading SMILES from comment." Closes #59 See merge request bright-giant/sirius/sirius-libs!32
mfleisch
pushed a commit
that referenced
this issue
Aug 2, 2024
…mono-repo' into 'master' Resolve "Merge sirius-libs into sirius-frontend to create a mono repo." Closes #300, #132, #126, #123, #128, #125, #127, #124, #122, #121, #120, #109, #115, #106, #99, #112, #111, #61, #110, #103, #108, #107, #104, #221, #102, #98, #198, #92, #94, #93, #85, #84, #87, #76, #56, #73, #32, #70, #65, #43, #63, #33, #53, #58, #59, #57, #54, #52, #41, #47, #50, #49, #48, #39, #46, #37, #38, #27, #34, #22, #31, #28, #18, #23, #21, #19, #9, #240, #280, #254, #242, #246, #238, #156, #25, #155, #189, #172, #154, #11, #6, #16, and #4 See merge request bright-giant/sirius/sirius-frontend!106
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Sirius Team,
SIRIUS-gui, I installed was working fine on my PC (windows 10, 64 bit), and I have the latest Java 8 version installed as well. But these last two days, on opening the SIRIUS.GUI I received this message:
Unexpected error!
java.lang.NullPointerException: Cannot invoke "de.unijena.bioinf.ms.gui.net.ConnectionMonitor$ConnetionCheck.isConnected()" because "cc" is null
at de.unijena.bioinf.ms.frontend.subtools.gui.GuiAppOptions$Flow$2.compute(GuiAppOptions.java:152)
at de.unijena.bioinf.ms.frontend.subtools.gui.GuiAppOptions$Flow$2.compute(GuiAppOptions.java:128)
at de.unijena.bioinf.jjobs.BasicJJob.call(BasicJJob.java:120)
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)
Have you ever received this type of error message before?
Thanks for your advice and help,
Regards,
Charlotte
The text was updated successfully, but these errors were encountered: