File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes Problem while Deploying EJBs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Problem while Deploying EJBs " Watch "Problem while Deploying EJBs " New topic
Author

Problem while Deploying EJBs

Sanjeev Jadhav
Greenhorn

Joined: May 07, 2003
Posts: 1
I am facing problem while deploying EJBs:
When I am trying deploy EJBs on solaris machine having Websphere Commerce Suite(WCS) 5.1, I am getting following error:
[03.05.05 13:27:27:798 EDT] eca99a EJBConfig X XMLC0007E: Failed to
create /Deploy : jarFileXMLC0043E: Remote Exception java.rmi.ServerException: RemoteException occurred in server thread;
nested exception is:
java.rmi.RemoteException: ; nested exception is:
java.rmi.RemoteException: ; nested exception is:
java.util.zip.ZipException: error in opening the zip file
/wcs/asc/deployedEJBs/EJBDeployed.jar
[03.05.05 13:27:27:802 EDT] eca99a EJBConfig X XMLC0007E: Failed to create EJB : CatEntShip
Ending Child Processing. Exception: java.lang.NullPointerException
-------------
But I am able to deploy EJBs on WIndows 2000 using same jar file.
I am transferring jar files to solaris machine using SmartFTP tool.Whether this causes any problem?

Any help would be appreciated.
Bharat Ramchandani
Greenhorn

Joined: Feb 09, 2003
Posts: 21
just a guess, but maybe you are transfering the files to the solaris in acsii mode. make sure you transfer all jar's and zip files in binary mode.
HTH
brat
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem while Deploying EJBs
 
Similar Threads
deployment using J2EE
Deploytool error using J2EE app server
Help needed in .EAR deployment on Oracle Application Server 10g
Error while deploying .ear
Getting Deployement Error