You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2016/06/28 11:19:57 UTC

[jira] [Commented] (DIRMINA-1038) a no class defined found error: org/apache/mina/common/ExceptionMonitor

    [ https://issues.apache.org/jira/browse/DIRMINA-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352808#comment-15352808 ] 

Emmanuel Lecharny commented on DIRMINA-1038:
--------------------------------------------

You most certainly have some issue in the way you have packaged your application. This class does exist. 

> a no class defined found error: org/apache/mina/common/ExceptionMonitor
> -----------------------------------------------------------------------
>
>                 Key: DIRMINA-1038
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-1038
>             Project: MINA
>          Issue Type: Bug
>            Reporter: tangtao
>
> Jun 28, 2016 3:59:13 PM org.apache.catalina.loader.WebappClassLoader loadClass
> INFO: Illegal access: this web application instance has been stopped already.  Could not load org.apache.mina.common.ExceptionMonitor.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
> java.lang.IllegalStateException
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1600)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
> 	at org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run(SocketIoProcessor.java:512)
> 	at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:722)
> Exception in thread "TAIRCLIENT-1-thread-2" java.lang.NoClassDefFoundError: org/apache/mina/common/ExceptionMonitor
> 	at org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run(SocketIoProcessor.java:512)
> 	at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:722)
> Caused by: java.lang.ClassNotFoundException: org.apache.mina.common.ExceptionMonitor
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
> 	... 5 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)