nested exception is java.lang.NoClassDefFoundError: net/sf/ezmorph/Morpher

I am getting following exception while deploying a web spring based application in tomcat 6.0.

nested exception is java.lang.NoClassDefFoundError: net/sf/ezmorph/Morpher
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:899)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:793)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441)
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)

Comments

One Response to “nested exception is java.lang.NoClassDefFoundError: net/sf/ezmorph/Morpher”

  1. Ratnesh on September 10th, 2008 11:41 pm

    You don’t have ezmorph.jar in your application’s class path. You can download it from the following location.
    https://sourceforge.net/project/showfiles.php?group_id=174866

    EZMorph is simple java library for transforming an Object to another Object.

Leave a Reply




Related Post

nested exception is java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel /HSSFCellStyle
nested exception is java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel /HSSFCellStyle
java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException
nested exception is java.lang.IllegalStateException: Cannot create command without commandClass
javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS
Technology