aspose file tools
The moose likes JBoss and the fly likes Problem with Running  Application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Problem with Running  Application" Watch "Problem with Running  Application" New topic
Author

Problem with Running Application

Kalpesh Rawal
Greenhorn

Joined: Aug 08, 2006
Posts: 19
Hi All

I have deployed my ear file on JBOSS-4.2.2 GA version and when i am trying to run application JBOSS is throwing me the exception


java.lang.NoClassDefFoundError: org/apache/commons/lang/builder/HashCodeBuilder

I have already included the path for commons-lang-2.3.jar in the classpath of run.bat.

Can anyone solve this problem or give some guidence?

Thanks in advance
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8147
    
  52

Post the entire exception stacktrace and the changes that you did to your run.bat file


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem with Running Application
 
Similar Threads
How can I divide the result of a query in several JSP files?
Struts - Error - "Cannot find ActionMappings or ActionFormBeans collection"
ReplaceAll method in Matcher class - doesn't work for backslash!
Java empty strings
Strategies for calculating hash codes from composite keys?