Wrox Programmer Forums
|
BOOK: Professional IBM WebSphere 5.0 Application Server
This is the forum to discuss the Wrox book Professional IBM WebSphere 5.0 Application Server by Tim Francis, Eric Herness, Rob High Jr., Jim Knutson, Kim Rochat, Chris Vignola; ISBN: 9780764543661
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional IBM WebSphere 5.0 Application Server section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 7th, 2006, 07:26 AM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ant task for autodeployment on Websphere 5.1

Hello i am working on ant script to do autodeployment on websphere 5.1
i use below given anttask for deploying an application on websphere 5.1

<target name = "install" depends="listapp">
    <wsInstallApp
             wasHome="${was.home}"
             ear="${ActiveDir}\Border.ear"
             options=""
             conntype="NONE"
             host="bhavin"
             port="9080"
             user="wsadmin"
             password="wsadmin"/>
     </target>
after executing this i get below given error -

================================================== ============
  [wsadmin] WASX7357I: By request, this scripting client is not connected to any server process. C
ertain configuration and application operations will be available in local mode.
  [wsadmin] ADMA6012I: Exception in run java.lang.NoClassDefFoundError: com/ibm/logging/LoggerCfg
  [wsadmin] Exception: java.lang.NoClassDefFoundError: com/ibm/logging/LoggerCfg
  [wsadmin] java.lang.NoClassDefFoundError: com/ibm/logging/LoggerCfg
  [wsadmin] at com.tivoli.jmx.utils.logging.CatUtil.createJmxCata log(CatUtil.java:76)
  [wsadmin] at com.tivoli.jmx.utils.logging.CatUtil.<clinit>(CatU til.java:32)
  [wsadmin] at com.tivoli.jmx.utils.logging.LogUtil.<clinit>(LogU til.java:36)
  [wsadmin] at javax.management.ObjectName.<init>(ObjectName.java :194)
  [wsadmin] at com.ibm.ws.management.application.InstallScheduler Impl.updateAppAndCellName(Ins
tallSchedulerImpl.java:332)
  [wsadmin] at com.ibm.ws.management.application.InstallScheduler Impl.setupTasks(InstallSchedu
lerImpl.java:222)
  [wsadmin] at com.ibm.ws.management.application.SchedulerImpl.ru n(SchedulerImpl.java:202)
  [wsadmin] at java.lang.Thread.run(Thread.java:534)
  [wsadmin] ADMA5011I: Cleanup of temp dir for app ProjectBorder done.
  [wsadmin] ADMA5014E: Installation of application ProjectBorder failed.
  [wsadmin] WASX7017E: Exception received while running file "C:\WINDOWS\TEMP\wsant28273jacl";
================================================== ============

Need help for this issue

Thanks in advance.


-Bhavin





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add task in Scheduled Task programatically amitjoshipune C# 2 July 31st, 2008 05:42 AM
Resolving classpath with ant <xslt> task igraham XSLT 9 September 26th, 2007 03:37 PM
Execute Task from ActiveX Script Task PorcupineRabbit SQL Server DTS 1 January 10th, 2006 12:37 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.