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

ConcurrentModificationException checking Hub path #700

Closed
donaldoakes opened this issue Jul 1, 2019 · 0 comments
Closed

ConcurrentModificationException checking Hub path #700

donaldoakes opened this issue Jul 1, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@donaldoakes
Copy link
Collaborator

Stack trace:

2019-07-01 12:32:21.111 ERROR 27330 --- [io-14133-exec-9] o.a.c.c.C.[.[.[.[.c.m.h.s.RestServlet]   : Servlet.service() for servlet [com.centurylink.mdw.hub.servlet.RestServlet] in context with path [/mdw] threw exception

java.util.ConcurrentModificationException: null
       at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) ~[na:1.8.0_161]
       at java.util.ArrayList$Itr.next(ArrayList.java:859) ~[na:1.8.0_161]
       at com.centurylink.mdw.hub.context.ContextPaths.isHubPath(ContextPaths.java:88) ~[mdw-spring-boot-6.1.21.jar!/:na]
       at com.centurylink.mdw.boot.servlet.WebContentFilter.doFilter(WebContentFilter.java:53) ~[mdw-spring-boot-6.1.21.jar!/:na]
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.32.jar!/:8.5.32]
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.32.jar!/:8.5.32]
       at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
@donaldoakes donaldoakes added this to the 6.1.22 milestone Jul 1, 2019
@donaldoakes donaldoakes modified the milestones: 6.1.22, 6.1.23 Jul 17, 2019
@donaldoakes donaldoakes modified the milestones: 6.1.23, 6.1.24 Aug 7, 2019
@donaldoakes donaldoakes modified the milestones: 6.1.24, 6.1.25 Aug 20, 2019
@donaldoakes donaldoakes modified the milestones: 6.1.25, 6.1.26 Sep 5, 2019
naveena-bellamkonda added a commit that referenced this issue Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants