Error loading an EAR . Can anyone tell me why ?

Hi , I am trying to run my EAR -on a test server on WSAD , When I right click on the EAR and do a run on Server , I get the foll. error .
Starting application: InstrumentCreatorEAR
[6/21/06 15:10:07:419 EDT] 3e2e4f21 EJBContainerI I WSVR0207I: Preparing to start EJB jar: InstrumentCreatorEJB.jar
[6/21/06 15:10:08:100 EDT] 3e2e4f21 BeanMetaData  E CNTR0075E: The user-provided class "com.jpmorgan.ams.jfam.instrument.creator.accounting.jaffa.ejbs.InstrumentFileCollaborationLocal" needed by the EnterpriseBean could not be found or loaded.
[6/21/06 15:10:08:120 EDT] 3e2e4f21 EJBContainerI E WSVR0209E: Unable to prepare EJB jar InstrumentCreatorEJB.jar [class com.ibm.ws.runtime.component.DeployedModuleImpl], enterprise bean com.ibm.etools.ejb.impl.SessionImpl(InstrumentFileCollaboration) (transactionType: Container, sessionType: Stateless)
I created a new instance of the server to see if the EAR app will run on that but I got the same result . I generated the RMIC code properly . What is the problem ?
Kavita

Hi,
I dont know whether you are still getting the error. This error seem to be result of closing the output stream accidently or manually for some reason. so look out for 'out.close' or other 'out' operations which deals either with flushing or closing the stream. By removing the statement I solved this problem.
if u have any questions: contact me on [email protected]
Thanks.

Similar Messages

Maybe you are looking for