• 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 with running client ..plzzz help

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,
I am trying my best to learn EJB:-) through the sun tutorials(it is really getting on my nerves:-() and through javaranch :-) .. I have been literally fighting with Sun application server and its deploy tool.
Finally after almost 16 hrs (yup..16 hrs) I was able to write an application, create the ear file, jar , apllication fiels etcc
But after deploying the application I get thde following error.. I have tried my level best to debug it ..but without any luck .. Can someone Plzzz tell me what is wrong ?
here is the error output
/************************************
C:\Sun>appclient -client "C:\Sun\domains\domain1\server\applications\j2ee-apps\HelloDisplay_1\HelloDisplayClient.jar"
Oct 1, 2003 7:54:11 AM com.sun.enterprise.appclient.Main <init>
INFO:
---------AppClient Container--------
Oct 1, 2003 7:54:11 AM com.sun.enterprise.appclient.Main <init>
WARNING: main.ssl_keystore_init_failed
Oct 1, 2003 7:54:11 AM com.sun.enterprise.appclient.Main setTagetServerProperties
INFO: ACC001:Using ClientContainer file: [C:\Sun\domains\domain1\server\config\sun-acc.xml].
Oct 1, 2003 7:54:12 AM com.sun.enterprise.appclient.Main <init>
INFO: ACC014: ORB host name: [SIMBA]
Oct 1, 2003 7:54:12 AM com.sun.enterprise.appclient.Main <init>
INFO: ACC013: ORB port number: [3700]
Oct 1, 2003 7:54:28 AM com.sun.enterprise.appclient.Main <init>
WARNING: ACC003: Application threw an exception.
java.lang.StackOverflowError
********************************/
WHAT I FOUND OUT:
-----------------
When i run teh verifier tool on my ejb jar file I get the following errors
1.WARNING [AS-EJB enterprise-beans] : unique-id Element should not be defined. It is automatically generated at deployment time.
2.WARNING [AS-EJB ejb] : bean-pool should be defined for Stateless Session and Message Driven Beans
How do I fix these warnings ? Is it okay to run with these warnings?
Also can
WARNING: main.ssl_keystore_init_failed be a problem?
Thanks a lot everyone !!!
hari
 
That which doesn't kill us makes us stronger. I think a piece of pie wouldn't kill me. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic