• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem while Deploying EJBs

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic