• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

application client problem

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
D:\Programme\WebSphere\AppServer\config\cells\maxwell\applications\PersonCMP
EAR.ear>launchclient PersonCMPEAR.ear
IBM WebSphere Application Server, Release 5.0
J2EE Application Client Tool
Copyright IBM Corp., 1997-2002
WSCL0012I: Die Befehlszeilenparameter werden verarbeitet.
WSCL0013I: Die Umgebung des J2EE-Anwendungs-Client wird initialisiert.
WSCL0035I: Die Initialisierung der Umgebung des J2EE-Anwendungs-Client ist
abgeschlossen.
WSCL0100E: Es wurde eine Ausnahmebedingung empfangen:
java.lang.NoClassDefFoundError: Person
at java.lang.Class.getMethod0(Native Method)
at java.lang.Class.getMethod(Class.java:928)
at
com.ibm.websphere.client.applicationclient.launchClient.createContainerAndLa
unchApp(launchClient.java:611)
at
com.ibm.websphere.client.applicationclient.launchClient.main(launchClient.ja
va:420)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

The comlete application is available at:
http://it-maniacs.net/kite/Deployed_Deployed_Deployed_PersonCMPEAR.ear
What is wrong ?
Many thanx for your answers in advance,
Max
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic