Hi Group,
I am taking my first steps in creating EJBs with Websphere App Server Version 6 on Windows). I followed an EJB example on the book "An introduction to IBM rational Developer - J.Fung" and when I start the server, the following 2 exceptions is thrown on the console.
If somebody could help me with clearing up the following exception, that would be great. Also, I'd appreciate any help to light up the way.
Thanks,
Aravind
----------------------- First Exception ------------------------
[7/14/05 14:07:24:843 EDT] 0000003d SystemErr R
*** ERROR ***: Thu Jul 14 14:07:24 EDT 2005 com.ibm.etools.j2ee.commonarchivecore.exception.OpenFailureException: IWAE0023E Unable to open module file "Ch6Tutorial1CollegeEJB.jar" in EAR file "C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\config\cells/ttdffxd-aelangoNode03Cell/applications/Ch6Tutorial1CollegeEJBEAR.ear\deployments\Ch6Tutorial1CollegeEJBEAR"
!Stack_trace_of_nested_exce!
com.ibm.etools.j2ee.commonarchivecore.exception.OpenFailureException: IWAE0006E Archive is not a valid EJB JAR File because the deployment descriptor can not be found (case sensitive): META-INF/ejb-jar.xml
IWAE0055E Archive is not a valid EJB JAR file (1.0) because no serialized deployment descriptors can be found, either in the manifest or in entries with a ".ser" extension
at com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:724)
and ....more lines
----------------------- Second Exception -------------------------
[7/14/05 14:15:07:265 EDT] 00000029 SystemErr R
*** ERROR ***: Thu Jul 14 14:15:07 EDT 2005 com.ibm.etools.j2ee.commonarchivecore.exception.OpenFailureException: IWAE0023E Unable to open module file "Ch6Tutorial1CollegeEJB.jar" in EAR file "C:\ProgramFiles\IBM\Rational\SDP\6.0runtimes\base_v6/profiles/default\wstemp\1121364906140\workspace\cells\ttdffxd-aelangoNode03Cell\applications\Ch6Tutorial1CollegeEJBEAR.ear\deployments\Ch6Tutorial1CollegeEJBEAR"
!Stack_trace_of_nested_exce!
com.ibm.etools.j2ee.commonarchivecore.exception.OpenFailureException: IWAE0006E Archive is not a valid EJB JAR File because the deployment descriptor can not be found (case sensitive): META-INF/ejb-jar.xml
IWAE0055E Archive is not a valid EJB JAR file (1.0) because no serialized deployment descriptors can be found, either in the manifest or in entries with a ".ser" extension
at com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:724)