Hi,
I am using J2SDKEE1.2.1 and trying to deploy an
application with one CMP entity bean and a WEB
COMPONENT with 2 jsp files. Once I have gone through
all the steps of creating the EJB jar and WAR files
and try to save the application, I get the following
error message :
java.io.IOException: war-ic.war not found in
D:\MyEJBApps\MyFirst.ear
at
com.sun.enterprise.deployment.ApplicationArchivist.extractJar(ApplicationArchivist.java:1163)
at
com.sun.enterprise.deployment.ApplicationArchivist.save(ApplicationArchivist.java:415)
at
com.sun.enterprise.tools.deployment.main.ApplicationManager.saveApplication(ApplicationManager.java
at
com.sun.enterprise.tools.deployment.ui.DeployToolWindow.saveApplicationAction(DeployToolWindow.java
at
com.sun.enterprise.tools.deployment.ui.DeployToolWindow.deployAction(DeployToolWindow.java:1008)
at
com.sun.enterprise.tools.deployment.ui.DeployToolActions$18.actionPerformed(DeployToolActions.java:
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1066)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1101)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
at
javax.swing.AbstractButton.doClick(AbstractButton.java:226)
at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:754)
at
java.awt.Component.processMouseEvent(Component.java:3160)
at
java.awt.Component.processEvent(Component.java:2999)
at
java.awt.Container.processEvent(Container.java:990)
at
java.awt.Component.dispatchEventImpl(Component.java:2394)
at
java.awt.Container.dispatchEventImpl(Container.java:1035)
at
java.awt.Component.dispatchEvent(Component.java:2307)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2043)
at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:1827)
at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:1730)
at
java.awt.Container.dispatchEventImpl(Container.java:1022)
at
java.awt.Window.dispatchEventImpl(Window.java:749)
at
java.awt.Component.dispatchEvent(Component.java:2307)
at
java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:101)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
at
java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
Deploy the application in D:\MyEJBApps\MyFirst.ear on
the server localhost saving the client jar as null
Sender object Deploy Tool : Deploy MyFirst on
localhost
Remote message: Contacted Server....
Remote message: Application MyFirst transferred.
And the deploy fails. Can somebody tell me, what is
happening here?
TIA
VIMAL KANSAL
__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".