This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes unable to run HelloBean by appclient command Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "unable to run HelloBean by appclient command" Watch "unable to run HelloBean by appclient command" New topic
Author

unable to run HelloBean by appclient command

Muhammad jokhio
Greenhorn

Joined: Mar 02, 2007
Posts: 2
I have written a Simple Hello Bean, compiled it successfully and have deployed it into the Sun Java Application Server 8 using the deploytool: the deployement is 100% successfull: I have compiled the bean components using the asant build command successfully: but I am unable to sun it using the appclient command: I have tried all the switches for many times but getting following error: I dont know why its is coming.



C:\MyEJBPrograms\HelloBean>appclient -client HelloApplication2Client.jar -mainclass HelloClient

Mar 4, 2007 11:04:48 PM com.sun.enterprise.appclient.Main <init>
WARNING: ACC006: No application client descriptor defined for: [HelloClient]

Some body who has experience with EJBs deployment kindly help me out in this regard: I need urgent help in this concern.

Thanks

Muhammad Shaban
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17228
    
    1

Please try not to post the same question twice. Thanks

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17228
    
    1

Do you have an ejb-jar.xml file in the jar file?

Mark
 
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: unable to run HelloBean by appclient command
 
Similar Threads
How to run a HelloWorld EJB using appclient command
How can we use JNDI?
headfirst code not working
Simple Hello example for JBOSS
Unable to deploy BEAN