You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOTSWAP AGENT: 23:46:02.397 INFO (org.hotswap.agent.config.PluginRegistry) - Plugin 'org.hotswap.agent.plugin.hotswapper.HotswapperPlugin' initialized in ClassLoader 'org.apache.jasper.servlet.JasperLoader@5f9ff83d'.
Exception in thread "HotSwap Dispatcher" java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at org.hotswap.agent.watch.nio.EventDispatcher.callListeners(EventDispatcher.java:172)
at org.hotswap.agent.watch.nio.EventDispatcher.run(EventDispatcher.java:125)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered:
niravpat
added a commit
to niravpat/HotswapAgent
that referenced
this issue
Nov 5, 2016
niravpat
changed the title
Modifying jsp on tomcat8 threw ConcurrenModificationException and terminated "HotSwap Dispatcher" thread
Modifying jsp on tomcat8 threw ConcurrentModificationException and terminated "HotSwap Dispatcher" thread
Nov 6, 2016
Exception in thread "HotSwap Dispatcher" java.util.ConcurrentModificationException
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
at org.hotswap.agent.watch.nio.EventDispatcher.run(EventDispatcher.java:124)
HOTSWAP AGENT: 23:46:02.397 INFO (org.hotswap.agent.config.PluginRegistry) - Plugin 'org.hotswap.agent.plugin.hotswapper.HotswapperPlugin' initialized in ClassLoader 'org.apache.jasper.servlet.JasperLoader@5f9ff83d'.
Exception in thread "HotSwap Dispatcher" java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at org.hotswap.agent.watch.nio.EventDispatcher.callListeners(EventDispatcher.java:172)
at org.hotswap.agent.watch.nio.EventDispatcher.run(EventDispatcher.java:125)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered: