Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 26792 invoked from network); 8 Apr 2002 07:55:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Apr 2002 07:55:06 -0000 Received: (qmail 11775 invoked by uid 97); 8 Apr 2002 07:55:12 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 11757 invoked by uid 97); 8 Apr 2002 07:55:12 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 11746 invoked from network); 8 Apr 2002 07:55:11 -0000 Message-ID: <011601c1ded2$d8e131e0$7107a8c0@intranet.pspl.co.in> From: "Vikram Chhibber" To: Subject: EJB Deployment problem Date: Mon, 8 Apr 2002 13:26:10 +0530 MIME-Version: 1.0 X-Scanned: XAM7899 Scanned by XAMIME Content-Type: multipart/alternative; boundary="----=_NextPart_000_0113_01C1DF00.F2531610" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0113_01C1DF00.F2531610 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have a problem deploying EJBs (.ear) files created by ANT on J2EE = reference implementation server. I am creating the manifest file using = ANT ear task but the server gives the following error: java.io.IOException: Incorrect Manifest format at = com.sun.enterprise.deployment.ApplicationClientArchivist.getMainClassName= From(ApplicationClientArchivist.java:346) at = com.sun.enterprise.deployment.ApplicationClientArchivist.open(Application= ClientArchivist.java:313) at = com.sun.enterprise.deployment.ApplicationClientArchivist.open(Application= ClientArchivist.java:259) at = com.sun.enterprise.deployment.ApplicationArchivist.open(ApplicationArchiv= ist.java:447) at = com.sun.enterprise.deployment.ApplicationArchivist.open(ApplicationArchiv= ist.java:371) at = com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplic= ation(JarInstallerImpl.java:144) at = org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImp= l_Tie._invoke(Unknown Source) at = com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.ja= va:355) at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:273) at = com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.= java:84) at = com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.= java:99) I am using deploytool.exe from command line. With Regards, Vikram ------=_NextPart_000_0113_01C1DF00.F2531610--