• 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

application installation problem with wsadmin command

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd like to install an ear on a local WebSphere installation using wsadmin.
I'm connected to the local WebSphere application server and run this command:
--------------------------------------
wsadmin -wsadmin_classpath D:\DicartaDeploy\infra-ejb.jar;D:\DicartaDeploy\
admin-ejb.jar;D:\DicartaDeploy\appfound.jar;D:\DicartaDeploy\jce1_2-do.jar;D:\DicartaDeploy\log4j.jar;D:\DicartaDeploy\appfound-ejb.jar;D:\DicartaDeploy\appfound-ejb-client.jar;D:\DicartaDeploy\report-ejb.jar;D:\DicartaDeploy\renewals-ejb.jar;D:\DicartaDeploy\integration-ejb.jar;D:\DicartaDeploy\ngtr-ejb.jar;D:\DicartaDeploy\migration.jar;D:\DicartaDeploy\ngtr-ext-ejb.jar. -conntype none -c "$AdminApp install d:/ibm/websphere/appserver/installableapps/contracts10.ear { -appna
me sample -usedefaultbindings -node cpdicarta01 -deployejb -deployejb.dbtype ORACLE_V8 -server server1 }"
------------------------------------------------
I get this error:
[10/10/03 18:12:59:891 GMT+05:30] 3a1ffb1c DeployEJBTask E ADMA0086E: Error from EJBDeploy: /renewals-ejb: The project was not built since its classpath is incomplete. Can not find the class file for com.dicarta.appfound.renewals.common.RenewalSecurityException. Fix the classpath then try rebuilding this project [severity 2]
I already set the classpath by using -wsadmin_classpath, the required class is also presented in the classpath. But i am still getting problem. If anyone have solution, pls send me immediately.
Thanks and Regards
Lokesh.k
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic