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

Error HTTP 503 when trying to access samples #225

Open
jayala opened this issue Aug 12, 2023 · 0 comments
Open

Error HTTP 503 when trying to access samples #225

jayala opened this issue Aug 12, 2023 · 0 comments

Comments

@jayala
Copy link

jayala commented Aug 12, 2023

Expected Behavior

The download of samples works correctly.

Current Behavior

EGA data API is returning errors, specifically 503. For several days now.

Caused by: uk.ac.ebi.ega.egafuse.exception.ClientProtocolException: uk.ac.ebi.ega.egafuse.exception.ClientProtocolException: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.17.10</center>
</body>
</html>

	at uk.ac.ebi.ega.egafuse.service.FileChunkDownloadService.downloadChunk(FileChunkDownloadService.java:71) ~[classes!/:3.0.1-SNAPSHOT]
	at uk.ac.ebi.ega.egafuse.service.FileChunkDownloadService$$FastClassBySpringCGLIB$$8a353d48.invoke(<generated>) ~[classes!/:3.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.4.RELEASE.jar!/:5.2.4.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.4.RELEASE.jar!/:5.2.4.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.4.RELEASE.jar!/:5.2.4.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.4.RELEASE.jar!/:5.2.4.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:na]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:na]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:na]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:na]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:na]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.4.RELEASE.jar!/:5.2.4.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.4.RELEASE.jar!/:5.2.4.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.4.RELEASE.jar!/:5.2.4.RELEASE]
	at uk.ac.ebi.ega.egafuse.service.FileChunkDownloadService$$EnhancerBySpringCGLIB$$5a03fee2.downloadChunk(<generated>) ~[classes!/:3.0.1-SNAPSHOT]
	at com.github.benmanes.caffeine.cache.CacheLoader.lambda$asyncLoad$0(CacheLoader.java:104) ~[caffeine-2.8.1.jar!/:na]
	... 4 common frames omitted
2023-08-12 12:51:29.058 ERROR 118862 --- [pool-1-thread-4] u.a.e.e.e.s.FileChunkDownloadService     : status: 503
2023-08-12 12:51:29.082 ERROR 118862 --- [ool-1-thread-20] u.a.e.e.e.s.FileChunkDownloadService     : status: 503
2023-08-12 12:51:29.102 ERROR 118862 --- [ool-1-thread-18] u.a.e.e.e.s.FileChunkDownloadService     : status: 503
2023-08-12 12:51:29.104 ERROR 118862 --- [ool-1-thread-13] u.a.e.e.e.s.FileChunkDownloadService     : status: 503
2023-08-12 12:51:29.111 ERROR 118862 --- [ool-1-thread-19] u.a.e.e.e.s.FileChunkDownloadService     : status: 503
2023-08-12 12:51:29.113 ERROR 118862 --- [ool-1-thread-17] u.a.e.e.e.s.FileChunkDownloadService     : status: 503
2023-08-12 12:51:29.119 ERROR 118862 --- [pool-1-thread-6] u.a.e.e.e.s.FileChunkDownloadService     : status: 503
2023-08-12 12:51:29.128 ERROR 118862 --- [pool-1-thread-8] u.a.e.e.e.s.FileChunkDownloadService     : status: 503
2023-08-12 12:51:39.059  INFO 118862 --- [pool-1-thread-4] u.a.e.e.e.s.FileChunkDownloadService     : url = https:/ega.ebi.ac.uk:8443/v2/files/EGAF00005729892?destinationFormat=plain
2023-08-12 12:51:39.082  INFO 118862 --- [ool-1-thread-20] u.a.e.e.e.s.FileChunkDownloadService     : url = https:/ega.ebi.ac.uk:8443/v2/files/EGAF00005729892?destinationFormat=plain
2023-08-12 12:51:39.103  INFO 118862 --- [ool-1-thread-18] u.a.e.e.e.s.FileChunkDownloadService     : url = https:/ega.ebi.ac.uk:8443/v2/files/EGAF00005729892?destinationFormat=plain
2023-08-12 12:51:39.106  INFO 118862 --- [ool-1-thread-13] u.a.e.e.e.s.FileChunkDownloadService     : url = https:/ega.ebi.ac.uk:8443/v2/files/EGAF00005729892?destinationFormat=plain
2023-08-12 12:51:39.112  INFO 118862 --- [ool-1-thread-19] u.a.e.e.e.s.FileChunkDownloadService     : url = https:/ega.ebi.ac.uk:8443/v2/files/EGAF00005729892?destinationFormat=plain
2023-08-12 12:51:39.113  INFO 118862 --- [ool-1-thread-17] u.a.e.e.e.s.FileChunkDownloadService     : url = https:/ega.ebi.ac.uk:8443/v2/files/EGAF00005729892?destinationFormat=plain
2023-08-12 12:51:39.119  INFO 118862 --- [pool-1-thread-6] u.a.e.e.e.s.FileChunkDownloadService     : url = https:/ega.ebi.ac.uk:8443/v2/files/EGAF00005729892?destinationFormat=plain
2023-08-12 12:51:39.128  INFO 118862 --- [pool-1-thread-8] u.a.e.e.e.s.FileChunkDownloadService     : url = https:/ega.ebi.ac.uk:8443/v2/files/EGAF00005729892?destinationFormat=plain

Steps to Reproduce

  1. Mount EGA Fuse client
  2. Try to open a sample with samtools like samtools view -b -h /tmp/mnt/EGAD00001008640/prod/ega-box-1797/EGAR00002844680/1151210901.bam chr3:147374752-147374828

Context (Environment)

Download samples from the https://ega-archive.org/datasets/EGAD00001008640 repository for a project.

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

1 participant