| sgodden 2005-08-15, 3:53 am |
| I am deploying an EAR, and when it gets to the point where it starts deploying a certain EJB module, I get the following trace:
code:
Refreshing: /dcs-attachments-ejb/ejbModule.
An unexpected exception was thrown. Halting execution.
An unexpected exception was thrown. Halting execution.
Shutting down workbench.
0
>com.ibm.etools.ejbdeploy.EJBDeploymentException (0)
java.lang.ArrayIndexOutOfBoundsException: 0
at com.ibm.etools.ejbdeploy.generators.mb.RemoteMBGenerator.getExceptionCodeSnip(RemoteMBGenerator.java(Compiled Code))
at com.ibm.etools.ejbdeploy.gen2x.generators.LocalMBGenerator.getExceptionCodeSnip(LocalMBGenerator.java:43)
at com.ibm.etools.ejbdeploy.gen2x.generators.LocalWrapperMBGenerator.run(LocalWrapperMBGenerator.java:51)
Anyone any ideas? This gives me no clue as to the error.
It is always the same module which fails. |