You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Synapsis Brasil (JIRA)" <ji...@apache.org> on 2009/04/09 16:03:17 UTC

[jira] Created: (DIRMINA-685) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler
-------------------------------------------------------------------------------------------

                 Key: DIRMINA-685
                 URL: https://issues.apache.org/jira/browse/DIRMINA-685
             Project: MINA
          Issue Type: Bug
         Environment: Red Hat Enterprise Linux Server release 5 (Tikanga)
Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux

            Reporter: Synapsis Brasil
            Priority: Blocker



We have to applications. They work well on a server with the following kernel version: Linux CCCCCC 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux.

But on a server with this kernel version: Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux, occurs the erros bellow:

1) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler

2) Exception in thread "main" java.lang.NoClassDefFoundError: br/com/v2telecom/axon/util/Config
        at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:32)
        at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:50)

Can you help us?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Created: (DIRMINA-685) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler

Posted by Sai Pullabhotla <sa...@jmethods.com>.
Perhaps you have an older version of Mina libraries that are picked up by
the JVM which are no longer compatible with your code? Potential places too
look into would include the "ext" folder under the JRE as well as the
classpath environment variable.

Sai Pullabhotla
Phone: (402) 408-5753
Fax: (402) 408-6861
www.jMethods.com



On Thu, Apr 9, 2009 at 9:03 AM, Synapsis Brasil (JIRA) <ji...@apache.org>wrote:

> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/mina/common/IoHandler
>
> -------------------------------------------------------------------------------------------
>
>                 Key: DIRMINA-685
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-685
>             Project: MINA
>          Issue Type: Bug
>         Environment: Red Hat Enterprise Linux Server release 5 (Tikanga)
> Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64
> x86_64 GNU/Linux
>
>            Reporter: Synapsis Brasil
>            Priority: Blocker
>
>
>
> We have to applications. They work well on a server with the following
> kernel version: Linux CCCCCC 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT
> 2007 x86_64 x86_64 x86_64 GNU/Linux.
>
> But on a server with this kernel version: Linux xxxxx 2.6.18-8.el5 #1 SMP
> Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux, occurs the
> erros bellow:
>
> 1) Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/mina/common/IoHandler
>
> 2) Exception in thread "main" java.lang.NoClassDefFoundError:
> br/com/v2telecom/axon/util/Config
>        at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:32)
>        at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:50)
>
> Can you help us?
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Commented: (DIRMINA-685) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRMINA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697524#action_12697524 ] 

Emmanuel Lecharny commented on DIRMINA-685:
-------------------------------------------

No.

Not unless you give us the minimal information needed to get a clue about what your problem can be.

At least, the very minimal is the MINA version you are using, plus a test case exposing clearly the way you use mina.


> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler
> -------------------------------------------------------------------------------------------
>
>                 Key: DIRMINA-685
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-685
>             Project: MINA
>          Issue Type: Bug
>         Environment: Red Hat Enterprise Linux Server release 5 (Tikanga)
> Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Synapsis Brasil
>            Priority: Blocker
>
> We have to applications. They work well on a server with the following kernel version: Linux CCCCCC 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux.
> But on a server with this kernel version: Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux, occurs the erros bellow:
> 1) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler
> 2) Exception in thread "main" java.lang.NoClassDefFoundError: br/com/v2telecom/axon/util/Config
>         at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:32)
>         at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:50)
> Can you help us?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRMINA-685) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRMINA-685.
---------------------------------------

    Resolution: Incomplete

Can't qualify this JIRA as a bug. There are no information whatsoever about the MINA version, je used java version, and from the two exceptions shwon in the trace, it seems to be an issue in some initialization in the user code.

Thus I close the issue. Feel free to reopen it as soon as you have some more information to provide

> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler
> -------------------------------------------------------------------------------------------
>
>                 Key: DIRMINA-685
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-685
>             Project: MINA
>          Issue Type: Bug
>         Environment: Red Hat Enterprise Linux Server release 5 (Tikanga)
> Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Synapsis Brasil
>            Priority: Blocker
>
> We have to applications. They work well on a server with the following kernel version: Linux CCCCCC 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux.
> But on a server with this kernel version: Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux, occurs the erros bellow:
> 1) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler
> 2) Exception in thread "main" java.lang.NoClassDefFoundError: br/com/v2telecom/axon/util/Config
>         at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:32)
>         at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:50)
> Can you help us?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRMINA-685) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRMINA-685.
-------------------------------------


> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler
> -------------------------------------------------------------------------------------------
>
>                 Key: DIRMINA-685
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-685
>             Project: MINA
>          Issue Type: Bug
>         Environment: Red Hat Enterprise Linux Server release 5 (Tikanga)
> Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Synapsis Brasil
>            Priority: Blocker
>
> We have to applications. They work well on a server with the following kernel version: Linux CCCCCC 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux.
> But on a server with this kernel version: Linux xxxxx 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux, occurs the erros bellow:
> 1) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler
> 2) Exception in thread "main" java.lang.NoClassDefFoundError: br/com/v2telecom/axon/util/Config
>         at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:32)
>         at br.com.v2telecom.axon.switch3.main.Main.main(Main.java:50)
> Can you help us?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.