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

Exception docker not catch #10

Closed
ylorenzati opened this issue Feb 3, 2017 · 4 comments
Closed

Exception docker not catch #10

ylorenzati opened this issue Feb 3, 2017 · 4 comments

Comments

@ylorenzati
Copy link
Contributor

Salut,

de temps en temps je me prend ce genre d'exception (surement la faute de centos)
Mais j'aimerais bien savoir d'ou ça vient quand même et éventuellement que les tests qui sont après tente de s’exécuter. ça serait pas mal de la catcher pour log un truc, meme si on se contente de la propager apres.

�[31mcom.vsct.dt.components.redis.cluster.RedisClusterTest *** ABORTED ***�[0m
�[31m com.github.dockerjava.api.exception.NotFoundException: linux runtime spec devices: lstat /dev/block/253:16: no such file or directory�[0m
�[31m at com.github.dockerjava.jaxrs.filter.ResponseStatusExceptionFilter.filter(ResponseStatusExceptionFilter.java:47)�[0m
�[31m at org.glassfish.jersey.client.ClientFilteringStages$ResponseFilterStage.apply(ClientFilteringStages.java:140)�[0m
�[31m at org.glassfish.jersey.client.ClientFilteringStages$ResponseFilterStage.apply(ClientFilteringStages.java:128)�[0m
�[31m at org.glassfish.jersey.process.internal.Stages.process(Stages.java:171)�[0m
�[31m at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:257)�[0m
�[31m at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:684)�[0m
�[31m at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:681)�[0m
�[31m at org.glassfish.jersey.internal.Errors.process(Errors.java:315)�[0m
�[31m at org.glassfish.jersey.internal.Errors.process(Errors.java:297)�[0m
�[31m at org.glassfish.jersey.internal.Errors.process(Errors.java:228)�[0m
�[31m ...�[0m

@larochef
Copy link
Contributor

larochef commented Feb 7, 2017

J'ai déjà eu ce genre d'erreur oui. Ce que je ne sais pas trop, c'est si c'est dû à docker ou à l'indus vsct des postes de travail ;)

@ylorenzati
Copy link
Contributor Author

C'est un peu les deux. Ce que je peu dire c'est que je ne la reproduit plus depuis que je suis passé en overlay2 sur mon poste. Mais en tans que dev maze c'est pas notre probleme si les install docker sont pas hyper clean.

Par contre, ça m'aiderai a debug de savoir quel action maze provoque cette exeception. Je vais voir pour rajouter un try catch et log l'exception

@larochef
Copy link
Contributor

larochef commented Feb 7, 2017

De mémoire je l'avais surtout lors de la création des conteneurs

@ylorenzati
Copy link
Contributor Author

ylorenzati commented Feb 7, 2017

A priori, on ne peu rien y faire, donc je close

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