Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

EJB Deployment

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am using WebSphere 4.0.1, and have built all the EJB's and packaged them into EAR file.
When i deploy my EJB's i am getting error for some of the EJB's.
A message "null names are not allowed" is displayed next to the EJB during deployment (checked in the log file).
After this that particular EJB does not get deployed. and this does not happen with all the EJB's.
Can some one give a solution for this.
This is very very URGENT.
[ July 25, 2002: Message edited by: Naveen Kumar ]
[ July 25, 2002: Message edited by: Naveen Kumar ]
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
EJB is packaged in JARs NOT in WARs.
 
Naveen Kumar
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Koumei,
I think i made the mistake in a hurry.
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Post the actual log file and it might help us find the answer.
Kyle
 
Naveen Kumar
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is the log.

Starting EJB jar:
[ August 02, 2004: Message edited by: Naveen Kumar ]
 
Naveen Kumar
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kyle,
Interestingly I clould solve this problem.
I just opened the EAR file using AAT & saved it again.
This solved the problem, but I was unable to understand what was the actual problem.
Can you clarify some thing on this.
Naveen
[ July 25, 2002: Message edited by: Naveen Kumar ]
[ August 01, 2002: Message edited by: Naveen Kumar ]
reply
    Bookmark Topic Watch Topic
  • New Topic