I wrote some ejb and jar them in a jar file .It works on the same server.
But when i try to deploy it to another server which is running WLS5.1,
sometimes it's OK,sometimes it says file not found.My jar file is located
in d:\weblogic .
on my workstation:
d:\weblogic\java weblogic.deploy -port 7001 -host ec deploy 00000000 bank bank.jar
ec is the server name of another machine.
my platform:NT Server (SP6),WLS 5.1(SP5) JDK1.3
the message is:
Connecting to ec, port 7001...Successfully connected.
weblogic.ejb.common.DeploymentException: Non-existent file: Accound.jar (D:\webl
ogic\Accound.jar); nested exception is:
java.io.FileNotFoundException:
Start server side stack trace:
java.io.FileNotFoundException
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:295)
at weblogic.ejb.common.EJBManager_WLSkel.invoke(EJBManager_WLSkel.java:1
24)
at weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerOb
jectAdapter.java:347)
at weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicReques
tHandler.java:69)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
.java:15)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
.....
===========================================================================
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".