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

connection error #104

Closed
kuntuse opened this issue Feb 15, 2023 · 1 comment
Closed

connection error #104

kuntuse opened this issue Feb 15, 2023 · 1 comment
Labels
tmp-issue-fixed Attached when an issue was caused by an temporary outage that has been fixed

Comments

@kuntuse
Copy link

kuntuse commented Feb 15, 2023

Hi,
I am using CLI version 5.6.3. When i run the programe, Ifind that fingerprint dose not work.

SEVERE 16:15:13 - <13221903>[FingerprintSubToolJob-13221903 | 30511_50_types_pos_3168@321m/z] ToolChain Job failed due to: java.lang.NullPointerException: Server URL is null!

I realized that I might not be logged in. I tried to log in, but it shows Connection error. The network connection problem did not occur during the previous analysis.

Enter value for --password (Console password input.):

INFO 16:17:05 - Job manager successful initialized with 13 CPU thread(s) and 4 IO thread(s).
INFO 16:17:06 - Starting http Client with MaxPerRout=4 / maxTotal=5(Threads=13).
WARNING 16:17:10 - Could not reach secured api endpoint. Bad Response Code. Cause: Error when querying REST service. Bad Response Code: 503 | Message: Service Temporarily Unavailable | Content:

<title>503 Service Temporarily Unavailable</title>

503 Service Temporarily Unavailable


nginx

WARNING 16:17:13 - Could not load version info (unsecured api endpoint). Bad Response Code. Cause: Error when querying REST service. Bad Response Code: 503 | Message: Service Temporarily Unavailable | Content:

<title>503 Service Temporarily Unavailable</title>

503 Service Temporarily Unavailable


nginx

INFO 16:17:26 - Recoverable I/O exception (java.net.SocketException) caught when processing request to {s}->https://www.google.com:443
WARNING 16:17:37 - Connection error
java.net.SocketException: Network is unreachable
at java.base/sun.nio.ch.Net.connect0(Native Method)
at java.base/sun.nio.ch.Net.connect(Unknown Source)
at java.base/sun.nio.ch.Net.connect(Unknown Source)
at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory$1.run(SSLConnectionSocketFactory.java:219)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:216)
at org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:148)
at org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:396)
at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:158)
at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:168)
at org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:136)
at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
at org.apache.hc.client5.http.impl.classic.ExecChainElement$1.proceed(ExecChainElement.java:57)
at org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:175)
at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
at org.apache.hc.client5.http.impl.classic.ExecChainElement$1.proceed(ExecChainElement.java:57)
at org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec.execute(HttpRequestRetryExec.java:96)
at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
at org.apache.hc.client5.http.impl.classic.ExecChainElement$1.proceed(ExecChainElement.java:57)
at org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:133)
at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
at org.apache.hc.client5.http.impl.classic.ExecChainElement$1.proceed(ExecChainElement.java:57)
at org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:115)
at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
at org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:170)
at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:75)
at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:89)
at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:54)
at de.unijena.bioinf.rest.ProxyManager.checkConnectionToUrl(ProxyManager.java:373)
at de.unijena.bioinf.rest.ProxyManager.checkExternal(ProxyManager.java:350)
at de.unijena.bioinf.rest.ProxyManager.checkInternetConnection(ProxyManager.java:171)
at de.unijena.bioinf.webapi.rest.RestAPI.lambda$checkConnection$12(RestAPI.java:230)
at de.unijena.bioinf.rest.ProxyManager.consumeClient(ProxyManager.java:521)
at de.unijena.bioinf.rest.ProxyManager.consumeClient(ProxyManager.java:515)
at de.unijena.bioinf.webapi.rest.RestAPI.checkConnection(RestAPI.java:223)
at de.unijena.bioinf.ms.frontend.subtools.login.LoginOptions$LoginWorkflow.determineAndCheckActiveSubscription(LoginOptions.java:336)
at de.unijena.bioinf.ms.frontend.subtools.login.LoginOptions$LoginWorkflow.run(LoginOptions.java:224)
at de.unijena.bioinf.ms.frontend.Run.compute(Run.java:61)
at de.unijena.bioinf.ms.frontend.SiriusCLIApplication.run(SiriusCLIApplication.java:131)
at de.unijena.bioinf.ms.frontend.SiriusCLIApplication.runMain(SiriusCLIApplication.java:73)
at de.unijena.bioinf.ms.frontend.SiriusCLIApplication.main(SiriusCLIApplication.java:53)

@kuntuse
Copy link
Author

kuntuse commented Feb 15, 2023

In GUL, it shows:
image

@mfleisch mfleisch added the tmp-issue-fixed Attached when an issue was caused by an temporary outage that has been fixed label Feb 15, 2023
mfleisch pushed a commit that referenced this issue Mar 8, 2024
…not-logged-in' into 'master'

Resolve "Misleading error message for custom DB creation if not logged in"

Closes #104

See merge request bright-giant/sirius/sirius-frontend!31
mfleisch pushed a commit that referenced this issue Aug 2, 2024
…en-fingerblastjjob-and-fingerblastsearchjjob' into 'master'

Resolve "structure candidate sorting is not consistent between FingerBlastJjob and FingerblastSearchJJob if CSI score is equal"

Closes #104

See merge request bright-giant/sirius/sirius-libs!66
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
Labels
tmp-issue-fixed Attached when an issue was caused by an temporary outage that has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants