0

After installing ear file through wsadmin script getting below error when starting server. i checked within the ear file the same class present in one of the jar.

com.ibm.ws.exception.RuntimeWarning: java.lang.NoClassDefFoundError:

Please suggest any solution for this issue.

Brett Kail
  • 33,593
  • 2
  • 85
  • 90
Kathir
  • 28
  • 1
  • 3
  • 1
    Please include the full error message or stack trace (or at least the missing class), or no one will be able to help. – Brett Kail Jul 02 '13 at 14:55

1 Answers1

0

There was a classpath issue. Actually i am using Maven for building the EAR. Maven has overwirte my classpath and i removed the same. Also removed maven generated maven folder inside META-INF folder of jar/ejb. addMavenDescriptor>false /addMavenDescriptor>

Thanks bkail.

Kathir
  • 28
  • 1
  • 3