• 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

error deploying jar file on server

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
When i try to deploy my jar file on server i'm getting following error.I've tried jboss4.0.4,4.0.5,4.2.1.but i cudn't solve the problem.I'm trying to execute the entity bean example program from mikalai notes.I'm able to run stateless & stateful session beans.

15:18:45,734 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:jar=calculator.jar,name=PersistentCalculatorBean,service=EJB3
State: NOTYETINSTALLED
I Depend On:
jboss.j2ee:jar=calculator.jar,name=StatelessCalculatorBean,service=EJB3
persistence.units:unitName=calculator

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:unitName=calculator
State: NOTYETINSTALLED
Depends On Me:
jboss.j2ee:jar=calculator.jar,name=PersistentCalculatorBean,service=EJB3
 
Steve Jerome
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I solved the problem.The problem was because of typo error.I created META_INF dir instead of META-INF.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic